| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.properties |
| Modifier and Type | Field and Description |
|---|---|
static PropertyType<Boolean> |
PropertyType.BOOLEAN |
static PropertyType<Date> |
PropertyType.DATETIME |
static PropertyType<Double> |
PropertyType.DOUBLE |
static PropertyType<Integer> |
PropertyType.INTEGER |
static PropertyType<Object> |
PropertyType.JSON |
static PropertyType<Long> |
PropertyType.LONG |
static PropertyType<HMSPropertyManager.MaintenanceOpType> |
HMSPropertyManager.MAINTENANCE_OPERATION
Maintenance Operation Type.
|
static PropertyType<HMSPropertyManager.MaintenanceOpStatus> |
HMSPropertyManager.MAINTENANCE_STATUS
Maintenance Operation Status.
|
static PropertyType<String> |
PropertyType.STRING |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PropertyType<?>> |
PropertySchema.properties
The properties and their types, may be empty, never null.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyType<?> |
PropertyType.get(String name) |
PropertyType<?> |
PropertySchema.getPropertyType(String name)
Gets the type for a given property.
|
protected PropertyType<?> |
PropertyMap.getTypeOf(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HMSPropertyManager.declareClusterProperty(String name,
PropertyType<?> type,
Object defaultValue)
Declares a new cluster property.
|
static void |
HMSPropertyManager.declareDatabaseProperty(String name,
PropertyType<?> type,
Object defaultValue)
Declares a new database property.
|
boolean |
PropertySchema.declareProperty(String name,
PropertyType<?> type)
Declares a new property.
|
boolean |
PropertySchema.declareProperty(String name,
PropertyType<?> type,
Object defaultValue)
Declares a new property.
|
static void |
HMSPropertyManager.declareTableProperty(String name,
PropertyType<?> type,
Object defaultValue)
Declares a new table property.
|
static boolean |
PropertyType.register(PropertyType<?> type)
Registers a property type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySchema.forEach(BiConsumer<String,PropertyType<?>> action)
Perform an action on all properties.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.