Class JobAllocationsInformation.VertexAllocationInformation
java.lang.Object
org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation.VertexAllocationInformation
- Enclosing class:
- JobAllocationsInformation
Information about the allocations of a single Job Vertex.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
stateSizeInBytes
public final long stateSizeInBytes
-
-
Constructor Details
-
VertexAllocationInformation
public VertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes)
-
-
Method Details
-
getAllocationID
-
getJobVertexID
-
getKeyGroupRange
-