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:
-
Field Summary
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart -
Constructor Summary
ConstructorsConstructorDescriptionSlotSharingGroupId(byte[] bytes) SlotSharingGroupId(long lowerPart, long upperPart) -
Method Summary
Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
Constructor Details
-
SlotSharingGroupId
public SlotSharingGroupId() -
SlotSharingGroupId
public SlotSharingGroupId(long lowerPart, long upperPart) -
SlotSharingGroupId
public SlotSharingGroupId(byte[] bytes)
-
-
Method Details
-
fromHexString
-