org.apache.hadoop.hdfs.util
Interface Diff.Processor<E>

Enclosing class:
Diff<K,E extends Diff.Element<K>>

public static interface Diff.Processor<E>

An interface for passing a method in order to process elements.


Method Summary
 void process(E element)
          Process the given element.
 

Method Detail

process

void process(E element)
Process the given element.



Copyright © 2014 Apache Software Foundation. All Rights Reserved.