Package | Description |
---|---|
io.druid.segment.realtime.appenderator | |
io.druid.segment.realtime.plumber |
Constructor and Description |
---|
SinkQuerySegmentWalker(String dataSource,
VersionedIntervalTimeline<String,Sink> sinkTimeline,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.metamx.emitter.service.ServiceEmitter emitter,
QueryRunnerFactoryConglomerate conglomerate,
ExecutorService queryExecutorService,
Cache cache,
CacheConfig cacheConfig) |
Modifier and Type | Method and Description |
---|---|
Map<Long,Sink> |
RealtimePlumber.getSinks() |
Modifier and Type | Method and Description |
---|---|
protected void |
RealtimePlumber.abandonSegment(long truncatedTime,
Sink sink)
Unannounces a given sink and removes all local references to it.
|
protected void |
FlushingPlumber.flushAfterDuration(long truncatedTime,
Sink sink) |
Copyright © 2011–2017. All rights reserved.