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) |
mapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculateSubIndexer, getSubIndexerVersion, getSubIndexerVersionDescriptor, map, requiresContentForSubIndexerEvaluationprotected 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)