public final class Property extends UdbProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
Property.Builder
UDB property builder.
|
static class |
Property.Name
Corresponding configurations of HIVE configurations.
|
| Modifier and Type | Field and Description |
|---|---|
static Property |
ALLOW_DIFF_PART_LOC_PREFIX |
mDefaultValue, mDescription, mName| Constructor and Description |
|---|
Property(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue)
Create a alluxio.table.under.hive.Property instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
static boolean |
register(Property Property)
Registers the given UDB alluxio.table.under.hive.Property to the global map.
|
static void |
unregister(Property Property)
Unregisters the given key from the global map.
|
getFullNameequals, hashCodepublic static final Property ALLOW_DIFF_PART_LOC_PREFIX
public Property(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue)
name - the property namedescription - the property descriptiondefaultValue - the default valuepublic static boolean register(Property Property)
Property - the udb propertypublic static void unregister(Property Property)
Property - the property to unregisterpublic java.lang.String getName()
getName in class BasePropertypublic java.lang.String getDescription()
getDescription in class BaseProperty@Nullable public java.lang.String getDefaultValue()
getDefaultValue in class BasePropertyCopyright © 2021. All Rights Reserved.