Interface AppendableIndexSpec
-
- All Known Implementing Classes:
OnheapIncrementalIndex.Spec
public interface AppendableIndexSpecDescribes the in-memory indexing method for data ingestion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppendableIndexBuilderbuilder()Creates a new builder of the appendable index.longgetDefaultMaxBytesInMemory()Returns the default max bytes in memory for this index.
-
-
-
Method Detail
-
builder
AppendableIndexBuilder builder()
Creates a new builder of the appendable index.
-
getDefaultMaxBytesInMemory
long getDefaultMaxBytesInMemory()
Returns the default max bytes in memory for this index.
-
-