Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Method and Description |
---|---|
IndexCopyBehavior |
MapServiceContext.getIndexCopyBehavior() |
Modifier and Type | Field and Description |
---|---|
protected IndexCopyBehavior |
AbstractIndex.copyBehavior |
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.
|
Modifier and Type | Method and Description |
---|---|
InternalIndex |
DefaultIndexProvider.createIndex(String name,
String[] components,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
InternalIndex |
IndexProvider.createIndex(String name,
String[] components,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index with the given name.
|
static Indexes.Builder |
Indexes.newBuilder(SerializationService ss,
IndexCopyBehavior indexCopyBehavior) |
Constructor and Description |
---|
AbstractIndex(String name,
String[] components,
boolean ordered,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
IndexImpl(String name,
String[] components,
boolean ordered,
InternalSerializationService ss,
Extractors extractors,
IndexCopyBehavior copyBehavior,
PerIndexStats stats) |
OrderedIndexStore(IndexCopyBehavior copyOn) |
UnorderedIndexStore(IndexCopyBehavior copyOn) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.