Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
Modifier and Type | Field and Description |
---|---|
protected CacheKeyIteratorResult |
AbstractClusterWideIterator.result |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheKeyIteratorResult |
AbstractClusterWideIterator.fetch() |
protected CacheKeyIteratorResult |
ClusterWideIterator.fetch() |
CacheKeyIteratorResult |
ICacheRecordStore.iterator(int tableIndex,
int size)
Starting from the provided table index, a set of keys are returned with a maximum size of
size |
CacheKeyIteratorResult |
AbstractCacheRecordStore.iterator(int tableIndex,
int size) |
Modifier and Type | Method and Description |
---|---|
CacheKeyIteratorResult |
CacheRecordHashMap.fetchNext(int nextTableIndex,
int size) |
CacheKeyIteratorResult |
CacheRecordMap.fetchNext(int nextTableIndex,
int size) |
Modifier and Type | Method and Description |
---|---|
protected CacheKeyIteratorResult |
ClientClusterWideIterator.fetch() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.