See: Description
Interface | Description |
---|---|
Extractable |
Enables extracting attribute values and types and their type from an object, usually from an Entry
|
Index |
This interface contains the methods related to index of Query.
|
IndexStore |
This interface stores indexes of Query.
|
MultiResultSet |
TODO:
|
Class | Description |
---|---|
AndResultSet |
And Result set for Predicates.
|
BaseIndexStore |
Base class for concrete index store implementations
|
CachedQueryEntry<K,V> |
Entry of the Query.
|
DefaultArgumentParser |
ArgumentParser that's used by default.
|
DefaultValueCollector | |
DuplicateDetectingMultiResult | |
FalsePredicate<K,V> |
A
Predicate which always returns false. |
FastMultiResultSet |
Multiple result set for Predicates.
|
Indexes |
Contains all indexes for a data-structure, e.g.
|
IndexImpl | |
IndexImpl.NullObject | |
IndexInfo | |
MapIndexInfo | |
OrResultSet |
Or result set for Predicates.
|
QueryableEntriesSegment |
Holder class for a collection of queried entries and the index from which new items can be fetched.
|
QueryableEntry<K,V> |
This abstract class contains methods related to Queryable Entry, which means searched an indexed by SQL query or predicate.
|
QueryContext |
Provides the context of Query.
|
QueryEntry |
Entry of the Query.
|
SingleResultSet |
Multiple result set for Predicates.
|
SortedIndexStore |
Store indexes rankly.
|
TypeConverters | |
TypeConverters.BaseTypeConverter | |
UnsortedIndexStore |
Store indexes out of turn.
|
Enum | Description |
---|---|
AttributeType |
Type of Attribute
|
ComparisonType |
Type of Comparison
|
IndexCopyBehavior |
Defines the behavior for index copying on index read/write.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.