public interface IndexProvider
Indexes.| Modifier and Type | Method and Description |
|---|---|
InternalIndex |
createIndex(IndexConfig config,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats,
StoreAdapter storeAdapter)
Creates a new index with the given name.
|
InternalIndex createIndex(IndexConfig config, Extractors extractors, InternalSerializationService ss, IndexCopyBehavior copyBehavior, PerIndexStats stats, StoreAdapter storeAdapter)
config - Index configuration.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.storeAdapter - the reference to the store adapter. null if the index is global.Copyright © 2019 Hazelcast, Inc.. All rights reserved.