Interface | Description |
---|---|
PartitionScheme |
Interface of the partition scheme.
|
TableMaster |
Interface of the table master that manages the table service.
|
Class | Description |
---|---|
AlluxioCatalog |
Class representing the Alluxio catalog.
|
BasePartitionScheme |
Base implementation of PartitionScheme with default implementation of
PartitionScheme.getPartition(String) and PartitionScheme.getPartitions() . |
CatalogConfiguration |
This represents a configuration of the catalog.
|
CatalogContext |
The context for the catalog.
|
CatalogProperty |
This represents a property name and default value for the catalog.
|
Database |
The database implementation that manages a collection of tables.
|
DatabaseInfo |
The database information class.
|
DefaultTableMaster |
This table master manages catalogs metadata information.
|
Domain<T> |
Domain represetation to check values.
|
Partition |
The table partition class.
|
PartitionedTableScheme |
Partitioned Table Scheme.
|
Table |
The table implementation which manages all the versions of the table.
|
TableMasterClientServiceHandler |
This class is a gRPC handler for table master RPCs.
|
TableMasterFactory |
Factory to create a
TableMaster instance. |
UnpartitionedTableScheme |
Unpartitoned table scheme.
|
Copyright © 2023. All Rights Reserved.