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.
|
DbConfig |
The Alluxio db config information.
|
DbConfig.BypassEntry |
Bypass configuration entry from config file.
|
DbConfig.BypassTableEntry |
Table to partitions mapping.
|
DbConfig.BypassTableEntryDeserializer |
Deserializer of BypassTableEntry
Enables flexible syntax: either a single table name can be specified, and all belonging
partitions will be bypassed;
or an object of form
{"table": "tableName", "partitions": ["part1", "part2"]}
can be used, and individual partitions can be specified.
|
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.