protected abstract org.apache.druid.segment.incremental.IncrementalIndex.AddToFactsResult |
IncrementalIndex.addToFacts(InputRow row,
IncrementalIndexRow key,
ThreadLocal<InputRow> rowContainer,
com.google.common.base.Supplier<InputRow> rowSupplier,
boolean skipMaxRowsInMemoryCheck) |
protected org.apache.druid.segment.incremental.IncrementalIndex.AddToFactsResult |
OnheapIncrementalIndex.addToFacts(InputRow row,
IncrementalIndexRow key,
ThreadLocal<InputRow> rowContainer,
com.google.common.base.Supplier<InputRow> rowSupplier,
boolean skipMaxRowsInMemoryCheck) |
protected org.apache.druid.segment.incremental.IncrementalIndex.AddToFactsResult |
OffheapIncrementalIndex.addToFacts(InputRow row,
IncrementalIndexRow key,
ThreadLocal<InputRow> rowContainer,
com.google.common.base.Supplier<InputRow> rowSupplier,
boolean skipMaxRowsInMemoryCheck) |
void |
IncrementalIndexRowHolder.set(IncrementalIndexRow currEntry) |