public class Property extends UdbProperty
Modifier and Type | Class and Description |
---|---|
static class |
Property.Builder
UDB property builder.
|
static class |
Property.Name
Corresponding configurations of GLUE configurations.
|
Modifier and Type | Field and Description |
---|---|
static Property |
AWS_GLUE_ACCESS_KEY |
static Property |
AWS_GLUE_SECRET_KEY |
static Property |
AWS_PROXY_HOST |
static Property |
AWS_PROXY_PASSWORD |
static Property |
AWS_PROXY_PORT |
static Property |
AWS_PROXY_PROTOCOL |
static Property |
AWS_PROXY_USER_NAME |
static Property |
CATALOG_ID |
static Property |
GLUE_REGION |
static Property |
MAX_GLUE_CONNECTION |
static Property |
MAX_GLUE_FETCH_PARTITIONS |
static Property |
PARTITION_COLUMN_STATISTICS_ENABLE |
static Property |
TABLE_COLUMN_STATISTICS_ENABLE |
mDefaultValue, mDescription, mName
Constructor and Description |
---|
Property(String name,
String description,
String defaultValue)
Create a alluxio.table.under.glue.Property instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
static boolean |
register(Property Property)
Registers the given UDB alluxio.table.under.glue.Property to the global map.
|
static void |
unregister(Property Property)
Unregisters the given key from the global map.
|
getFullName
equals, hashCode
public static final Property MAX_GLUE_CONNECTION
public static final Property MAX_GLUE_FETCH_PARTITIONS
public static final Property GLUE_REGION
public static final Property CATALOG_ID
public static final Property AWS_GLUE_ACCESS_KEY
public static final Property AWS_GLUE_SECRET_KEY
public static final Property AWS_PROXY_PROTOCOL
public static final Property AWS_PROXY_HOST
public static final Property AWS_PROXY_PORT
public static final Property AWS_PROXY_USER_NAME
public static final Property AWS_PROXY_PASSWORD
public static final Property TABLE_COLUMN_STATISTICS_ENABLE
public static final Property PARTITION_COLUMN_STATISTICS_ENABLE
public static boolean register(Property Property)
Property
- the udb propertypublic static void unregister(Property Property)
Property
- the property to unregisterpublic String getName()
getName
in class BaseProperty
public String getDescription()
getDescription
in class BaseProperty
@Nullable public String getDefaultValue()
getDefaultValue
in class BaseProperty
Copyright © 2023. All Rights Reserved.