public class CompositeIndexTypeWrapper extends IndexTypeWrapper implements CompositeIndexType
base| Constructor and Description |
|---|
CompositeIndexTypeWrapper(SchemaSource base) |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
getCardinality() |
ConsistencyModifier |
getConsistencyModifier() |
IndexField[] |
getFieldKeys() |
long |
getID() |
SchemaStatus |
getStatus() |
boolean |
isCompositeIndex() |
boolean |
isMixedIndex() |
void |
resetCache()
Resets the internal caches used to speed up lookups on this index.
|
equals, getBackingIndexName, getElement, getField, getName, getSchemaBase, getSchemaTypeConstraint, hashCode, hasSchemaTypeConstraint, indexesKey, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackingIndexName, getElement, getField, getName, getSchemaTypeConstraint, hasSchemaTypeConstraint, indexesKeypublic CompositeIndexTypeWrapper(SchemaSource base)
public boolean isCompositeIndex()
isCompositeIndex in interface IndexTypepublic boolean isMixedIndex()
isMixedIndex in interface IndexTypepublic long getID()
getID in interface CompositeIndexTypepublic SchemaStatus getStatus()
getStatus in interface CompositeIndexTypepublic IndexField[] getFieldKeys()
getFieldKeys in interface CompositeIndexTypegetFieldKeys in interface IndexTypepublic void resetCache()
IndexTypeManagementSystem.resetCache in interface IndexTyperesetCache in class IndexTypeWrapperpublic Cardinality getCardinality()
getCardinality in interface CompositeIndexTypepublic ConsistencyModifier getConsistencyModifier()
getConsistencyModifier in interface CompositeIndexTypeCopyright © 2012–2015. All rights reserved.