- java.lang.Object
-
- com.hazelcast.util.SampleableConcurrentHashMap.SamplingEntry<K,V>
-
- Enclosing class:
- SampleableConcurrentHashMap<K,V>
public static class SampleableConcurrentHashMap.SamplingEntry<K,V>
extends Object
Entry to define keys and values for sampling.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected K |
key |
protected V |
value |
-
-
Field Detail
-
key
protected final K key
-
value
protected final V value
-
Method Detail
-
getEntryKey
public K getEntryKey()
-
getEntryValue
public V getEntryValue()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.