类 SlotProfile
java.lang.Object
org.apache.seatunnel.engine.server.resourcemanager.resource.SlotProfile
- 所有已实现的接口:
com.hazelcast.nio.serialization.DataSerializable,com.hazelcast.nio.serialization.IdentifiedDataSerializable
public class SlotProfile
extends Object
implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
Used to describe the status of the current slot, including resource size and assign status
-
构造器概要
构造器构造器说明SlotProfile(com.hazelcast.cluster.Address worker, int slotID, ResourceProfile resourceProfile, String sequence) -
方法概要
-
构造器详细资料
-
SlotProfile
public SlotProfile() -
SlotProfile
public SlotProfile(com.hazelcast.cluster.Address worker, int slotID, ResourceProfile resourceProfile, String sequence)
-
-
方法详细资料
-
getWorker
public com.hazelcast.cluster.Address getWorker() -
getSlotID
public int getSlotID() -
getResourceProfile
-
getOwnerJobID
public long getOwnerJobID() -
assign
public void assign(long jobID) -
equals
-
hashCode
public int hashCode() -
getSequence
-
unassigned
public void unassigned() -
toString
-
getFactoryId
public int getFactoryId()- 指定者:
getFactoryId在接口中com.hazelcast.nio.serialization.IdentifiedDataSerializable
-
getClassId
public int getClassId()- 指定者:
getClassId在接口中com.hazelcast.nio.serialization.IdentifiedDataSerializable
-
writeData
- 指定者:
writeData在接口中com.hazelcast.nio.serialization.DataSerializable- 抛出:
IOException
-
readData
- 指定者:
readData在接口中com.hazelcast.nio.serialization.DataSerializable- 抛出:
IOException
-