Package | Description |
---|---|
alluxio.master.table |
Modifier and Type | Field and Description |
---|---|
protected List<Partition> |
BasePartitionScheme.mPartitions |
protected Map<String,Partition> |
BasePartitionScheme.mSpecToPartition |
Modifier and Type | Method and Description |
---|---|
Partition |
Partition.createNext(UdbPartition udbPartition)
Creates the next version of an existing partition.
|
static Partition |
Partition.fromProto(LayoutRegistry layoutRegistry,
Partition proto) |
Partition |
BasePartitionScheme.getPartition(String spec) |
Partition |
PartitionScheme.getPartition(String spec) |
Partition |
Table.getPartition(String spec) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
BasePartitionScheme.getPartitions() |
List<Partition> |
PartitionScheme.getPartitions()
Get a list of partitions.
|
List<Partition> |
Table.getPartitions() |
Modifier and Type | Method and Description |
---|---|
static PartitionScheme |
PartitionScheme.create(List<Partition> partitions,
Layout layout,
List<FieldSchema> partCols)
create a partition scheme object.
|
Constructor and Description |
---|
BasePartitionScheme(List<Partition> partitions)
A map from partition spec to partitions is computed from the partitions.
|
UnpartitionedTableScheme(List<Partition> partitions)
Constructor for UnpartitionedTableScheme.
|
Copyright © 2023. All Rights Reserved.