Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
QueryableEntry.getAttributeType(String attributeName) |
AttributeType |
Extractable.getAttributeType(String attributeName) |
Object |
QueryableEntry.getAttributeValue(String attributeName) |
Object |
Extractable.getAttributeValue(String attributeName) |
void |
Indexes.removeEntryIndex(Data key,
Object value) |
void |
Index.saveEntryIndex(QueryableEntry e,
Object oldValue)
Add entry to this index.
|
void |
IndexImpl.saveEntryIndex(QueryableEntry entry,
Object oldRecordValue) |
void |
Indexes.saveEntryIndex(QueryableEntry queryableEntry,
Object oldValue) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.