public interface IndexProvider
Indexes
.Modifier and Type | Method and Description |
---|---|
InternalIndex |
createIndex(String name,
String[] components,
boolean ordered,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index with the given name.
|
InternalIndex createIndex(String name, String[] components, boolean ordered, Extractors extractors, InternalSerializationService ss, IndexCopyBehavior copyBehavior, PerIndexStats stats)
name
- the name of the index to create or null
if
the index being created is not composite.components
- the components of the index to create.ordered
- true
to create an ordered index supporting
fast range queries, false
to create an
unordered index supporting fast point queries only.extractors
- the extractors to extract values of the given
name.ss
- the serialization service to perform the
deserialization of entries while extracting values
from them.copyBehavior
- the desired index copy behaviour.stats
- the index stats instance to report the statistics to.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.