Interface AppendableIndexSpec
-
- All Known Implementing Classes:
OnheapIncrementalIndex.Spec
public interface AppendableIndexSpecAppendableIndexSpec describes the in-memory indexing method for data ingestion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppendableIndexBuilderbuilder()longgetDefaultMaxBytesInMemory()
-
-
-
Method Detail
-
builder
AppendableIndexBuilder builder()
-
getDefaultMaxBytesInMemory
long getDefaultMaxBytesInMemory()
-
-