Class JobAllocationsInformation.VertexAllocationInformation
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation.VertexAllocationInformation
-
- Enclosing class:
- JobAllocationsInformation
public static class JobAllocationsInformation.VertexAllocationInformation extends Object
Information about the allocations of a single Job Vertex.
-
-
Field Summary
Fields Modifier and Type Field Description longstateSizeInBytes
-
Constructor Summary
Constructors Constructor Description VertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocationIDgetAllocationID()JobVertexIDgetJobVertexID()KeyGroupRangegetKeyGroupRange()
-
-
-
Constructor Detail
-
VertexAllocationInformation
public VertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes)
-
-
Method Detail
-
getAllocationID
public AllocationID getAllocationID()
-
getJobVertexID
public JobVertexID getJobVertexID()
-
getKeyGroupRange
public KeyGroupRange getKeyGroupRange()
-
-