| Interface | Description |
|---|---|
| HiveDatabase |
Specialisation of Database for implementations that connect to a Hive
metastore.
|
| Class | Description |
|---|---|
| HiveBucketProperties |
Bean that encapsulates the properties specific to a Hive Bucketed Table.
|
| HivePartition |
Bean that represents a partition in Hive.
|
| HivePartitionProperties |
Bean to reprsent the partition model of a Hive table.
|
| HivePropertyMetadata |
Utility class with methods for accessing metadata specific to properties
in a Hive Database.
|
| HiveSkewProperties |
Bean to represent the properties that control the skewing of a Hive table
or table partition.
|
| HiveStorageProperties |
Collection of properties for a Table definition that are specific to the
Hive Metastore.
|
| TblProperty |
Simple DBObject implementation for a key/value pair in a property map
(like TBLPROPERTIES or SERDEPROPERTIES).
|
| Enum | Description |
|---|---|
| HiveStorageProperties.PredefinedFileFormat |
Enum of the predefined file formats that are available for the STORED
AS clause.
|