Class BulkGetKeysOperation<K>

All Implemented Interfaces:
Runnable, CompletionStage<Set<K>>, Future<Set<K>>, HotRodConstants, ChannelOperation

public class BulkGetKeysOperation<K> extends StatsAffectingRetryingOperation<Set<K>>
Reads all keys. Similar to BulkGet, but without the entry values.
Since:
5.2
Author:
Ray Tsang