Class MapCacheScanResult<K,V>

java.lang.Object
org.redisson.client.protocol.decoder.MapScanResult<K,V>
org.redisson.client.protocol.decoder.MapCacheScanResult<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
ScanResult<Map.Entry<K,V>>

public class MapCacheScanResult<K,V> extends MapScanResult<K,V>
Author:
Nikita Koksharov
  • Constructor Details

    • MapCacheScanResult

      public MapCacheScanResult(Long pos, Map<K,V> values, List<K> idleKeys)
  • Method Details

    • getIdleKeys

      public List<K> getIdleKeys()