
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.
|
delete, deleteAll, getLongName, getPageFileStatistics, getShortName, insert, insertAllprotected WritableDataStore<R> storage
protected abstract Logging getLogger()