|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheKeyIteratorResult | |
---|---|
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 |
com.hazelcast.util | This package contains classes to support the inner workings of Hazelcast as well as some backports of newer Java features / data structures to support older Java versions in a clean and nice way. |
Uses of CacheKeyIteratorResult in com.hazelcast.cache.impl |
---|
Fields in com.hazelcast.cache.impl declared as CacheKeyIteratorResult | |
---|---|
protected CacheKeyIteratorResult |
AbstractClusterWideIterator.result
|
Methods in com.hazelcast.cache.impl that return CacheKeyIteratorResult | |
---|---|
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)
|
Uses of CacheKeyIteratorResult in com.hazelcast.cache.impl.record |
---|
Methods in com.hazelcast.cache.impl.record that return CacheKeyIteratorResult | |
---|---|
CacheKeyIteratorResult |
CacheRecordHashMap.fetchNext(int nextTableIndex,
int size)
|
CacheKeyIteratorResult |
CacheRecordMap.fetchNext(int nextTableIndex,
int size)
|
Uses of CacheKeyIteratorResult in com.hazelcast.client.cache.impl |
---|
Methods in com.hazelcast.client.cache.impl that return CacheKeyIteratorResult | |
---|---|
protected CacheKeyIteratorResult |
ClientClusterWideIterator.fetch()
|
Uses of CacheKeyIteratorResult in com.hazelcast.util |
---|
Methods in com.hazelcast.util that return CacheKeyIteratorResult | |
---|---|
CacheKeyIteratorResult |
CacheConcurrentHashMap.fetchNext(int nextTableIndex,
int size)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |