| Modifier and Type | Method and Description |
|---|---|
void |
SlotProviderStrategy.cancelSlotRequest(SlotRequestId slotRequestId,
SlotSharingGroupId slotSharingGroupId,
Throwable cause)
Cancels the slot request with the given
SlotRequestId and SlotSharingGroupId. |
| Modifier and Type | Method and Description |
|---|---|
SlotSharingGroupId |
SlotSharingGroup.getSlotSharingGroupId() |
SlotSharingGroupId |
ScheduledUnit.getSlotSharingGroupId() |
| Constructor and Description |
|---|
ScheduledUnit(Execution task,
JobVertexID jobVertexId,
SlotSharingGroupId slotSharingGroupId,
CoLocationConstraint coLocationConstraint) |
ScheduledUnit(Execution task,
SlotSharingGroupId slotSharingGroupId) |
ScheduledUnit(Execution task,
SlotSharingGroupId slotSharingGroupId,
CoLocationConstraint coLocationConstraint) |
ScheduledUnit(JobVertexID jobVertexId,
SlotSharingGroupId slotSharingGroupId,
CoLocationConstraint coLocationConstraint) |
| Modifier and Type | Method and Description |
|---|---|
SlotSharingGroupId |
LogicalSlot.getSlotSharingGroupId()
Gets the slot sharing group id to which this slot belongs.
|
| Modifier and Type | Method and Description |
|---|---|
SlotSharingGroupId |
SingleLogicalSlot.getSlotSharingGroupId() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerImpl.cancelSlotRequest(SlotRequestId slotRequestId,
SlotSharingGroupId slotSharingGroupId,
Throwable cause) |
void |
SlotProvider.cancelSlotRequest(SlotRequestId slotRequestId,
SlotSharingGroupId slotSharingGroupId,
Throwable cause)
Cancels the slot request with the given
SlotRequestId and SlotSharingGroupId. |
| Constructor and Description |
|---|
SingleLogicalSlot(SlotRequestId slotRequestId,
SlotContext slotContext,
SlotSharingGroupId slotSharingGroupId,
Locality locality,
SlotOwner slotOwner) |
| Constructor and Description |
|---|
SchedulerImpl(SlotSelectionStrategy slotSelectionStrategy,
SlotPool slotPool,
Map<SlotSharingGroupId,SlotSharingManager> slotSharingManagers) |
| Modifier and Type | Method and Description |
|---|---|
SlotSharingGroupId |
ExecutionVertexSchedulingRequirements.getSlotSharingGroupId() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionVertexSchedulingRequirements.Builder |
ExecutionVertexSchedulingRequirements.Builder.withSlotSharingGroupId(SlotSharingGroupId slotSharingGroupId) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.