public static class StateEntry.SimpleStateEntry<K,N,S> extends Object implements StateEntry<K,N,S>
StateEntry.SimpleStateEntry<K,N,S>| 构造器和说明 |
|---|
SimpleStateEntry(K key,
N namespace,
S value) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, waitfilterOrTransformpublic K getKey()
StateEntrygetKey 在接口中 StateEntry<K,N,S>public N getNamespace()
StateEntrygetNamespace 在接口中 StateEntry<K,N,S>public S getState()
StateEntrygetState 在接口中 StateEntry<K,N,S>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.