Package | Description |
---|---|
com.hazelcast.map.impl.recordstore |
Modifier and Type | Method and Description |
---|---|
MapKeysWithCursor |
RecordStore.fetchKeys(int tableIndex,
int size)
Fetches specified number of keys from provided tableIndex.
|
MapKeysWithCursor |
DefaultRecordStore.fetchKeys(int tableIndex,
int size) |
MapKeysWithCursor |
StorageImpl.fetchKeys(int tableIndex,
int size) |
MapKeysWithCursor |
Storage.fetchKeys(int tableIndex,
int size)
Fetch minimally
size keys from the tableIndex position. |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.