Package | Description |
---|---|
io.druid.segment.loading | |
io.druid.server.bridge | |
io.druid.server.coordination | |
io.druid.server.metrics |
Modifier and Type | Method and Description |
---|---|
SegmentLoaderConfig |
SegmentLoaderConfig.withLocations(List<StorageLocationConfig> locations) |
Modifier and Type | Method and Description |
---|---|
OmniSegmentLoader |
OmniSegmentLoader.withConfig(SegmentLoaderConfig config) |
Constructor and Description |
---|
OmniSegmentLoader(Map<String,io.druid.segment.loading.DataSegmentPuller> pullers,
QueryableIndexFactory factory,
SegmentLoaderConfig config) |
Constructor and Description |
---|
BridgeZkCoordinator(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
ZkPathsConfig zkPaths,
SegmentLoaderConfig config,
DruidServerMetadata me,
org.apache.curator.framework.CuratorFramework curator,
DbSegmentPublisher dbSegmentPublisher,
DatabaseSegmentManager databaseSegmentManager,
ServerView serverView) |
Constructor and Description |
---|
BaseZkCoordinator(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
ZkPathsConfig zkPaths,
SegmentLoaderConfig config,
DruidServerMetadata me,
org.apache.curator.framework.CuratorFramework curator) |
ZkCoordinator(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
SegmentLoaderConfig config,
ZkPathsConfig zkPaths,
DruidServerMetadata me,
DataSegmentAnnouncer announcer,
org.apache.curator.framework.CuratorFramework curator,
ServerManager serverManager,
com.metamx.common.concurrent.ScheduledExecutorFactory factory) |
Constructor and Description |
---|
DruidSysMonitor(SegmentLoaderConfig config) |
Copyright © 2015. All rights reserved.