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.
|
public K getKey()
StateEntrygetKey in interface StateEntry<K,N,S>public N getNamespace()
StateEntrygetNamespace in interface StateEntry<K,N,S>public S getState()
StateEntrygetState in interface StateEntry<K,N,S>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.