Package | Description |
---|---|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalPerIndexStats
The implementation of internal index stats specialized for global indexes.
|
class |
PartitionPerIndexStats
The implementation of internal index stats specialized for partitioned indexes.
|
Modifier and Type | Field and Description |
---|---|
static PerIndexStats |
PerIndexStats.EMPTY
Empty no-op internal index stats instance.
|
Modifier and Type | Method and Description |
---|---|
PerIndexStats |
PartitionIndexesStats.createPerIndexStats(boolean ordered,
boolean queryableEntriesAreCached) |
PerIndexStats |
GlobalIndexesStats.createPerIndexStats(boolean ordered,
boolean usesCachedQueryableEntries) |
PerIndexStats |
IndexesStats.createPerIndexStats(boolean ordered,
boolean queryableEntriesAreCached)
Creates a new instance of internal per-index stats.
|
Modifier and Type | Method and Description |
---|---|
PerIndexStats |
AbstractIndex.getPerIndexStats() |
PerIndexStats |
InternalIndex.getPerIndexStats()
Returns the index stats associated with this index.
|
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.
|
protected abstract IndexStore |
AbstractIndex.createIndexStore(boolean ordered,
PerIndexStats stats) |
protected IndexStore |
IndexImpl.createIndexStore(boolean ordered,
PerIndexStats stats) |
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) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.