Package | Description |
---|---|
com.hazelcast.map.impl.recordstore |
Modifier and Type | Method and Description |
---|---|
MapEntriesWithCursor |
RecordStore.fetchEntries(int tableIndex,
int size)
Fetches specified number of entries from provided tableIndex.
|
MapEntriesWithCursor |
DefaultRecordStore.fetchEntries(int tableIndex,
int size) |
MapEntriesWithCursor |
StorageImpl.fetchEntries(int tableIndex,
int size,
SerializationService serializationService) |
MapEntriesWithCursor |
Storage.fetchEntries(int tableIndex,
int size,
SerializationService serializationService)
Fetch minimally
size items from the tableIndex position. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.