类 WorkerProfile
java.lang.Object
org.apache.seatunnel.engine.server.resourcemanager.worker.WorkerProfile
- 所有已实现的接口:
com.hazelcast.nio.serialization.DataSerializable,com.hazelcast.nio.serialization.IdentifiedDataSerializable
public class WorkerProfile
extends Object
implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
Used to describe the status of the current Worker, including address and resource assign status
-
构造器概要
构造器构造器说明WorkerProfile(com.hazelcast.cluster.Address address) WorkerProfile(com.hazelcast.cluster.Address address, ResourceProfile profile, ResourceProfile unassignedResource, boolean dynamicSlot, SlotProfile[] assignedSlots, SlotProfile[] unassignedSlots, Map<String, String> attributes) -
方法概要
-
构造器详细资料
-
WorkerProfile
public WorkerProfile(com.hazelcast.cluster.Address address) -
WorkerProfile
public WorkerProfile(com.hazelcast.cluster.Address address, ResourceProfile profile, ResourceProfile unassignedResource, boolean dynamicSlot, SlotProfile[] assignedSlots, SlotProfile[] unassignedSlots, Map<String, String> attributes) -
WorkerProfile
public WorkerProfile()
-
-
方法详细资料
-
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
-