Package org.apache.flink.runtime.state
Class StateEntry.SimpleStateEntry<K,N,S>
java.lang.Object
org.apache.flink.runtime.state.StateEntry.SimpleStateEntry<K,N,S>
- All Implemented Interfaces:
StateEntry<K,N, S>
- Enclosing interface:
- StateEntry<K,
N, S>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateEntry
StateEntry.SimpleStateEntry<K,N, S> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.state.StateEntry
filterOrTransform
-
Constructor Details
-
SimpleStateEntry
-
-
Method Details
-
getKey
Description copied from interface:StateEntryReturns the key of this entry.- Specified by:
getKeyin interfaceStateEntry<K,N, S>
-
getNamespace
Description copied from interface:StateEntryReturns the namespace of this entry.- Specified by:
getNamespacein interfaceStateEntry<K,N, S>
-
getState
Description copied from interface:StateEntryReturns the state of this entry.- Specified by:
getStatein interfaceStateEntry<K,N, S>
-