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
|
Modifier and Type | Method and Description |
---|---|
CacheEntryIterationResult |
ICacheRecordStore.fetchEntries(int tableIndex,
int size)
Starting from the provided table index, a set of entries are returned with a maximum size of
size |
CacheEntryIterationResult |
AbstractCacheRecordStore.fetchEntries(int tableIndex,
int size) |
Modifier and Type | Method and Description |
---|---|
CacheEntryIterationResult |
CacheRecordHashMap.fetchEntries(int nextTableIndex,
int size) |
CacheEntryIterationResult |
CacheRecordMap.fetchEntries(int nextTableIndex,
int size)
Fetches entries in bulk as specified size at most.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.