public class ExternalIndexTypeWrapper extends IndexTypeWrapper implements ExternalIndexType
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME_PREFIX |
base| Constructor and Description |
|---|
ExternalIndexTypeWrapper(SchemaSource base) |
| Modifier and Type | Method and Description |
|---|---|
ParameterIndexField |
getField(PropertyKey key) |
ParameterIndexField[] |
getFieldKeys() |
String |
getStoreName() |
boolean |
isExternalIndex() |
boolean |
isInternalIndex() |
void |
resetCache()
Resets the internal caches used to speed up lookups on this index.
|
equals, getBackingIndexName, getElement, getName, getSchemaBase, getSchemaTypeConstraint, hashCode, hasSchemaTypeConstraint, indexesKey, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBackingIndexName, getElement, getName, getSchemaTypeConstraint, hasSchemaTypeConstraint, indexesKeypublic static final String NAME_PREFIX
public ExternalIndexTypeWrapper(SchemaSource base)
public boolean isInternalIndex()
isInternalIndex in interface IndexTypepublic boolean isExternalIndex()
isExternalIndex in interface IndexTypepublic ParameterIndexField[] getFieldKeys()
getFieldKeys in interface ExternalIndexTypegetFieldKeys in interface IndexTypepublic ParameterIndexField getField(PropertyKey key)
getField in interface ExternalIndexTypegetField in interface IndexTypegetField in class IndexTypeWrapperpublic void resetCache()
IndexTypeManagementSystem.resetCache in interface IndexTyperesetCache in class IndexTypeWrapperpublic String getStoreName()
getStoreName in interface ExternalIndexTypeCopyright © 2012–2014. All rights reserved.