| Package | Description |
|---|---|
| io.druid.segment.realtime.appenderator | |
| io.druid.segment.realtime.plumber |
| Modifier and Type | Method and Description |
|---|---|
static String |
SinkQuerySegmentWalker.makeHydrantCacheIdentifier(FireHydrant input) |
| Modifier and Type | Method and Description |
|---|---|
FireHydrant |
Sink.getCurrHydrant() |
FireHydrant |
Sink.swap()
If currHydrant is A, creates a new index B, sets currHydrant to B and returns A.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FireHydrant> |
Sink.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
RealtimePlumber.persistHydrant(FireHydrant indexToPersist,
DataSchema schema,
org.joda.time.Interval interval,
Map<String,Object> metadataElems)
Persists the given hydrant and returns the number of rows persisted
|
| Constructor and Description |
|---|
Sink(org.joda.time.Interval interval,
DataSchema schema,
ShardSpec shardSpec,
String version,
int maxRowsInMemory,
boolean reportParseExceptions,
List<FireHydrant> hydrants) |
Copyright © 2011–2017. All rights reserved.