Class SlotSharingGroupId
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.instance.SlotSharingGroupId
-
- All Implemented Interfaces:
Serializable
,Comparable<org.apache.flink.util.AbstractID>
public class SlotSharingGroupId extends org.apache.flink.util.AbstractID
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotSharingGroupId()
SlotSharingGroupId(byte[] bytes)
SlotSharingGroupId(long lowerPart, long upperPart)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SlotSharingGroupId
fromHexString(String hexString)
-
-
-
Method Detail
-
fromHexString
public static SlotSharingGroupId fromHexString(String hexString)
-
-