public class InternalIndexTypeWrapper extends IndexTypeWrapper implements InternalIndexType
base| Constructor and Description |
|---|
InternalIndexTypeWrapper(SchemaSource base) |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
getCardinality() |
ConsistencyModifier |
getConsistencyModifier() |
IndexField[] |
getFieldKeys() |
long |
getID() |
SchemaStatus |
getStatus() |
boolean |
isExternalIndex() |
boolean |
isInternalIndex() |
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 InternalIndexTypeWrapper(SchemaSource base)
public boolean isInternalIndex()
isInternalIndex in interface IndexTypepublic boolean isExternalIndex()
isExternalIndex in interface IndexTypepublic long getID()
getID in interface InternalIndexTypepublic SchemaStatus getStatus()
getStatus in interface InternalIndexTypepublic IndexField[] getFieldKeys()
getFieldKeys in interface IndexTypegetFieldKeys in interface InternalIndexTypepublic void resetCache()
IndexTypeManagementSystem.resetCache in interface IndexTyperesetCache in class IndexTypeWrapperpublic Cardinality getCardinality()
getCardinality in interface InternalIndexTypepublic ConsistencyModifier getConsistencyModifier()
getConsistencyModifier in interface InternalIndexTypeCopyright © 2012–2014. All rights reserved.