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 VoidNamespace
INSTANCE
The singleton instance
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static VoidNamespace
get()
Getter for the singleton instanceint
hashCode()
String
toString()
-
-
-
Field Detail
-
INSTANCE
public static final VoidNamespace INSTANCE
The singleton instance
-
-