Package | Description |
---|---|
org.apache.drill.exec.store.iceberg | |
org.apache.drill.exec.store.kafka |
Kafka storage plugin.
|
org.apache.drill.exec.store.parquet | |
org.apache.drill.exec.store.schedule |
Modifier and Type | Class and Description |
---|---|
class |
IcebergCompleteWork |
Modifier and Type | Method and Description |
---|---|
int |
IcebergCompleteWork.compareTo(CompleteWork o) |
Modifier and Type | Class and Description |
---|---|
static class |
KafkaGroupScan.PartitionScanWork |
Modifier and Type | Method and Description |
---|---|
int |
KafkaGroupScan.PartitionScanWork.compareTo(CompleteWork o) |
Modifier and Type | Class and Description |
---|---|
class |
RowGroupInfo |
Modifier and Type | Method and Description |
---|---|
int |
RowGroupInfo.compareTo(CompleteWork o) |
Modifier and Type | Class and Description |
---|---|
class |
AssignmentCreator<T extends CompleteWork>
Responsible for assigning a set of work units to the available slices.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteFileWork |
Modifier and Type | Method and Description |
---|---|
static <T extends CompleteWork> |
AffinityCreator.getAffinityMap(List<T> work) |
static <T extends CompleteWork> |
AssignmentCreator.getMappings(List<CoordinationProtos.DrillbitEndpoint> incomingEndpoints,
List<T> units)
Assign each unit of work to a minor fragment, given that a list of DrillbitEndpoints, whose index in the list correspond
to the minor fragment id for each fragment.
|
Modifier and Type | Method and Description |
---|---|
int |
CompleteFileWork.compareTo(CompleteWork o) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.