Interface AppendableIndexSpec
- All Known Implementing Classes:
OnheapIncrementalIndex.Spec
public interface AppendableIndexSpec
Describes the in-memory indexing method for data ingestion.
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder of the appendable index.longReturns the default max bytes in memory for this index.
-
Method Details
-
builder
AppendableIndexBuilder builder()Creates a new builder of the appendable index. -
getDefaultMaxBytesInMemory
long getDefaultMaxBytesInMemory()Returns the default max bytes in memory for this index.
-