public class HiveBucketProperties extends AbstractChildDBObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE
Type String for this object.
|
| Constructor and Description |
|---|
HiveBucketProperties() |
| Modifier and Type | Method and Description |
|---|---|
DBObjectID[] |
getBucketColumns()
Gets the ids for the columns that are bucketed (clustered) for the
table.
|
IndexObject[] |
getBucketSortColumns()
Gets the ids for the columns that are sorted within the buckets for
this table.
|
java.lang.Integer |
getNumberOfBuckets()
Gets the number of buckets that the bucket columns will be sorted into.
|
java.lang.String |
getType()
Returns the type of this object.
|
void |
setBucketColumns(DBObjectID... colIDs)
Sets the ids for the columns that are bucketed (clustered) for the
table.
|
void |
setBucketSortColumns(IndexObject... colIDs)
Sets the ids for the columns that are sorted within the buckets for
this table.
|
void |
setNumberOfBuckets(java.lang.Integer num)
Sets the number of buckets that the bucket columns will be sorted into.
|
setParentaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, copyToImpl, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getName, getOwnedObjects, getOwnedObjects, getOwnedObjectsImpl, getParent, getProperties, getProperty, getProperty, getReferenceIDs, getReferenceIDsImpl, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setID, setName, setProperties, setProperty, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic static final java.lang.String TYPE
public java.lang.String getType()
DBObjectpublic DBObjectID[] getBucketColumns()
public void setBucketColumns(DBObjectID... colIDs)
colIDs - the bucketed column idspublic IndexObject[] getBucketSortColumns()
public void setBucketSortColumns(IndexObject... colIDs)
colIDs - the ids for the sorted columnspublic java.lang.Integer getNumberOfBuckets()
public void setNumberOfBuckets(java.lang.Integer num)
num - the number of buckets