Class 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 Detail

      • MapCacheScanResult

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

      • getIdleKeys

        public List<K> getIdleKeys()