public class DefaultIndexProvider extends Object implements IndexProvider
Constructor and Description |
---|
DefaultIndexProvider() |
Modifier and Type | Method and Description |
---|---|
InternalIndex |
createIndex(IndexDefinition definition,
Extractors extractors,
InternalSerializationService ss,
IndexCopyBehavior copyBehavior,
PerIndexStats stats)
Creates a new index with the given name.
|
public InternalIndex createIndex(IndexDefinition definition, Extractors extractors, InternalSerializationService ss, IndexCopyBehavior copyBehavior, PerIndexStats stats)
IndexProvider
createIndex
in interface IndexProvider
definition
- the index definition to create the index from.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 © 2022 Hazelcast, Inc.. All Rights Reserved.