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

      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

      public void writeData(com.hazelcast.nio.ObjectDataOutput out) throws IOException
      指定者:
      writeData 在接口中 com.hazelcast.nio.serialization.DataSerializable
      抛出:
      IOException
    • readData

      public void readData(com.hazelcast.nio.ObjectDataInput in) throws IOException
      指定者:
      readData 在接口中 com.hazelcast.nio.serialization.DataSerializable
      抛出:
      IOException