
O - Object typeR - Stored data typepublic abstract class AbstractPreprocessorIndex<O,R> extends AbstractIndex<O>
| Modifier and Type | Field and Description |
|---|---|
protected WritableDataStore<R> |
storage
The data store.
|
relation| Constructor and Description |
|---|
AbstractPreprocessorIndex(Relation<O> relation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Logging |
getLogger()
Get the classes static logger.
|
getLongName, getShortNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, logStatisticsprotected WritableDataStore<R> storage
protected abstract Logging getLogger()