| Package | Description |
|---|---|
| org.apache.druid.segment.incremental |
| Modifier and Type | Method and Description |
|---|---|
IncrementalIndexAddResult |
IncrementalIndex.add(InputRow row)
Adds a new row.
|
IncrementalIndexAddResult |
IncrementalIndex.add(InputRow row,
boolean skipMaxRowsInMemoryCheck) |
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) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.