| Package | Description |
|---|---|
| org.apache.druid.client | |
| org.apache.druid.guice | |
| org.apache.druid.segment.loading | |
| org.apache.druid.server.coordination | |
| org.apache.druid.server.metrics |
| Constructor and Description |
|---|
DruidServerConfig(SegmentLoaderConfig segmentLoaderConfig) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
StorageNodeModule.isSegmentCacheConfigured(SegmentLoaderConfig segmentLoaderConfig) |
List<StorageLocation> |
StorageNodeModule.provideStorageLocation(SegmentLoaderConfig config)
provide a list of StorageLocation
so that it can be injected into objects such as implementations of
StorageLocationSelectorStrategy |
| Modifier and Type | Method and Description |
|---|---|
SegmentLoaderConfig |
SegmentLoaderConfig.withInfoDir(File infoDir) |
SegmentLoaderConfig |
SegmentLoaderConfig.withLocations(List<StorageLocationConfig> locations) |
| Constructor and Description |
|---|
SegmentLocalCacheManager(List<StorageLocation> locations,
SegmentLoaderConfig config,
StorageLocationSelectorStrategy strategy,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
SegmentLocalCacheManager(SegmentLoaderConfig config,
com.fasterxml.jackson.databind.ObjectMapper mapper)
creates instance with default storage location selector strategy
This ctor is mainly for test cases, including test cases in other modules
|
| Constructor and Description |
|---|
SegmentLoadDropHandler(com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
SegmentLoaderConfig config,
DataSegmentAnnouncer announcer,
DataSegmentServerAnnouncer serverAnnouncer,
SegmentManager segmentManager,
SegmentCacheManager segmentCacheManager,
ServerTypeConfig serverTypeConfig) |
ZkCoordinator(SegmentLoadDropHandler loadDropHandler,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
ZkPathsConfig zkPaths,
DruidServerMetadata me,
org.apache.curator.framework.CuratorFramework curator,
SegmentLoaderConfig config)
Deprecated.
|
| Constructor and Description |
|---|
DruidSysMonitor(SegmentLoaderConfig config) |
SegmentStatsMonitor(DruidServerConfig serverConfig,
SegmentLoadDropHandler segmentLoadDropHandler,
SegmentLoaderConfig segmentLoaderConfig)
Constructor for this monitor.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.