Package | Description |
---|---|
alluxio.master.table |
Modifier and Type | Class and Description |
---|---|
class |
BasePartitionScheme
Base implementation of PartitionScheme with default implementation of
getPartition(String) and getPartitions() . |
class |
PartitionedTableScheme
Partitioned Table Scheme.
|
class |
UnpartitionedTableScheme
Unpartitoned table scheme.
|
Modifier and Type | Method and Description |
---|---|
static PartitionScheme |
PartitionScheme.create(List<Partition> partitions,
Layout layout,
List<FieldSchema> partCols)
create a partition scheme object.
|
Copyright © 2023. All Rights Reserved.