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