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 |
---|---|
default StateEntry<K,N,S> |
filterOrTransform(StateSnapshotTransformer<S> transformer) |
K |
getKey()
Returns the key of this entry.
|
N |
getNamespace()
Returns the namespace of this entry.
|
S |
getState()
Returns the state of this entry.
|
K getKey()
N getNamespace()
S getState()
default StateEntry<K,N,S> filterOrTransform(StateSnapshotTransformer<S> transformer)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.