public abstract class SingleEntryCompositeIndexer<V,SubIndexerType,SubIndexerVersion> extends SingleEntryIndexer<V> implements CompositeDataIndexer<java.lang.Integer,V,SubIndexerType,SubIndexerVersion>
Modifier | Constructor and Description |
---|---|
protected |
SingleEntryCompositeIndexer(boolean acceptNullValues) |
Modifier and Type | Method and Description |
---|---|
protected V |
computeValue(FileContent inputData) |
protected abstract V |
computeValue(FileContent inputData,
SubIndexerType indexerType) |
java.util.Map<java.lang.Integer,V> |
map(FileContent inputData,
SubIndexerType indexerType) |
map
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculateSubIndexer, getSubIndexerVersion, getSubIndexerVersionDescriptor, map, requiresContentForSubIndexerEvaluation
protected SingleEntryCompositeIndexer(boolean acceptNullValues)
public final java.util.Map<java.lang.Integer,V> map(FileContent inputData, SubIndexerType indexerType)
map
in interface CompositeDataIndexer<java.lang.Integer,V,SubIndexerType,SubIndexerVersion>
protected V computeValue(FileContent inputData)
computeValue
in class SingleEntryIndexer<V>
protected abstract V computeValue(FileContent inputData, SubIndexerType indexerType)