public static class StateEntry.SimpleStateEntry<K,N,S> extends Object implements StateEntry<K,N,S>
StateEntry.SimpleStateEntry<K,N,S>
Constructor and Description |
---|
SimpleStateEntry(K key,
N namespace,
S value) |
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Returns the key of this entry.
|
N |
getNamespace()
Returns the namespace of this entry.
|
S |
getState()
Returns the state of this entry.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filterOrTransform
public K getKey()
StateEntry
getKey
in interface StateEntry<K,N,S>
public N getNamespace()
StateEntry
getNamespace
in interface StateEntry<K,N,S>
public S getState()
StateEntry
getState
in interface StateEntry<K,N,S>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.