K - type of key.N - type of namespace.S - type of state.public interface StateEntry<K,N,S>
| Modifier and Type | Interface and Description |
|---|---|
static class |
StateEntry.SimpleStateEntry<K,N,S> |
| 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.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.