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