| Package | Description |
|---|---|
| org.apache.druid.server.coordinator | |
| org.apache.druid.server.coordinator.loading |
| Modifier and Type | Method and Description |
|---|---|
SegmentAction |
ServerHolder.getActionOnSegment(DataSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
Map<DataSegment,SegmentAction> |
ServerHolder.getQueuedSegments()
Segments queued for load, drop or move on this server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerHolder.cancelOperation(SegmentAction action,
DataSegment segment) |
boolean |
ServerHolder.startOperation(SegmentAction action,
DataSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
SegmentAction |
SegmentHolder.getAction() |
static SegmentAction |
SegmentAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentAction[] |
SegmentAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerHolder> |
SegmentStatusInTier.getServersPerforming(SegmentAction action) |
void |
LoadQueuePeon.loadSegment(DataSegment segment,
SegmentAction action,
LoadPeonCallback callback)
Deprecated.
|
void |
HttpLoadQueuePeon.loadSegment(DataSegment segment,
SegmentAction action,
LoadPeonCallback callback) |
void |
CuratorLoadQueuePeon.loadSegment(DataSegment segment,
SegmentAction action,
LoadPeonCallback callback)
Deprecated.
|
boolean |
SegmentLoadQueueManager.loadSegment(DataSegment segment,
ServerHolder server,
SegmentAction action)
Queues load of the segment on the given server.
|
| Constructor and Description |
|---|
SegmentHolder(DataSegment segment,
SegmentAction action,
LoadPeonCallback callback) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.