Uses of Class
org.apache.flink.runtime.clusterframework.types.AllocationID
Packages that use AllocationID
Package
Description
-
Uses of AllocationID in org.apache.flink.runtime.clusterframework.types
Methods in org.apache.flink.runtime.clusterframework.types that return AllocationIDModifier and TypeMethodDescriptionstatic AllocationIDAllocationID.fromHexString(String hexString) Methods in org.apache.flink.runtime.clusterframework.types that return types with arguments of type AllocationIDModifier and TypeMethodDescriptionSlotProfile.getPreferredAllocations()Returns the desired allocation ids for the slot.SlotProfile.getReservedAllocations()Returns a set of all reserved allocation ids from the execution graph.Method parameters in org.apache.flink.runtime.clusterframework.types with type arguments of type AllocationIDModifier and TypeMethodDescriptionstatic SlotProfileSlotProfile.priorAllocation(ResourceProfile taskResourceProfile, ResourceProfile physicalSlotResourceProfile, Collection<TaskManagerLocation> preferredLocations, Collection<AllocationID> priorAllocations, Set<AllocationID> reservedAllocations) Returns a slot profile for the given resource profile, prior allocations and all prior allocation ids from the whole execution graph. -
Uses of AllocationID in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return AllocationIDMethods in org.apache.flink.runtime.deployment with parameters of type AllocationIDModifier and TypeMethodDescriptionTaskDeploymentDescriptorFactory.createDeploymentDescriptor(Execution execution, AllocationID allocationID, JobManagerTaskRestore taskRestore, Collection<ResultPartitionDeploymentDescriptor> producedPartitions) Constructors in org.apache.flink.runtime.deployment with parameters of type AllocationIDModifierConstructorDescriptionTaskDeploymentDescriptor(org.apache.flink.api.common.JobID jobId, TaskDeploymentDescriptor.MaybeOffloaded<JobInformation> serializedJobInformation, TaskDeploymentDescriptor.MaybeOffloaded<TaskInformation> serializedTaskInformation, ExecutionAttemptID executionAttemptId, AllocationID allocationId, JobManagerTaskRestore taskRestore, List<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors) -
Uses of AllocationID in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return AllocationIDModifier and TypeMethodDescriptionArchivedExecution.getAssignedAllocationID()Execution.getAssignedAllocationID()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AllocationIDConstructors in org.apache.flink.runtime.executiongraph with parameters of type AllocationIDModifierConstructorDescriptionArchivedExecution(StringifiedAccumulatorResult[] userAccumulators, IOMetrics ioMetrics, ExecutionAttemptID attemptId, ExecutionState state, ErrorInfo failureCause, TaskManagerLocation assignedResourceLocation, AllocationID assignedAllocationID, long[] stateTimestamps, long[] stateEndTimestamps) -
Uses of AllocationID in org.apache.flink.runtime.jobmanager.slots
Methods in org.apache.flink.runtime.jobmanager.slots with parameters of type AllocationIDModifier and TypeMethodDescriptionTaskManagerGateway.freeSlot(AllocationID allocationId, Throwable cause, Duration timeout) Frees the slot with the given allocation ID. -
Uses of AllocationID in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return AllocationIDModifier and TypeMethodDescriptionAllocatedSlotInfo.getAllocationId()LogicalSlot.getAllocationId()Gets the allocation id of this slot.SlotInfo.getAllocationId()Gets the id under which the slot has been allocated on the TaskManager.Methods in org.apache.flink.runtime.jobmaster with parameters of type AllocationIDModifier and TypeMethodDescriptionvoidJobMaster.failSlot(ResourceID taskManagerId, AllocationID allocationId, Exception cause) voidJobMasterGateway.failSlot(ResourceID taskManagerId, AllocationID allocationId, Exception cause) Fails the slot with the given allocation id and cause.RpcTaskManagerGateway.freeSlot(AllocationID allocationId, Throwable cause, Duration timeout) Constructors in org.apache.flink.runtime.jobmaster with parameters of type AllocationID -
Uses of AllocationID in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return AllocationIDModifier and TypeMethodDescriptiondefault AllocationIDAllocatedSlotPool.FreeSlotInfo.getAllocationId()SingleLogicalSlot.getAllocationId()Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type AllocationIDModifier and TypeMethodDescriptionPhysicalSlotRequestBulk.getAllocationIdsOfFulfilledRequests()ReturnsAllocationIDs of fulfilled physical slot requests.DefaultFreeSlotTracker.getAvailableSlots()FreeSlotTracker.getAvailableSlots()Get allocation id of all available slots.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type AllocationIDModifier and TypeMethodDescriptionDeclarativeSlotPoolBridge.allocateAvailableSlot(SlotRequestId slotRequestId, AllocationID allocationID, ResourceProfile requirementProfile) SlotPool.allocateAvailableSlot(SlotRequestId slotRequestId, AllocationID allocationID, ResourceProfile requirementProfile) Allocates the available slot with the given allocation id under the given request id for the given requirement profile.booleanAllocatedSlotPool.containsFreeSlot(AllocationID allocationId) Checks whether the slot pool contains a slot with the givenAllocationIDand if it is free.booleanDeclarativeSlotPool.containsFreeSlot(AllocationID allocationId) Checks whether the slot pool contains a slot with the givenAllocationIDand if it is free.booleanDefaultAllocatedSlotPool.containsFreeSlot(AllocationID allocationId) booleanDefaultDeclarativeSlotPool.containsFreeSlot(AllocationID allocationId) booleanAllocatedSlotPool.containsSlot(AllocationID allocationId) Checks whether the slot pool contains a slot with the given allocationId.booleanDefaultAllocatedSlotPool.containsSlot(AllocationID allocationId) DeclarativeSlotPoolService.failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause) SlotPoolService.failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause) Fails the allocation with the given allocationId.Optional<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>AllocatedSlotPool.freeReservedSlot(AllocationID allocationId, long currentTime) Frees the reserved slot, adding it back into the set of free slots.BlocklistDeclarativeSlotPool.freeReservedSlot(AllocationID allocationId, Throwable cause, long currentTime) DeclarativeSlotPool.freeReservedSlot(AllocationID allocationId, Throwable cause, long currentTime) Frees the reserved slot identified by the given allocationId.Optional<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>DefaultAllocatedSlotPool.freeReservedSlot(AllocationID allocationId, long currentTime) DefaultDeclarativeSlotPool.freeReservedSlot(AllocationID allocationId, Throwable cause, long currentTime) DefaultFreeSlotTracker.getSlotInfo(AllocationID allocationId) FreeSlotTracker.getSlotInfo(AllocationID allocationId) Get slot info by allocation id, this slot must exist.AllocatedSlotPool.getSlotInformation(AllocationID allocationID) Returns slot information specified by the given allocationId.DefaultAllocatedSlotPool.getSlotInformation(AllocationID allocationID) DeclarativeSlotPool.releaseSlot(AllocationID allocationId, Exception cause) Releases the slot specified by allocationId if one exists.DefaultDeclarativeSlotPool.releaseSlot(AllocationID allocationId, Exception cause) Optional<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>AllocatedSlotPool.removeSlot(AllocationID allocationId) Removes the slot with the given allocationId from the slot pool.Optional<org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlot>DefaultAllocatedSlotPool.removeSlot(AllocationID allocationId) org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotAllocatedSlotPool.reserveFreeSlot(AllocationID allocationId) Reserves the free slot specified by the given allocationId.DeclarativeSlotPool.reserveFreeSlot(AllocationID allocationId, ResourceProfile requiredSlotProfile) Reserves the free slot identified by the given allocationId and maps it to the given requiredSlotProfile.org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotDefaultAllocatedSlotPool.reserveFreeSlot(AllocationID allocationId) DefaultDeclarativeSlotPool.reserveFreeSlot(AllocationID allocationId, ResourceProfile requiredSlotProfile) voidDefaultFreeSlotTracker.reserveSlot(AllocationID allocationId) voidFreeSlotTracker.reserveSlot(AllocationID allocationId) Reserve free slot when it is used.booleanAllocatedSlotPool.AllocatedSlotsAndReservationStatus.wasFree(AllocationID allocatedSlot) Method parameters in org.apache.flink.runtime.jobmaster.slotpool with type arguments of type AllocationIDModifier and TypeMethodDescriptionDefaultFreeSlotTracker.createNewFreeSlotTrackerWithoutBlockedSlots(Set<AllocationID> blockedSlots) FreeSlotTracker.createNewFreeSlotTrackerWithoutBlockedSlots(Set<AllocationID> blockedSlots) Create a new free slot tracker without blocked slots.DeclarativeSlotPoolBridge.requestNewAllocatedBatchSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations) SlotPool.requestNewAllocatedBatchSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations) DeclarativeSlotPoolBridge.requestNewAllocatedSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations, Duration timeout) SlotPool.requestNewAllocatedSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations, Duration timeout) Request the allocation of a new slot from the resource manager.Constructor parameters in org.apache.flink.runtime.jobmaster.slotpool with type arguments of type AllocationIDModifierConstructorDescriptionDefaultFreeSlotTracker(Set<AllocationID> freeSlots, Function<AllocationID, PhysicalSlot> physicalSlotLookup, Function<AllocationID, AllocatedSlotPool.FreeSlotInfo> freeSlotInfoLookup, Function<ResourceID, Double> taskExecutorUtilizationLookup) DefaultFreeSlotTracker(Set<AllocationID> freeSlots, Function<AllocationID, PhysicalSlot> physicalSlotLookup, Function<AllocationID, AllocatedSlotPool.FreeSlotInfo> freeSlotInfoLookup, Function<ResourceID, Double> taskExecutorUtilizationLookup) -
Uses of AllocationID in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type AllocationIDModifier and TypeMethodDescriptionvoidResourceManager.notifySlotAvailable(InstanceID instanceID, SlotID slotId, AllocationID allocationId) voidResourceManagerGateway.notifySlotAvailable(InstanceID instanceId, SlotID slotID, AllocationID oldAllocationId) Sent by the TaskExecutor to notify the ResourceManager that a slot has become available. -
Uses of AllocationID in org.apache.flink.runtime.resourcemanager.exceptions
Constructors in org.apache.flink.runtime.resourcemanager.exceptions with parameters of type AllocationIDModifierConstructorDescriptionUnfulfillableSlotRequestException(AllocationID allocationId, ResourceProfile resourceProfile) -
Uses of AllocationID in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return AllocationIDModifier and TypeMethodDescriptionFineGrainedTaskManagerSlot.getAllocationId()TaskManagerSlotInformation.getAllocationId()Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type AllocationIDModifier and TypeMethodDescriptionFineGrainedTaskManagerRegistration.getAllocatedSlots()TaskManagerInfo.getAllocatedSlots()Get allocated slots information.Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type AllocationIDModifier and TypeMethodDescriptionvoidDefaultSlotStatusSyncer.freeSlot(AllocationID allocationId) voidFineGrainedSlotManager.freeSlot(SlotID slotId, AllocationID allocationId) Free the given slot from the given allocation.voidFineGrainedTaskManagerRegistration.freeSlot(AllocationID allocationId) voidSlotManager.freeSlot(SlotID slotId, AllocationID allocationId) Free the given slot from the given allocation.voidSlotStatusSyncer.freeSlot(AllocationID allocationId) Free the given slot.FineGrainedTaskManagerTracker.getAllocatedOrPendingSlot(AllocationID allocationId) voidFineGrainedTaskManagerRegistration.notifyAllocation(AllocationID allocationId, FineGrainedTaskManagerSlot taskManagerSlot) voidFineGrainedTaskManagerRegistration.notifyAllocationComplete(AllocationID allocationId) voidFineGrainedTaskManagerTracker.notifySlotStatus(AllocationID allocationId, org.apache.flink.api.common.JobID jobId, InstanceID instanceId, ResourceProfile resourceProfile, org.apache.flink.runtime.resourcemanager.slotmanager.SlotState slotState) Constructors in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type AllocationIDModifierConstructorDescriptionFineGrainedTaskManagerSlot(AllocationID allocationId, org.apache.flink.api.common.JobID jobId, ResourceProfile resourceProfile, TaskExecutorConnection taskManagerConnection, org.apache.flink.runtime.resourcemanager.slotmanager.SlotState slotState) -
Uses of AllocationID in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler that return types with arguments of type AllocationIDModifier and TypeMethodDescriptionSharingPhysicalSlotRequestBulk.getAllocationIdsOfFulfilledRequests()Methods in org.apache.flink.runtime.scheduler with parameters of type AllocationIDModifier and TypeMethodDescriptionvoidSharingPhysicalSlotRequestBulk.markFulfilled(ExecutionSlotSharingGroup group, AllocationID allocationId) Moves a pending request to fulfilled.Method parameters in org.apache.flink.runtime.scheduler with type arguments of type AllocationIDModifier and TypeMethodDescriptionDefaultExecutionDeployer.Factory.createInstance(org.slf4j.Logger log, ExecutionSlotAllocator executionSlotAllocator, ExecutionOperations executionOperations, ExecutionVertexVersioner executionVertexVersioner, Duration partitionRegistrationTimeout, BiConsumer<ExecutionVertexID, AllocationID> allocationReservationFunc, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor) ExecutionDeployer.Factory.createInstance(org.slf4j.Logger log, ExecutionSlotAllocator executionSlotAllocator, ExecutionOperations executionOperations, ExecutionVertexVersioner executionVertexVersioner, Duration partitionRegistrationTimeout, BiConsumer<ExecutionVertexID, AllocationID> allocationReservationFunc, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor) Instantiate anExecutionDeployerwith the given params. -
Uses of AllocationID in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return AllocationIDModifier and TypeMethodDescriptionJobAllocationsInformation.VertexAllocationInformation.getAllocationID()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type AllocationIDModifier and TypeMethodDescriptionvoidFreeSlotFunction.freeSlot(AllocationID allocationId, Throwable cause, long timestamp) Frees the slot identified by the givenAllocationID.booleanIsSlotAvailableAndFreeFunction.isSlotAvailableAndFree(AllocationID allocationId) Returnstrueif a slot with the givenAllocationIDis available and free.ReserveSlotFunction.reserveSlot(AllocationID allocationId, ResourceProfile resourceProfile) Reserves the slot identified by the given allocation ID for the given resource profile.Constructors in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type AllocationIDModifierConstructorDescriptionVertexAllocationInformation(AllocationID allocationID, JobVertexID jobVertexID, KeyGroupRange keyGroupRange, long stateSizeInBytes) -
Uses of AllocationID in org.apache.flink.runtime.state
Fields in org.apache.flink.runtime.state declared as AllocationIDModifier and TypeFieldDescriptionprotected final AllocationIDTaskLocalStateStoreImpl.allocationIDAllocationID of the owning slot.Methods in org.apache.flink.runtime.state with parameters of type AllocationIDModifier and TypeMethodDescriptionTaskExecutorLocalStateStoresManager.localStateStoreForSubtask(org.apache.flink.api.common.JobID jobId, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.configuration.Configuration clusterConfiguration, org.apache.flink.configuration.Configuration jobConfiguration) voidTaskExecutorLocalStateStoresManager.releaseLocalStateForAllocationId(AllocationID allocationID) Method parameters in org.apache.flink.runtime.state with type arguments of type AllocationIDModifier and TypeMethodDescriptionvoidTaskExecutorLocalStateStoresManager.retainLocalStateForAllocations(Set<AllocationID> allocationsToRetain) Retains the given set of allocations.Constructors in org.apache.flink.runtime.state with parameters of type AllocationIDModifierConstructorDescriptionChangelogTaskLocalStateStore(org.apache.flink.api.common.JobID jobID, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, LocalRecoveryConfig localRecoveryConfig, Executor discardExecutor) TaskLocalStateStoreImpl(org.apache.flink.api.common.JobID jobID, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, LocalRecoveryConfig localRecoveryConfig, Executor discardExecutor) -
Uses of AllocationID in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return AllocationIDModifier and TypeMethodDescriptionSlotStatus.getAllocationID()Get the allocation id of this slot.Methods in org.apache.flink.runtime.taskexecutor with parameters of type AllocationIDModifier and TypeMethodDescriptionTaskExecutor.freeSlot(AllocationID allocationId, Throwable cause, Duration timeout) TaskExecutorGateway.freeSlot(AllocationID allocationId, Throwable cause, Duration timeout) Frees the slot with the given allocation ID.TaskExecutorGatewayDecoratorBase.freeSlot(AllocationID allocationId, Throwable cause, Duration timeout) TaskExecutor.requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout) TaskExecutorGateway.requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout) Requests a slot from the TaskManager.TaskExecutorGatewayDecoratorBase.requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout) Constructors in org.apache.flink.runtime.taskexecutor with parameters of type AllocationIDModifierConstructorDescriptionSlotStatus(SlotID slotID, ResourceProfile resourceProfile, org.apache.flink.api.common.JobID jobID, AllocationID allocationID) -
Uses of AllocationID in org.apache.flink.runtime.taskexecutor.exceptions
Methods in org.apache.flink.runtime.taskexecutor.exceptions that return AllocationIDConstructors in org.apache.flink.runtime.taskexecutor.exceptions with parameters of type AllocationIDModifierConstructorDescriptionSlotOccupiedException(String message, AllocationID allocationId, org.apache.flink.api.common.JobID jobId) -
Uses of AllocationID in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that return AllocationIDModifier and TypeMethodDescriptionSlotAllocationSnapshot.getAllocationId()SlotOffer.getAllocationId()TaskSlot.getAllocationId()TaskSlotPayload.getAllocationId()TaskSlotTable.getCurrentAllocation(int index) Get the current allocation for the task slot with the given index.TaskSlotTableImpl.getCurrentAllocation(int index) Methods in org.apache.flink.runtime.taskexecutor.slot that return types with arguments of type AllocationIDModifier and TypeMethodDescriptionTaskSlotTable.getActiveTaskSlotAllocationIds()Returns theAllocationIDof any active task listed in thisTaskSlotTable.TaskSlotTableImpl.getActiveTaskSlotAllocationIds()TaskSlotTable.getActiveTaskSlotAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId) TaskSlotTableImpl.getActiveTaskSlotAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId) TaskSlotTable.getAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId) Returns the allAllocationIDfor the given job.TaskSlotTableImpl.getAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId) Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type AllocationIDModifier and TypeMethodDescriptionbooleanTaskSlotTable.allocateSlot(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, Duration slotTimeout) Allocate the slot with the given index for the given job and allocation id.booleanTaskSlotTable.allocateSlot(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, Duration slotTimeout) Allocate the slot with the given index for the given job and allocation id.booleanTaskSlotTableImpl.allocateSlot(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, Duration slotTimeout) booleanTaskSlotTableImpl.allocateSlot(int requestedIndex, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, Duration slotTimeout) voidSlotActions.freeSlot(AllocationID allocationId) Free the task slot with the given allocation id.default intTaskSlotTable.freeSlot(AllocationID allocationId) Try to free the slot.intTaskSlotTable.freeSlot(AllocationID allocationId, Throwable cause) Tries to free the slot.intTaskSlotTableImpl.freeSlot(AllocationID allocationId, Throwable cause) org.apache.flink.api.common.JobIDTaskSlotTable.getOwningJob(AllocationID allocationId) Returns the owning job of theTaskSlotidentified by the givenAllocationID.org.apache.flink.api.common.JobIDTaskSlotTableImpl.getOwningJob(AllocationID allocationId) TaskSlotTable.getTaskMemoryManager(AllocationID allocationID) Get the memory manager of the slot allocated for the task.TaskSlotTableImpl.getTaskMemoryManager(AllocationID allocationID) booleanTaskSlot.isActive(org.apache.flink.api.common.JobID activeJobId, AllocationID activeAllocationId) booleanTaskSlot.isAllocated(org.apache.flink.api.common.JobID jobIdToCheck, AllocationID allocationIDToCheck) booleanTaskSlotTable.isAllocated(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId) Check whether the slot for the given index is allocated for the given job and allocation id.booleanTaskSlotTableImpl.isAllocated(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId) booleanTaskSlotTable.isValidTimeout(AllocationID allocationId, UUID ticket) Check whether the timeout with ticket is valid for the given allocation id.booleanTaskSlotTableImpl.isValidTimeout(AllocationID allocationId, UUID ticket) booleanTaskSlotTable.markSlotActive(AllocationID allocationId) Marks the slot under the given allocation id as active.booleanTaskSlotTableImpl.markSlotActive(AllocationID allocationId) booleanTaskSlotTable.markSlotInactive(AllocationID allocationId, Duration slotTimeout) Marks the slot under the given allocation id as inactive.booleanTaskSlotTableImpl.markSlotInactive(AllocationID allocationId, Duration slotTimeout) voidTaskSlotTableImpl.notifyTimeout(AllocationID key, UUID ticket) voidSlotActions.timeoutSlot(AllocationID allocationId, UUID ticket) Timeout the task slot for the given allocation id.booleanTaskSlotTable.tryMarkSlotActive(org.apache.flink.api.common.JobID jobId, AllocationID allocationId) Try to mark the specified slot as active if it has been allocated by the given job.booleanTaskSlotTableImpl.tryMarkSlotActive(org.apache.flink.api.common.JobID jobId, AllocationID allocationId) Constructors in org.apache.flink.runtime.taskexecutor.slot with parameters of type AllocationIDModifierConstructorDescriptionSlotAllocationSnapshot(SlotID slotID, org.apache.flink.api.common.JobID jobId, String jobTargetAddress, AllocationID allocationId, ResourceProfile resourceProfile) SlotNotActiveException(org.apache.flink.api.common.JobID jobId, AllocationID allocationId) SlotNotFoundException(AllocationID allocationId) SlotOffer(AllocationID allocationID, int index, ResourceProfile resourceProfile) TaskSlot(int index, ResourceProfile resourceProfile, int memoryPageSize, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, Executor asyncExecutor) Constructor parameters in org.apache.flink.runtime.taskexecutor.slot with type arguments of type AllocationIDModifierConstructorDescriptionTaskSlotTableImpl(int numberSlots, ResourceProfile totalAvailableResourceProfile, ResourceProfile defaultSlotResourceProfile, int memoryPageSize, TimerService<AllocationID> timerService, Executor memoryVerificationExecutor) -
Uses of AllocationID in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return AllocationIDConstructors in org.apache.flink.runtime.taskmanager with parameters of type AllocationIDModifierConstructorDescriptionTask(JobInformation jobInformation, TaskInformation taskInformation, ExecutionAttemptID executionAttemptID, AllocationID slotAllocationId, List<ResultPartitionDeploymentDescriptor> resultPartitionDeploymentDescriptors, List<InputGateDeploymentDescriptor> inputGateDeploymentDescriptors, MemoryManager memManager, SharedResources sharedResources, IOManager ioManager, ShuffleEnvironment<?, ?> shuffleEnvironment, KvStateService kvStateService, BroadcastVariableManager bcVarManager, TaskEventDispatcher taskEventDispatcher, ExternalResourceInfoProvider externalResourceInfoProvider, TaskStateManager taskStateManager, TaskManagerActions taskManagerActions, InputSplitProvider inputSplitProvider, CheckpointResponder checkpointResponder, TaskOperatorEventGateway operatorCoordinatorEventGateway, GlobalAggregateManager aggregateManager, LibraryCacheManager.ClassLoaderHandle classLoaderHandle, FileCache fileCache, TaskManagerRuntimeInfo taskManagerConfig, TaskMetricGroup metricGroup, PartitionProducerStateChecker partitionProducerStateChecker, Executor executor, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory) IMPORTANT: This constructor may not start any work that would need to be undone in the case of a failing task deployment.