Package org.apache.flink.util
Class StringBasedID
- java.lang.Object
-
- org.apache.flink.util.StringBasedID
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LogicalFile.LogicalFileId
,PhysicalStateHandleID
,SharedStateRegistryKey
,StateHandleID
public class StringBasedID extends Object implements Serializable
Base class for typed IDs that are internally represented by a string. This class is not intended for direct use, but should be subclassed for type-safety.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StringBasedID(String keyString)
Protected constructor to enforce that subclassing.
-
-
-
Constructor Detail
-
StringBasedID
protected StringBasedID(String keyString)
Protected constructor to enforce that subclassing.
-
-