Interface AppendableIndexSpec

All Known Implementing Classes:
OnheapIncrementalIndex.Spec

public interface AppendableIndexSpec
Describes the in-memory indexing method for data ingestion.
  • Method Details

    • builder

      Creates a new builder of the appendable index.
    • getDefaultMaxBytesInMemory

      long getDefaultMaxBytesInMemory()
      Returns the default max bytes in memory for this index.