public class HotRodSessionEntry<K,MV,AV> extends Object implements SessionEntry<K,MV,AV>
Constructor and Description |
---|
HotRodSessionEntry(K key,
MV metaDataValue,
AV attributesValue) |
Modifier and Type | Method and Description |
---|---|
AV |
getAttributesValue() |
K |
getKey() |
MV |
getMetaDataValue() |
public MV getMetaDataValue()
getMetaDataValue
in interface SessionEntry<K,MV,AV>
public AV getAttributesValue()
getAttributesValue
in interface SessionEntry<K,MV,AV>
Copyright © 2017 JBoss by Red Hat. All rights reserved.