Uses of Class
org.apache.flink.runtime.clusterframework.types.AllocationID
-
-
Uses of AllocationID in org.apache.flink.runtime.clusterframework.types
Methods in org.apache.flink.runtime.clusterframework.types that return AllocationID Modifier and Type Method Description static AllocationIDAllocationID. fromHexString(String hexString)Methods in org.apache.flink.runtime.clusterframework.types that return types with arguments of type AllocationID Modifier and Type Method Description Collection<AllocationID>SlotProfile. getPreferredAllocations()Returns the desired allocation ids for the slot.Set<AllocationID>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 AllocationID Modifier and Type Method Description static 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 AllocationID Modifier and Type Method Description AllocationIDTaskDeploymentDescriptor. getAllocationId()Methods in org.apache.flink.runtime.deployment with parameters of type AllocationID Modifier and Type Method Description TaskDeploymentDescriptorTaskDeploymentDescriptorFactory. createDeploymentDescriptor(Execution execution, AllocationID allocationID, JobManagerTaskRestore taskRestore, Collection<ResultPartitionDeploymentDescriptor> producedPartitions)Constructors in org.apache.flink.runtime.deployment with parameters of type AllocationID Constructor Description TaskDeploymentDescriptor(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 AllocationID Modifier and Type Method Description AllocationIDArchivedExecution. getAssignedAllocationID()AllocationIDExecution. getAssignedAllocationID()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type AllocationID Modifier and Type Method Description Optional<AllocationID>ExecutionVertex. findLastAllocation()Constructors in org.apache.flink.runtime.executiongraph with parameters of type AllocationID Constructor Description ArchivedExecution(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 AllocationID Modifier and Type Method Description CompletableFuture<Acknowledge>TaskManagerGateway. 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 AllocationID Modifier and Type Method Description AllocationIDAllocatedSlotInfo. getAllocationId()AllocationIDLogicalSlot. getAllocationId()Gets the allocation id of this slot.AllocationIDSlotInfo. 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 AllocationID Modifier and Type Method Description voidJobMaster. 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.CompletableFuture<Acknowledge>RpcTaskManagerGateway. freeSlot(AllocationID allocationId, Throwable cause, Duration timeout)Constructors in org.apache.flink.runtime.jobmaster with parameters of type AllocationID Constructor Description AllocatedSlotInfo(int index, AllocationID allocationId) -
Uses of AllocationID in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return AllocationID Modifier and Type Method Description default AllocationIDAllocatedSlotPool.FreeSlotInfo. getAllocationId()AllocationIDSingleLogicalSlot. getAllocationId()Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type AllocationID Modifier and Type Method Description Set<AllocationID>PhysicalSlotRequestBulk. getAllocationIdsOfFulfilledRequests()ReturnsAllocationIDs of fulfilled physical slot requests.Set<AllocationID>DefaultFreeSlotTracker. getAvailableSlots()Set<AllocationID>FreeSlotTracker. getAvailableSlots()Get allocation id of all available slots.Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type AllocationID Modifier and Type Method Description Optional<PhysicalSlot>DeclarativeSlotPoolBridge. allocateAvailableSlot(SlotRequestId slotRequestId, AllocationID allocationID, ResourceProfile requirementProfile)Optional<PhysicalSlot>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)Optional<ResourceID>DeclarativeSlotPoolService. failAllocation(ResourceID taskManagerId, AllocationID allocationId, Exception cause)Optional<ResourceID>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.ResourceCounterBlocklistDeclarativeSlotPool. freeReservedSlot(AllocationID allocationId, Throwable cause, long currentTime)ResourceCounterDeclarativeSlotPool. 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)ResourceCounterDefaultDeclarativeSlotPool. freeReservedSlot(AllocationID allocationId, Throwable cause, long currentTime)SlotInfoDefaultFreeSlotTracker. getSlotInfo(AllocationID allocationId)SlotInfoFreeSlotTracker. getSlotInfo(AllocationID allocationId)Get slot info by allocation id, this slot must exist.Optional<SlotInfo>AllocatedSlotPool. getSlotInformation(AllocationID allocationID)Returns slot information specified by the given allocationId.Optional<SlotInfo>DefaultAllocatedSlotPool. getSlotInformation(AllocationID allocationID)ResourceCounterDeclarativeSlotPool. releaseSlot(AllocationID allocationId, Exception cause)Releases the slot specified by allocationId if one exists.ResourceCounterDefaultDeclarativeSlotPool. 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.PhysicalSlotDeclarativeSlotPool. 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)PhysicalSlotDefaultDeclarativeSlotPool. 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)Constructor parameters in org.apache.flink.runtime.jobmaster.slotpool with type arguments of type AllocationID Constructor Description DefaultFreeSlotTracker(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 AllocationID Modifier and Type Method Description voidResourceManager. 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 AllocationID Constructor Description UnfulfillableSlotRequestException(AllocationID allocationId, ResourceProfile resourceProfile) -
Uses of AllocationID in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return AllocationID Modifier and Type Method Description AllocationIDFineGrainedTaskManagerSlot. getAllocationId()AllocationIDTaskManagerSlotInformation. getAllocationId()Methods in org.apache.flink.runtime.resourcemanager.slotmanager that return types with arguments of type AllocationID Modifier and Type Method Description Map<AllocationID,TaskManagerSlotInformation>FineGrainedTaskManagerRegistration. getAllocatedSlots()Map<AllocationID,TaskManagerSlotInformation>TaskManagerInfo. getAllocatedSlots()Get allocated slots information.Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type AllocationID Modifier and Type Method Description voidDefaultSlotStatusSyncer. 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.Optional<TaskManagerSlotInformation>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 AllocationID Constructor Description FineGrainedTaskManagerSlot(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
Method parameters in org.apache.flink.runtime.scheduler with type arguments of type AllocationID Modifier and Type Method Description DefaultExecutionDeployerDefaultExecutionDeployer.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)ExecutionDeployerExecutionDeployer.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 AllocationID Modifier and Type Method Description AllocationIDJobAllocationsInformation.VertexAllocationInformation. getAllocationID()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator with parameters of type AllocationID Modifier and Type Method Description voidFreeSlotFunction. 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.PhysicalSlotReserveSlotFunction. 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 AllocationID Constructor Description VertexAllocationInformation(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 AllocationID Modifier and Type Field Description protected AllocationIDTaskLocalStateStoreImpl. allocationIDAllocationID of the owning slot.Methods in org.apache.flink.runtime.state with parameters of type AllocationID Modifier and Type Method Description TaskLocalStateStoreTaskExecutorLocalStateStoresManager. 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 AllocationID Modifier and Type Method Description voidTaskExecutorLocalStateStoresManager. retainLocalStateForAllocations(Set<AllocationID> allocationsToRetain)Retains the given set of allocations.Constructors in org.apache.flink.runtime.state with parameters of type AllocationID Constructor Description ChangelogTaskLocalStateStore(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 AllocationID Modifier and Type Method Description AllocationIDSlotStatus. getAllocationID()Get the allocation id of this slot.Methods in org.apache.flink.runtime.taskexecutor with parameters of type AllocationID Modifier and Type Method Description CompletableFuture<Acknowledge>TaskExecutor. freeSlot(AllocationID allocationId, Throwable cause, Duration timeout)CompletableFuture<Acknowledge>TaskExecutorGateway. freeSlot(AllocationID allocationId, Throwable cause, Duration timeout)Frees the slot with the given allocation ID.CompletableFuture<Acknowledge>TaskExecutorGatewayDecoratorBase. freeSlot(AllocationID allocationId, Throwable cause, Duration timeout)CompletableFuture<Acknowledge>TaskExecutor. requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout)CompletableFuture<Acknowledge>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.CompletableFuture<Acknowledge>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 AllocationID Constructor Description SlotStatus(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 AllocationID Modifier and Type Method Description AllocationIDSlotOccupiedException. getAllocationId()Constructors in org.apache.flink.runtime.taskexecutor.exceptions with parameters of type AllocationID Constructor Description SlotOccupiedException(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 AllocationID Modifier and Type Method Description AllocationIDSlotAllocationSnapshot. getAllocationId()AllocationIDSlotOffer. getAllocationId()AllocationIDTaskSlot. getAllocationId()AllocationIDTaskSlotPayload. getAllocationId()AllocationIDTaskSlotTable. getCurrentAllocation(int index)Get the current allocation for the task slot with the given index.AllocationIDTaskSlotTableImpl. getCurrentAllocation(int index)Methods in org.apache.flink.runtime.taskexecutor.slot that return types with arguments of type AllocationID Modifier and Type Method Description Set<AllocationID>TaskSlotTable. getActiveTaskSlotAllocationIds()Returns theAllocationIDof any active task listed in thisTaskSlotTable.Set<AllocationID>TaskSlotTableImpl. getActiveTaskSlotAllocationIds()Set<AllocationID>TaskSlotTable. getActiveTaskSlotAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId)Set<AllocationID>TaskSlotTableImpl. getActiveTaskSlotAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId)Set<AllocationID>TaskSlotTable. getAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId)Returns the allAllocationIDfor the given job.Set<AllocationID>TaskSlotTableImpl. getAllocationIdsPerJob(org.apache.flink.api.common.JobID jobId)Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type AllocationID Modifier and Type Method Description booleanTaskSlotTable. 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)MemoryManagerTaskSlotTable. getTaskMemoryManager(AllocationID allocationID)Get the memory manager of the slot allocated for the task.MemoryManagerTaskSlotTableImpl. 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 AllocationID Constructor Description SlotAllocationSnapshot(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 AllocationID Constructor Description TaskSlotTableImpl(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 AllocationID Modifier and Type Method Description AllocationIDTask. getAllocationId()Constructors in org.apache.flink.runtime.taskmanager with parameters of type AllocationID Constructor Description Task(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.
-