Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseIndexStore
Base class for concrete index store implementations
|
class |
OrderedIndexStore
Store indexes rankly.
|
class |
UnorderedIndexStore
Store indexes out of turn.
|
Modifier and Type | Field and Description |
---|---|
protected IndexStore |
AbstractIndex.indexStore |
Modifier and Type | Method and Description |
---|---|
protected abstract IndexStore |
AbstractIndex.createIndexStore(boolean ordered,
PerIndexStats stats) |
protected IndexStore |
IndexImpl.createIndexStore(boolean ordered,
PerIndexStats stats) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.