@Immutable public final class InfinispanEntry<K,V> extends Object
| Constructor and Description |
|---|
InfinispanEntry(K key,
V value,
org.infinispan.metadata.InternalMetadata metadata)
Creates a new Infinispan entry.
|
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Returns the entry key.
|
org.infinispan.metadata.InternalMetadata |
getMetadata()
Returns the optional entry metadata.
|
V |
getValue()
Returns the entry value.
|
public InfinispanEntry(K key, V value, org.infinispan.metadata.InternalMetadata metadata)
key - The entry key. Must not be null.value - The entry value. null if none.metadata - Optional entry metadata, null if not
specified.public org.infinispan.metadata.InternalMetadata getMetadata()
null if not specified.Copyright © 2016 Connect2id Ltd.. All Rights Reserved.