public class IndexPartition extends AbstractChildDBObject
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupport| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
IndexPartition() |
IndexPartition(OracleIndexPartitions parent) |
IndexPartition(java.lang.String name,
OracleIndexPartitions parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(java.lang.Object value)
Add a value to the ordered list of values that define a global range partition.
|
java.lang.String |
getDomainParameters() |
java.lang.Boolean |
getKeyCompression()
Deprecated.
use getUseKeyCompression
|
OracleStorageProperties |
getSegmentAttributes() |
OracleIndexPartitions |
getSubpartitions() |
java.lang.String |
getType()
Returns the type of this object.
|
java.lang.Boolean |
getUseKeyCompression()
Returns whether to apply the compression settings of the index to this
index partition.
|
java.lang.Object[] |
getValuesLessThan()
Return an array of values that define a global range partition.
|
void |
setDomainParameters(java.lang.String parameters) |
void |
setKeyCompression(java.lang.Boolean keyCompression)
Deprecated.
use setUseKeyCompression
|
void |
setSegmentAttributes(OracleStorageProperties segmentAttributes) |
void |
setSubpartitions(OracleIndexPartitions subpartitions) |
void |
setUseKeyCompression(java.lang.Boolean useKeyCompression)
Specifies whether to use the key compression of the owning index.
|
void |
setValuesLessThan(java.lang.Object[] values)
Replace the ordered list of values that define a global range partition.
|
void |
setValuesLessThan(java.lang.String values)
Replace the ordered list of values that define a range partition or list
(sub)partition with the values extracted from a comma separated list.
|
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 IndexPartition()
public IndexPartition(OracleIndexPartitions parent)
public IndexPartition(java.lang.String name,
OracleIndexPartitions parent)
@Deprecated public java.lang.Boolean getKeyCompression()
public java.lang.Boolean getUseKeyCompression()
public java.lang.Object[] getValuesLessThan()
public OracleStorageProperties getSegmentAttributes()
public OracleIndexPartitions getSubpartitions()
public java.lang.String getDomainParameters()
public java.lang.String getType()
DBObject@Deprecated public void setKeyCompression(java.lang.Boolean keyCompression)
keyCompression - whether or not to use the key compression setting
of the owning indexpublic void setUseKeyCompression(java.lang.Boolean useKeyCompression)
useKeyCompression - whether or not to use the key compression setting
of the owning indexpublic void setValuesLessThan(java.lang.Object[] values)
values - public void setValuesLessThan(java.lang.String values)
values - : Comma separated list of valuespublic void setSegmentAttributes(OracleStorageProperties segmentAttributes)
public void setSubpartitions(OracleIndexPartitions subpartitions)
public void setDomainParameters(java.lang.String parameters)
public void addValue(java.lang.Object value)
value -