Class SlotSharingGroupId
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.runtime.instance.SlotSharingGroupId
-
- All Implemented Interfaces:
Serializable
,Comparable<AbstractID>
public class SlotSharingGroupId extends AbstractID
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart
-
-
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)
-
Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
-
-
-
Method Detail
-
fromHexString
public static SlotSharingGroupId fromHexString(String hexString)
-
-