Package org.apache.flink.runtime.state
Class VoidNamespace
- java.lang.Object
-
- org.apache.flink.runtime.state.VoidNamespace
-
public final class VoidNamespace extends Object
Singleton placeholder class for state without a namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static VoidNamespaceINSTANCEThe singleton instance
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static VoidNamespaceget()Getter for the singleton instanceinthashCode()StringtoString()
-
-
-
Field Detail
-
INSTANCE
public static final VoidNamespace INSTANCE
The singleton instance
-
-