Package | Description |
---|---|
io.druid.guice | |
io.druid.indexing.common | |
io.druid.segment.loading | |
io.druid.storage.azure | |
io.druid.storage.google | |
io.druid.storage.hdfs | |
io.druid.storage.s3 |
Modifier and Type | Method and Description |
---|---|
static com.google.inject.multibindings.MapBinder<String,DataSegmentKiller> |
Binders.dataSegmentKillerBinder(com.google.inject.Binder binder) |
Modifier and Type | Method and Description |
---|---|
DataSegmentKiller |
TaskToolbox.getDataSegmentKiller() |
Constructor and Description |
---|
TaskToolbox(TaskConfig config,
Task task,
TaskActionClient taskActionClient,
com.metamx.emitter.service.ServiceEmitter emitter,
DataSegmentPusher segmentPusher,
DataSegmentKiller dataSegmentKiller,
DataSegmentMover dataSegmentMover,
DataSegmentArchiver dataSegmentArchiver,
DataSegmentAnnouncer segmentAnnouncer,
SegmentHandoffNotifierFactory handoffNotifierFactory,
QueryRunnerFactoryConglomerate queryRunnerFactoryConglomerate,
ExecutorService queryExecutorService,
com.metamx.metrics.MonitorScheduler monitorScheduler,
SegmentLoader segmentLoader,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
File taskWorkDir,
IndexMerger indexMerger,
IndexIO indexIO,
Cache cache,
CacheConfig cacheConfig,
IndexMergerV9 indexMergerV9) |
TaskToolboxFactory(TaskConfig config,
TaskActionClientFactory taskActionClientFactory,
com.metamx.emitter.service.ServiceEmitter emitter,
DataSegmentPusher segmentPusher,
DataSegmentKiller dataSegmentKiller,
DataSegmentMover dataSegmentMover,
DataSegmentArchiver dataSegmentArchiver,
DataSegmentAnnouncer segmentAnnouncer,
SegmentHandoffNotifierFactory handoffNotifierFactory,
QueryRunnerFactoryConglomerate queryRunnerFactoryConglomerate,
ExecutorService queryExecutorService,
com.metamx.metrics.MonitorScheduler monitorScheduler,
SegmentLoaderFactory segmentLoaderFactory,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexMerger indexMerger,
IndexIO indexIO,
Cache cache,
CacheConfig cacheConfig,
IndexMergerV9 indexMergerV9) |
Modifier and Type | Class and Description |
---|---|
class |
LocalDataSegmentKiller |
class |
OmniDataSegmentKiller |
Constructor and Description |
---|
OmniDataSegmentKiller(Map<String,DataSegmentKiller> killers) |
Modifier and Type | Class and Description |
---|---|
class |
AzureDataSegmentKiller |
Modifier and Type | Class and Description |
---|---|
class |
GoogleDataSegmentKiller |
Modifier and Type | Class and Description |
---|---|
class |
HdfsDataSegmentKiller |
Modifier and Type | Class and Description |
---|---|
class |
S3DataSegmentKiller |
Copyright © 2011–2017. All rights reserved.