public class HivePartition extends AbstractChildBuildableObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE
Type String for this object.
|
| Constructor and Description |
|---|
HivePartition()
Creates a new, empty, Hive partition.
|
HivePartition(java.lang.String... vals)
Creates a new Hive partition with the given values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of this partition.
|
java.lang.String |
getType()
Returns the type of this object.
|
java.lang.String[] |
getValues()
Gets the values for this partition.
|
void |
setName(java.lang.String name)
Sets the name of this partition.
|
void |
setValues(java.lang.String... vals)
Sets the values for this partition.
|
setParentcheckInit, checkInit, copyToImpl, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setProperties, setPropertypublic static final java.lang.String TYPE
public HivePartition()
public HivePartition(java.lang.String... vals)
vals - the values for the new partitionpublic java.lang.String getType()
DBObjectpublic void setName(java.lang.String name)
setName in interface DBObjectsetName in class AbstractDBObjectname - a string containing the new name for this object.public java.lang.String getName()
getName in interface DBObjectgetName in class AbstractDBObjectpublic java.lang.String[] getValues()
public void setValues(java.lang.String... vals)
vals - the valuesgetValues()