Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.query | |
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
IndexCopyBehavior |
MapServiceContext.getIndexCopyBehavior() |
Modifier and Type | Method and Description |
---|---|
Index |
DefaultIndexProvider.createIndex(String attributeName,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior) |
Index |
IndexProvider.createIndex(String attributeName,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior) |
Modifier and Type | Field and Description |
---|---|
protected IndexCopyBehavior |
BaseIndexStore.copyOn |
Modifier and Type | Method and Description |
---|---|
static IndexCopyBehavior |
IndexCopyBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexCopyBehavior[] |
IndexCopyBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Indexes(InternalSerializationService serializationService,
IndexProvider indexProvider,
Extractors extractors,
boolean global,
IndexCopyBehavior copyBehavior) |
IndexImpl(String attributeName,
boolean ordered,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyQueryResultOn) |
SortedIndexStore(IndexCopyBehavior copyOn) |
UnsortedIndexStore(IndexCopyBehavior copyOn) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.