org.imemex.componentmappings.impl
Class AbstractIndexReplicaCrossCheckTestCase.ContentMapper

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<Content>
              extended by org.imemex.componentmappings.impl.AbstractIndexReplicaCrossCheckTestCase.ContentMapper
All Implemented Interfaces:
java.util.Iterator<ResourceView>, Operator, PullOperator<ResourceView>
Enclosing class:
AbstractIndexReplicaCrossCheckTestCase<T>

public static class AbstractIndexReplicaCrossCheckTestCase.ContentMapper
extends AbstractIndexReplicaCrossCheckTestCase.Mapper<Content>

Mapper for content 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.ContentMapper(PullOperator<Mapping<Content>> 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.ContentMapper

public AbstractIndexReplicaCrossCheckTestCase.ContentMapper(PullOperator<Mapping<Content>> replicaResult)