org.imemex.componentmappings.impl
Class AbstractIndexReplicaCrossCheckTestCase.NameMapper

java.lang.Object
  extended by org.imemex.operators.AbstractPullOperator<O>
      extended by org.imemex.operators.AbstractMapperPullOperator<Mapping<T>,ResourceView>
          extended by org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.Mapper<java.lang.String>
              extended by org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.NameMapper
All Implemented Interfaces:
java.util.Iterator<ResourceView>, Operator, PullOperator<ResourceView>
Enclosing class:
AbstractIndexReplicaCrossCheckTestCase<T>

public static class AbstractIndexReplicaCrossCheckTestCase.NameMapper
extends AbstractIndexReplicaCrossCheckTestCase.Mapper<java.lang.String>

Mapper for name component.

Author:
jens

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.imemex.operators.Operator
Operator.ExecTimeType
 
Field Summary
 
Fields inherited from class org.imemex.operators.AbstractPullOperator
measureNext
 
Constructor Summary
AbstractIndexReplicaCrossCheckTestCase.NameMapper(PullOperator<Mapping<java.lang.String>> replicaResult)
           
 
Method Summary
 
Methods inherited from class org.imemex.operators.AbstractMapperPullOperator
close, getInputOperators, getMetaData, open
 
Methods inherited from class org.imemex.operators.AbstractPullOperator
addExecTime, getDesc, getExecTime, getNumberOfElementsPassed, hasNext, next, peek, remove, setDesc, toObjectPullOperator, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractIndexReplicaCrossCheckTestCase.NameMapper

public AbstractIndexReplicaCrossCheckTestCase.NameMapper(PullOperator<Mapping<java.lang.String>> replicaResult)