类 SlotAndWorkerProfile
- java.lang.Object
-
- org.apache.seatunnel.engine.server.service.slot.SlotAndWorkerProfile
-
- 所有已实现的接口:
com.hazelcast.nio.serialization.DataSerializable,com.hazelcast.nio.serialization.IdentifiedDataSerializable
public class SlotAndWorkerProfile extends Object implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
-
-
构造器概要
构造器 构造器 说明 SlotAndWorkerProfile()SlotAndWorkerProfile(WorkerProfile workerProfile, SlotProfile slotProfile)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetClassId()intgetFactoryId()SlotProfilegetSlotProfile()Get slot profile of worker return.WorkerProfilegetWorkerProfile()voidreadData(com.hazelcast.nio.ObjectDataInput in)voidwriteData(com.hazelcast.nio.ObjectDataOutput out)
-
-
-
构造器详细资料
-
SlotAndWorkerProfile
public SlotAndWorkerProfile()
-
SlotAndWorkerProfile
public SlotAndWorkerProfile(WorkerProfile workerProfile, SlotProfile slotProfile)
-
-
方法详细资料
-
getWorkerProfile
public WorkerProfile getWorkerProfile()
-
getSlotProfile
public SlotProfile getSlotProfile()
Get slot profile of worker return. Could be null if no slot can be provided.
-
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
-
-