- CachedShuffleDescriptors - Class in org.apache.flink.runtime.deployment
-
- CachedShuffleDescriptors(ConsumedPartitionGroup, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]) - Constructor for class org.apache.flink.runtime.deployment.CachedShuffleDescriptors
-
- cacheShuffleDescriptors(ConsumedPartitionGroup, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- calculateBufferSize(long, int) - Method in class org.apache.flink.runtime.throughput.BufferSizeEMA
-
Calculating the buffer size over total possible buffers size and number of buffers in use.
- calculateCandidateScore(int, int, Supplier<Double>) - Method in class org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- calculateCheckpointPlan() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlanCalculator
-
Calculates the plan of the next checkpoint.
- calculateCheckpointPlan() - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlanCalculator
-
- calculateDefaultNumSlots(ResourceProfile, ResourceProfile) - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- calculateMessageDigest(File) - Static method in class org.apache.flink.runtime.blob.BlobUtils
-
- calculateRequiredSlots(Iterable<JobInformation.VertexInformation>) - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.SlotAllocator
-
Calculates the total resources required for scheduling the given vertices.
- calculateRequiredSlots(Iterable<JobInformation.VertexInformation>) - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator
-
- calculateScore(SlotSharingSlotAllocator.ExecutionSlotSharingGroup, Map<JobVertexID, Integer>, JobInformation, JobAllocationsInformation) - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.StateLocalitySlotAssigner
-
- calculateThroughput() - Method in class org.apache.flink.runtime.throughput.ThroughputCalculator
-
- calculateThroughput(long, long) - Method in class org.apache.flink.runtime.throughput.ThroughputCalculator
-
- calculateTotalBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- calculateTotalBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.CreditBasedInputBuffersUsageGauge
-
- calculateTotalBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.ExclusiveBuffersUsageGauge
-
- calculateTotalBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.FloatingBuffersUsageGauge
-
- calculateTotalFlinkMemoryFromComponents(Configuration) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- calculateTotalProcessMemoryFromComponents(Configuration) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- calculateUsedBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- calculateUsedBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.CreditBasedInputBuffersUsageGauge
-
- calculateUsedBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.ExclusiveBuffersUsageGauge
-
- calculateUsedBuffers(SingleInputGate) - Method in class org.apache.flink.runtime.io.network.metrics.FloatingBuffersUsageGauge
-
- call() - Method in class org.apache.flink.runtime.state.AsyncSnapshotCallable
-
- callAsync(Callable<T>, BiConsumer<T, Throwable>, long, long) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- callAsync(Callable<T>, BiConsumer<T, Throwable>) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- callInternal() - Method in class org.apache.flink.runtime.state.AsyncSnapshotCallable
-
This method implements the (async) snapshot logic.
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildFirstHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildSecondHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeInnerJoinIterator
-
Calls the JoinFunction#join() method for all two key-value pairs that share the
same key and come from different inputs.
- callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
Calls the JoinFunction#join() method for all two key-value pairs that share the
same key and come from different inputs.
- callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeOuterJoinIterator
-
Calls the JoinFunction#join() method for all two key-value pairs that share the
same key and come from different inputs.
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
-
Moves the internal pointer to the next key that both inputs share.
- canBeCompressed(Buffer) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Whether the buffer can be compressed or not.
- canBePipelinedConsumed() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
return if this partition's upstream and downstream support scheduling in the same time.
- canBeReleased() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- canBeReleased() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- canBeReleased() - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Checks whether the task executor can be released.
- canBeReleased() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- canBeSubsumed() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Checks whether this checkpoint can be subsumed or whether it should always continue,
regardless of newer checkpoints in progress.
- cancel(Time) - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- cancel() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- cancel() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- cancel() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
Cancels all currently running vertex executions.
- cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Cancels this ExecutionVertex.
- cancel() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- cancel() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- cancel() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Cancel this monitor.
- cancel() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- cancel() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- cancel() - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
This method is called when a task is canceled either as a result of a user abort or an
execution failure.
- cancel(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Cancels the currently executed job.
- cancel(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- cancel(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Cancels the currently executed job.
- cancel(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- cancel(Throwable) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
Cancels all requests of this bulk.
- cancel() - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- cancel() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
- cancel() - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
- cancel() - Method in interface org.apache.flink.runtime.operators.Driver
-
This method is invoked when the driver must aborted in mid processing.
- cancel() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- cancel() - Method in class org.apache.flink.runtime.registration.RetryingRegistration
-
Cancels the registration procedure.
- cancel() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- cancel(Execution) - Method in class org.apache.flink.runtime.scheduler.DefaultExecutionOperations
-
- cancel(Execution) - Method in interface org.apache.flink.runtime.scheduler.ExecutionOperations
-
Cancel the execution.
- cancel(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.scheduler.ExecutionSlotAllocator
-
Cancel the ongoing slot request of the given
Execution.
- cancel() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- cancel() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- cancel(ExecutionAttemptID) - Method in class org.apache.flink.runtime.scheduler.SimpleExecutionSlotAllocator
-
- cancel(boolean) - Method in class org.apache.flink.runtime.state.AsyncSnapshotCallable.AsyncSnapshotTask
-
- cancel() - Method in class org.apache.flink.runtime.state.AsyncSnapshotCallable
-
- cancel(boolean) - Method in class org.apache.flink.runtime.state.DoneFuture
-
- cancelAllPendingSlotRequestsForVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- cancelAllPendingSlotRequestsInternal() - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- cancelAllPendingSlotRequestsInternal() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- cancelChainedTasks(List<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
- CancelCheckpointMarker - Class in org.apache.flink.runtime.io.network.api
-
The CancelCheckpointMarker travels through the data streams, similar to the
CheckpointBarrier, but signals that a certain checkpoint should be canceled.
- CancelCheckpointMarker(long) - Constructor for class org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
-
- cancelCleanupTask() - Method in class org.apache.flink.runtime.blob.AbstractBlobCache
-
Cancels any cleanup task that subclasses may be executing.
- cancelCleanupTask() - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
- cancelCleanupTask() - Method in class org.apache.flink.runtime.blob.TransientBlobCache
-
- cancelConsumption() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider.ResponseHandle
-
Cancel the partition consumptions as a result of state check.
- cancelExecution(Execution) - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- cancelExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Cancels the task execution.
- cancelJob(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- cancelJob(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- cancelJob(JobID) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- cancelJob(JobID, Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- cancelJob(JobID, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Cancel the given job.
- cancelRequestFor(InputChannelID) - Method in interface org.apache.flink.runtime.io.network.NetworkClientHandler
-
- cancelSlotRequest(SlotRequestId, Throwable) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProvider
-
- cancelSlotRequest(SlotRequestId, Throwable) - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl
-
- cancelStreamRegistry - Variable in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
Registry for all opened streams, so they can be closed if the task using this backend is
closed.
- cancelStreamRegistry - Variable in class org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
-
- cancelStreamRegistry - Variable in class org.apache.flink.runtime.state.DefaultOperatorStateBackendBuilder
-
- cancelTask(ExecutionAttemptID, Time) - Method in interface org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Cancel the given task.
- cancelTask(ExecutionAttemptID, Time) - Method in class org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- cancelTask(ExecutionAttemptID, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- cancelTask(ExecutionAttemptID, Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Cancel the given task.
- cancelTask(ExecutionAttemptID, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- CancelTaskException - Exception in org.apache.flink.runtime.execution
-
Thrown to trigger a canceling of the executing task.
- CancelTaskException(Throwable) - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
-
- CancelTaskException(String) - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
-
- CancelTaskException() - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
-
- cancelWithFuture() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
Cancels all currently running vertex executions.
- canEqual(Object) - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- canFastDuplicate(StreamStateHandle) - Method in interface org.apache.flink.runtime.state.CheckpointStateToolset
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - Method in interface org.apache.flink.runtime.state.CheckpointStreamFactory
-
- canFastDuplicate(StreamStateHandle) - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStateToolset
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - Method in class org.apache.flink.runtime.state.filesystem.FsMergingCheckpointStorageLocation
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory
-
- canFastDuplicate(StreamStateHandle) - Method in class org.apache.flink.runtime.state.NotDuplicatingCheckpointStateToolset
-
- canRescaleMaxParallelism(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- canRescaleMaxParallelism(int) - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- canRescaleMaxParallelism(int) - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns whether the vertex's max parallelism can be changed to a given value.
- canRestart() - Method in class org.apache.flink.runtime.executiongraph.failover.ExponentialDelayRestartBackoffTimeStrategy
-
- canRestart() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns whether the restarting can be conducted.
- canRestart() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureRateRestartBackoffTimeStrategy
-
- canRestart() - Method in class org.apache.flink.runtime.executiongraph.failover.FixedDelayRestartBackoffTimeStrategy
-
- canRestart() - Method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy
-
- canRestart() - Method in interface org.apache.flink.runtime.executiongraph.failover.RestartBackoffTimeStrategy
-
Returns whether a restart should be conducted.
- capacity() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- capacity(int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- CaseInsensitiveOrderComparator() - Constructor for class org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator
-
- castInto(Class<T>) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- castInto(Class<T>) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- castInto(Class<T>) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Tries to cast this slot pool service into the given clazz.
- ChainedAllReduceDriver<IT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedAllReduceDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- ChainedDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
The interface to be implemented by drivers that do not run in an own task context, but are
chained to other tasks.
- ChainedDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- ChainedFlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedFlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- ChainedMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- ChainedReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators.chaining
-
Chained version of ReduceCombineDriver.
- ChainedReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- ChainedStateHandle<T extends StateObject> - Class in org.apache.flink.runtime.state
-
Handle to state handles for the operators in an operator chain.
- ChainedStateHandle(List<? extends T>) - Constructor for class org.apache.flink.runtime.state.ChainedStateHandle
-
Wraps a list to the state handles for the operators in a chain.
- chainedTasks - Variable in class org.apache.flink.runtime.operators.BatchTask
-
A list of chained drivers, if there are any.
- CHANGELOG_BUSY_TIME - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- ChangelogStateBackendHandle - Interface in org.apache.flink.runtime.state.changelog
-
A handle to ChangelogStateBackend state.
- ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl - Class in org.apache.flink.runtime.state.changelog
-
- ChangelogStateBackendHandleImpl(List<KeyedStateHandle>, List<ChangelogStateHandle>, KeyGroupRange, long, long, long) - Constructor for class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- ChangelogStateBackendLocalHandle - Class in org.apache.flink.runtime.state.changelog
-
- ChangelogStateBackendLocalHandle(List<KeyedStateHandle>, List<ChangelogStateHandle>, ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl) - Constructor for class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- ChangelogStateHandle - Interface in org.apache.flink.runtime.state.changelog
-
- ChangelogStateHandleStreamImpl - Class in org.apache.flink.runtime.state.changelog
-
- ChangelogStateHandleStreamImpl(List<Tuple2<StreamStateHandle, Long>>, KeyGroupRange, long, long, String) - Constructor for class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- ChangelogTaskLocalStateStore - Class in org.apache.flink.runtime.state
-
- ChangelogTaskLocalStateStore(JobID, AllocationID, JobVertexID, int, LocalRecoveryConfig, Executor) - Constructor for class org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- channelActive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.NettyMessageClientDecoderDelegate
-
- channelInactive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.NettyMessageClientDecoderDelegate
-
Releases resources when the channel is closed.
- channelInfo - Variable in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
The info of the input channel to identify it globally within a task.
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.NettyMessageClientDecoderDelegate
-
- channelRead0(ChannelHandlerContext, HttpObject) - Method in class org.apache.flink.runtime.rest.FileUploadHandler
-
- channelRead0(ChannelHandlerContext, RoutedRequest<Object>) - Method in class org.apache.flink.runtime.rest.handler.job.GeneratedLogUrlHandler
-
- channelRead0(ChannelHandlerContext, RoutedRequest) - Method in class org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- channelRead0(ChannelHandlerContext, HttpRequest) - Method in class org.apache.flink.runtime.rest.handler.PipelineErrorHandler
-
- channelRead0(ChannelHandlerContext, HttpRequest) - Method in class org.apache.flink.runtime.rest.handler.router.RouterHandler
-
- ChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
-
A
DataInputView that is backed by a
BlockChannelReader, making it effectively a data input stream.
- ChannelReaderInputView(BlockChannelReader<MemorySegment>, List<MemorySegment>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Creates a new channel reader that reads from the given channel until the last block (as
marked by a
ChannelWriterOutputView) is found.
- ChannelReaderInputView(BlockChannelReader<MemorySegment>, List<MemorySegment>, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Creates a new channel reader that reads from the given channel, expecting a specified number
of blocks in the channel.
- ChannelReaderInputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
-
A simple iterator over the input read though an I/O channel.
- ChannelReaderInputViewIterator(IOManager, FileIOChannel.ID, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(BlockChannelReader<MemorySegment>, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(AbstractChannelReaderInputView, List<MemorySegment>, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api.writer
-
The
ChannelSelector determines to which logical channels a record should be written to.
- ChannelSelectorRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.writer
-
A regular record-oriented runtime result writer.
- ChannelStateHolder - Interface in org.apache.flink.runtime.io.network.partition
-
Implemented by entities that hold any kind of channel state and need a reference to the
ChannelStateWriter.
- ChannelStatePendingResult - Class in org.apache.flink.runtime.checkpoint.channel
-
The pending result of channel state for a specific checkpoint-subtask.
- ChannelStatePendingResult(int, long, ChannelStateWriter.ChannelStateWriteResult, ChannelStateSerializer) - Constructor for class org.apache.flink.runtime.checkpoint.channel.ChannelStatePendingResult
-
- ChannelStatePersister - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- ChannelStateWriter - Interface in org.apache.flink.runtime.checkpoint.channel
-
Writes channel state during checkpoint/savepoint.
- channelStateWriter - Variable in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- ChannelStateWriter.ChannelStateWriteResult - Class in org.apache.flink.runtime.checkpoint.channel
-
Channel state write result.
- ChannelStateWriter.NoOpChannelStateWriter - Class in org.apache.flink.runtime.checkpoint.channel
-
- ChannelStateWriteRequestExecutorFactory - Class in org.apache.flink.runtime.checkpoint.channel
-
The factory of ChannelStateWriteRequestExecutor.
- ChannelStateWriteRequestExecutorFactory(JobID) - Constructor for class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutorFactory
-
- ChannelStateWriterImpl - Class in org.apache.flink.runtime.checkpoint.channel
-
- ChannelStateWriterImpl(JobVertexID, String, int, CheckpointStorage, ChannelStateWriteRequestExecutorFactory, int) - Constructor for class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- ChannelStatistics() - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.ChannelStatistics
-
- ChannelWriterOutputView - Class in org.apache.flink.runtime.io.disk.iomanager
-
A
DataOutputView that is backed by a
BlockChannelWriter, making it effectively a data output stream.
- ChannelWriterOutputView(BlockChannelWriter<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Creates an new ChannelWriterOutputView that writes to the given channel and buffers data in
the given memory segments.
- ChannelWriterOutputView(BlockChannelWriter<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Creates an new ChannelWriterOutputView that writes to the given channel.
- checkAgainstThreshold() - Method in class org.apache.flink.runtime.metrics.ThresholdMeter
-
- checkConfigParameter(boolean, Object, String, String) - Static method in class org.apache.flink.runtime.util.ConfigurationParserUtils
-
Validates a condition for a config parameter and displays a standard exception, if the
condition does not hold.
- checkDiscarded() - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- checkErroneous() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Checks the exception state of this channel.
- checkErroneous() - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- checkError() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Checks for an error and rethrows it if one was reported.
- checkFailureCounter(CheckpointException, long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointFailureManager
-
- checkFileValidity(File, File, Logger) - Static method in class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Checks various conditions for file access.
- checkForBarrier(Buffer) - Method in class org.apache.flink.runtime.io.network.partition.consumer.ChannelStatePersister
-
- checkInProduceState() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- checkLimit(long) - Method in class org.apache.flink.runtime.blob.BlobCacheSizeTracker
-
Check the size limit and return the BLOBs to delete.
- checkNotClosed() - Method in class org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- checkNotShutdown() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- checkParallelismPreconditions(TaskStateAssignment) - Method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- checkParallelismPreconditions(int) - Static method in class org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
- Checkpoint - Interface in org.apache.flink.runtime.checkpoint
-
A checkpoint, pending or completed.
- CHECKPOINT - Static variable in class org.apache.flink.runtime.checkpoint.CheckpointType
-
A checkpoint, full or incremental.
- Checkpoint.DiscardObject - Interface in org.apache.flink.runtime.checkpoint
-
Extra interface for discarding the checkpoint.
- CHECKPOINT_ALIGNMENT_TIME - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- CHECKPOINT_DIR_PREFIX - Static variable in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
The prefix of the directory containing the data exclusive to a checkpoint.
- CHECKPOINT_SHARED_STATE_DIR - Static variable in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
The name of the directory for shared checkpoint state.
- CHECKPOINT_START_DELAY_TIME - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- CHECKPOINT_TASK_OWNED_STATE_DIR - Static variable in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
The name of the directory for state not owned/released by the master, but by the
TaskManagers.
- CheckpointableInput - Interface in org.apache.flink.runtime.io.network.partition.consumer
-
Input, with just basic methods for blocking and resuming consumption.
- CheckpointableKeyedStateBackend<K> - Interface in org.apache.flink.runtime.state
-
Interface that combines both, the
KeyedStateBackend interface, which encapsulates methods
responsible for keyed state management and the
Snapshotable which tells the system how to
snapshot the underlying state.
- CheckpointableTask - Interface in org.apache.flink.runtime.jobgraph.tasks
-
A task that participates in checkpointing.
- CheckpointAlignment(long, long, long, long) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment
-
- CheckpointAlignment(StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- CheckpointBarrier - Class in org.apache.flink.runtime.io.network.api
-
Checkpoint barriers are used to align checkpoints throughout the streaming topology.
- CheckpointBarrier(long, long, CheckpointOptions) - Constructor for class org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- CheckpointBoundKeyedStateHandle - Interface in org.apache.flink.runtime.state
-
- checkpointCompleted(long) - Method in interface org.apache.flink.runtime.state.SharedStateRegistry
-
- checkpointCompleted(long) - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- CheckpointConfigHandler - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
Handler which serves the checkpoint configuration.
- CheckpointConfigHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, CheckpointConfigInfo, JobMessageParameters>, ExecutionGraphCache, Executor) - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointConfigHandler
-
- CheckpointConfigHeaders - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointConfigInfo - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointConfigInfo(CheckpointConfigInfo.ProcessingMode, long, long, long, int, CheckpointConfigInfo.ExternalizedCheckpointInfo, String, String, boolean, int, long, boolean, boolean, long, String) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo
-
- CheckpointConfigInfo.ExternalizedCheckpointInfo - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Contains information about the externalized checkpoint configuration.
- CheckpointConfigInfo.ProcessingMode - Enum in org.apache.flink.runtime.rest.messages.checkpoints
-
Processing mode.
- CheckpointConfigInfo.ProcessingModeDeserializer - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Processing mode deserializer.
- CheckpointConfigInfo.ProcessingModeSerializer - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointCoordinator - Class in org.apache.flink.runtime.checkpoint
-
The checkpoint coordinator coordinates the distributed snapshots of operators and state.
- CheckpointCoordinator(JobID, CheckpointCoordinatorConfiguration, Collection<OperatorCoordinatorCheckpointContext>, CheckpointIDCounter, CompletedCheckpointStore, CheckpointStorage, Executor, CheckpointsCleaner, ScheduledExecutor, CheckpointFailureManager, CheckpointPlanCalculator, CheckpointStatsTracker) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- CheckpointCoordinator(JobID, CheckpointCoordinatorConfiguration, Collection<OperatorCoordinatorCheckpointContext>, CheckpointIDCounter, CompletedCheckpointStore, CheckpointStorage, Executor, CheckpointsCleaner, ScheduledExecutor, CheckpointFailureManager, CheckpointPlanCalculator, Clock, CheckpointStatsTracker, BiFunction<Set<ExecutionJobVertex>, Map<OperatorID, OperatorState>, VertexFinishedStateChecker>) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in interface org.apache.flink.runtime.checkpoint.OperatorCoordinatorCheckpointContext
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Takes a checkpoint of the coordinator.
- checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- CheckpointCoordinatorConfiguration - Class in org.apache.flink.runtime.jobgraph.tasks
-
- CheckpointCoordinatorConfiguration(long, long, long, int, CheckpointRetentionPolicy, boolean, boolean, int, long) - Constructor for class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder - Class in org.apache.flink.runtime.jobgraph.tasks
-
- CheckpointCoordinatorConfigurationBuilder() - Constructor for class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- CheckpointCoordinatorDeActivator - Class in org.apache.flink.runtime.checkpoint
-
This actor listens to changes in the JobStatus and activates or deactivates the periodic
checkpoint scheduler.
- CheckpointCoordinatorDeActivator(CheckpointCoordinator) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointCoordinatorDeActivator
-
- CheckpointCoordinatorGateway - Interface in org.apache.flink.runtime.checkpoint
-
RPC Gateway interface for messages to the CheckpointCoordinator.
- checkpointDir - Variable in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- CheckpointDuration(long, long) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration
-
- CheckpointDuration(StatsSummaryDto, StatsSummaryDto) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- CheckpointedResultPartition - Interface in org.apache.flink.runtime.io.network.partition
-
Interface for partitions that are checkpointed, meaning they store data as part of unaligned
checkpoints.
- CheckpointedStateScope - Enum in org.apache.flink.runtime.state
-
The scope for a chunk of checkpointed state.
- CheckpointException - Exception in org.apache.flink.runtime.checkpoint
-
Base class for checkpoint related exceptions.
- CheckpointException(CheckpointFailureReason) - Constructor for exception org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointException(String, CheckpointFailureReason) - Constructor for exception org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointException(CheckpointFailureReason, Throwable) - Constructor for exception org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointException(String, CheckpointFailureReason, Throwable) - Constructor for exception org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointFailureManager - Class in org.apache.flink.runtime.checkpoint
-
The checkpoint failure manager which centralized manage checkpoint failure processing logic.
- CheckpointFailureManager(int, CheckpointFailureManager.FailJobCallback) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointFailureManager
-
- CheckpointFailureManager.FailJobCallback - Interface in org.apache.flink.runtime.checkpoint
-
A callback interface about how to fail a job.
- CheckpointFailureReason - Enum in org.apache.flink.runtime.checkpoint
-
Various reasons why a checkpoint was failure.
- CheckpointHandlers - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
HTTP handlers for asynchronous triggering of checkpoints.
- CheckpointHandlers() - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointHandlers
-
- CheckpointHandlers.CheckpointStatusHandler - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
HTTP handler to query for the status of the checkpoint.
- CheckpointHandlers.CheckpointTriggerHandler - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
Handler for the checkpoint trigger operation.
- checkpointId - Variable in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
The checkpoint Id.
- CheckpointIDCounter - Interface in org.apache.flink.runtime.checkpoint
-
A checkpoint ID counter.
- CheckpointIdPathParameter - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Path parameter for the checkpoint id of type
Long.
- CheckpointIdPathParameter() - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- checkpointIdPathParameter - Variable in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointMessageParameters
-
- checkpointIDToName(long) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointStoreUtil
-
Get the name in external storage from checkpoint id.
- checkpointIDToName(long) - Method in enum org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointStoreUtil
-
Convert a checkpoint id into a ZooKeeper path.
- CheckpointInfo - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Represents information about a triggered checkpoint.
- CheckpointInfo(Long, SerializedThrowable) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
-
- CheckpointingStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointingStatistics(CheckpointingStatistics.Counts, CheckpointingStatistics.Summary, CheckpointingStatistics.LatestCheckpoints, List<CheckpointStatistics>) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- CheckpointingStatistics.Counts - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Checkpoint counts.
- CheckpointingStatistics.LatestCheckpoints - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Statistics about the latest checkpoints.
- CheckpointingStatistics.RestoredCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Statistics for a restored checkpoint.
- CheckpointingStatistics.Summary - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Checkpoint summary.
- CheckpointingStatisticsHandler - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
Handler which serves the checkpoint statistics.
- CheckpointingStatisticsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, CheckpointingStatistics, JobMessageParameters>, Cache<JobID, CompletableFuture<CheckpointStatsSnapshot>>, Executor) - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointingStatisticsHandler
-
- CheckpointingStatisticsHeaders - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointingStatisticsHeaders() - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- CheckpointListener - Interface in org.apache.flink.runtime.state
-
- CheckpointMessageParameters - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Message parameters for checkpoint related messages.
- CheckpointMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointMessageParameters
-
- CheckpointMetaData - Class in org.apache.flink.runtime.checkpoint
-
Encapsulates all the meta data for a checkpoint.
- CheckpointMetaData(long, long) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- CheckpointMetaData(long, long, long) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- CheckpointMetadata - Class in org.apache.flink.runtime.checkpoint.metadata
-
The metadata of a snapshot (checkpoint or savepoint).
- CheckpointMetadata(long, Collection<OperatorState>, Collection<MasterState>) - Constructor for class org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- CheckpointMetadata(long, Collection<OperatorState>, Collection<MasterState>, CheckpointProperties) - Constructor for class org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- CheckpointMetadataOutputStream - Class in org.apache.flink.runtime.state
-
An output stream for checkpoint metadata.
- CheckpointMetadataOutputStream() - Constructor for class org.apache.flink.runtime.state.CheckpointMetadataOutputStream
-
- CheckpointMetrics - Class in org.apache.flink.runtime.checkpoint
-
A collection of simple metrics, around the triggering of a checkpoint.
- CheckpointMetrics() - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- CheckpointMetrics(long, long, long, long, long, long, boolean, long, long) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- CheckpointMetricsBuilder - Class in org.apache.flink.runtime.checkpoint
-
- CheckpointMetricsBuilder() - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- CheckpointOptions - Class in org.apache.flink.runtime.checkpoint
-
Options for performing the checkpoint.
- CheckpointOptions(SnapshotType, CheckpointStorageLocationReference) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- CheckpointOptions(SnapshotType, CheckpointStorageLocationReference, CheckpointOptions.AlignmentType, long) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- CheckpointOptions.AlignmentType - Enum in org.apache.flink.runtime.checkpoint
-
How a checkpoint should be aligned.
- CheckpointPlan - Interface in org.apache.flink.runtime.checkpoint
-
The plan of one checkpoint, indicating which tasks to trigger, waiting for acknowledge or commit
for one specific checkpoint.
- CheckpointPlanCalculator - Interface in org.apache.flink.runtime.checkpoint
-
Calculates the plan of the next checkpoint, including the tasks to trigger, wait or commit for
each checkpoint.
- CheckpointPlanCalculatorContext - Interface in org.apache.flink.runtime.checkpoint
-
- CheckpointProperties - Class in org.apache.flink.runtime.checkpoint
-
The configuration of a checkpoint.
- CheckpointProperties(boolean, SnapshotType, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointProperties
-
- CheckpointRecoveryFactory - Interface in org.apache.flink.runtime.checkpoint
-
A factory for per Job checkpoint recovery components.
- CheckpointResourcesCleanupRunner - Class in org.apache.flink.runtime.dispatcher.cleanup
-
CheckpointResourcesCleanupRunner implements
JobManagerRunner in a way, that only
the checkpoint-related resources are instantiated.
- CheckpointResourcesCleanupRunner(JobResult, CheckpointRecoveryFactory, SharedStateRegistryFactory, Configuration, Executor, long) - Constructor for class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- CheckpointResourcesCleanupRunnerFactory - Enum in org.apache.flink.runtime.dispatcher.cleanup
-
- CheckpointResponder - Interface in org.apache.flink.runtime.taskmanager
-
Responder for checkpoint acknowledge and decline messages in the
Task.
- CheckpointRetentionPolicy - Enum in org.apache.flink.runtime.checkpoint
-
Policy for whether checkpoints are retained after a job terminates.
- Checkpoints - Class in org.apache.flink.runtime.checkpoint
-
A utility class with the methods to write/load/dispose the checkpoint and savepoint metadata.
- CheckpointScheduling - Interface in org.apache.flink.runtime.checkpoint
-
CheckpointScheduling provides methods for starting and stopping the periodic scheduling
of checkpoints.
- CheckpointsCleaner - Class in org.apache.flink.runtime.checkpoint
-
Delegate class responsible for checkpoints cleaning and counting the number of checkpoints yet to
clean.
- CheckpointsCleaner() - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- CheckpointsCleaner(boolean) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- checkpointsDirectory - Variable in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- checkpointsMatch(Collection<CompletedCheckpoint>, Collection<CompletedCheckpoint>) - Static method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- checkpointStarted(CheckpointBarrier) - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- checkpointStarted(CheckpointBarrier) - Method in class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- checkpointStarted(CheckpointBarrier) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Called by task thread when checkpointing is started (e.g., any input channel received
barrier).
- checkpointStarted(CheckpointBarrier) - Method in class org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- checkpointStarted(CheckpointBarrier) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- checkpointStarted(CheckpointBarrier) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Spills all queued buffers on checkpoint start.
- CheckpointStateOutputStream - Class in org.apache.flink.runtime.state
-
- CheckpointStateOutputStream() - Constructor for class org.apache.flink.runtime.state.CheckpointStateOutputStream
-
- CheckpointStateToolset - Interface in org.apache.flink.runtime.state
-
A toolset of operations that can be performed on a location embedded within the class.
- CheckpointStatisticDetailsHandler - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
REST handler which returns the details for a checkpoint.
- CheckpointStatisticDetailsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, CheckpointStatistics, CheckpointMessageParameters>, Executor, Cache<JobID, CompletableFuture<CheckpointStatsSnapshot>>, CheckpointStatsCache) - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointStatisticDetailsHandler
-
- CheckpointStatisticDetailsHeaders - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Statistics for a checkpoint.
- CheckpointStatistics.CompletedCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Statistics for a completed checkpoint.
- CheckpointStatistics.FailedCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Statistics for a failed checkpoint.
- CheckpointStatistics.PendingCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Statistics for a pending checkpoint.
- CheckpointStatsCache - Class in org.apache.flink.runtime.rest.handler.job.checkpoints
-
A size-based cache of accessed checkpoints for completed and failed checkpoints.
- CheckpointStatsCache(int) - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointStatsCache
-
- CheckpointStatsCounts - Class in org.apache.flink.runtime.checkpoint
-
Counts of checkpoints.
- CheckpointStatsHistory - Class in org.apache.flink.runtime.checkpoint
-
An array based history of checkpoint stats.
- CheckpointStatsSnapshot - Class in org.apache.flink.runtime.checkpoint
-
A snapshot of the checkpoint stats.
- CheckpointStatsStatus - Enum in org.apache.flink.runtime.checkpoint
-
Status of the tracked checkpoint.
- CheckpointStatsTracker - Class in org.apache.flink.runtime.checkpoint
-
Tracker for checkpoint statistics.
- CheckpointStatsTracker(int, MetricGroup, JobID) - Constructor for class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
Creates a new checkpoint stats tracker.
- CheckpointStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointHandlers.CheckpointStatusHandler
-
- CheckpointStatusHeaders - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
These headers define the protocol for querying the status of a checkpoint operation.
- CheckpointStatusMessageParameters - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
The parameters for triggering a checkpoint.
- CheckpointStatusMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusMessageParameters
-
- checkpointStopped(long) - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- checkpointStopped(long) - Method in class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- checkpointStopped(long) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Called by task thread on cancel/complete to clean-up temporary data.
- checkpointStopped(long) - Method in class org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- checkpointStopped(long) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- checkpointStopped(long) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- CheckpointStorage - Interface in org.apache.flink.runtime.state
-
CheckpointStorage defines how
StateBackend's store their state for fault tolerance in
streaming applications.
- CheckpointStorageAccess - Interface in org.apache.flink.runtime.state
-
Implementations of this interface should implement methods acting as an administration role for
checkpoint storage, which defined in
CheckpointStorageCoordinatorView.
- CheckpointStorageCoordinatorView - Interface in org.apache.flink.runtime.state
-
- CheckpointStorageFactory<T extends CheckpointStorage> - Interface in org.apache.flink.runtime.state
-
- CheckpointStorageLoader - Class in org.apache.flink.runtime.state
-
This class contains utility methods to load checkpoint storage from configurations.
- CheckpointStorageLoader() - Constructor for class org.apache.flink.runtime.state.CheckpointStorageLoader
-
- CheckpointStorageLocation - Interface in org.apache.flink.runtime.state
-
A storage location for one particular checkpoint, offering data persistent, metadata persistence,
and lifecycle/cleanup methods.
- CheckpointStorageLocationReference - Class in org.apache.flink.runtime.state
-
A reference to a storage location.
- CheckpointStorageLocationReference(byte[]) - Constructor for class org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
Creates a new location reference.
- CheckpointStorageWorkerView - Interface in org.apache.flink.runtime.state
-
This interface implements the durable storage of checkpoint data and metadata streams.
- CheckpointStoreUtil - Interface in org.apache.flink.runtime.checkpoint
-
- CheckpointStreamFactory - Interface in org.apache.flink.runtime.state
-
A factory for checkpoint output streams, which are used to persist data for checkpoints.
- CheckpointStreamWithResultProvider - Interface in org.apache.flink.runtime.state
-
Interface that provides access to a CheckpointStateOutputStream and a method to provide the
SnapshotResult.
- CheckpointStreamWithResultProvider.KeyedStateHandleFactory - Interface in org.apache.flink.runtime.state
-
- CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream - Class in org.apache.flink.runtime.state
-
- CheckpointStreamWithResultProvider.PrimaryStreamOnly - Class in org.apache.flink.runtime.state
-
- CheckpointTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointHandlers.CheckpointTriggerHandler
-
- CheckpointTriggerHeaders - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
These headers define the protocol for triggering a checkpoint.
- CheckpointTriggerMessageParameters - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
The parameters for triggering a checkpoint.
- CheckpointTriggerMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerMessageParameters
-
- CheckpointTriggerRequestBody - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- CheckpointTriggerRequestBody(CheckpointType, TriggerId) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerRequestBody
-
- CheckpointType - Class in org.apache.flink.runtime.checkpoint
-
The type of checkpoint to perform.
- checkSavepointActionPreconditions(CheckpointCoordinator, String, JobID, Logger) - Static method in class org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationManager
-
- checkStateMetaInfo(StateDescriptor<?, ?>) - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- cleanCheckpoint(Checkpoint, boolean, Runnable, Executor) - Method in class org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- cleanCheckpointOnFailedStoring(CompletedCheckpoint, Executor) - Method in class org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- cleaningUpDisconnectedResource(ResourceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.NonSupportedResourceAllocatorImpl
-
- cleaningUpDisconnectedResource(ResourceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocator
-
Clean up the disconnected resource with the given resource id.
- cleanSubsumedCheckpoints(long, Set<Long>, Runnable, Executor) - Method in class org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
Clean checkpoint that is not in the given .
- cleanUp(Throwable) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- cleanUp(Throwable) - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- cleanup() - Method in interface org.apache.flink.runtime.operators.Driver
-
This method is invoked in any case (clean termination and exception) at the end of the tasks
operation.
- cleanup() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- cleanup() - Method in class org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- cleanup() - Method in interface org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
Perform the cleanup of out dated cache entries.
- cleanup() - Method in class org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- cleanup() - Method in class org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- cleanup() - Method in class org.apache.flink.runtime.state.SnapshotDirectory
-
Calling this method will attempt delete the underlying snapshot directory recursively, if the
state is "ongoing".
- cleanupAllData() - Method in interface org.apache.flink.runtime.blob.BlobStoreService
-
Cleans up the store.
- cleanupAllData() - Method in class org.apache.flink.runtime.blob.FileSystemBlobStore
-
- cleanupAllData() - Method in class org.apache.flink.runtime.blob.VoidBlobStore
-
- cleanupAllData() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- cleanupAllData() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Deletes all data stored by high availability services in external stores.
- cleanupAllData() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- cleanupAsync(JobID) - Method in class org.apache.flink.runtime.dispatcher.cleanup.DefaultResourceCleaner
-
- cleanupAsync(JobID) - Method in interface org.apache.flink.runtime.dispatcher.cleanup.ResourceCleaner
-
Cleans job-related data from resources asynchronously.
- cleanupDirectories(ClusterEntrypoint.ShutdownBehaviour) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- cleanupPartialRecord() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumerWithPartialRecordLength
-
- cleanupProvidedResources() - Method in class org.apache.flink.runtime.state.AsyncSnapshotCallable
-
This method implements the cleanup of resources that have been passed in (from the sync
part).
- CleanupRetryStrategyFactory - Enum in org.apache.flink.runtime.dispatcher.cleanup
-
- CleanupRunnerFactory - Interface in org.apache.flink.runtime.dispatcher.cleanup
-
- clear() - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- clear() - Method in interface org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
- clear() - Method in class org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- clear() - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Removes all priority and non-priority elements.
- clear(LeaderInformationRegister, String) - Static method in class org.apache.flink.runtime.leaderelection.LeaderInformationRegister
-
Creates a new LeaderInformationRegister that matches the passed LeaderInformationRegister except for the entry of componentId which is removed if it
existed.
- clear() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
Clears the internal state of the view.
- clear() - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Clears the internal state.
- clear() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Removes all entries from the PriorityQueue.
- clear() - Method in class org.apache.flink.runtime.operators.util.BitSet
-
Clear the bit set.
- clear() - Method in class org.apache.flink.runtime.query.KvStateEntry
-
- clear() - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- clear() - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Stop and clear the currently registered job leader id listeners.
- clear() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- clear() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- clear() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
Removes all state from the tracker.
- clear() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Clears the queue.
- clear() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- clear() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSet
-
- clear() - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- clear() - Method in class org.apache.flink.runtime.state.PartitionableListState
-
- clear() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Removes all tasks from this task slot.
- clear() - Method in class org.apache.flink.runtime.util.DefaultGroupCache
-
- clear() - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- clear() - Method in interface org.apache.flink.runtime.util.GroupCache
-
clear all cache.
- clear() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- clear() - Method in class org.apache.flink.runtime.util.LongArrayList
-
- clearAll() - Method in class org.apache.flink.runtime.io.network.TaskEventDispatcher
-
Removes all registered event handlers.
- clearAllBroadcastVariables() - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
releases all of the partition's segments (pages and overflow buckets)
- clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
-
- clearAllPendingAllocations() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- clearBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- clearBuffers() - Method in interface org.apache.flink.runtime.io.network.api.reader.MutableReader
-
- clearBuffers() - Method in class org.apache.flink.runtime.io.network.api.reader.MutableRecordReader
-
- clearBuffers() - Method in interface org.apache.flink.runtime.io.network.api.reader.Reader
-
- clearBuffers() - Method in class org.apache.flink.runtime.io.network.api.reader.RecordReader
-
- clearCachedInformationForPartitionGroup(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- clearCacheForGroup(G) - Method in class org.apache.flink.runtime.util.DefaultGroupCache
-
- clearCacheForGroup(G) - Method in interface org.apache.flink.runtime.util.GroupCache
-
Clear all caches of the corresponding group.
- clearEntries() - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Only clears all the state handle pointers on Kubernetes or ZooKeeper.
- clearEntries() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Recursively deletes all children.
- clearMetaDataFollowsFlag(byte[]) - Static method in class org.apache.flink.runtime.state.FullSnapshotUtil
-
- clearPartitions() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
This method clears all partitions currently residing (partially) in memory.
- clearPendingAllocationsOfJob(JobID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- clearPendingAllocationsOfJob(JobID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- clearReaders(MutableReader<?>[]) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
- clearResourceFor(TieredStorageDataIdentifier) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageResourceRegistry
-
Remove all resources for the given owner.
- clearResourceRequirements(JobID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- clearResourceRequirements(JobID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Notifies the slot manager that the resource requirements for the given job should be cleared.
- clearWriters(List<RecordWriter<?>>) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
- CLIENT_ALIVENESS_CHECK_DURATION - Static variable in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- ClientCoordinationHandler - Class in org.apache.flink.runtime.rest.handler.job.coordination
-
Handler that receives the coordination requests from the client and returns the response from the
coordinator.
- ClientCoordinationHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<ClientCoordinationRequestBody, ClientCoordinationResponseBody, ClientCoordinationMessageParameters>) - Constructor for class org.apache.flink.runtime.rest.handler.job.coordination.ClientCoordinationHandler
-
- ClientCoordinationHeaders - Class in org.apache.flink.runtime.rest.messages.job.coordination
-
- ClientCoordinationMessageParameters - Class in org.apache.flink.runtime.rest.messages.job.coordination
-
- ClientCoordinationMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationMessageParameters
-
- ClientCoordinationRequestBody - Class in org.apache.flink.runtime.rest.messages.job.coordination
-
- ClientCoordinationRequestBody(SerializedValue<CoordinationRequest>) - Constructor for class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody
-
- ClientCoordinationResponseBody - Class in org.apache.flink.runtime.rest.messages.job.coordination
-
- ClientCoordinationResponseBody(SerializedValue<CoordinationResponse>) - Constructor for class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationResponseBody
-
- ClientHighAvailabilityServices - Interface in org.apache.flink.runtime.highavailability
-
ClientHighAvailabilityServices provides services those are required on client-side.
- ClientHighAvailabilityServicesFactory - Interface in org.apache.flink.runtime.highavailability
-
- ClientUtils - Enum in org.apache.flink.runtime.client
-
Contains utility methods for clients.
- clock - Variable in class org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- cloneConfiguration(Configuration) - Static method in class org.apache.flink.runtime.clusterframework.BootstrapTools
-
Clones the given configuration and resets instance specific config options.
- close() - Method in class org.apache.flink.runtime.blob.AbstractBlobCache
-
- close() - Method in class org.apache.flink.runtime.blob.BlobCacheService
-
- close() - Method in class org.apache.flink.runtime.blob.BlobClient
-
- close() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Shuts down the BLOB server.
- close() - Method in class org.apache.flink.runtime.blob.FileSystemBlobStore
-
- close() - Method in class org.apache.flink.runtime.blob.VoidBlobStore
-
- close() - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- close() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- close() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- close() - Method in interface org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
-
- close() - Method in class org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- close() - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- close() - Method in class org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile
-
- close(Collection<MasterTriggerRestoreHook<?>>, Logger) - Static method in class org.apache.flink.runtime.checkpoint.hooks.MasterHooks
-
Closes the master hooks.
- close() - Method in interface org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
Tear-down method for the hook.
- close() - Method in class org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- close() - Method in class org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- close() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- close() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Closes the high availability services, releasing all resources.
- close() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- close() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- close() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneClientHAServices
-
- close() - Method in class org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
-
- close() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperClientHAServices
-
- close() - Method in class org.apache.flink.runtime.io.disk.FileBasedBufferIterator
-
- close() - Method in class org.apache.flink.runtime.io.disk.FileChannelInputView
-
- close() - Method in class org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
Remove all the temp directories.
- close() - Method in class org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Closes this output, writing pending data and releasing the memory.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
-
Closes this InputView, closing the underlying reader and returning all memory segments.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Closes this OutputView, closing the underlying writer
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Closes the channel and waits until all pending asynchronous requests are processed.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Closes this InputView, closing the underlying reader and returning all memory segments.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Closes this OutputView, closing the underlying writer and returning all memory segments.
- close() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Closes the channel.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Removes all temporary files.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Close method.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
Closes this request queue.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- close() - Method in class org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- close() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
-
- close() - Method in class org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- close() - Method in class org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- close() - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Closes the writer.
- close() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Closes the partition writer which releases the allocated resource, for example the buffer
pool.
- close() - Method in class org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- close() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- close() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- close(RemoteInputChannel) - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- close() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
Tries to shut down all network I/O components.
- close() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- close() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex
-
Close this file data index.
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
Close this
HsMemoryDataManager, it means no data can append to memory and all buffer
taken by this class will recycle.
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataSpiller
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexCache
-
- close() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexSpilledRegionManager
-
Close this spilled region manager.
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexSpilledRegionManagerImpl
-
- close(Throwable) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionWriter
-
If error is null, remove and recycle all buffers in the writer.
- close(Throwable) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionWriterImpl
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- close() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.BufferAccumulator
-
Close the accumulator.
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashBufferAccumulator
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashSubpartitionBufferAccumulator
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.SortBufferAccumulator
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerClient
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageProducerClient
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierConsumerAgent
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierProducerAgent
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierConsumerAgent
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierProducerAgent
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteStorageScanner
-
Close the executor.
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierConsumerAgent
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierProducerAgent
-
- close() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierConsumerAgent
-
Close the consumer agent.
- close() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierProducerAgent
-
Close the agent.
- close() - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFileWriter
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- close() - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- close(RemoteInputChannel) - Method in interface org.apache.flink.runtime.io.network.PartitionRequestClient
-
Cancels the partition request for the given remote input channel and removes this client from
factory if it is not referenced by any other input channels.
- close() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- close() - Method in interface org.apache.flink.runtime.jobmaster.ServiceConnectionManager
-
Close the service connection manager.
- close() - Method in class org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- close() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- close() - Method in enum org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
- close() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- close() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Close the slot pool service.
- close() - Method in class org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- close() - Method in interface org.apache.flink.runtime.leaderelection.LeaderElection
-
Closes the
LeaderElection by deregistering the
LeaderContender from the
underlying leader election.
- close() - Method in class org.apache.flink.runtime.leaderelection.StandaloneLeaderElection
-
- close() - Method in class org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionDriver
-
- close() - Method in class org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver
-
- close() - Method in class org.apache.flink.runtime.memory.OpaqueMemoryResource
-
Releases this resource.
- close() - Method in class org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricDumpSerializer
-
- close() - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- close() - Method in class org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
-
Closes the component group by removing and closing all metrics and subgroups (inherited from
AbstractMetricGroup), plus closing and removing all dedicated component subgroups.
- close() - Method in class org.apache.flink.runtime.metrics.groups.JobManagerOperatorMetricGroup
-
- close() - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- close() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
This method is called when the coordinator is disposed.
- close() - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- close() - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- close() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
Closes the hash table.
- close() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Closes the hash table.
- close() - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- close() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Closes the hash table.
- close() - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildFirstHashJoinIterator
-
- close() - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildSecondHashJoinIterator
-
- close() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- close() - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- close() - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- close() - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- close() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
-
- close() - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- close() - Method in class org.apache.flink.runtime.operators.sort.ExternalSorter
-
Shuts down all the threads initiated by this sort/merger.
- close() - Method in class org.apache.flink.runtime.operators.sort.LargeRecordHandler
-
Closes all structures and deletes all temporary files.
- close() - Method in class org.apache.flink.runtime.operators.sort.NonReusingSortMergeCoGroupIterator
-
- close() - Method in class org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- close() - Method in class org.apache.flink.runtime.operators.TempBarrier
-
- close() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
General-purpose close method.
- close() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
-
General-purpose close method.
- close() - Method in class org.apache.flink.runtime.operators.util.metrics.CountingCollector
-
- close() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
- close() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
Close connection.
- close() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- close() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Closes the slot manager.
- close() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Close this syncer, clear all the state.
- close() - Method in class org.apache.flink.runtime.rest.handler.FileUploads
-
- close() - Method in class org.apache.flink.runtime.rest.handler.job.JobVertexFlameGraphHandler
-
- close() - Method in class org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- close() - Method in interface org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
Closes the execution graph cache.
- close() - Method in interface org.apache.flink.runtime.shuffle.ShuffleMaster
-
Closes this shuffle master service which should release all resources.
- close() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- close() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- close() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- close() - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- close() - Method in class org.apache.flink.runtime.state.changelog.LocalChangelogRegistryImpl
-
- close() - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageView
-
- close() - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Close this log.
- close() - Method in class org.apache.flink.runtime.state.CheckpointMetadataOutputStream
-
This method should close the stream, if has not been closed before.
- close() - Method in class org.apache.flink.runtime.state.CheckpointStateOutputStream
-
This method should close the stream, if has not been closed before.
- close() - Method in interface org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
- close() - Method in class org.apache.flink.runtime.state.CompressibleFSDataInputStream
-
- close() - Method in class org.apache.flink.runtime.state.CompressibleFSDataOutputStream
-
- close() - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- close() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- close() - Method in class org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- close() - Method in class org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream
-
This method throws no exception if the close fails, but only logs the error.
- close() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- close() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
If the stream is only closed, we remove the produced file (cleanup through the auto close
feature, for example).
- close() - Method in class org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- close() - Method in class org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
- close() - Method in interface org.apache.flink.runtime.state.KeyValueStateIterator
-
- close() - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- close() - Method in class org.apache.flink.runtime.state.NonClosingCheckpointOutputStream
-
- close() - Method in class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- close() - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- close() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- close() - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- close() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Closes this job and removes it from the owning
JobTable.
- close() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.JobServices
-
Closes the job services.
- close() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- close() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- close() - Method in class org.apache.flink.runtime.util.ForwardingInputStream
-
- close() - Method in class org.apache.flink.runtime.util.ForwardingOutputStream
-
- close() - Method in class org.apache.flink.runtime.util.NonClosingInputStreamDecorator
-
- close() - Method in class org.apache.flink.runtime.util.NonClosingOutputStreamDecorator
-
- close() - Method in class org.apache.flink.runtime.util.profiler.ProfilingService
-
- close() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedCount
-
- close() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- CloseableInputProvider<E> - Interface in org.apache.flink.runtime.operators.util
-
Utility interface for a provider of an input that can be closed.
- closeAction() - Method in class org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- closeAction() - Method in class org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.FileChannelInputView
-
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Closes this output, writing pending data and releasing the memory.
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
This method waits for all pending asynchronous requests to return.
- closeAndDelete() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Closes the channel and deletes the underlying file.
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- closeAndFinalizeCheckpoint() - Method in class org.apache.flink.runtime.state.CheckpointMetadataOutputStream
-
Closes the stream after all metadata was written and finalizes the checkpoint location.
- closeAndFinalizeCheckpoint() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- closeAndFinalizeCheckpointStreamResult() - Method in interface org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
Closes the stream ans returns a snapshot result with the stream handle(s).
- closeAndFinalizeCheckpointStreamResult() - Method in class org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream
-
- closeAndFinalizeCheckpointStreamResult() - Method in class org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryStreamOnly
-
- closeAndGetBytes() - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
Closes the stream and returns the byte array containing the stream's data.
- closeAndGetHandle() - Method in class org.apache.flink.runtime.state.CheckpointStateOutputStream
-
Closes the stream and gets a state handle that can create an input stream producing the data
written to this stream.
- closeAndGetHandle() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- closeAndGetHandle() - Method in class org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- closeAndGetHandle() - Method in class org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream
-
- closeAndGetHandle() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
- closeAndGetHandle() - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- closeAndGetPrimaryHandle() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- closeAndGetSecondaryHandle() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- closeAsync() - Method in class org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- closeAsync() - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- closeAsync() - Method in class org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
-
- closeAsync() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- closeAsync() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- closeAsync() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- closeAsync() - Method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- closeAsync() - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- closeAsync() - Method in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
- closeAsync() - Method in class org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- closeAsync() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- closeAsync() - Method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- closeAsync() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Shuts down this registry and the associated MetricReporter.
- closeAsync() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Shuts down the mini cluster, failing all currently executing jobs.
- closeAsync() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- closeAsync() - Method in class org.apache.flink.runtime.rest.handler.AbstractHandler
-
- closeAsync() - Method in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
- closeAsync() - Method in class org.apache.flink.runtime.rest.RestClient
-
- closeAsync() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
- closeAsync() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- closeAsync() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- closeAsync() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- closeAsync() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- closeAsync() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- closeAsync() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- closeAsync() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- closeAsync() - Method in enum org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
- closeAsyncWithoutCleaningHighAvailabilityData() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- closeAsyncWithTimeout(String, Runnable, Duration) - Static method in class org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Close a component with a timeout.
- closeAsyncWithTimeout(String, ThrowingRunnable<Exception>, Duration) - Static method in class org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Close a component with a timeout.
- closeChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
Closes all chained tasks, in the order as they are stored in the array.
- closeConnection() - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- closed - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Flag marking this channel as closed
- closed - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
Flag to mark the table as open / closed.
- closed - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Flag indicating that the closing logic has been invoked.
- closeDataIndexAndDeleteShuffleFile() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- closeExceptionally() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- closeForCommitAction() - Method in class org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- closeForCommitAction() - Method in class org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- closeHandlerAsync() - Method in class org.apache.flink.runtime.rest.handler.AbstractHandler
-
- closeHandlerAsync() - Method in class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.StatusHandler
-
- closeJobManagerConnection(JobID, ResourceManager.ResourceRequirementHandling, Exception) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
This method should be called by the framework once it detects that a currently registered job
manager has failed.
- closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- closeLock - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
The lock that is used during closing to synchronize the thread that waits for all requests to
be handled with the asynchronous I/O thread.
- closeOpenChannelConnections(ConnectionID) - Method in interface org.apache.flink.runtime.io.network.ConnectionManager
-
Closes opened ChannelConnections in case of a resource release.
- closeOpenChannelConnections(ConnectionID) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- closeOpenChannelConnections(ConnectionID) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- closeStreamAndCreateStateHandle(Path, long, long) - Method in interface org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy
-
- closeStreamExceptionally() - Method in interface org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- closeTaskManagerConnection(ResourceID, Exception) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
This method should be called by the framework once it detects that a currently registered
task executor has failed.
- closeUserCode(Function) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
Closes the given stub using its RichFunction.close() method.
- closeWithOptionalClean(boolean) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- CLUSTER_CONFIG_REST_PATH - Static variable in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- ClusterConfigHandler - Class in org.apache.flink.runtime.rest.handler.cluster
-
Handler which serves the cluster's configuration.
- ClusterConfigHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, ConfigurationInfo, EmptyMessageParameters>, Configuration) - Constructor for class org.apache.flink.runtime.rest.handler.cluster.ClusterConfigHandler
-
- ClusterConfiguration - Class in org.apache.flink.runtime.entrypoint
-
Configuration class which contains the parsed command line arguments for the
ClusterEntrypoint.
- ClusterConfiguration(String, Properties, String[]) - Constructor for class org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- clusterConfiguration - Variable in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- ClusterConfigurationInfoHeaders - Class in org.apache.flink.runtime.rest.messages
-
- ClusterConfigurationParserFactory - Class in org.apache.flink.runtime.entrypoint
-
Parser factory which generates a
ClusterConfiguration from the given list of command line
arguments.
- ClusterConfigurationParserFactory() - Constructor for class org.apache.flink.runtime.entrypoint.ClusterConfigurationParserFactory
-
- ClusterDatasetCorruptedException - Exception in org.apache.flink.runtime.scheduler
-
Indicates some task fail to consume cluster dataset.
- ClusterDatasetCorruptedException(Throwable, List<IntermediateDataSetID>) - Constructor for exception org.apache.flink.runtime.scheduler.ClusterDatasetCorruptedException
-
- ClusterDataSetDeleteHandlers - Class in org.apache.flink.runtime.rest.handler.dataset
-
- ClusterDataSetDeleteHandlers(Duration) - Constructor for class org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers
-
- ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler - Class in org.apache.flink.runtime.rest.handler.dataset
-
StatusHandler implementation for the cluster data set delete operation.
- ClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler - Class in org.apache.flink.runtime.rest.handler.dataset
-
TriggerHandler implementation for the cluster data set delete operation.
- ClusterDataSetDeleteHandlers.SerializableVoid - Class in org.apache.flink.runtime.rest.handler.dataset
-
- ClusterDataSetDeleteStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler
-
- ClusterDataSetDeleteStatusHeaders - Class in org.apache.flink.runtime.rest.messages.dataset
-
Specification for retrieving the status for the delete operation of a cluster data set.
- ClusterDataSetDeleteStatusMessageParameters - Class in org.apache.flink.runtime.rest.messages.dataset
-
- ClusterDataSetDeleteStatusMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusMessageParameters
-
- ClusterDataSetDeleteTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, GatewayRetriever<ResourceManagerGateway>) - Constructor for class org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler
-
- ClusterDataSetDeleteTriggerHeaders - Class in org.apache.flink.runtime.rest.messages.dataset
-
Specification for triggering the deletion of a cluster data set.
- ClusterDataSetDeleteTriggerMessageParameters - Class in org.apache.flink.runtime.rest.messages.dataset
-
- ClusterDataSetDeleteTriggerMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- ClusterDataSetEntry - Class in org.apache.flink.runtime.rest.messages.dataset
-
The entry for a single cluster data set.
- clusterDataSetIdPathParameter - Variable in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- ClusterDataSetIdPathParameter - Class in org.apache.flink.runtime.rest.messages.dataset
-
Path parameter identifying cluster data sets.
- ClusterDataSetIdPathParameter() - Constructor for class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- ClusterDataSetListHandler - Class in org.apache.flink.runtime.rest.handler.dataset
-
- ClusterDataSetListHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, GatewayRetriever<ResourceManagerGateway>) - Constructor for class org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetListHandler
-
- ClusterDataSetListHeaders - Class in org.apache.flink.runtime.rest.messages.dataset
-
Specification for retrieving an overview over all available cluster partitions.
- ClusterDataSetListResponseBody - Class in org.apache.flink.runtime.rest.messages.dataset
-
- ClusterEntrypoint - Class in org.apache.flink.runtime.entrypoint
-
Base class for the Flink cluster entry points.
- ClusterEntrypoint(Configuration) - Constructor for class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- ClusterEntrypoint.ExecutionMode - Enum in org.apache.flink.runtime.entrypoint
-
- ClusterEntrypoint.ShutdownBehaviour - Enum in org.apache.flink.runtime.entrypoint
-
- ClusterEntrypointException - Exception in org.apache.flink.runtime.entrypoint
-
- ClusterEntrypointException(String) - Constructor for exception org.apache.flink.runtime.entrypoint.ClusterEntrypointException
-
- ClusterEntrypointException(Throwable) - Constructor for exception org.apache.flink.runtime.entrypoint.ClusterEntrypointException
-
- ClusterEntrypointException(String, Throwable) - Constructor for exception org.apache.flink.runtime.entrypoint.ClusterEntrypointException
-
- ClusterEntryPointExceptionUtils - Class in org.apache.flink.runtime.entrypoint
-
Exception utils to handle and enrich exceptions occurring in the ClusterEntrypoint.
- ClusterEntrypointUtils - Class in org.apache.flink.runtime.entrypoint
-
- ClusterInformation - Class in org.apache.flink.runtime.entrypoint
-
Information about the cluster which is shared with the cluster components.
- ClusterInformation(String, int) - Constructor for class org.apache.flink.runtime.entrypoint.ClusterInformation
-
- ClusterOverview - Class in org.apache.flink.runtime.messages.webmonitor
-
- ClusterOverview(int, int, int, Integer, Integer, int, int, int, int) - Constructor for class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- ClusterOverview(ResourceOverview, JobsOverview) - Constructor for class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- ClusterOverviewHandler - Class in org.apache.flink.runtime.rest.handler.cluster
-
Handler which returns the cluster overview information with version.
- ClusterOverviewHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, ClusterOverviewWithVersion, EmptyMessageParameters>) - Constructor for class org.apache.flink.runtime.rest.handler.cluster.ClusterOverviewHandler
-
- ClusterOverviewHeaders - Class in org.apache.flink.runtime.rest.messages
-
- ClusterOverviewWithVersion - Class in org.apache.flink.runtime.rest.handler.legacy.messages
-
Cluster overview message including the current Flink version and commit id.
- ClusterOverviewWithVersion(int, int, int, Integer, Integer, int, int, int, int, String, String) - Constructor for class org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion
-
- ClusterPartitionManager - Interface in org.apache.flink.runtime.io.network.partition
-
Interface for components that manage cluster partitions.
- ClusterPartitionReport - Class in org.apache.flink.runtime.taskexecutor.partition
-
A report about the current status of all cluster partitions of the TaskExecutor, describing which
partitions are available.
- ClusterPartitionReport(Collection<ClusterPartitionReport.ClusterPartitionReportEntry>) - Constructor for class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
-
- ClusterPartitionReport.ClusterPartitionReportEntry - Class in org.apache.flink.runtime.taskexecutor.partition
-
An entry describing all partitions belonging to one dataset.
- ClusterPartitionReportEntry(IntermediateDataSetID, int, Map<ResultPartitionID, ShuffleDescriptor>) - Constructor for class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- ClusterResourceStatisticsProvider - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
Provides statistics of cluster resources.
- ClusterUncaughtExceptionHandler - Class in org.apache.flink.runtime.util
-
Utility for handling any uncaught exceptions
- ClusterUncaughtExceptionHandler(ClusterOptions.UncaughtExceptionHandleMode) - Constructor for class org.apache.flink.runtime.util.ClusterUncaughtExceptionHandler
-
- CoGroupDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
CoGroup task which is executed by a Task Manager.
- CoGroupDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupDriver
-
- CoGroupRawDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
- CoGroupRawDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- CoGroupRawDriver.SimpleIterable<IN> - Class in org.apache.flink.runtime.operators
-
- CoGroupRawDriver.SimpleIterable.SimpleIterator<IN> - Class in org.apache.flink.runtime.operators
-
- CoGroupTaskIterator<T1,T2> - Interface in org.apache.flink.runtime.operators.util
-
Interface describing the methods that have to be implemented by local strategies for the CoGroup
Pact.
- CoGroupWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
- CoGroupWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- CoGroupWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
- CoGroupWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- collect(T) - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- collect(IN) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- collect(T) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
-
Collects a record and emits it to all writers.
- collect(OUT) - Method in class org.apache.flink.runtime.operators.util.metrics.CountingCollector
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.ChainedStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.DirectoryStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.filesystem.FileStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- collectSizeStats(StateObject.StateObjectSizeStatsCollector) - Method in interface org.apache.flink.runtime.state.StateObject
-
Collects statistics about state size and location from the state object.
- collectTaskStats(ImmutableSet<ExecutionAttemptID>, T) - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
Collects result from one of the tasks.
- collectUniqueDelegates(Stream<StateObjectCollection<? extends AbstractChannelStateHandle<?>>>) - Static method in class org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- CoLocationConstraint - Class in org.apache.flink.runtime.jobmanager.scheduler
-
A
CoLocationConstraint stores the ID of
CoLocationGroup and an ID referring to
the actual subtask (i.e.
- CoLocationGroup - Interface in org.apache.flink.runtime.jobmanager.scheduler
-
CoLocationGroup refers to a list of
JobVertex instances, where the
i-th
subtask of one vertex has to be executed on the same
TaskManager as the
i-th
subtask of all other
JobVertex instances in the same group.
- CoLocationGroupImpl - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- CoLocationGroupImpl(JobVertex...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- combine(JobsOverview) - Method in class org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
Combines the given jobs overview with this.
- CommandLineOptions - Class in org.apache.flink.runtime.entrypoint.parser
-
Container class for command line options.
- CommandLineParser<T> - Class in org.apache.flink.runtime.entrypoint.parser
-
Command line parser which produces a result from the given command line arguments.
- CommandLineParser(ParserResultFactory<T>) - Constructor for class org.apache.flink.runtime.entrypoint.parser.CommandLineParser
-
- commit() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
Make the change visible to the readers.
- commitDate - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
The git commit date
- commitId - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
The git commit id (hash)
- CommonProcessMemorySpec<FM extends FlinkMemory> - Class in org.apache.flink.runtime.util.config.memory
-
Common memory components of Flink processes (e.g.
- CommonProcessMemorySpec(FM, JvmMetaspaceAndOverhead) - Constructor for class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- CompactingHashTable<T> - Class in org.apache.flink.runtime.operators.hash
-
A hash table that uses Flink's managed memory and supports replacement of records or updates to
records.
- CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- CompactingHashTable.EntryIterator - Class in org.apache.flink.runtime.operators.hash
-
Iterator that traverses the whole hash table once
- CompactingHashTable.HashTableProber<PT> - Class in org.apache.flink.runtime.operators.hash
-
- compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- compare(int, int, int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- compare(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
- compare(int, int, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
- compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- compare(int, int, int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- compare(String, String) - Method in class org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator
-
- compare(Tuple2<RestHandlerSpecification, ChannelInboundHandler>, Tuple2<RestHandlerSpecification, ChannelInboundHandler>) - Method in class org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator
-
- comparePriority(T, T) - Method in interface org.apache.flink.runtime.state.PriorityComparator
-
Compares two objects for priority.
- comparePriorityTo(SourceCoordinator.WatermarkElement) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator.WatermarkElement
-
- comparePriorityTo(T) - Method in interface org.apache.flink.runtime.state.PriorityComparable
-
- compareTo(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobKey
-
- compareTo(HsSubpartitionFileReader) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
Provides priority calculation logic for io scheduler.
- compareTo(IntegerResourceVersion) - Method in class org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- compareTo(StringResourceVersion) - Method in class org.apache.flink.runtime.persistence.StringResourceVersion
-
- compareTo(SequenceNumber) - Method in class org.apache.flink.runtime.state.changelog.SequenceNumber.GenericSequenceNumber
-
- compareTo(TaskManagerLocation) - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
- complete() - Static method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
- completeAllocation() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- completed(V) - Static method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
- completed() - Static method in class org.apache.flink.runtime.rest.messages.queue.QueueStatus
-
- CompletedCheckpoint - Class in org.apache.flink.runtime.checkpoint
-
A CompletedCheckpoint describes a checkpoint after all required tasks acknowledged it (with their
state) and that is considered successful.
- CompletedCheckpoint(JobID, long, long, long, Map<OperatorID, OperatorState>, Collection<MasterState>, CheckpointProperties, CompletedCheckpointStorageLocation, CompletedCheckpointStats) - Constructor for class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- CompletedCheckpoint(JobID, long, long, long, Map<OperatorID, OperatorState>, Collection<MasterState>, CheckpointProperties, CompletedCheckpointStorageLocation, CompletedCheckpointStats, CheckpointProperties) - Constructor for class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- CompletedCheckpoint.CompletedCheckpointDiscardObject - Class in org.apache.flink.runtime.checkpoint
-
- CompletedCheckpointDiscardObject() - Constructor for class org.apache.flink.runtime.checkpoint.CompletedCheckpoint.CompletedCheckpointDiscardObject
-
- CompletedCheckpointStatistics(long, CheckpointStatsStatus, boolean, String, long, long, long, long, long, long, long, long, int, int, CheckpointStatistics.RestAPICheckpointType, Map<JobVertexID, TaskCheckpointStatistics>, String, boolean) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.CompletedCheckpointStatistics
-
- CompletedCheckpointStats - Class in org.apache.flink.runtime.checkpoint
-
Statistics for a successfully completed checkpoint.
- CompletedCheckpointStatsSummary - Class in org.apache.flink.runtime.checkpoint
-
Summary over all completed checkpoints.
- CompletedCheckpointStatsSummarySnapshot - Class in org.apache.flink.runtime.checkpoint
-
- CompletedCheckpointStatsSummarySnapshot(StatsSummarySnapshot, StatsSummarySnapshot, StatsSummarySnapshot, StatsSummarySnapshot, StatsSummarySnapshot) - Constructor for class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- CompletedCheckpointStorageLocation - Interface in org.apache.flink.runtime.state
-
The CompletedCheckpointStorageLocation describes the storage aspect of a completed checkpoint.
- CompletedCheckpointStore - Interface in org.apache.flink.runtime.checkpoint
-
- completeDeploymentOf(ExecutionAttemptID) - Method in class org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- completeDeploymentOf(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Marks the deployment of the given execution as complete.
- CompletedOperationCache<K extends OperationKey,R extends Serializable> - Class in org.apache.flink.runtime.rest.handler.async
-
Cache to manage ongoing operations.
- CompletedOperationCache(Duration) - Constructor for class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
- CompletedSubtaskCheckpointStatistics(int, long, long, long, long, SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration, SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment, long, boolean, boolean) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- completeExceptional(SerializedThrowable) - Static method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
- completePromiseAndDiscard() - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- completeSnapshotAndGetHandle() - Method in class org.apache.flink.runtime.state.SnapshotDirectory
-
Calling this method completes the snapshot for this snapshot directory, if possible, and
creates a corresponding
DirectoryStateHandle that points to the snapshot directory.
- ComponentClosingUtils - Class in org.apache.flink.runtime.operators.coordination
-
A util class to help with a clean component shutdown.
- ComponentMetricGroup<P extends AbstractMetricGroup<?>> - Class in org.apache.flink.runtime.metrics.groups
-
Abstract MetricGroup for system components (e.g., TaskManager,
Job, Task, Operator).
- ComponentMetricGroup(MetricRegistry, String[], P) - Constructor for class org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
-
Creates a new ComponentMetricGroup.
- CompositeBuffer - Class in org.apache.flink.runtime.io.network.buffer
-
An implementation of
Buffer which contains multiple partial buffers for network data
communication.
- CompositeBuffer(Buffer.DataType, int, boolean) - Constructor for class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- CompositeBuffer(BufferHeader) - Constructor for class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- compositeHeapBuffer() - Method in class org.apache.flink.runtime.io.network.netty.NettyBufferPool
-
- compositeHeapBuffer(int) - Method in class org.apache.flink.runtime.io.network.netty.NettyBufferPool
-
- CompositeKeySerializationUtils - Class in org.apache.flink.runtime.state
-
Utils for RocksDB state serialization and deserialization.
- CompositeKeySerializationUtils() - Constructor for class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- CompositeStateHandle - Interface in org.apache.flink.runtime.state
-
Base of all snapshots that are taken by
StateBackends and some other components in tasks.
- compress(ByteBuffer, int, int, ByteBuffer, int) - Method in class org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- compress(byte[], int, int, byte[], int) - Method in class org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- compress(ByteBuffer, int, int, ByteBuffer, int) - Method in interface org.apache.flink.runtime.io.compression.BlockCompressor
-
Compress source data read from (
Buffer.position() +
srcOff), and write
the compressed data to dst.
- compress(byte[], int, int, byte[], int) - Method in interface org.apache.flink.runtime.io.compression.BlockCompressor
-
Compress data read from src, and write the compressed data to dst.
- compress(ByteBuffer, int, int, ByteBuffer, int) - Method in class org.apache.flink.runtime.io.compression.Lz4BlockCompressor
-
- compress(byte[], int, int, byte[], int) - Method in class org.apache.flink.runtime.io.compression.Lz4BlockCompressor
-
- CompressibleFSDataInputStream - Class in org.apache.flink.runtime.state
-
- CompressibleFSDataInputStream(FSDataInputStream, StreamCompressionDecorator) - Constructor for class org.apache.flink.runtime.state.CompressibleFSDataInputStream
-
- CompressibleFSDataOutputStream - Class in org.apache.flink.runtime.state
-
- CompressibleFSDataOutputStream(FSDataOutputStream, StreamCompressionDecorator) - Constructor for class org.apache.flink.runtime.state.CompressibleFSDataOutputStream
-
- CompressorUtils - Class in org.apache.flink.runtime.io.compression
-
- CompressorUtils() - Constructor for class org.apache.flink.runtime.io.compression.CompressorUtils
-
- compressToIntermediateBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.buffer.BufferCompressor
-
- compressToOriginalBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.buffer.BufferCompressor
-
- compute(Object, BiFunction<Object, Object, Object>) - Method in interface org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- compute(Object, BiFunction<Object, Object, Object>) - Method in class org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- computeDefaultMaxParallelism(int) - Static method in class org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Computes a default maximum parallelism from the operator parallelism.
- computeDynamicSourceParallelism() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- computeForwardGroups(Iterable<JobVertex>, Function<JobVertex, Set<JobVertex>>) - Static method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroupComputeUtil
-
- computeForwardGroupsAndCheckParallelism(Iterable<JobVertex>) - Static method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroupComputeUtil
-
- computeIfPresent(Object, BiFunction<Object, Object, Object>) - Method in interface org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- computeIfPresent(Object, BiFunction<Object, Object, Object>) - Method in class org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- computeKeyGroupForKeyHash(int, int) - Static method in class org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Assigns the given key to a key-group index.
- computeKeyGroupRangeForOperatorIndex(int, int, int) - Static method in class org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Computes the range of key-groups that are assigned to a given operator under the given
parallelism and maximum parallelism.
- computeMaxEdgesToTargetExecutionVertex(int, int, DistributionPattern) - Static method in class org.apache.flink.runtime.executiongraph.EdgeManagerBuildUtil
-
Given parallelisms of two job vertices, compute the max number of edges connected to a target
execution vertex from the source execution vertices.
- computeMemorySize(double) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Computes the memory size corresponding to the fraction of all memory governed by this
MemoryManager.
- computeNetworkBuffersForAnnouncing(int, int, Optional<Integer>, int, int, Map<IntermediateDataSetID, Integer>, Map<IntermediateDataSetID, Integer>, Map<IntermediateDataSetID, Integer>, Map<IntermediateDataSetID, ResultPartitionType>, Map<IntermediateDataSetID, ResultPartitionType>) - Static method in class org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
- computeNumberOfPages(double) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Computes to how many pages the given number of bytes corresponds.
- computeOperatorIndexForKeyGroup(int, int, int) - Static method in class org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Computes the index of the operator to which a key-group belongs under the given parallelism
and maximum parallelism.
- computePipelinedRegions(Iterable<? extends LogicalVertex>) - Static method in class org.apache.flink.runtime.executiongraph.failover.LogicalPipelinedRegionComputeUtil
-
- computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex>, Function<ExecutionVertexID, ? extends SchedulingExecutionVertex>, Function<IntermediateResultPartitionID, ? extends SchedulingResultPartition>) - Static method in class org.apache.flink.runtime.executiongraph.failover.SchedulingPipelinedRegionComputeUtil
-
- computeRequiredBytesInKeyGroupPrefix(int) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor) - Method in class org.apache.flink.runtime.shuffle.NettyShuffleMaster
-
JM announces network memory requirement from the calculating result of this method.
- computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor) - Method in interface org.apache.flink.runtime.shuffle.ShuffleMaster
-
- computeSourceParallelismUpperBound(JobVertexID, int) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.DefaultVertexParallelismAndInputInfosDecider
-
- computeSourceParallelismUpperBound(JobVertexID, int) - Method in interface org.apache.flink.runtime.scheduler.adaptivebatch.VertexParallelismAndInputInfosDecider
-
Compute source parallelism upper bound for the source vertex.
- computeVertexInputInfos(ExecutionJobVertex, Function<IntermediateDataSetID, IntermediateResult>) - Static method in class org.apache.flink.runtime.executiongraph.VertexInputInfoComputationUtils
-
- computeVertexInputInfos(int, List<? extends IntermediateResultInfo>, boolean) - Static method in class org.apache.flink.runtime.executiongraph.VertexInputInfoComputationUtils
-
- computeVertexParallelismStore(Iterable<JobVertex>, Function<JobVertex, Integer>) - Static method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- computeVertexParallelismStore(Iterable<JobVertex>, Function<JobVertex, Integer>, Function<Integer, Integer>) - Static method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
Compute the
VertexParallelismStore for all given vertices, which will set defaults
and ensure that the returned store contains valid parallelisms, with a custom function for
default max parallelism calculation and a custom function for normalizing vertex parallelism.
- computeVertexParallelismStore(Iterable<JobVertex>) - Static method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
Compute the
VertexParallelismStore for all given vertices, which will set defaults
and ensure that the returned store contains valid parallelisms.
- computeVertexParallelismStore(JobGraph) - Static method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
Compute the
VertexParallelismStore for all vertices of a given job graph, which will
set defaults and ensure that the returned store contains valid parallelisms.
- computeVertexParallelismStoreForDynamicGraph(Iterable<JobVertex>, int) - Static method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
Compute the
VertexParallelismStore for all given vertices in a dynamic graph, which
will set defaults and ensure that the returned store contains valid parallelisms, with the
configured default max parallelism.
- concat(CharacterFilter, Character, String...) - Static method in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
Concatenates the given component names separated by the delimiter character.
- concatScopes(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- config - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The task configuration with the setup parameters.
- config - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- config - Variable in class org.apache.flink.runtime.operators.util.TaskConfig
-
- CONFIG_DIR_OPTION - Static variable in class org.apache.flink.runtime.entrypoint.parser.CommandLineOptions
-
- ConfigurableCheckpointStorage - Interface in org.apache.flink.runtime.state
-
An interface for checkpoint storage types that pick up additional parameters from a
configuration.
- ConfigurableStateBackend - Interface in org.apache.flink.runtime.state
-
An interface for state backends that pick up additional parameters from a configuration.
- configuration - Variable in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
The runtime configuration.
- ConfigurationCommandLineOptions - Class in org.apache.flink.runtime.entrypoint.parser
-
Represents the set of command-line options related to update and get configuration.
- ConfigurationCommandLineOptions() - Constructor for class org.apache.flink.runtime.entrypoint.parser.ConfigurationCommandLineOptions
-
- ConfigurationInfo - Class in org.apache.flink.runtime.rest.messages
-
Response of the
ClusterConfigHandler, represented as a list of key-value pairs of the
cluster
Configuration.
- ConfigurationInfo() - Constructor for class org.apache.flink.runtime.rest.messages.ConfigurationInfo
-
- ConfigurationInfo(int) - Constructor for class org.apache.flink.runtime.rest.messages.ConfigurationInfo
-
- ConfigurationInfoEntry - Class in org.apache.flink.runtime.rest.messages
-
- ConfigurationInfoEntry(String, String) - Constructor for class org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
- ConfigurationNotAllowedMessage - Class in org.apache.flink.runtime.dispatcher
-
If DeploymentOptions.PROGRAM_CONFIG_ENABLED is disabled, this error denotes the not
allowed configuration.
- ConfigurationParserUtils - Class in org.apache.flink.runtime.util
-
Utility class to extract related parameters from Configuration and to sanity check them.
- ConfigurationParserUtils() - Constructor for class org.apache.flink.runtime.util.ConfigurationParserUtils
-
- configure(ReadableConfig, ClassLoader) - Method in interface org.apache.flink.runtime.state.ConfigurableCheckpointStorage
-
Creates a variant of the checkpoint storage that applies additional configuration parameters.
- configure(ReadableConfig, ClassLoader) - Method in interface org.apache.flink.runtime.state.ConfigurableStateBackend
-
Creates a variant of the state backend that applies additional configuration parameters.
- configure(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
Creates a copy of this state backend that uses the values defined in the configuration for
fields where that were not specified in this state backend.
- configure(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- configure(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
Creates a copy of this state backend that uses the values defined in the configuration for
fields where that were not specified in this state backend.
- configure(ReadableConfig) - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- configure(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- configure(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
Creates a copy of this checkpoint storage that uses the values defined in the configuration
for fields where that were not specified in this checkpoint storage.
- configuredNetworkBuffersPerChannel - Variable in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- configureUncaughtExceptionHandler(Configuration) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Sets the uncaught exception handler for current thread based on configuration.
- confirm(SequenceNumber, SequenceNumber, long) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Mark the given state changes as confirmed by the JM.
- confirmCheckpoint(long) - Method in class org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- confirmCheckpoint(long) - Method in interface org.apache.flink.runtime.state.TaskLocalStateStore
-
Notifies that the checkpoint with the given id was confirmed as complete.
- confirmCheckpoint(long) - Method in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- confirmCheckpoint(ExecutionAttemptID, long, long, long) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- confirmCheckpoint(ExecutionAttemptID, long, long, long) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Confirm a checkpoint for the given task.
- confirmCheckpoint(ExecutionAttemptID, long, long, long) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- confirmLeadership(String, UUID, String) - Method in class org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- confirmLeadership(UUID, String) - Method in interface org.apache.flink.runtime.leaderelection.LeaderElection
-
Confirms that the
LeaderContender has accepted the leadership identified by the given
leader session id.
- confirmLeadership(UUID, String) - Method in class org.apache.flink.runtime.leaderelection.StandaloneLeaderElection
-
- connect(S) - Method in interface org.apache.flink.runtime.jobmaster.ServiceConnectionManager
-
Connect to the given service.
- connect(S) - Method in class org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- connect(DeclareResourceRequirementServiceConnectionManager.DeclareResourceRequirementsService) - Method in enum org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
- connect(ResourceID, JobMasterGateway, TaskManagerActions, CheckpointResponder, GlobalAggregateManager, PartitionProducerStateChecker) - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Connects the job to a JobManager and associates the provided services with this
connection.
- connectionBroken(NettyConnectionId) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyServiceProducer
-
- connectionBroken(NettyConnectionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskIOScheduler
-
- connectionBroken(NettyConnectionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierProducerAgent
-
- connectionBroken(NettyConnectionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierProducerAgent
-
- ConnectionClosedException - Exception in org.apache.flink.runtime.rest
-
Exception which is thrown if the
RestClient detects that a connection was closed.
- ConnectionClosedException(String) - Constructor for exception org.apache.flink.runtime.rest.ConnectionClosedException
-
- ConnectionClosedException(String, Throwable) - Constructor for exception org.apache.flink.runtime.rest.ConnectionClosedException
-
- ConnectionClosedException(Throwable) - Constructor for exception org.apache.flink.runtime.rest.ConnectionClosedException
-
- ConnectionErrorMessage - Class in org.apache.flink.runtime.io.network.netty
-
Message for indicating connection error.
- ConnectionErrorMessage(Throwable) - Constructor for class org.apache.flink.runtime.io.network.netty.ConnectionErrorMessage
-
- connectionEstablished(TieredStorageSubpartitionId, NettyConnectionWriter) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyServiceProducer
-
- connectionEstablished(TieredStorageSubpartitionId, NettyConnectionWriter) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskIOScheduler
-
- connectionEstablished(TieredStorageSubpartitionId, NettyConnectionWriter) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierProducerAgent
-
- connectionEstablished(TieredStorageSubpartitionId, NettyConnectionWriter) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierProducerAgent
-
- ConnectionException - Exception in org.apache.flink.runtime.rest
-
Base class for all connection related exception thrown by the
RestClient.
- ConnectionException(String) - Constructor for exception org.apache.flink.runtime.rest.ConnectionException
-
- ConnectionException(String, Throwable) - Constructor for exception org.apache.flink.runtime.rest.ConnectionException
-
- ConnectionException(Throwable) - Constructor for exception org.apache.flink.runtime.rest.ConnectionException
-
- ConnectionID - Class in org.apache.flink.runtime.io.network
-
A
ConnectionID identifies a connection to a remote task manager by the socket address and
a connection index.
- ConnectionID(TaskManagerLocation, int) - Constructor for class org.apache.flink.runtime.io.network.ConnectionID
-
- ConnectionID(ResourceID, InetSocketAddress, int) - Constructor for class org.apache.flink.runtime.io.network.ConnectionID
-
- ConnectionIdleException - Exception in org.apache.flink.runtime.rest
-
Exception which is thrown by the
RestClient if a connection becomes idle.
- ConnectionIdleException(String) - Constructor for exception org.apache.flink.runtime.rest.ConnectionIdleException
-
- ConnectionIdleException(String, Throwable) - Constructor for exception org.apache.flink.runtime.rest.ConnectionIdleException
-
- ConnectionIdleException(Throwable) - Constructor for exception org.apache.flink.runtime.rest.ConnectionIdleException
-
- ConnectionManager - Interface in org.apache.flink.runtime.io.network
-
The connection manager manages physical connections for the (logical) remote input channels at
runtime.
- connectionManager - Variable in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- ConnectionUtils - Class in org.apache.flink.runtime.net
-
Utilities to determine the network interface and address that should be used to bind the
TaskManager communication to.
- ConnectionUtils() - Constructor for class org.apache.flink.runtime.net.ConnectionUtils
-
- ConnectionUtils.LeaderConnectingAddressListener - Class in org.apache.flink.runtime.net
-
- connectNewDataSetAsInput(JobVertex, DistributionPattern, ResultPartitionType) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- connectNewDataSetAsInput(JobVertex, DistributionPattern, ResultPartitionType, boolean) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- connectNewDataSetAsInput(JobVertex, DistributionPattern, ResultPartitionType, IntermediateDataSetID, boolean) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- connectPartitionWithConsumerVertexGroup(IntermediateResultPartitionID, ConsumerVertexGroup) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- connectToPredecessors(Map<IntermediateDataSetID, IntermediateResult>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- connectToResourceManager(ResourceManagerGateway) - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
- connectToResourceManager(ResourceManagerGateway) - Method in class org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- connectToResourceManager(ResourceManagerGateway) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- connectToResourceManager(ResourceManagerGateway) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Connects the SlotPool to the given ResourceManager.
- connectToResourceManager(ResourceManagerGateway) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Connects the SlotPool to the given ResourceManager.
- connectVertexWithConsumedPartitionGroup(ExecutionVertexID, ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- CONSERVATIVE_PAGE_SIZE_MULTIPLE - Static variable in class org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
A conservative fallback value (64 KiBytes) that should be a multiple of the page size even in
some uncommon cases of servers installations with larger-than-usual page sizes.
- constructLogString(String, String, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
Utility function that composes a string for logging purposes.
- consume(T, int) - Method in interface org.apache.flink.runtime.state.KeyGroupPartitioner.KeyGroupElementsConsumer
-
- consumeAndCacheRemainingData() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- consumeBuffer(int, Collection<Buffer>) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Try to consume next buffer.
- consumeBuffer(int, Collection<Buffer>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumerMemoryDataManager
-
- consumeBuffer(int, Collection<Buffer>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- consumed(HsConsumerId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- ConsumedPartitionGroup - Class in org.apache.flink.runtime.scheduler.strategy
-
- consumedSubpartitionIndexSet - Variable in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
The indexes of the subpartitions consumed by this channel.
- ConsumerRegionGroupExecutionView - Class in org.apache.flink.runtime.executiongraph.failover.partitionrelease
-
- ConsumerRegionGroupExecutionView() - Constructor for class org.apache.flink.runtime.executiongraph.failover.partitionrelease.ConsumerRegionGroupExecutionView
-
- ConsumerVertexGroup - Class in org.apache.flink.runtime.scheduler.strategy
-
- containBuffer(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- containBuffer(int) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Whether the current region contain the buffer.
- containBuffer(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
- ContaineredTaskManagerParameters - Class in org.apache.flink.runtime.clusterframework
-
This class describes the basic parameters for launching a TaskManager process.
- ContaineredTaskManagerParameters(TaskExecutorProcessSpec, HashMap<String, String>) - Constructor for class org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters
-
- contains(Object) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- contains(T) - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns whether the given element is contained in this list.
- contains(int) - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartitionIndexSet
-
- contains(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
- contains(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- contains(SequenceNumber) - Method in interface org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- contains(SequenceNumber) - Method in class org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- contains(K) - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- contains(int) - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
Checks whether or not a single key-group is contained in the range.
- contains(int) - Method in interface org.apache.flink.runtime.state.KeyGroupsList
-
Returns true, if the given key group id is contained in the list, otherwise false.
- contains(VID) - Method in interface org.apache.flink.runtime.topology.PipelinedRegion
-
Returns whether the vertex is in this pipelined region or not.
- containsAll(Collection<?>) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- containsFreeSlot(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Checks whether the slot pool contains a slot with the given
AllocationID and if it is
free.
- containsFreeSlot(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Checks whether the slot pool contains a slot with the given
AllocationID and if it is
free.
- containsFreeSlot(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- containsFreeSlot(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- containsJob(JobID) - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- containsJob(JobID) - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Check whether the given job is being monitored or not.
- containsJob(JobID) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
Check whether the service monitors the given job.
- containsJob(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Check whether the service monitors the given job.
- containsKey(Object) - Method in interface org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- containsKey(Object) - Method in class org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- containsKey(K, N) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- containsKey(K, N) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
Returns whether this map contains the specified key/namespace composite key.
- containsKey(N) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Returns whether this table contains a mapping for the composite of active key and given
namespace.
- containsKeyA(A) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- containsKeyB(B) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- containsOperation(K) - Method in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
Returns whether this cache contains an operation under the given operation key.
- containsPriorityElement(T) - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns whether the given element is a known priority element.
- containsResource(ResourceProfile) - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Checks whether resourceProfile is contained in this counter.
- containsSlot(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Checks whether the slot pool contains a slot with the given allocationId.
- containsSlot(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- containsSlot(SlotID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- containsSlots(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Checks whether the slot pool contains at least one slot belonging to the specified owner.
- containsSlots(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns whether the slot pool has a slot registered which is owned by the given TaskExecutor.
- containsSlots(ResourceID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- containsSlots(ResourceID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- CONTENT_TYPE_BINARY - Static variable in enum org.apache.flink.runtime.rest.util.RestConstants
-
- CONTENT_TYPE_JAR - Static variable in enum org.apache.flink.runtime.rest.util.RestConstants
-
- continuousReadSuggested() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadBufferResult
-
- ConversionException - Exception in org.apache.flink.runtime.rest.messages
-
Exception which is thrown if an input cannot be converted into the requested type.
- ConversionException(String) - Constructor for exception org.apache.flink.runtime.rest.messages.ConversionException
-
- ConversionException(Throwable) - Constructor for exception org.apache.flink.runtime.rest.messages.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception org.apache.flink.runtime.rest.messages.ConversionException
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.JobIDPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.JobVertexIdPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.LogFileNamePathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Converts the given string to a valid value of this parameter.
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.OperatorIDPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.ProfilingFileNamePathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerIdPathParameter
-
- convertFromString(String) - Method in class org.apache.flink.runtime.rest.messages.TriggerIdPathParameter
-
- convertId(IntermediateDataSetID) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageIdMappingUtils
-
- convertId(TieredStorageTopicId) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageIdMappingUtils
-
- convertId(ResultPartitionID) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageIdMappingUtils
-
- convertId(TieredStoragePartitionId) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageIdMappingUtils
-
- convertId(int) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageIdMappingUtils
-
- convertId(TieredStorageSubpartitionId) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageIdMappingUtils
-
- convertRecoveredInputChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobsFilterQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricsFilterParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtasksFilterQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagersFilterQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.job.UpperLimitExceptionParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
Converts the given string to a valid value of this parameter.
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.SubtaskIndexQueryParameter
-
- convertStringToValue(String) - Method in class org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter
-
- convertToFractionOfSlot(ManagedMemoryUseCase, double, Set<ManagedMemoryUseCase>, Configuration, Configuration, Optional<Boolean>, ClassLoader) - Static method in enum org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
- convertToPriorityEvent(int, int) - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- convertToPriorityEvent(int, int) - Method in class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- convertToPriorityEvent(int) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- convertToPriorityEvent(int) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- convertToString(LeaderInformation) - Static method in class org.apache.flink.runtime.leaderelection.LeaderElectionUtils
-
Converts the passed
LeaderInformation into a human-readable representation that can
be used in log messages.
- convertToString(UUID, String) - Static method in class org.apache.flink.runtime.leaderelection.LeaderElectionUtils
-
- convertToString(Long) - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- convertToString(IntermediateDataSetID) - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- convertToString(Integer) - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
- convertToString(JobID) - Method in class org.apache.flink.runtime.rest.messages.JobIDPathParameter
-
- convertToString(JobVertexID) - Method in class org.apache.flink.runtime.rest.messages.JobVertexIdPathParameter
-
- convertToString(String) - Method in class org.apache.flink.runtime.rest.messages.LogFileNamePathParameter
-
- convertToString(X) - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Converts the given value to its string representation.
- convertToString(List<X>) - Method in class org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
- convertToString(OperatorID) - Method in class org.apache.flink.runtime.rest.messages.OperatorIDPathParameter
-
- convertToString(String) - Method in class org.apache.flink.runtime.rest.messages.ProfilingFileNamePathParameter
-
- convertToString(Integer) - Method in class org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- convertToString(ResourceID) - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerIdPathParameter
-
- convertToString(TriggerId) - Method in class org.apache.flink.runtime.rest.messages.TriggerIdPathParameter
-
- convertValueToString(Boolean) - Method in class org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- convertValueToString(FlameGraphTypeQueryParameter.Type) - Method in class org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter
-
- convertValueToString(FailureLabelFilterParameter.FailureLabel) - Method in class org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter
-
- convertValueToString(JobID) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobsFilterQueryParameter
-
- convertValueToString(MetricsAggregationParameter.AggregationMode) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter
-
- convertValueToString(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricsFilterParameter
-
- convertValueToString(String) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtasksFilterQueryParameter
-
- convertValueToString(ResourceID) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagersFilterQueryParameter
-
- convertValueToString(Integer) - Method in class org.apache.flink.runtime.rest.messages.job.UpperLimitExceptionParameter
-
- convertValueToString(X) - Method in class org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
Converts the given value to its string representation.
- convertValueToString(Integer) - Method in class org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- convertValueToString(Integer) - Method in class org.apache.flink.runtime.rest.messages.SubtaskIndexQueryParameter
-
- convertValueToString(TerminationModeQueryParameter.TerminationMode) - Method in class org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter
-
- CoordinatedTask - Interface in org.apache.flink.runtime.jobgraph.tasks
-
An task that is coordinated, i.e.
- CoordinationRequest - Interface in org.apache.flink.runtime.operators.coordination
-
- CoordinationRequestGateway - Interface in org.apache.flink.runtime.operators.coordination
-
- CoordinationRequestHandler - Interface in org.apache.flink.runtime.operators.coordination
-
- CoordinationResponse - Interface in org.apache.flink.runtime.operators.coordination
-
- coordinator() - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- CoordinatorStore - Interface in org.apache.flink.runtime.operators.coordination
-
- CoordinatorStoreImpl - Class in org.apache.flink.runtime.operators.coordination
-
- CoordinatorStoreImpl() - Constructor for class org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- copy() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
Returns a retained copy with separate indexes.
- copy(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
Create a copy of this QueryScopeInfo and append the given scope.
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerOperatorQueryScopeInfo
-
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerQueryScopeInfo
-
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobQueryScopeInfo
-
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskManagerQueryScopeInfo
-
- copy(String) - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- copy(ArrayList<T>) - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- copy(ArrayList<T>, ArrayList<T>) - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- copy(T) - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- copy(T, T) - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- copy(VoidNamespace) - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- copy(VoidNamespace, VoidNamespace) - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- copy(DataInputView, DataOutputView) - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- copy1 - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- copy2 - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- copyAndDiscardInFlightData() - Method in class org.apache.flink.runtime.checkpoint.FullyFinishedOperatorState
-
- copyAndDiscardInFlightData() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- copyJobGraph() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
Returns a copy of a jobGraph that can be mutated.
- CopyOnWriteStateMap<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
Implementation of Flink's in-memory state maps with copy-on-write support.
- CopyOnWriteStateMap.StateMapEntry<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
- CopyOnWriteStateMapSnapshot<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
- CopyOnWriteStateTable<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
- CopyOnWriteStateTableSnapshot<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
This class represents the snapshot of a
CopyOnWriteStateTable and has a role in operator
state checkpointing.
- copyRecordOrEvent(MemorySegment, int, int, int, int) - Method in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- copyTemplate() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- copyWithNewOperatorID(OperatorID) - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- copyWithReaderPosition(int) - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
Returns a retained copy with separate indexes and sets the reader position to the given
value.
- CorruptConfigurationException - Exception in org.apache.flink.runtime.operators.util
-
Exception indicating that the parsed configuration was corrupt.
- CorruptConfigurationException(String) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
-
Creates a new exception with the given error message.
- CorruptConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
-
- count - Variable in class org.apache.flink.runtime.metrics.dump.MetricDump.CounterDump
-
- countBuffers() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- counter(String) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- counter(String, C) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- counter(String) - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- counter(String, C) - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- CounterDump(QueryScopeInfo, String, long) - Constructor for class org.apache.flink.runtime.metrics.dump.MetricDump.CounterDump
-
- CountingCollector<OUT> - Class in org.apache.flink.runtime.operators.util.metrics
-
- CountingCollector(Collector<OUT>, Counter) - Constructor for class org.apache.flink.runtime.operators.util.metrics.CountingCollector
-
- CountingIterable<IN> - Class in org.apache.flink.runtime.operators.util.metrics
-
- CountingIterable(Iterable<IN>, Counter) - Constructor for class org.apache.flink.runtime.operators.util.metrics.CountingIterable
-
- CountingIterator<IN> - Class in org.apache.flink.runtime.operators.util.metrics
-
- CountingIterator(Iterator<IN>, Counter) - Constructor for class org.apache.flink.runtime.operators.util.metrics.CountingIterator
-
- CountingMutableObjectIterator<IN> - Class in org.apache.flink.runtime.operators.util.metrics
-
- CountingMutableObjectIterator(MutableObjectIterator<IN>, Counter) - Constructor for class org.apache.flink.runtime.operators.util.metrics.CountingMutableObjectIterator
-
- Counts(long, long, int, long, long) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- create(BlocklistContext, Function<ResourceID, String>, ComponentMainThreadExecutor, Logger) - Method in interface org.apache.flink.runtime.blocklist.BlocklistHandler.Factory
-
- create(BlocklistContext, Function<ResourceID, String>, ComponentMainThreadExecutor, Logger) - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistHandler.Factory
-
- create(BlocklistContext, Function<ResourceID, String>, ComponentMainThreadExecutor, Logger) - Method in class org.apache.flink.runtime.blocklist.NoOpBlocklistHandler.Factory
-
- create() - Method in interface org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook.Factory
-
Instantiates the MasterTriggerRestoreHook.
- create(Configuration, TaskExecutorProcessSpec) - Static method in class org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters
-
Computes the parameters to be used to start a TaskManager Java process.
- create(JobResult, CheckpointRecoveryFactory, Configuration, Executor) - Method in enum org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
- create(JobResult, CheckpointRecoveryFactory, Configuration, Executor) - Method in interface org.apache.flink.runtime.dispatcher.cleanup.CleanupRunnerFactory
-
- create(DispatcherGateway, ScheduledExecutor, FatalErrorHandler) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherBootstrapFactory
-
- create() - Method in interface org.apache.flink.runtime.dispatcher.JobManagerMetricGroupFactory
-
- create(DispatcherId, Collection<JobGraph>, Collection<JobResult>, JobGraphWriter, JobResultStore) - Method in interface org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory
-
- create(LeaderElection, FatalErrorHandler, DispatcherLeaderProcessFactory) - Static method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- create(UUID) - Method in interface org.apache.flink.runtime.dispatcher.runner.DispatcherLeaderProcessFactory
-
- create(UUID) - Method in class org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcessFactory
-
- create(JobGraphRetriever) - Static method in class org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcessFactoryFactory
-
- create(UUID, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory, JobGraphStore, JobResultStore, Executor, FatalErrorHandler) - Static method in class org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess
-
- create(UUID) - Method in class org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactory
-
- create(DispatcherFactory) - Static method in class org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactoryFactory
-
- create(Configuration, ResourceID, Executor, RpcService, HighAvailabilityServices, BlobServer, HeartbeatServices, DelegationTokenManager, MetricRegistry, ExecutionGraphInfoStore, MetricQueryServiceRetriever, Collection<FailureEnricher>, FatalErrorHandler) - Method in class org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory
-
- create(Configuration, ResourceID, Executor, RpcService, HighAvailabilityServices, BlobServer, HeartbeatServices, DelegationTokenManager, MetricRegistry, ExecutionGraphInfoStore, MetricQueryServiceRetriever, Collection<FailureEnricher>, FatalErrorHandler) - Method in interface org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponentFactory
-
- create(File) - Static method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- create() - Method in class org.apache.flink.runtime.executiongraph.failover.ExponentialDelayRestartBackoffTimeStrategy.ExponentialDelayRestartBackoffTimeStrategyFactory
-
- create(SchedulingTopology, ResultPartitionAvailabilityChecker) - Method in interface org.apache.flink.runtime.executiongraph.failover.FailoverStrategy.Factory
-
- create() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureRateRestartBackoffTimeStrategy.FailureRateRestartBackoffTimeStrategyFactory
-
- create() - Method in class org.apache.flink.runtime.executiongraph.failover.FixedDelayRestartBackoffTimeStrategy.FixedDelayRestartBackoffTimeStrategyFactory
-
- create() - Method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy.NoRestartBackoffTimeStrategyFactory
-
- create(SchedulingTopology, ResultPartitionAvailabilityChecker) - Method in class org.apache.flink.runtime.executiongraph.failover.RestartAllFailoverStrategy.Factory
-
- create() - Method in interface org.apache.flink.runtime.executiongraph.failover.RestartBackoffTimeStrategy.Factory
-
- create(SchedulingTopology, ResultPartitionAvailabilityChecker) - Method in class org.apache.flink.runtime.executiongraph.failover.RestartPipelinedRegionFailoverStrategy.Factory
-
- create(Configuration, FatalErrorHandler) - Method in interface org.apache.flink.runtime.highavailability.ClientHighAvailabilityServicesFactory
-
- create(Configuration, FatalErrorHandler) - Method in class org.apache.flink.runtime.highavailability.DefaultClientHighAvailabilityServicesFactory
-
- create(int, ResultPartition, File, int, boolean) - Method in enum org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
Creates BoundedBlockingSubpartition of this type.
- create(ShuffleIOOwnerContext, int, InputGateDeploymentDescriptor, PartitionProducerStateProvider, InputChannelMetrics) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
Creates an input gate and all of its input channels.
- create(int, Path, BiConsumer<Integer, T>) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexSpilledRegionManager.Factory
-
- create(int, Path, BiConsumer<Integer, T>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexSpilledRegionManagerImpl.Factory
-
- create(PartitionTrackerFactory.TaskExecutorGatewayLookup) - Method in interface org.apache.flink.runtime.io.network.partition.PartitionTrackerFactory
-
Creates a new PartitionTracker.
- create(String, int, ResultPartitionDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory
-
- create(String, int, ResultPartitionID, ResultPartitionType, int, int, boolean, SupplierWithException<BufferPool, IOException>, boolean) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory
-
- create(SlotPoolServiceFactory, SchedulerNGFactory) - Static method in class org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- create(ExecutionDeploymentReconciliationHandler) - Method in interface org.apache.flink.runtime.jobmaster.ExecutionDeploymentReconciler.Factory
-
- create(JobGraph) - Method in class org.apache.flink.runtime.jobmaster.factories.DefaultJobManagerJobMetricGroupFactory
-
- create(UUID) - Method in class org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceProcessFactory
-
- create(JobGraph) - Method in interface org.apache.flink.runtime.jobmaster.factories.JobManagerJobMetricGroupFactory
-
- create(UUID) - Method in interface org.apache.flink.runtime.jobmaster.factories.JobMasterServiceProcessFactory
-
- create(JobGraph) - Method in enum org.apache.flink.runtime.jobmaster.factories.UnregisteredJobManagerJobMetricGroupFactory
-
- create(JobID, Consumer<? super Collection<ResourceRequirement>>, Time, Time) - Method in class org.apache.flink.runtime.jobmaster.slotpool.BlocklistDeclarativeSlotPoolFactory
-
- create(JobID, Consumer<? super Collection<ResourceRequirement>>, Time, Time) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolFactory
-
- create(JobID, Consumer<? super Collection<ResourceRequirement>>, Time, Time) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPoolFactory
-
- create() - Static method in class org.apache.flink.runtime.jobmaster.slotpool.PreviousAllocationSlotSelectionStrategy
-
- create(SlotSelectionStrategy) - Static method in class org.apache.flink.runtime.jobmaster.slotpool.PreviousAllocationSlotSelectionStrategy
-
- create(String, UnresolvedTaskManagerLocation, UUID) - Static method in class org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- create(LeaderElectionDriver.Listener) - Method in interface org.apache.flink.runtime.leaderelection.LeaderElectionDriverFactory
-
- create(LeaderElectionDriver.Listener) - Method in class org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionDriverFactory
-
- create(long, int) - Static method in class org.apache.flink.runtime.memory.MemoryManager
-
Creates a memory manager with the given capacity and given page size.
- create(Collection<JobStatus>) - Static method in class org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- create(MetricRegistry, String) - Static method in class org.apache.flink.runtime.metrics.groups.ProcessMetricGroup
-
- create(MetricRegistry, String) - Static method in class org.apache.flink.runtime.metrics.groups.ResourceManagerMetricGroup
-
- create(MetricRegistry, String) - Static method in class org.apache.flink.runtime.metrics.groups.SlotManagerMetricGroup
-
- create(OperatorCoordinator.Context) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider
-
Creates the OperatorCoordinator, using the given context.
- create(SerializedValue<OperatorCoordinator.Provider>, ExecutionJobVertex, ClassLoader, CoordinatorStore, boolean, TaskInformation, JobManagerJobMetricGroup) - Static method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- create(OperatorCoordinator.Context) - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- create(OperatorCoordinator.Context, long) - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- create(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.DefaultInMemorySorterFactory
-
- create(List<MemorySegment>) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorterFactory
-
- create(ResourceManagerFactory<?>, Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, MetricRegistry, String, Executor) - Static method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- create(R, M) - Static method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
- create(R, M, Collection<File>) - Static method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
- create(List<SubtaskExecutionAttemptDetailsInfo>) - Static method in class org.apache.flink.runtime.rest.messages.AggregatedTaskDetailsInfo
-
- create(List<IOMetricsInfo>, List<Map<ExecutionState, Long>>) - Static method in class org.apache.flink.runtime.rest.messages.AggregatedTaskDetailsInfo
-
- create() - Static method in class org.apache.flink.runtime.rest.messages.EnvironmentInfo
-
- create(AccessExecution, MetricFetcher, JobID, JobVertexID, List<SubtaskExecutionAttemptDetailsInfo>) - Static method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- create(long, ProfilingInfo.ProfilingMode) - Static method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- create(ProfilingInfo.ProfilingStatus, ProfilingInfo.ProfilingMode, long, long, long, String, String) - Static method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- create(Collection<ThreadDumpInfo.ThreadInfo>) - Static method in class org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
- create(String, String) - Static method in class org.apache.flink.runtime.rest.messages.ThreadDumpInfo.ThreadInfo
-
- create(Map<ExecutionVertexID, LogicalSlot>) - Static method in class org.apache.flink.runtime.scheduler.adaptive.allocator.ReservedSlots
-
- create(AccessExecution, String, CompletableFuture<Map<String, String>>) - Static method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Creates an ExceptionHistoryEntry based on the provided Execution.
- create(FailureHandlingResult, Function<ExecutionVertexID, Collection<Execution>>) - Static method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
- create(Configuration, PluginManager, ScheduledExecutor, ExecutorService) - Static method in class org.apache.flink.runtime.security.token.DefaultDelegationTokenManagerFactory
-
- create(TaskManagerLocation, ExecutionAttemptID) - Static method in class org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- create(ResourceProfile, int) - Static method in class org.apache.flink.runtime.slots.ResourceRequirement
-
- create(JobID, String, Collection<ResourceRequirement>) - Static method in class org.apache.flink.runtime.slots.ResourceRequirements
-
- create(KeyGroupRangeOffsets, StreamStateHandle) - Method in interface org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.KeyedStateHandleFactory
-
- create(String, TypeSerializer<T>) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- create(String, TypeSerializer<T>, boolean) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- create(String, TypeSerializer<T>) - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSetFactory
-
- create(int, int, KeyExtractorFunction<T>, PriorityComparator<T>) - Method in interface org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue.PartitionQueueSetFactory
-
Creates a new queue for a given key-group partition.
- create(String, TypeSerializer<T>) - Method in interface org.apache.flink.runtime.state.PriorityQueueSetFactory
-
- create(String, TypeSerializer<T>, boolean) - Method in interface org.apache.flink.runtime.state.PriorityQueueSetFactory
-
- create(Executor, Collection<CompletedCheckpoint>, RestoreMode) - Method in interface org.apache.flink.runtime.state.SharedStateRegistryFactory
-
- create() - Static method in class org.apache.flink.runtime.state.StateObject.StateObjectSizeStatsCollector
-
- create() - Static method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- create(Configuration) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Factory method for initializing a TaskExecutorMemoryConfiguration based on the passed
Configuration.
- create() - Method in class org.apache.flink.runtime.util.DefaultGroupCache.Factory
-
- createActivatorDeactivator() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- createAllocatedSlotReport(ResourceID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- createAllocatedSlotReport(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Create report about the allocated slots belonging to the specified task manager.
- createAllocatedSlotReport(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Create report about the allocated slots belonging to the specified task manager.
- createAndRestoreExecutionGraph(JobGraph, CompletedCheckpointStore, CheckpointsCleaner, CheckpointIDCounter, TaskDeploymentDescriptorFactory.PartitionLocationConstraint, long, VertexAttemptNumberStore, VertexParallelismStore, ExecutionStateUpdateListener, MarkPartitionFinishedStrategy, Logger) - Method in class org.apache.flink.runtime.scheduler.DefaultExecutionGraphFactory
-
- createAndRestoreExecutionGraph(JobGraph, CompletedCheckpointStore, CheckpointsCleaner, CheckpointIDCounter, TaskDeploymentDescriptorFactory.PartitionLocationConstraint, long, VertexAttemptNumberStore, VertexParallelismStore, ExecutionStateUpdateListener, MarkPartitionFinishedStrategy, Logger) - Method in interface org.apache.flink.runtime.scheduler.ExecutionGraphFactory
-
- createArchivedExecutionGraph(JobStatus, Throwable) - Method in class org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceProcessFactory
-
- createArchivedExecutionGraph(JobStatus, Throwable) - Method in interface org.apache.flink.runtime.jobmaster.factories.JobMasterServiceProcessFactory
-
- createAvailableOrEmbeddedServices(Configuration, Executor, FatalErrorHandler) - Static method in class org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
- createBlobCacheService(Configuration, Reference<File>, BlobView, InetSocketAddress) - Static method in class org.apache.flink.runtime.blob.BlobUtils
-
Creates the
BlobCacheService from the given configuration, fallback storage
directory, blob view and blob server address.
- createBlobServer(Configuration, Reference<File>, BlobStore) - Static method in class org.apache.flink.runtime.blob.BlobUtils
-
Creates the
BlobServer from the given configuration, fallback storage directory and
blob store.
- createBlobStore() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- createBlobStore() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Creates the BLOB store in which BLOBs are stored in a highly-available fashion.
- createBlobStore() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- createBlobStoreFromConfig(Configuration) - Static method in class org.apache.flink.runtime.blob.BlobUtils
-
Creates a BlobStore based on the parameters set in the configuration.
- createBlockChannelReader(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelReader(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelReader(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelWriter(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBlockCompressionFactory(String) - Static method in interface org.apache.flink.runtime.io.compression.BlockCompressionFactory
-
- createBufferConsumer() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
This method always creates a
BufferConsumer starting from the current writer offset.
- createBufferConsumerFromBeginning() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
This method always creates a
BufferConsumer starting from position 0 of
MemorySegment.
- createBufferFileReader(FileIOChannel.ID, RequestDoneCallback<Buffer>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createBufferFileReader(FileIOChannel.ID, RequestDoneCallback<Buffer>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBufferFileSegmentReader(FileIOChannel.ID, RequestDoneCallback<FileSegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createBufferFileSegmentReader(FileIOChannel.ID, RequestDoneCallback<FileSegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBufferFileWriter(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createBufferFileWriter(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBufferPool(int, int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPoolFactory
-
Tries to create a buffer pool, which is guaranteed to provide at least the number of required
buffers.
- createBufferPool(int, int, int, int, int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPoolFactory
-
Tries to create a buffer pool with an owner, which is guaranteed to provide at least the
number of required buffers.
- createBufferPool(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- createBufferPool(int, int, int, int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads all blocks from the given channel directly in one
bulk.
- createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Creates a block channel reader that reads all blocks from the given channel directly in one
bulk.
- createChannel() - Method in interface org.apache.flink.runtime.io.disk.FileChannelManager
-
Creates an ID identifying an underlying file channel and returns it.
- createChannel() - Method in class org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
- createChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createChannelEnumerator() - Method in interface org.apache.flink.runtime.io.disk.FileChannelManager
-
Creates an enumerator for channels that logically belong together and returns it.
- createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
- createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a new
FileIOChannel.Enumerator, spreading the channels in a round-robin fashion across the
temporary file directories.
- createCheckpointDataSerializer() - Method in interface org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
Creates a the serializer to (de)serializes the data stored by this hook.
- createCheckpointDirectory(Path, long) - Static method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Creates the directory path for the data exclusive to a specific checkpoint.
- createCheckpointIDCounter(JobID) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointRecoveryFactory
-
- createCheckpointIDCounter(JobID) - Method in class org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory
-
- createCheckpointIDCounter(JobID) - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
-
- createCheckpointIDCounter(JobID) - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointRecoveryFactory
-
- createCheckpointIDCounter(CuratorFramework) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createCheckpointIDCounterIfCheckpointingIsEnabled(JobGraph, CheckpointRecoveryFactory) - Static method in class org.apache.flink.runtime.scheduler.SchedulerUtils
-
- createCheckpointRecoveryFactory() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create the checkpoint recovery factory for the job manager.
- createCheckpointRecoveryFactory() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- createCheckpointStateOutputStream(FileMergingSnapshotManager.SubtaskKey, long, CheckpointedStateScope) - Method in interface org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager
-
- createCheckpointStateOutputStream(FileMergingSnapshotManager.SubtaskKey, long, CheckpointedStateScope) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - Method in interface org.apache.flink.runtime.state.CheckpointStreamFactory
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - Method in class org.apache.flink.runtime.state.filesystem.FsMergingCheckpointStorageLocation
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory
-
- createCheckpointStorage(JobID) - Method in interface org.apache.flink.runtime.state.CheckpointStorage
-
Creates a storage for checkpoints for the given job.
- createCheckpointStorage(JobID) - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
- createCheckpointStorage(JobID) - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
- createCheckpointStorage(JobID) - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- createCheckpointStorage(JobID) - Method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- createChildGroup(String, AbstractMetricGroup.ChildType) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- createChildGroup(String, AbstractMetricGroup.ChildType) - Method in class org.apache.flink.runtime.metrics.groups.GenericKeyMetricGroup
-
- createClassLoader(URL[]) - Method in interface org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager.ClassLoaderFactory
-
- createClient() - Method in class org.apache.flink.runtime.blob.BlobServer
-
- createClientHAService(Configuration, FatalErrorHandler) - Static method in class org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
- createClientHAServices(Configuration) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServicesFactory
-
- createClientSSLEngineFactory() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- createClusterPartitionReport() - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
- createClusterPartitionReport() - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- createCompletedCheckpoints(CuratorFramework, Configuration, int, SharedStateRegistryFactory, Executor, Executor, RestoreMode) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createCompletedCheckpointStoreIfCheckpointingIsEnabled(JobGraph, Configuration, CheckpointRecoveryFactory, Executor, Logger) - Static method in class org.apache.flink.runtime.scheduler.SchedulerUtils
-
- createConsumerAgent(List<TieredStorageConsumerSpec>, TieredStorageNettyService) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierFactory
-
- createConsumerAgent(List<TieredStorageConsumerSpec>, TieredStorageNettyService) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierFactory
-
- createConsumerAgent(List<TieredStorageConsumerSpec>, TieredStorageNettyService) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierFactory
-
- createConsumerAgent(List<TieredStorageConsumerSpec>, TieredStorageNettyService) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierFactory
-
Creates the consumer-side agent of a Tier.
- createContext(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.contexts.HadoopSecurityContextFactory
-
- createContext(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.contexts.NoOpSecurityContextFactory
-
- createContext(SecurityConfiguration) - Method in interface org.apache.flink.runtime.security.contexts.SecurityContextFactory
-
create security context.
- createCopy(TypeSerializer<T>, T, T) - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
Copies an instance of the given type, potentially reusing the object passed as the reuse
parameter, which may be null.
- createCopy(TypeSerializer<T>, T, T) - Method in class org.apache.flink.runtime.operators.sort.NonReusingMergeInnerJoinIterator
-
- createCopy(TypeSerializer<T>, T, T) - Method in class org.apache.flink.runtime.operators.sort.NonReusingMergeOuterJoinIterator
-
- createCopy(TypeSerializer<T>, T, T) - Method in class org.apache.flink.runtime.operators.sort.ReusingMergeInnerJoinIterator
-
- createCopy(TypeSerializer<T>, T, T) - Method in class org.apache.flink.runtime.operators.sort.ReusingMergeOuterJoinIterator
-
- created(JobResult) - Static method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- createDefault() - Static method in class org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- createDefaultJobManagerProcessSpec(int) - Static method in class org.apache.flink.runtime.jobmanager.JobManagerProcessUtils
-
- createDefaultJobResultStorePath(String, String) - Static method in class org.apache.flink.runtime.highavailability.FileSystemJobResultStore
-
- createDefaultWorkerResourceSpec(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.ArbitraryWorkerResourceSpecFactory
-
- createDefaultWorkerResourceSpec(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpecFactory
-
- createDeploymentDescriptor(Execution, AllocationID, JobManagerTaskRestore, Collection<ResultPartitionDeploymentDescriptor>) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
- createDetailsForJob(AccessExecutionGraph) - Static method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- createDirtyResultAsync(JobResultEntry) - Method in class org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- createDirtyResultAsync(JobResultEntry) - Method in interface org.apache.flink.runtime.highavailability.JobResultStore
-
Registers the passed
JobResultEntry instance as
dirty which indicates that
clean-up operations still need to be performed.
- createDirtyResultInternal(JobResultEntry) - Method in class org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- createDirtyResultInternal(JobResultEntry) - Method in class org.apache.flink.runtime.highavailability.FileSystemJobResultStore
-
- createDirtyResultInternal(JobResultEntry) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedJobResultStore
-
- createDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherFactory
-
- createDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents) - Method in enum org.apache.flink.runtime.dispatcher.JobDispatcherFactory
-
- createDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents) - Method in enum org.apache.flink.runtime.dispatcher.SessionDispatcherFactory
-
- createDispatcherResourceManagerComponentFactory(Configuration) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createDispatcherResourceManagerComponentFactory(Configuration) - Method in class org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint
-
- createDispatcherResourceManagerComponentFactory() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- createDispatcherResourceManagerComponents(Configuration, MiniCluster.RpcServiceFactory, BlobServer, HeartbeatServices, DelegationTokenManager, MetricRegistry, MetricQueryServiceRetriever, FatalErrorHandler) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- createDispatcherRunner(LeaderElection, FatalErrorHandler, JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices) - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunnerFactory
-
- createDispatcherRunner(LeaderElection, FatalErrorHandler, JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices) - Method in interface org.apache.flink.runtime.dispatcher.runner.DispatcherRunnerFactory
-
- createDuplicatingStream(long, CheckpointedStateScope, CheckpointStreamFactory, LocalRecoveryDirectoryProvider) - Static method in interface org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
- createErrorInfoWithNullableCause(Throwable, long) - Static method in class org.apache.flink.runtime.executiongraph.ErrorInfo
-
Instantiates an ErrorInfo to cover inconsistent behavior due to FLINK-21376.
- createEvenlySpreadOut() - Static method in class org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- createExecutionGraphCache(RestHandlerConfiguration) - Static method in interface org.apache.flink.runtime.rest.RestEndpointFactory
-
- createExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], Time, long, int, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- createExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], Time, long, int, int) - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionJobVertex
-
- createExecutorService(int, int, String) - Static method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - Method in interface org.apache.flink.runtime.dispatcher.runner.DispatcherLeaderProcessFactoryFactory
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - Method in class org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcessFactoryFactory
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - Method in class org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactoryFactory
-
- createFactory(Configuration) - Static method in class org.apache.flink.runtime.executiongraph.failover.ExponentialDelayRestartBackoffTimeStrategy
-
- createFactory(Configuration) - Static method in class org.apache.flink.runtime.executiongraph.failover.FailureRateRestartBackoffTimeStrategy
-
- createFactory(Configuration) - Static method in class org.apache.flink.runtime.executiongraph.failover.FixedDelayRestartBackoffTimeStrategy
-
- createFailureHandlingResultSnapshot(FailureHandlingResult) - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- createFileReader(int, HsConsumerId, FileChannel, HsSubpartitionConsumerInternalOperations, HsFileDataIndex, int, Consumer<HsSubpartitionFileReader>, ByteBuffer) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReader.Factory
-
- createFileReader(int, HsConsumerId, FileChannel, HsSubpartitionConsumerInternalOperations, HsFileDataIndex, int, Consumer<HsSubpartitionFileReader>, ByteBuffer) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.Factory
-
- createFileSystemStateStorage(Configuration, String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createFor(TaskExecutor) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- createForDeserializedState() - Method in interface org.apache.flink.runtime.state.StateSnapshotTransformer.StateSnapshotTransformFactory
-
- createForDeserializedState() - Method in class org.apache.flink.runtime.state.StateSnapshotTransformers.ListStateSnapshotTransformFactory
-
- createForDeserializedState() - Method in class org.apache.flink.runtime.state.StateSnapshotTransformers.MapStateSnapshotTransformFactory
-
- createForDeserializedState() - Method in class org.apache.flink.runtime.state.StateSnapshotTransformers.StateSnapshotTransformFactoryWrapAdaptor
-
- createForSerializedState() - Method in interface org.apache.flink.runtime.state.StateSnapshotTransformer.StateSnapshotTransformFactory
-
- createForSerializedState() - Method in class org.apache.flink.runtime.state.StateSnapshotTransformers.StateSnapshotTransformFactoryWrapAdaptor
-
- createFrom(Configuration, File) - Static method in class org.apache.flink.runtime.entrypoint.component.FileJobGraphRetriever
-
- createFrom(ExecutionGraph) - Static method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- createFrom(ExecutionGraph, JobStatus) - Static method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- createFrom(AccessExecutionGraph) - Static method in class org.apache.flink.runtime.jobmaster.JobResult
-
- createFromConfig(ReadableConfig, ClassLoader) - Method in interface org.apache.flink.runtime.state.CheckpointStorageFactory
-
Creates the checkpoint storage, optionally using the given configuration.
- createFromConfig(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackendFactory
-
- createFromConfig(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.hashmap.HashMapStateBackendFactory
-
- createFromConfig(ReadableConfig, ClassLoader) - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackendFactory
-
- createFromConfig(ReadableConfig, ClassLoader) - Method in interface org.apache.flink.runtime.state.StateBackendFactory
-
Creates the state backend, optionally using the given configuration.
- createFromConfig(ReadableConfig, ClassLoader) - Static method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- createFromConfig(ReadableConfig, ClassLoader) - Static method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- createFromSlotPool(SlotPool, Clock) - Static method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl
-
- createFullFlameGraphFrom(VertexThreadInfoStats) - Static method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraphFactory
-
- createGateBuffersSpec(Optional<Integer>, int, int, ResultPartitionType, int, boolean) - Static method in class org.apache.flink.runtime.io.network.partition.consumer.InputGateSpecUtils
-
- createGateway(CompletableFuture<Tuple2<String, UUID>>) - Method in class org.apache.flink.runtime.webmonitor.retriever.impl.RpcGatewayRetriever
-
- createGateway(CompletableFuture<Tuple2<String, UUID>>) - Method in class org.apache.flink.runtime.webmonitor.retriever.LeaderGatewayRetriever
-
- createGlobal(Throwable, CompletableFuture<Map<String, String>>) - Static method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Creates an ExceptionHistoryEntry that is not based on an Execution.
- createGlobalResourceCleaner(ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.dispatcher.cleanup.DispatcherResourceCleanerFactory
-
- createGlobalResourceCleaner(ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.dispatcher.cleanup.ResourceCleanerFactory
-
- createHandler(Configuration, Map<String, String>) - Method in interface org.apache.flink.runtime.io.network.netty.InboundChannelHandlerFactory
-
Creates new instance of ChannelHandler
- createHandler(Configuration) - Method in interface org.apache.flink.runtime.io.network.netty.OutboundChannelHandlerFactory
-
Creates new instance of ChannelHandler
- createHaServices(Configuration, Executor, RpcSystemUtils) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createHAServices(Configuration, Executor) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServicesFactory
-
- createHeartbeatManager(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatServices
-
Creates a heartbeat manager which does not actively send heartbeats.
- createHeartbeatManager(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - Method in class org.apache.flink.runtime.heartbeat.HeartbeatServicesImpl
-
- createHeartbeatManager(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - Method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatServices
-
- createHeartbeatManagerSender(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatServices
-
Creates a heartbeat manager which actively sends heartbeats to monitoring targets.
- createHeartbeatManagerSender(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - Method in class org.apache.flink.runtime.heartbeat.HeartbeatServicesImpl
-
- createHeartbeatManagerSender(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - Method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatServices
-
- createHeartbeatMonitor(ResourceID, HeartbeatTarget<O>, ScheduledExecutor, HeartbeatListener<?, O>, long, int) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor.Factory
-
Create heartbeat monitor heartbeat monitor.
- createHeartbeatServices(Configuration) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createHighAvailabilityServices(Configuration, Executor, AddressResolution, RpcSystemUtils, FatalErrorHandler) - Static method in class org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
- createHighAvailabilityServices(Configuration, Executor) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- createHistoryServerArchivist(Configuration, JsonArchivist, Executor) - Static method in interface org.apache.flink.runtime.dispatcher.HistoryServerArchivist
-
- createIn(File, String) - Static method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- createInputGates(ShuffleIOOwnerContext, PartitionProducerStateProvider, List<InputGateDeploymentDescriptor>) - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- createInputGates(ShuffleIOOwnerContext, PartitionProducerStateProvider, List<InputGateDeploymentDescriptor>) - Method in interface org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Factory method for the
InputGates to consume result partitions.
- createInputIterator(MutableReader<?>, TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- createInstance(SchedulingTopology) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.NotReleasingPartitionGroupReleaseStrategy.Factory
-
- createInstance(SchedulingTopology) - Method in interface org.apache.flink.runtime.executiongraph.failover.partitionrelease.PartitionGroupReleaseStrategy.Factory
-
- createInstance(SchedulingTopology) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.RegionPartitionGroupReleaseStrategy.Factory
-
- createInstance(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, Collection<FailureEnricher>, BlocklistOperations) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory
-
- createInstance(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, Collection<FailureEnricher>, BlocklistOperations) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchSchedulerFactory
-
- createInstance(Logger, ExecutionSlotAllocator, ExecutionOperations, ExecutionVertexVersioner, Time, BiConsumer<ExecutionVertexID, AllocationID>, ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.scheduler.DefaultExecutionDeployer.Factory
-
- createInstance(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, Collection<FailureEnricher>, BlocklistOperations) - Method in class org.apache.flink.runtime.scheduler.DefaultSchedulerFactory
-
- createInstance(Logger, ExecutionSlotAllocator, ExecutionOperations, ExecutionVertexVersioner, Time, BiConsumer<ExecutionVertexID, AllocationID>, ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.scheduler.ExecutionDeployer.Factory
-
- createInstance(ExecutionSlotAllocationContext) - Method in interface org.apache.flink.runtime.scheduler.ExecutionSlotAllocatorFactory
-
- createInstance(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, Collection<FailureEnricher>, BlocklistOperations) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNGFactory
-
- createInstance(ExecutionSlotAllocationContext) - Method in class org.apache.flink.runtime.scheduler.SimpleExecutionSlotAllocator.Factory
-
- createInstance(ExecutionSlotAllocationContext) - Method in class org.apache.flink.runtime.scheduler.SlotSharingExecutionSlotAllocatorFactory
-
- createInstance(SchedulingTopology, Function<ExecutionVertexID, Boolean>) - Method in class org.apache.flink.runtime.scheduler.strategy.AllFinishedInputConsumableDecider.Factory
-
- createInstance(SchedulingTopology, Function<ExecutionVertexID, Boolean>) - Method in class org.apache.flink.runtime.scheduler.strategy.DefaultInputConsumableDecider.Factory
-
- createInstance(SchedulingTopology, Function<ExecutionVertexID, Boolean>) - Method in interface org.apache.flink.runtime.scheduler.strategy.InputConsumableDecider.Factory
-
- createInstance(SchedulingTopology, Function<ExecutionVertexID, Boolean>) - Method in class org.apache.flink.runtime.scheduler.strategy.PartialFinishedInputConsumableDecider.Factory
-
- createInstance(SchedulerOperations, SchedulingTopology) - Method in class org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy.Factory
-
- createInstance(SchedulerOperations, SchedulingTopology) - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingStrategyFactory
-
- createInstance(SchedulerOperations, SchedulingTopology) - Method in class org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy.Factory
-
- createInstance() - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- createInstance() - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- createInstance(Object...) - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- createInstance() - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- createInternalClientSSLEngineFactory(Configuration) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
Creates a SSLEngineFactory to be used by internal communication client endpoints.
- createInternalServerSSLEngineFactory(Configuration) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
Creates a SSLEngineFactory to be used by internal communication server endpoints.
- createJobComponentFactory(ResourceManagerFactory<?>, JobGraphRetriever) - Static method in class org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory
-
- createJobGraphs(CuratorFramework, Configuration) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createJobGraphStore() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create the submitted job graph store for the job manager.
- createJobGraphStore() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- createJobGraphStore() - Method in class org.apache.flink.runtime.jobmanager.HaServicesJobPersistenceComponentFactory
-
- createJobGraphStore() - Method in interface org.apache.flink.runtime.jobmanager.JobPersistenceComponentFactory
-
- createJobManagerMetricGroup(MetricRegistry, String) - Static method in class org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- createJobManagerRunner(JobGraph, Configuration, RpcService, HighAvailabilityServices, HeartbeatServices, JobManagerSharedServices, JobManagerJobMetricGroupFactory, FatalErrorHandler, Collection<FailureEnricher>, long) - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerFactory
-
- createJobManagerRunner(JobGraph, Configuration, RpcService, HighAvailabilityServices, HeartbeatServices, JobManagerSharedServices, JobManagerJobMetricGroupFactory, FatalErrorHandler, Collection<FailureEnricher>, long) - Method in enum org.apache.flink.runtime.dispatcher.JobMasterServiceLeadershipRunnerFactory
-
- createJobManagerWorkingDirectory(Configuration, DeterminismEnvelope<ResourceID>) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Creates the working directory for the JobManager process.
- createJobMasterService(UUID, OnCompletionActions) - Method in class org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory
-
- createJobMasterService(UUID, OnCompletionActions) - Method in interface org.apache.flink.runtime.jobmaster.factories.JobMasterServiceFactory
-
Creates a new
JobMasterService for the given leaderSessionId and onCompletionActions.
- createJobResultStore() - Method in class org.apache.flink.runtime.jobmanager.HaServicesJobPersistenceComponentFactory
-
- createJobResultStore() - Method in interface org.apache.flink.runtime.jobmanager.JobPersistenceComponentFactory
-
- createJobRunner(JobGraphRetriever) - Static method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunnerFactory
-
- createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K>) - Method in class org.apache.flink.runtime.state.AbstractManagedMemoryStateBackend
-
- createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K>) - Method in class org.apache.flink.runtime.state.AbstractStateBackend
-
- createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K>) - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
- createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K>) - Method in class org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K>) - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
- createKeyedStateBackend(StateBackend.KeyedStateBackendParameters<K>) - Method in interface org.apache.flink.runtime.state.StateBackend
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - Method in class org.apache.flink.runtime.operators.sort.NonReusingMergeInnerJoinIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - Method in class org.apache.flink.runtime.operators.sort.NonReusingMergeOuterJoinIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - Method in class org.apache.flink.runtime.operators.sort.ReusingMergeInnerJoinIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - Method in class org.apache.flink.runtime.operators.sort.ReusingMergeOuterJoinIterator
-
- createKeyGroupPartitionReader(KeyGroupPartitioner.ElementReaderFunction<T>, KeyGroupPartitioner.KeyGroupElementsConsumer<T>) - Static method in class org.apache.flink.runtime.state.KeyGroupPartitioner
-
- createKeyGroupPartitions(int, int) - Static method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
Groups the available set of key groups into key group partitions.
- createKnownInputChannel(SingleInputGate, int, int, NettyShuffleDescriptor, ResultSubpartitionIndexSet, SingleInputGateFactory.ChannelStatistics, InputChannelMetrics) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- createKvStateClientProxy(String, Iterator<Integer>, int, int, KvStateRequestStats) - Static method in class org.apache.flink.runtime.query.QueryableStateUtils
-
Initializes the
client proxy responsible for receiving requests
from the external (to the cluster) client and forwarding them internally.
- createKVStateIterator() - Method in interface org.apache.flink.runtime.state.FullSnapshotResources
-
- createKvStateServer(String, Iterator<Integer>, int, int, KvStateRegistry, KvStateRequestStats) - Static method in class org.apache.flink.runtime.query.QueryableStateUtils
-
Initializes the
server responsible for sending the requested internal
state to the
client proxy.
- createKvStateTaskRegistry(JobID, JobVertexID) - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- createLeaderElection(String) - Method in class org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- createLeaderElection(String) - Method in interface org.apache.flink.runtime.leaderelection.LeaderElectionService
-
Creates a new
LeaderElection instance that is registered to this
LeaderElectionService instance.
- createLeaderElectionService(String) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
- createLeaderRetrievalDriver(LeaderRetrievalEventHandler, FatalErrorHandler) - Method in interface org.apache.flink.runtime.leaderretrieval.LeaderRetrievalDriverFactory
-
- createLeaderRetrievalDriver(LeaderRetrievalEventHandler, FatalErrorHandler) - Method in class org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriverFactory
-
- createLeaderRetrievalDriverFactory(CuratorFramework) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalDriverFactory(CuratorFramework, String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalDriverFactory(CuratorFramework, String, Configuration) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalService(String) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create leader retrieval service with specified leaderName.
- createLeaderRetrievalService() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
- createLeaderRetrievalService(String) - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- createLeaderRetrievalService(CuratorFramework) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalService(CuratorFramework, String, Configuration) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLocalRecoveryConfig() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
Returns the configuration for local recovery, i.e.
- createLocalRecoveryConfig() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- createLocalResourceCleaner(ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.dispatcher.cleanup.DispatcherResourceCleanerFactory
-
- createLocalResourceCleaner(ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.dispatcher.cleanup.ResourceCleanerFactory
-
- createLocalRpcService(Configuration, RpcSystem) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to instantiate the local RPC service.
- createLogicalFile(PhysicalFile, long, long, FileMergingSnapshotManager.SubtaskKey) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
Create a logical file on a physical file.
- createLogicalScope(CharacterFilter, char) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- createLogicalScope(CharacterFilter, char) - Method in class org.apache.flink.runtime.metrics.groups.GenericValueMetricGroup
-
- createMasterAgent(TieredStorageResourceRegistry) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierFactory
-
- createMasterAgent(TieredStorageResourceRegistry) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierFactory
-
- createMasterAgent(TieredStorageResourceRegistry) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierFactory
-
- createMasterAgent(TieredStorageResourceRegistry) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierFactory
-
Creates the master-side agent of a Tier.
- createMetadataOutputStream() - Method in interface org.apache.flink.runtime.state.CheckpointStorageLocation
-
Creates the output stream to persist the checkpoint metadata to.
- createMetadataOutputStream() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- createMetadataOutputStream() - Method in class org.apache.flink.runtime.state.memory.NonPersistentMetadataCheckpointStorageLocation
-
- createMetadataOutputStream() - Method in class org.apache.flink.runtime.state.memory.PersistentMetadataCheckpointStorageLocation
-
- createMetricQueryService(RpcService, ResourceID, long) - Static method in class org.apache.flink.runtime.metrics.dump.MetricQueryService
-
Starts the MetricQueryService actor in the given actor system.
- createMetricRegistry(Configuration, PluginManager, RpcSystemUtils) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createMetricRegistry(Configuration, long) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to create the metric registry for the mini cluster.
- createModule(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.modules.HadoopModuleFactory
-
- createModule(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.modules.JaasModuleFactory
-
- createModule(SecurityConfiguration) - Method in interface org.apache.flink.runtime.security.modules.SecurityModuleFactory
-
- createModule(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.modules.ZookeeperModuleFactory
-
- createNettyShuffleEnvironment(NettyShuffleEnvironmentConfiguration, ResourceID, TaskEventPublisher, ResultPartitionManager, ConnectionManager, MetricGroup, Executor, int, String[]) - Static method in class org.apache.flink.runtime.io.network.NettyShuffleServiceFactory
-
- createNettySSLHandler(ByteBufAllocator) - Method in class org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
- createNettySSLHandler(ByteBufAllocator, String, int) - Method in class org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
- createNewFreeSlotInfoTrackerWithoutBlockedSlots(Set<AllocationID>) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- createNewFreeSlotInfoTrackerWithoutBlockedSlots(Set<AllocationID>) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Create a new free slot tracker without blocked slots.
- createNewSpeculativeExecution(long) - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- createNoTransform() - Static method in interface org.apache.flink.runtime.state.StateSnapshotTransformer.StateSnapshotTransformFactory
-
- createNullable(Collection<ProfilingInfo>) - Static method in class org.apache.flink.runtime.rest.messages.ProfilingInfoList
-
- createOffCpuFlameGraph(VertexThreadInfoStats) - Static method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraphFactory
-
- createOnCpuFlameGraph(VertexThreadInfoStats) - Static method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraphFactory
-
- createOperationKey(HandlerRequest<B>) - Method in class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.TriggerHandler
-
Create the operation key under which the result future of the asynchronous operation will
be stored.
- createOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler
-
- createOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingTriggerHandler
-
- createOperationKey(HandlerRequest<SavepointDisposalRequest>) - Method in class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalTriggerHandler
-
- createOperatorCoordinatorHolder(SerializedValue<OperatorCoordinator.Provider>, ClassLoader, CoordinatorStore, JobManagerJobMetricGroup) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- createOperatorCoordinatorHolder(SerializedValue<OperatorCoordinator.Provider>, ClassLoader, CoordinatorStore, JobManagerJobMetricGroup) - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionJobVertex
-
- createOperatorStateBackend(StateBackend.OperatorStateBackendParameters) - Method in class org.apache.flink.runtime.state.AbstractStateBackend
-
- createOperatorStateBackend(StateBackend.OperatorStateBackendParameters) - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
- createOperatorStateBackend(StateBackend.OperatorStateBackendParameters) - Method in class org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- createOperatorStateBackend(StateBackend.OperatorStateBackendParameters) - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
- createOperatorStateBackend(StateBackend.OperatorStateBackendParameters) - Method in interface org.apache.flink.runtime.state.StateBackend
-
- createOrUpdate(String, TypeSerializer<T>) - Method in class org.apache.flink.runtime.state.HeapPriorityQueuesManager
-
- createOrUpdate(String, TypeSerializer<T>, boolean) - Method in class org.apache.flink.runtime.state.HeapPriorityQueuesManager
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>, boolean) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>) - Method in interface org.apache.flink.runtime.state.KeyedStateFactory
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>) - Method in interface org.apache.flink.runtime.state.KeyedStateFactory
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>, boolean) - Method in interface org.apache.flink.runtime.state.KeyedStateFactory
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializerSnapshot
-
- createPartitionFileReader(Path, ProducerMergedPartitionFileIndex) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFile
-
- createPartitionFileReader(String) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- createPartitionFileWriter(Path, ProducerMergedPartitionFileIndex) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFile
-
- createPartitionFileWriter(String, int) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- createPartitionRequestClient(ConnectionID) - Method in interface org.apache.flink.runtime.io.network.ConnectionManager
-
- createPartitionRequestClient(ConnectionID) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- createPartitionRequestClient(ConnectionID) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- createPartitions(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- createPhysicalFile(FileMergingSnapshotManager.SubtaskKey, CheckpointedStateScope) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
Create a physical file in right location (managed directory), which is specified by scope of
this checkpoint and current subtask.
- createProducerAgent(int, TieredStoragePartitionId, String, boolean, TieredStorageMemoryManager, TieredStorageNettyService, TieredStorageResourceRegistry, BatchShuffleReadBufferPool, ScheduledExecutorService, int, Duration) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierFactory
-
- createProducerAgent(int, TieredStoragePartitionId, String, boolean, TieredStorageMemoryManager, TieredStorageNettyService, TieredStorageResourceRegistry, BatchShuffleReadBufferPool, ScheduledExecutorService, int, Duration) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierFactory
-
- createProducerAgent(int, TieredStoragePartitionId, String, boolean, TieredStorageMemoryManager, TieredStorageNettyService, TieredStorageResourceRegistry, BatchShuffleReadBufferPool, ScheduledExecutorService, int, Duration) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierFactory
-
- createProducerAgent(int, TieredStoragePartitionId, String, boolean, TieredStorageMemoryManager, TieredStorageNettyService, TieredStorageResourceRegistry, BatchShuffleReadBufferPool, ScheduledExecutorService, int, Duration) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierFactory
-
Creates the producer-side agent of a Tier.
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Creates the metric query service scope for this group.
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.JobManagerOperatorMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.JobMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- createReader() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
-
- createReader() - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageView
-
- createReadView(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedApproximateSubpartition
-
- createReadView(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- createReadView(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointRecoveryFactory
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - Method in class org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointRecoveryFactory
-
- createRemoteRpcService(Configuration, String, int, RpcSystem) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to instantiate the remote RPC service.
- createRemoteRpcService(Configuration, String, String, String, RpcSystem) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to instantiate the remote RPC service.
- createResourceManager(Configuration, ResourceID, RpcService, UUID, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, ResourceManagerMetricGroup, ResourceManagerRuntimeServices, Executor) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- createResourceManager(ResourceManagerProcessContext, UUID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManager(Configuration, ResourceID, RpcService, UUID, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, ResourceManagerMetricGroup, ResourceManagerRuntimeServices, Executor) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManager(Configuration, ResourceID, RpcService, UUID, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, ResourceManagerMetricGroup, ResourceManagerRuntimeServices, Executor) - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
- createResourceManagerDriver(Configuration, String, String) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- createResourceManagerProcessContext(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, MetricRegistry, String, Executor) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManagerRuntimeServicesConfiguration(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManagerRuntimeServicesConfiguration(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
- createRestartBackoffTimeStrategyFactory(RestartStrategies.RestartStrategyConfiguration, Configuration, Configuration, boolean) - Static method in class org.apache.flink.runtime.executiongraph.failover.RestartBackoffTimeStrategyFactoryLoader
-
- createRestClientSSLEngineFactory(Configuration) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
- createRestEndpoint(Configuration, LeaderGatewayRetriever<DispatcherGateway>, LeaderGatewayRetriever<ResourceManagerGateway>, TransientBlobService, ScheduledExecutorService, MetricFetcher, LeaderElection, FatalErrorHandler) - Method in enum org.apache.flink.runtime.rest.JobRestEndpointFactory
-
- createRestEndpoint(Configuration, LeaderGatewayRetriever<DispatcherGateway>, LeaderGatewayRetriever<ResourceManagerGateway>, TransientBlobService, ScheduledExecutorService, MetricFetcher, LeaderElection, FatalErrorHandler) - Method in interface org.apache.flink.runtime.rest.RestEndpointFactory
-
- createRestEndpoint(Configuration, LeaderGatewayRetriever<DispatcherGateway>, LeaderGatewayRetriever<ResourceManagerGateway>, TransientBlobService, ScheduledExecutorService, MetricFetcher, LeaderElection, FatalErrorHandler) - Method in enum org.apache.flink.runtime.rest.SessionRestEndpointFactory
-
- createRestNettySSLContext(Configuration, boolean, ClientAuth, SslProvider) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
Creates an SSL context for the external REST SSL.
- createRestServerSSLEngineFactory(Configuration) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
- createRestSSLContext(Configuration, boolean) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
Creates an SSL context for clients against the external REST endpoint.
- createResult(CommandLine) - Method in class org.apache.flink.runtime.entrypoint.ClusterConfigurationParserFactory
-
- createResult(CommandLine) - Method in class org.apache.flink.runtime.entrypoint.DynamicParametersConfigurationParserFactory
-
- createResult(CommandLine) - Method in class org.apache.flink.runtime.entrypoint.EntrypointClusterConfigurationParserFactory
-
- createResult(CommandLine) - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfigurationParserFactory
-
- createResult(CommandLine) - Method in interface org.apache.flink.runtime.entrypoint.parser.ParserResultFactory
-
Create the result of the command line argument parsing.
- createResultPartitionWriters(ShuffleIOOwnerContext, List<ResultPartitionDeploymentDescriptor>) - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- createResultPartitionWriters(ShuffleIOOwnerContext, List<ResultPartitionDeploymentDescriptor>) - Method in interface org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
- createResultSubpartitionView(TieredStoragePartitionId, TieredStorageSubpartitionId, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageNettyServiceImpl
-
- createRetryStrategy(Configuration) - Method in enum org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
Creates the RetryStrategy instance based on the passed Configuration.
- createRpcService() - Method in class org.apache.flink.runtime.minicluster.MiniCluster.CommonRpcServiceFactory
-
- createRpcService() - Method in class org.apache.flink.runtime.minicluster.MiniCluster.DedicatedRpcServiceFactory
-
- createRpcService() - Method in interface org.apache.flink.runtime.minicluster.MiniCluster.RpcServiceFactory
-
- createRuntimeContext(OperatorMetricGroup) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- createRuntimeContext(OperatorMetricGroup) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- createRuntimeContext() - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
- createRuntimeContext() - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
- createSavepointLocation(FileSystem, Path) - Method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
- createSavepointLocation(FileSystem, Path) - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- createSavepointLocation(FileSystem, Path) - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- createScheduler(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, Collection<FailureEnricher>, BlocklistOperations) - Method in class org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- createScheduler(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, Collection<FailureEnricher>, BlocklistOperations) - Method in interface org.apache.flink.runtime.jobmaster.SlotPoolServiceSchedulerFactory
-
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - Method in class org.apache.flink.runtime.entrypoint.JobClusterEntrypoint
-
Deprecated.
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - Method in class org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
-
- createSerializer(SerializerConfig) - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- createSerializer(ExecutionConfig) - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
Deprecated.
- createSerializerInstance(CompositeSerializer.PrecomputedParameters, TypeSerializer<?>...) - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- createServerSSLEngineFactory() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- createSessionComponentFactory(ResourceManagerFactory<?>) - Static method in class org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory
-
- createSessionRunner(DispatcherFactory) - Static method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunnerFactory
-
- createShuffleEnvironment(ShuffleEnvironmentContext) - Method in class org.apache.flink.runtime.io.network.NettyShuffleServiceFactory
-
- createShuffleEnvironment(ShuffleEnvironmentContext) - Method in interface org.apache.flink.runtime.shuffle.ShuffleServiceFactory
-
- createShuffleIOOwnerContext(String, ExecutionAttemptID, MetricGroup) - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- createShuffleIOOwnerContext(String, ExecutionAttemptID, MetricGroup) - Method in interface org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Create a context of the shuffle input/output owner used to create partitions or gates
belonging to the owner.
- createShuffleIOOwnerMetricGroup(MetricGroup) - Static method in class org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- createShuffleMaster(ShuffleMasterContext) - Method in class org.apache.flink.runtime.io.network.NettyShuffleServiceFactory
-
- createShuffleMaster(ShuffleMasterContext) - Method in interface org.apache.flink.runtime.shuffle.ShuffleServiceFactory
-
Factory method to create a specific
ShuffleMaster implementation.
- createSimpleStream(CheckpointedStateScope, CheckpointStreamFactory) - Static method in interface org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - Method in class org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridgeServiceFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolServiceFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolServiceFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - Method in interface org.apache.flink.runtime.jobmaster.SlotPoolServiceSchedulerFactory
-
- createSlotReport(ResourceID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- createSlotReport(ResourceID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- createSlotSharingSlotAllocator(DeclarativeSlotPool) - Static method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory
-
- createSlotSharingSlotAllocator(ReserveSlotFunction, FreeSlotFunction, IsSlotAvailableAndFreeFunction) - Static method in class org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator
-
- createSnapshot() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
Creates a new snapshot of the available stats.
- createSnapshot() - Method in class org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns a snapshot of the current state.
- createSnapshot() - Method in class org.apache.flink.runtime.io.network.metrics.ResultPartitionBytesCounter
-
- createSnapshot() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- createSolutionSetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
Creates a new solution set update output collector.
- createSparseArchivedExecutionGraph(JobID, String, JobStatus, Throwable, JobCheckpointingSettings, long) - Static method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
Create a sparse ArchivedExecutionGraph for a job.
- createSparseArchivedExecutionGraphWithJobVertices(JobID, String, JobStatus, Throwable, JobCheckpointingSettings, long, Iterable<JobVertex>, VertexParallelismStore) - Static method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- createSSLClientSocketFactory(Configuration) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
Creates a factory for SSL Client Sockets from the given configuration.
- createSSLServerSocketFactory(Configuration) - Static method in class org.apache.flink.runtime.net.SSLUtils
-
Creates a factory for SSL Server Sockets from the given configuration.
- createStartWorkerFailureRater(Configuration) - Static method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- createStateAndWrapWithLatencyTrackingIfEnabled(InternalKvState<K, N, ?>, StateDescriptor<S, V>, LatencyTrackingStateConfig) - Static method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateFactory
-
Create latency tracking state if enabled.
- createStateAndWrapWithTtlIfEnabled(TypeSerializer<N>, StateDescriptor<S, SV>, KeyedStateBackend<K>, TtlTimeProvider) - Static method in class org.apache.flink.runtime.state.ttl.TtlStateFactory
-
- createStateMap() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateTable
-
- createStateMap() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- createStaticExternalResourceInfoProviderFromConfig(Configuration, PluginManager) - Static method in class org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
- createStorage(JobID, Configuration, TaskManagerJobMetricGroup, LocalRecoveryConfig) - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- createStorage(JobID, Configuration, TaskManagerJobMetricGroup, LocalRecoveryConfig) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
-
Create the storage based on a configuration.
- createStorageView(Configuration) - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- createStorageView(Configuration) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
-
Create the storage for recovery.
- createSubpartitionView(ResultSubpartitionIndexSet, BufferAvailabilityListener) - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Returns a reader for the subpartition with the given index range.
- createSubpartitionView(int, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- createSubpartitionView(int, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- createSubpartitionView(int, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- createSubpartitionView(ResultSubpartitionIndexSet, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- createSubpartitionView(int, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns a reader for the subpartition with the given index.
- createSubpartitionView(ResultPartitionID, ResultSubpartitionIndexSet, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- createSubpartitionView(ResultPartitionID, ResultSubpartitionIndexSet, BufferAvailabilityListener) - Method in interface org.apache.flink.runtime.io.network.partition.ResultPartitionProvider
-
Returns the requested intermediate result partition input view.
- createSubpartitionView(int, BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- createSubpartitionViewOrRegisterListener(ResultPartitionID, ResultSubpartitionIndexSet, BufferAvailabilityListener, PartitionRequestListener) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- createSubpartitionViewOrRegisterListener(ResultPartitionID, ResultSubpartitionIndexSet, BufferAvailabilityListener, PartitionRequestListener) - Method in interface org.apache.flink.runtime.io.network.partition.ResultPartitionProvider
-
If the upstream task's partition has been registered, returns the result subpartition input
view immediately, otherwise register the listener and return empty.
- createSubWorkingDirectory(String) - Method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- createTaskExecutor(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, MetricRegistry, BlobCacheService, boolean, ExternalResourceInfoProvider, WorkingDirectory, FatalErrorHandler, DelegationTokenReceiverRepository) - Method in interface org.apache.flink.runtime.taskexecutor.TaskManagerRunner.TaskExecutorServiceFactory
-
- createTaskExecutorService(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, MetricRegistry, BlobCacheService, boolean, ExternalResourceInfoProvider, WorkingDirectory, FatalErrorHandler, DelegationTokenReceiverRepository) - Static method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- createTaskManagerMetricGroup(MetricRegistry, String, ResourceID) - Static method in class org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- createTaskManagerWorkingDirectory(Configuration, DeterminismEnvelope<ResourceID>) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Creates the working directory for the TaskManager process.
- createTaskOwnedCheckpointStateToolset() - Method in interface org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
- createTaskOwnedCheckpointStateToolset() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- createTaskOwnedCheckpointStateToolset() - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- createTaskOwnedStateStream() - Method in interface org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
Opens a stream to persist checkpoint state data that is owned strictly by tasks and not
attached to the life cycle of a specific checkpoint.
- createTaskOwnedStateStream() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- createTaskOwnedStateStream() - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- createTaskRegistry(JobID, JobVertexID) - Method in class org.apache.flink.runtime.query.KvStateRegistry
-
- createThreadDump() - Static method in class org.apache.flink.runtime.util.JvmUtils
-
Creates a thread dump of the current JVM.
- createThreadInfoSample(long, int) - Static method in class org.apache.flink.runtime.util.JvmUtils
-
- createThreadInfoSample(Collection<Long>, int) - Static method in class org.apache.flink.runtime.util.JvmUtils
-
- createTieredResultPartition(String, int, ResultPartitionID, ResultPartitionType, int, int, Boolean, ResultPartitionManager, BufferCompressor, SupplierWithException<BufferPool, IOException>, FileChannelManager, BatchShuffleReadBufferPool, ScheduledExecutorService, boolean) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartitionFactory
-
- createTmpFile(String, DistributedCache.DistributedCacheEntry, JobID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.filecache.FileCache
-
If the file doesn't exists locally, retrieve the file from the blob-service.
- createTreeCache(CuratorFramework, String, RunnableWithException) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Creates a TreeCache that only observes a specific node.
- createTreeCache(CuratorFramework, String, TreeCacheSelector) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- createUnregisteredJobManagerJobMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredJobManagerMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredJobManagerOperatorMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredOperatorMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredProcessMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredResourceManagerMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredSlotManagerMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredTaskManagerJobMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredTaskManagerMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredTaskMetricGroup() - Static method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createWorksetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- createWorksetUpdateOutputCollector() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- createWriter(String, KeyGroupRange, MailboxExecutor) - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
-
- createWriter(String, KeyGroupRange, MailboxExecutor) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorage
-
- createZooKeeperStateHandleStore(CuratorFramework, String, RetrievableStateStorageHelper<T>) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- CreatingExecutionGraph - Class in org.apache.flink.runtime.scheduler.adaptive
-
- CreatingExecutionGraph(CreatingExecutionGraph.Context, CompletableFuture<CreatingExecutionGraph.ExecutionGraphWithVertexParallelism>, Logger, CreatingExecutionGraph.OperatorCoordinatorHandlerFactory, ExecutionGraph) - Constructor for class org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- CreditBasedInputBuffersUsageGauge - Class in org.apache.flink.runtime.io.network.metrics
-
Gauge metric measuring the input buffers usage for
SingleInputGates under credit based
mode.
- CreditBasedInputBuffersUsageGauge(FloatingBuffersUsageGauge, ExclusiveBuffersUsageGauge, SingleInputGate[]) - Constructor for class org.apache.flink.runtime.io.network.metrics.CreditBasedInputBuffersUsageGauge
-
- CrossDriver<T1,T2,OT> - Class in org.apache.flink.runtime.operators
-
Cross task which is executed by a Task Manager.
- CrossDriver() - Constructor for class org.apache.flink.runtime.operators.CrossDriver
-
- crossMatchingGroup(Iterator<T1>, Iterator<T2>, FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- CuratorFrameworkWithUnhandledErrorListener - Class in org.apache.flink.runtime.highavailability.zookeeper
-
A wrapper for curatorFramework and unHandledErrorListener which should be unregister from
curatorFramework before closing it.
- CuratorFrameworkWithUnhandledErrorListener(CuratorFramework, UnhandledErrorListener) - Constructor for class org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
-
- CURRENT_EMIT_EVENT_TIME_LAG - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- CURRENT_FETCH_EVENT_TIME_LAG - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- CURRENT_JOB_IDS_REST_PATH - Static variable in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- CURRENT_SEND_TIME - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- CURRENT_STATE_META_INFO_SNAPSHOT_VERSION - Static variable in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters
-
- CurrentAttempts(int, Set<Integer>, boolean) - Constructor for class org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- currentBackoff - Variable in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
The current backoff (in ms).
- currentEnumerator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The channel enumerator that is used while processing the current partition to create channels
for the spill partitions it requires.
- currentInputWatermarkName(int) - Static method in class org.apache.flink.runtime.metrics.MetricNames
-
- currentIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- currentNamespace - Variable in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
The current namespace, which the access methods will refer to.
- currentParallelism() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets the current parallelism with which this operator is executed.
- currentParallelism() - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- currentParallelism() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorInfo
-
- currentParallelism() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- currentRecursionDepth - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The recursion depth of the partition that is currently processed.
- currentSchemaSerializer() - Method in class org.apache.flink.runtime.state.StateSerializerProvider
-
Gets the serializer that recognizes the current serialization schema of the state.
- currentTimestamp() - Method in interface org.apache.flink.runtime.state.ttl.TtlTimeProvider
-
- CustomHeadersDecorator<R extends RequestBody,P extends ResponseBody,M extends MessageParameters> - Class in org.apache.flink.runtime.rest.messages
-
Decorator class for
MessageHeaders that adds the ability to include custom HTTP headers.
- CustomHeadersDecorator(MessageHeaders<R, P, M>) - Constructor for class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
Creates a new
CustomHeadersDecorator for a given
MessageHeaders object.
- GarbageCollectorInfo(String, long, long) - Constructor for class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMetricsInfo.GarbageCollectorInfo
-
- garbageCollectorNames - Variable in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskManagerMetricStore
-
- GATE_RESTORE_DURATION - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- GateBuffersSpec - Class in org.apache.flink.runtime.io.network.partition.consumer
-
The buffer specs of the
InputGate include exclusive buffers per channel, required/total
floating buffers and the target of total buffers.
- GatewayRetriever<T extends org.apache.flink.runtime.rpc.RpcGateway> - Interface in org.apache.flink.runtime.webmonitor.retriever
-
Generic retriever interface for RpcGateway.
- gauge(String, G) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- gauge(String, G) - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- GaugeDump(QueryScopeInfo, String, String) - Constructor for class org.apache.flink.runtime.metrics.dump.MetricDump.GaugeDump
-
- generate() - Static method in class org.apache.flink.runtime.clusterframework.types.ResourceID
-
Generate a random resource id.
- generate() - Static method in class org.apache.flink.runtime.dispatcher.DispatcherId
-
Generates a new random DispatcherId.
- generate() - Static method in class org.apache.flink.runtime.jobmaster.JobMasterId
-
Generates a new random JobMasterId.
- generate() - Static method in class org.apache.flink.runtime.resourcemanager.ResourceManagerId
-
Generates a new random ResourceManagerId.
- generate() - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerId
-
- generate() - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotId
-
- generateBufferWithHeaders(List<Tuple2<Buffer, Integer>>) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageUtils
-
- generateCheckpointStatistics(AbstractCheckpointStats, boolean) - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- generateConnectionInformationPath(String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- generateDefaultSlotResourceProfile(WorkerResourceSpec, int) - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- generateDefaultSlotResourceProfile(ResourceProfile, int) - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- generateDefaultSlotResourceProfile(TaskExecutorResourceSpec, int) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- generatedIDOnly(OperatorID) - Static method in class org.apache.flink.runtime.OperatorIDPair
-
- GeneratedLogUrlHandler - Class in org.apache.flink.runtime.rest.handler.job
-
Handler for retrieving the log url of a specified TaskManager or JobManager.
- GeneratedLogUrlHandler(CompletableFuture<String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.GeneratedLogUrlHandler
-
- generateDynamicConfigsStr(TaskExecutorProcessSpec) - Static method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- generateDynamicConfigsStr(JobManagerProcessSpec) - Static method in class org.apache.flink.runtime.jobmanager.JobManagerProcessUtils
-
- generateExternalResourcesString(Collection<ExternalResource>) - Static method in class org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
Generate the string expression of the given external resources.
- generateJobManagerWorkingDirectoryFile(Configuration, ResourceID) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Generates the working directory
File for the JobManager process.
- generateJvmParametersStr(JobManagerProcessSpec, Configuration) - Static method in class org.apache.flink.runtime.jobmanager.JobManagerProcessUtils
-
- generateJvmParametersStr(ProcessMemorySpec) - Static method in class org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- generateJvmParametersStr(ProcessMemorySpec, boolean) - Static method in class org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- generateLeaderLatchPath(String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- generatePhysicalFilePath(Path) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
Generate a file path for a physical file.
- generatePlan(JobGraph) - Static method in class org.apache.flink.runtime.jobgraph.jsonplan.JsonPlanGenerator
-
- generatePlan(JobID, String, JobType, Iterable<JobVertex>, VertexParallelism) - Static method in class org.apache.flink.runtime.jobgraph.jsonplan.JsonPlanGenerator
-
- generateRandomId() - Static method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile.LogicalFileId
-
- generateRegistration() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
This method generate a specific Registration, for example TaskExecutor Registration at the
ResourceManager.
- generateRegistration() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToResourceManagerConnection
-
- generateSlotOffer() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Generate the slot offer from this TaskSlot.
- generateTaskManagerTotalResourceProfile(WorkerResourceSpec) - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- generateTaskManagerWorkingDirectoryFile(Configuration, ResourceID) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Generates the working directory
File for the TaskManager process.
- generateTotalAvailableResourceProfile(TaskExecutorResourceSpec) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- generateWorkingDirectoryFile(Configuration, Optional<ConfigOption<String>>, String) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Generate the working directory from the given configuration.
- generateZookeeperPath(String...) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Creates a ZooKeeper path of the form "/a/b/.../z".
- generic(SequenceNumber, SequenceNumber) - Static method in interface org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- GenericKeyMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
- GenericMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
A simple named MetricGroup that is used to hold subgroups of
metrics.
- GenericMetricGroup(MetricRegistry, AbstractMetricGroup, String) - Constructor for class org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- GenericSequenceNumberRange(SequenceNumber.GenericSequenceNumber, SequenceNumber.GenericSequenceNumber) - Constructor for class org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- GenericValueMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
- get(JobID, BlobKey, File) - Method in interface org.apache.flink.runtime.blob.BlobView
-
Copies a blob to a local file.
- get(JobID, BlobKey, File) - Method in class org.apache.flink.runtime.blob.FileSystemBlobStore
-
- get(JobID, BlobKey, File) - Method in class org.apache.flink.runtime.blob.VoidBlobStore
-
- get() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
Atomically gets the current checkpoint ID.
- get() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- get() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- get() - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- get(JobID) - Method in class org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- get(JobID) - Method in interface org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- get(JobID) - Method in class org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- get(JobID) - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- get(JobID) - Method in class org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- get(JobID) - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- get() - Static method in enum org.apache.flink.runtime.executiongraph.NoOpExecutionDeploymentListener
-
- get(JobVertexID, IntermediateDataSetID) - Method in class org.apache.flink.runtime.executiongraph.VertexInputInfoStore
-
- get(int, int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexCache
-
Get a region contains target bufferIndex and belong to target subpartition.
- get(TaskExecutorClusterPartitionReleaser) - Method in interface org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerFactory
-
- get(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
Blocking retrieval and removal of the object to share.
- get() - Static method in class org.apache.flink.runtime.messages.Acknowledge
-
Gets the singleton instance.
- get() - Method in interface org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup.SizeSupplier
-
- get(Object) - Method in interface org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- get(Object) - Method in class org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- get(int) - Method in class org.apache.flink.runtime.operators.util.BitSet
-
Returns true if the bit is set in the specified index.
- get(K) - Method in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
Returns an optional containing the
OperationResult for the specified key, or an empty
optional if no operation is registered under the key.
- get(N, TypeSerializer<N>, StateDescriptor<S, ?>) - Method in interface org.apache.flink.runtime.state.AbstractKeyedStateBackend.PartitionStateFactory
-
- get(int) - Method in class org.apache.flink.runtime.state.ChainedStateHandle
-
Get the state handle for a single operator in the operator chain by it's index.
- get() - Method in class org.apache.flink.runtime.state.DoneFuture
-
- get(long, TimeUnit) - Method in class org.apache.flink.runtime.state.DoneFuture
-
- get(CloseableRegistry) - Method in class org.apache.flink.runtime.state.FullSnapshotAsyncWriter
-
- get(K, N) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- get(K, N) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
Returns the state for the composite of active key and given namespace.
- get(N) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Returns the state of the mapping for the composite of active key and given namespace.
- get(K, N) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Returns the state for the composite of active key and given namespace.
- get(K) - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- get() - Method in class org.apache.flink.runtime.state.PartitionableListState
-
- get(CloseableRegistry) - Method in interface org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier
-
Performs the asynchronous part of a checkpoint and returns the snapshot result.
- get() - Static method in class org.apache.flink.runtime.state.VoidNamespace
-
Getter for the singleton instance
- get(G, K) - Method in class org.apache.flink.runtime.util.DefaultGroupCache
-
- get() - Static method in class org.apache.flink.runtime.util.EmptyIterator
-
Gets a singleton instance of the empty iterator.
- get() - Static method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
-
Gets a singleton instance of the empty iterator.
- get(G, K) - Method in interface org.apache.flink.runtime.util.GroupCache
-
Get value in cache.
- getAccumulateBackPressuredTime() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getAccumulateBusyTime() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getAccumulatedBackpressured() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getAccumulatedBackPressuredTimeMs() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getAccumulatedBusy() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getAccumulatedCount() - Method in class org.apache.flink.runtime.metrics.TimerGauge
-
- getAccumulatedIdle() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getAccumulateIdleTime() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getAccumulatorExclusiveBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get exclusive buffer number of accumulator.
- getAccumulatorRegistry() - Method in interface org.apache.flink.runtime.execution.Environment
-
Return the registry for accumulators which are periodically sent to the job manager.
- getAccumulatorRegistry() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAccumulatorRegistry() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getAccumulatorReport() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToJobManagerHeartbeatPayload
-
- getAccumulatorResults() - Method in class org.apache.flink.runtime.jobmaster.JobResult
-
- getAccumulatorResultsStringified() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the aggregated user-defined accumulators as strings.
- getAccumulatorResultsStringified() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAccumulatorResultsStringified() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
Returns the a stringified version of the user-defined accumulators.
- getAccumulators() - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getAccumulators() - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getAccumulators() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Gets flink and user-defined accumulators in serialized form.
- getAccumulatorSnapshots() - Method in class org.apache.flink.runtime.taskexecutor.AccumulatorReport
-
- getAccumulatorsSerialized() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns a map containing the serialized values of user-defined accumulators.
- getAccumulatorsSerialized() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAccumulatorsSerialized() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
Gets a serialized accumulator map.
- getAckTimestamp() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Returns the timestamp when the acknowledgement of this subtask was received at the
coordinator.
- getAckTimestamp() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getAckTimestampStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getAclForPath(String) - Method in class org.apache.flink.runtime.util.ZooKeeperUtils.SecureAclProvider
-
- getAcquiredResources(JobID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- getAcquiredResources(JobID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
Returns a collection of
ResourceRequirements that describe which resources have been
assigned to a job.
- getActiveTaskSlotAllocationIds() - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Returns the
AllocationID of any active task listed in this
TaskSlotTable.
- getActiveTaskSlotAllocationIds() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getActiveTaskSlotAllocationIdsPerJob(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- getActiveTaskSlotAllocationIdsPerJob(JobID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getAdditionalDetailsForIncompatibleVersion(int) - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getAdditionalVariables() - Method in class org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getAdditionalVariables() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getAdditionalVariables() - Method in class org.apache.flink.runtime.metrics.TraceReporterSetup
-
- getAddress() - Method in class org.apache.flink.runtime.io.network.ConnectionID
-
- getAddress() - Method in exception org.apache.flink.runtime.io.network.netty.exception.TransportException
-
- getAddress() - Method in interface org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Return the address of the task manager with which the gateway is associated.
- getAddress() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterService
-
Get the address of the JobMaster service under which it is reachable.
- getAddress() - Method in class org.apache.flink.runtime.jobmaster.ResourceManagerAddress
-
- getAddress() - Method in class org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- getAddress() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getAddress() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getAddress() - Method in enum org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
- getAddress() - Method in class org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.NetworkPartitionConnectionInfo
-
- getAddress() - Method in interface org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.PartitionConnectionInfo
-
- getAddress() - Method in class org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getAddress() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- getAddress() - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- getAggregatedSubpartitionBytes() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- getAggregatedUserAccumulatorsStringified() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the aggregated user-defined accumulators as strings.
- getAggregatedUserAccumulatorsStringified() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getAggregatedUserAccumulatorsStringified() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getAggregateJobVertexState(int[], int) - Static method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
A utility function that computes an "aggregated" state for the vertex.
- getAggregates() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- getAggregates(ClassLoader) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- getAggregateState() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
- getAggregateState() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getAggregateState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getAggregatingState(AggregatingStateDescriptor<IN, ACC, OUT>) - Method in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getAggregator(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- getAlignedCheckpointTimeout() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- getAlignedCheckpointTimeout() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getAlignment() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- getAlignment() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getAlignmentDuration() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getAlignmentDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment
-
- getAlignmentDurationNanos() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getAlignmentDurationNanos() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getAlignmentDurationNanosOrDefault() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getAlignmentDurationStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getAllAggregators() - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAllAndLock() - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Gets all available state handles from the storage.
- getAllAndLock() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Gets all available state handles from ZooKeeper and locks the respective state nodes.
- getAllAttemptsMetricStores() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.SubtaskMetricStore
-
- getAllBlockedNodeIds() - Method in interface org.apache.flink.runtime.blocklist.BlockedNodeRetriever
-
Get all blocked node ids.
- getAllBlockedNodeIds() - Method in interface org.apache.flink.runtime.blocklist.BlocklistHandler
-
Get all blocked node ids.
- getAllBlockedNodeIds() - Method in interface org.apache.flink.runtime.blocklist.BlocklistTracker
-
Get all blocked node ids.
- getAllBlockedNodeIds() - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- getAllBlockedNodeIds() - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- getAllBlockedNodeIds() - Method in class org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- getAllBlockedNodes() - Method in interface org.apache.flink.runtime.blocklist.BlocklistTracker
-
Get all blocked nodes.
- getAllBlockedNodes() - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- getAllCheckpoints() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- getAllCheckpoints() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getAllCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- getAllCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getAllCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- getAllConsumedPartitionGroups() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getAllDataProcessedFuture() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Gets the future indicating whether all the records has been processed by the downstream
tasks.
- getAllDataProcessedFuture() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- getAllDataProcessedFuture() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- getAllDataProcessedFuture() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getAllExceptions() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- getAllExecutionVertices() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns an iterable containing all execution vertices for this execution graph.
- getAllExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAllExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getAllExecutionVertices() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllHandles() - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Return a list of all valid name for state handles.
- getAllHandles() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
- getAllInputGates() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getAllInputGates() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAllIntermediateResults() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getAllIntermediateResults() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllNonPipelinedConsumedPartitionGroups() - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getAllNonPipelinedConsumedPartitionGroups() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingPipelinedRegion
-
- getAllocatedOrPendingSlot(AllocationID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getAllocatedSlotInfos() - Method in class org.apache.flink.runtime.jobmaster.AllocatedSlotReport
-
- getAllocatedSlots() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.AllocatedSlotsAndReservationStatus
-
- getAllocatedSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getAllocatedSlots() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get allocated slots information.
- getAllocatedSlots() - Method in class org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
-
- getAllocatedSlots() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsInfo
-
- getAllocatedSlots(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Return an iterator of allocated slots for the given job id.
- getAllocatedSlots(JobID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getAllocatedSlotsInformation() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- getAllocatedSlotsInformation() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Returns a list of
SlotInfo objects about all slots that are currently allocated in
the slot pool.
- getAllocatedSlotsOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getAllocatedSlotsOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getAllocationId() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getAllocationId() - Method in class org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
- getAllocationId() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Gets the allocation id of this slot.
- getAllocationId() - Method in interface org.apache.flink.runtime.jobmaster.SlotInfo
-
Gets the id under which the slot has been allocated on the TaskManager.
- getAllocationId() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.FreeSlotInfo
-
- getAllocationId() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getAllocationId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getAllocationId() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getAllocationID() - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation.VertexAllocationInformation
-
- getAllocationId() - Method in exception org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
-
- getAllocationId() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getAllocationId() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- getAllocationId() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getAllocationId() - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getAllocationID() - Method in class org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the allocation id of this slot.
- getAllocationId() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getAllocationIdsOfFulfilledRequests() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
- getAllocationIdsPerJob(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- getAllocationIdsPerJob(JobID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getAllocations(JobVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation
-
- getAllocationsOnPendingResources() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getAllocationsOnRegisteredResources() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getAllPartitions() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getAllPipelinedRegions() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalTopology
-
- getAllPipelinedRegions() - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getAllPipelinedRegions() - Method in interface org.apache.flink.runtime.topology.Topology
-
Returns all pipelined regions in this topology.
- getAllReleaseBySchedulerConsumedPartitionGroups() - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getAllReleaseBySchedulerConsumedPartitionGroups() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingPipelinedRegion
-
- getAllSerializedShuffleDescriptorGroups() - Method in class org.apache.flink.runtime.deployment.CachedShuffleDescriptors
-
- getAllSlotsInformation() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Returns information about all slots in this pool.
- getAllSlotsInformation() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns the slot information for all slots (free and allocated slots).
- getAllSlotsInformation() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- getAllSlotsInformation() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- getAllSubtaskMetricStores() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
- getAllTaskStateStats() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns all task state stats instances.
- getAllTrackedClusterPartitions() - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Gets all the cluster partitions under tracking.
- getAllTrackedNonClusterPartitions() - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Gets all the non-cluster partitions under tracking.
- getAllTrackedPartitions() - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Gets all the partitions under tracking.
- getAllTrackedPartitions() - Method in class org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- getAllVariables() - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- getAllVariables(int, Set<String>) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- getAllVariables() - Method in class org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getAllVariables() - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getAllVertices() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns a map containing all job vertices for this execution graph.
- getAllVertices() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAllVertices() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getAllVertices() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllWriters() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getAllWriters() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAlwaysParentFirstLoaderPatterns() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getAmbiguousTargets() - Method in class org.apache.flink.runtime.checkpoint.RescaleMappings
-
- getAndIncrement() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
Atomically increments the current checkpoint ID.
- getAndIncrement() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- getAndIncrement() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- getAndIncrement() - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- getAndLock(String) - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
- getAndLock(String) - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
- getAndRemove(Predicate<T>) - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- getAndRemove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
Blocking retrieval and removal of the object to share.
- getAndRemoveUncheckpointedAssignment(int, long) - Method in class org.apache.flink.runtime.source.coordinator.SplitAssignmentTracker
-
This method is invoked when a source reader fails over.
- getAndRemoveWriteResult(long) - Method in interface org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
- getAndRemoveWriteResult(long) - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- getAndRemoveWriteResult(long) - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- getAndResetUnannouncedCredit() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Gets the unannounced credit and resets it to 0 atomically.
- getAnnouncedEvent() - Method in class org.apache.flink.runtime.io.network.api.EventAnnouncement
-
- getAppConfigurationEntries(SecurityConfiguration) - Static method in class org.apache.flink.runtime.security.modules.JaasModule
-
- getAppConfigurationEntry(String) - Method in class org.apache.flink.runtime.security.DynamicConfiguration
-
Retrieve the AppConfigurationEntries for the specified name from this Configuration.
- getApplicationStatus() - Method in class org.apache.flink.runtime.jobmaster.JobResult
-
- getArchivedExecutionConfig() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the ArchivedExecutionConfig for this execution graph.
- getArchivedExecutionConfig() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getArchivedExecutionConfig() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
Returns the serializable ArchivedExecutionConfig.
- getArchivedExecutionGraph(JobID) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getArchivedExecutionGraph(JobStatus, Throwable) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getArchivedExecutionGraph() - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphInfo
-
- getArchivedExecutionGraphStore() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getArchivedExecutionGraphStore() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getArchivedJsons(Path) - Static method in class org.apache.flink.runtime.history.FsJobArchivist
-
- getArgs() - Method in class org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- getArity() - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- getAssignedAllocationID() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAssignedAllocationID() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAssignedResourceLocation() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getAssignedResourceLocation() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAssignedResourceLocation() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAssignmentMode() - Method in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getAssignmentMode() - Method in class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- getAsyncCheckpointDuration() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getAsyncCheckpointDurationStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getAsyncDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration
-
- getAsyncDurationMillis() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getAsyncDurationMillis() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getAsynchronousDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
Returns the description for this async operation header.
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getAsyncOperationDescription() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getAsyncOperationsThreadPool() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getAsyncOperationsThreadPool() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAttempt() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getAttemptCount(int) - Method in class org.apache.flink.runtime.executiongraph.DefaultSubtaskAttemptNumberStore
-
- getAttemptCount(int) - Method in interface org.apache.flink.runtime.executiongraph.SubtaskAttemptNumberStore
-
Returns the attempt number for the given subtask.
- getAttemptCounts(JobVertexID) - Method in class org.apache.flink.runtime.executiongraph.DefaultVertexAttemptNumberStore
-
- getAttemptCounts(JobVertexID) - Method in interface org.apache.flink.runtime.executiongraph.VertexAttemptNumberStore
-
Returns the attempt numbers for the given vertex.
- getAttemptId() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getAttemptId() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAttemptId() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAttemptNumber() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the attempt number of the subtask.
- getAttemptNumber() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the attempt number for this execution.
- getAttemptNumber() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAttemptNumber() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAttemptNumber() - Method in class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getAttemptNumber() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getAttemptsMetricStore(int) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.SubtaskMetricStore
-
- getAvailabilityAndBacklog() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Checks whether this reader is available or not and returns the backlog at the same time.
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getAvailabilityAndBacklog(boolean) - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
Get the availability and backlog of the view.
- getAvailabilityAndBacklog(boolean) - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- getAvailabilityProvider() - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorage
-
- getAvailableBudget() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- getAvailableBuffers() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- getAvailableFuture() - Method in interface org.apache.flink.runtime.io.AvailabilityProvider
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
Returns a future that is completed when there are free segments in this pool.
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getAvailableFuture() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getAvailableJobDetails() - Method in interface org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
Return the collection of
JobDetails of all currently stored jobs.
- getAvailableJobDetails(JobID) - Method in interface org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- getAvailableJobDetails() - Method in class org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- getAvailableJobDetails(JobID) - Method in class org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- getAvailableJobDetails() - Method in class org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- getAvailableJobDetails(JobID) - Method in class org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- getAvailableMemory() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getAvailableResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getAvailableResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the available resource.
- getAvailableSlots() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- getAvailableSlots() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Get allocation id of all available slots.
- getAverage() - Method in class org.apache.flink.runtime.checkpoint.StatsSummary
-
Calculates the average over all seen values.
- getAverage() - Method in class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Calculates the average over all seen values.
- getAverage() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getAverageBuffersPerRequester() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getAvg() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getBackendIdentifier() - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getBackendIdentifier() - Method in interface org.apache.flink.runtime.state.IncrementalKeyedStateHandle
-
Returns the identifier of the state backend from which this handle was created.
- getBackendStateType() - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getBacklog() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Get the number of buffers whose Buffer.DataType is buffer.
- getBacklog() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumerMemoryDataManager
-
- getBacklog() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- getBacklog() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayloadManager
-
- getBacklog() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartitionView.AvailabilityWithBacklog
-
- getBackoffTime() - Method in class org.apache.flink.runtime.executiongraph.failover.ExponentialDelayRestartBackoffTimeStrategy
-
- getBackoffTime() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureRateRestartBackoffTimeStrategy
-
- getBackoffTime() - Method in class org.apache.flink.runtime.executiongraph.failover.FixedDelayRestartBackoffTimeStrategy
-
- getBackoffTime() - Method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy
-
- getBackoffTime() - Method in interface org.apache.flink.runtime.executiongraph.failover.RestartBackoffTimeStrategy
-
Returns the delay to do the restarting.
- getBackPressuredRatio() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getBackPressuredTimeMsPerSecond() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getBackpressureLevel() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getBackpressureLevel() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getBackPressureRatio() - Method in class org.apache.flink.runtime.messages.TaskBackPressureResponse
-
- getBasePath() - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
- getBatchShuffleReadBufferPool() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getBatchShuffleReadIOExecutor() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getBinary() - Method in class org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- getBinary() - Method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
Returns 1 if we are in the targeted state, otherwise 0.
- getBlobServer() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getBlobServer() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getBlobServerHostname() - Method in class org.apache.flink.runtime.entrypoint.ClusterInformation
-
- getBlobServerPort(Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- getBlobServerPort(Time) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherGateway
-
Returns the port of the blob server.
- getBlobServerPort() - Method in class org.apache.flink.runtime.entrypoint.ClusterInformation
-
- getBlobStorageDirectory() - Method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getBlobWriter() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getBlobWriter() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getBlobWriter() - Method in class org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getBlockCount() - Method in class org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Gets the number of blocks written by this output view.
- getBlockCount() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Gets the number of blocks used by this view.
- getBlockCount() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of blocks used by this view.
- getBlockCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- getBlocked() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getBlockedNodeRetriever() - Method in class org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getBlockingSubpartitionType() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getBroadcastGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastInputName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastState(MapStateDescriptor<K, V>) - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getBroadcastStateMetaInfoSnapshots() - Method in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getBroadcastVariableManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getBroadcastVariableManager() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getBroadcastVariableManager() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getBroadcastVariableWithInitializer(String, BroadcastVariableInitializer<T, C>) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.partition.BufferWithSubpartition
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayload
-
- getBufferAndIndexes() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SegmentBufferContext
-
- getBufferConsumer() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumerWithPartialRecordLength
-
- getBufferDebloatThresholdPercentages() - Method in class org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getBufferedData() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getBufferIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.BufferIndexAndChannel
-
- getBufferIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
- getBufferIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayload
-
- getBufferIndexAndChannel() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- getBufferPool() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getBufferPool() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getBufferPoolSizeCheckIntervalMs() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
Check interval of buffer pool's size.
- getBufferProvider() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getBufferRequestTimeout() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
Maximum time to wait when requesting read buffers from the buffer pool before throwing an
exception.
- getBuffersByConsumptionPriorityInOrder(List<Integer>, TreeMap<Integer, Deque<BufferIndexAndChannel>>, int) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategyUtils
-
Calculate and get expected number of buffers with the highest consumption priority.
- getBuffersInBacklogUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
Gets the number of non-event buffers in this subpartition.
- getBuffersInOrder(int, HsSpillingInfoProvider.SpillStatus, HsSpillingInfoProvider.ConsumeStatusWithId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getBuffersInOrder(int, HsSpillingInfoProvider.SpillStatus, HsSpillingInfoProvider.ConsumeStatusWithId) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get all buffers with the expected status from the subpartition.
- getBufferSize() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getBuffersSatisfyStatus(HsSpillingInfoProvider.SpillStatus, HsSpillingInfoProvider.ConsumeStatusWithId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- getBufferToRelease() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy.Decision
-
- getBufferToSpill() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy.Decision
-
- getBuildSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideComparator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getBuildSideIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getBuildSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideSerializer() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getBuildTime() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getBuildTimeString() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getBusyRatio() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getByteBufLength() - Static method in class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getByteBufLength() - Static method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- getByteBufLength(ResultSubpartitionIndexSet) - Static method in class org.apache.flink.runtime.io.network.partition.ResultSubpartitionIndexSet
-
- getByteBufLength() - Static method in class org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- getBytes(int, ByteBuf, int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, byte[], int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, ByteBuffer) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, OutputStream, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, GatheringByteChannel, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, FileChannel, long, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageBytesBasedDataIdentifier
-
- getBytes() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- getBytesInLatestSegment() - Method in class org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Gets the number of bytes written in the latest memory segment.
- getBytesMemoryUsed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of bytes used by this output view, including written bytes and header bytes.
- getBytesPersistedDuringAlignment() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getBytesPersistedOfThisCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getBytesPersistedOfThisCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getBytesProcessedDuringAlignment() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getBytesProcessedDuringAlignment() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getBytesRead() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getBytesWritten() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of pay-load bytes already written.
- getBytesWritten() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getCachedShuffleDescriptors(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getCacheSize() - Method in class org.apache.flink.runtime.query.KvStateEntry
-
- getCancelStreamRegistry() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getCancelStreamRegistry() - Method in class org.apache.flink.runtime.state.OperatorStateBackendParametersImpl
-
- getCancelStreamRegistry() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getCancelStreamRegistry() - Method in interface org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParameters
-
- getCancelTask() - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getCapacity() - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Gets the total capacity of this hash table, in bytes.
- getCapacity() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getCapacity() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the total capacity of this sorter, in bytes.
- getCapacity() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.MetricDump.CounterDump
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.MetricDump.GaugeDump
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.MetricDump
-
Returns the category for this MetricDump.
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.MetricDump.HistogramDump
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.MetricDump.MeterDump
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
Returns the category for this QueryScopeInfo.
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerOperatorQueryScopeInfo
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerQueryScopeInfo
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobQueryScopeInfo
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskManagerQueryScopeInfo
-
- getCategory() - Method in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- getCause() - Method in class org.apache.flink.runtime.blocklist.BlockedNode
-
- getCause() - Method in class org.apache.flink.runtime.io.network.netty.ConnectionErrorMessage
-
- getChainedStubConfig(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainedTask(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainedTaskName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainLength() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getChange() - Method in class org.apache.flink.runtime.state.changelog.StateChange
-
- getChangelogBusyTimeMsPerSecond() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getChangelogStateBackendHandle(KeyedStateHandle) - Static method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getChangelogStorageName() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the changelog storage name for this ExecutionGraph.
- getChangelogStorageName() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getChangelogStorageName() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getChangelogStoragesByJobId(JobID) - Method in class org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- getChanges() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getChanges(Handle) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogHandleReader
-
- getChanges(ChangelogStateHandleStreamImpl) - Method in class org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader
-
- getChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
-
Get the underlying channel.
- getChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Get the underlying channel.
- getChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- getChannel(int) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Returns the channel of this gate.
- getChannel(int) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getChannel(int) - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- getChannel() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.BufferIndexAndChannel
-
- getChannel(int) - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getChannelID() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- getChannelID() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Gets the channel ID of this I/O channel.
- getChannelIndex() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- getChannelIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
- getChannelInfo() - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getChannelInfo() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Returns the info of this channel, which uniquely identifies the channel in respect to its
operator instance.
- getChannelInfos() - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- getChannelInfos() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Returns the channel infos of this gate.
- getChannelMapping(int) - Method in class org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- getChannelSelector() - Method in class org.apache.flink.runtime.io.network.api.writer.ChannelSelectorRecordWriter
-
- getChannelStateCheckpointId() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getChannelStateExecutorFactory() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getChannelStateExecutorFactory() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getCheckpointAlignment() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointById(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getCheckpointCacheExpireAfterWrite() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getCheckpointCacheSize() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getCheckpointCoordinator() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointCoordinator() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getCheckpointCoordinator() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets the checkpoint coordinator of this job.
- getCheckpointCoordinatorConfiguration() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getCheckpointDirectory(long) - Method in class org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- getCheckpointDirectory() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getCheckpointDirectory(long) - Method in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- getCheckpointDirectoryForJob(Path, JobID) - Static method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Builds directory into which a specific job checkpoints, meaning the directory inside which it
creates the checkpoint-specific subdirectories.
- getCheckpointDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getCheckpointDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the checkpointed size during that checkpoint.
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Returns the incremental state size.
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getCheckpointedSize() - Method in interface org.apache.flink.runtime.state.CompositeStateHandle
-
Returns the persisted data size during checkpoint execution in bytes.
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getCheckpointedSize() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getCheckpointedSubpartitionInfo(int) - Method in interface org.apache.flink.runtime.io.network.partition.CheckpointedResultPartition
-
Gets the checkpointed subpartition info with the given subpartitionIndex.
- getCheckpointedSubpartitionInfo(int) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- getCheckpointFailureReason() - Method in exception org.apache.flink.runtime.checkpoint.CheckpointException
-
- getCheckpointFailureReason() - Method in class org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- getCheckpointHistorySize() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getCheckpointId() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the ID of this checkpoint.
- getCheckpointID() - Method in interface org.apache.flink.runtime.checkpoint.Checkpoint
-
- getCheckpointId() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- getCheckpointID() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getCheckpointId() - Method in class org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getCheckpointID() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointId() - Method in class org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the ID of this checkpoint.
- getCheckpointId() - Method in class org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
-
- getCheckpointId() - Method in class org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- getCheckpointId() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
-
- getCheckpointId() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getCheckpointId() - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getCheckpointId() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getCheckpointId() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getCheckpointId() - Method in interface org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
-
Returns the ID of the checkpoint for which the handle was created or used.
- getCheckpointId() - Method in interface org.apache.flink.runtime.state.ManagedSnapshotContext
-
Returns the ID of the checkpoint for which the snapshot is taken.
- getCheckpointId() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getCheckpointIdCounterPath() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getCheckpointIdOfIgnoredInFlightData() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointingSettings() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the settings for asynchronous snapshots.
- getCheckpointingSettings() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getCheckpointInterval() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointIntervalDuringBacklog() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointMetrics() - Method in class org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
- getCheckpointOptions() - Method in class org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- getCheckpointOutputStream() - Method in interface org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
Returns the encapsulated output stream.
- getCheckpointOutputStream() - Method in class org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream
-
- getCheckpointOutputStream() - Method in class org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryStreamOnly
-
- getCheckpointPath() - Method in class org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
Deprecated.
Gets the checkpoint base directory.
- getCheckpointPath() - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
Gets the base directory where all the checkpoints are stored.
- getCheckpointPath() - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
Gets the base directory where all the checkpoints are stored.
- getCheckpointPath() - Method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- getCheckpointPlan() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointProperties() - Method in class org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getCheckpointRecoveryFactory() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getCheckpointRecoveryFactory() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the checkpoint recovery factory for the job manager.
- getCheckpointRecoveryFactory() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- getCheckpointRecoveryFactory() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- getCheckpointResponder() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getCheckpointRetentionPolicy() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getCheckpointStartDelay() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getCheckpointStartDelay() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointStartDelayNanos() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getCheckpointStartDelayNanos() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getCheckpointStartDelayStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getCheckpointStatisticsPerTask() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getCheckpointStatsSnapshot() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns a snapshot of the checkpoint statistics or null if checkpointing is
disabled.
- getCheckpointStatsSnapshot() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getCheckpointStatsSnapshot() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointStatsTracker() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointStatsTracker() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getCheckpointStatus(AsynchronousJobOperationKey) - Method in class org.apache.flink.runtime.dispatcher.DispatcherCachedOperationsHandler
-
- getCheckpointStatus() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics
-
- getCheckpointStatus() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getCheckpointStorage() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getCheckpointStorageAccess() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getCheckpointStorageAccess() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getCheckpointStorageLocation() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointStorageName() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the checkpoint storage name for this ExecutionGraph.
- getCheckpointStorageName() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getCheckpointStorageName() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointStore() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getCheckpointTimeout() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getCheckpointTimeout() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointTimestamp() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointTimestamp() - Method in interface org.apache.flink.runtime.state.ManagedSnapshotContext
-
Returns timestamp (wall clock time) when the master node triggered the checkpoint for which
the state snapshot is taken.
- getCheckpointTimestamp() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getCheckpointTriggerCache() - Method in class org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
-
- getCheckpointType() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
Returns the type of checkpoint to perform.
- getCheckpointType() - Method in class org.apache.flink.runtime.checkpoint.CheckpointProperties
-
Gets the type of the checkpoint (checkpoint / savepoint).
- getCheckpointType() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getCheckpointType() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerRequestBody
-
- getChildren() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph.Node
-
- getClassLoader() - Method in class org.apache.flink.runtime.executiongraph.SimpleInitializeOnMasterContext
-
- getClassLoader() - Method in interface org.apache.flink.runtime.jobgraph.JobVertex.FinalizeOnMasterContext
-
The class loader for user defined code.
- getClassLoader() - Method in interface org.apache.flink.runtime.jobgraph.JobVertex.InitializeOnMasterContext
-
The class loader for user defined code.
- getClassLoaderHandle() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getClassLoaderHandle() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.JobServices
-
Gets the LibraryCacheManager.ClassLoaderHandle for the associated job.
- getClassLoaderResolveOrder() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getClasspaths() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getClientChannelHandlers() - Method in class org.apache.flink.runtime.io.network.netty.NettyProtocol
-
Returns the client channel handlers.
- getClientConnectTimeoutSeconds() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getClientNumThreads() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getCloseFuture() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getClusterHighAvailableStoragePath(Configuration) - Static method in class org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
Gets the cluster high available storage path from the provided configuration.
- getClusterInformation() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getClusterInformation() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getClusterInformation() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the cluster information.
- getClusterPartitionReport() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
-
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
Get the shuffle descriptors of the cluster partitions ordered by partition number.
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Get the shuffle descriptors of the cluster partitions ordered by partition number.
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - Method in class org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - Method in interface org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTracker
-
Returns all the shuffle descriptors of cluster partitions for the intermediate dataset.
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - Method in class org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl
-
- getClusterPartitionsShuffleDescriptors(IntermediateDataSetID) - Method in interface org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Get the shuffle descriptors of the cluster partitions ordered by partition number.
- getClusterPartitionsShuffleDescriptors(IntermediateDataSetID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getClusterRestEndpointLeaderElection() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getClusterRestEndpointLeaderElection() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getClusterRestEndpointLeaderElection() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getClusterRestEndpointLeaderElection() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getClusterRestEndpointLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getClusterRestEndpointLeaderRetriever() - Method in interface org.apache.flink.runtime.highavailability.ClientHighAvailabilityServices
-
Get the leader retriever for the cluster's rest endpoint.
- getClusterRestEndpointLeaderRetriever() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getClusterRestEndpointLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getClusterRestEndpointLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneClientHAServices
-
- getClusterRestEndpointLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getClusterRestEndpointLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperClientHAServices
-
- getCode() - Method in enum org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingMode
-
- getCode() - Method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
-
- getCoLocationGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getCoLocationGroup() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getCoLocationGroups() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getCommitId() - Method in class org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion
-
- getCommittedBytes() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.NonReusingKeyGroupedIterator
-
- getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
- getCompatibleVersions() - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getCompatibleVersions() - Method in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getCompletedCheckpointStatistics() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getCompletionFuture() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Returns the completion future.
- getCompletionTimestamp() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - Method in class org.apache.flink.runtime.rest.handler.job.metrics.AbstractMetricsHandler
-
Returns the MetricStore.ComponentMetricStore that should be queried for metrics.
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - Method in class org.apache.flink.runtime.rest.handler.job.metrics.JobManagerMetricsHandler
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - Method in class org.apache.flink.runtime.rest.handler.job.metrics.JobMetricsHandler
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - Method in class org.apache.flink.runtime.rest.handler.job.metrics.JobVertexMetricsHandler
-
Deprecated.
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - Method in class org.apache.flink.runtime.rest.handler.job.metrics.SubtaskMetricsHandler
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - Method in class org.apache.flink.runtime.rest.handler.job.metrics.TaskManagerMetricsHandler
-
- getCompressionCodec() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getCompressionDecorator(ExecutionConfig) - Static method in class org.apache.flink.runtime.state.AbstractStateBackend
-
- getCompressor() - Method in class org.apache.flink.runtime.io.compression.AirCompressorFactory
-
- getCompressor() - Method in interface org.apache.flink.runtime.io.compression.BlockCompressionFactory
-
- getCompressor() - Method in class org.apache.flink.runtime.io.compression.Lz4BlockCompressionFactory
-
- getConcurrentExceptions() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
-
- getConcurrentExceptions() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.RootExceptionHistoryEntry
-
- getConcurrentlyFailedExecution() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
All
Executions that failed and are planned to be restarted as part of this
failure handling.
- getConfig() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getConfigDir() - Method in class org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- getConfigDir() - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfiguration
-
- getConfiguration() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getConfiguration() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getConfiguration() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getConfiguration() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the vertex's configuration object which can be used to pass custom settings to the
task at runtime.
- getConfiguration() - Method in class org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getConfiguration() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getConfiguration() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getConfiguration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
Gets the configuration that holds the actual values encoded.
- getConfiguration() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getConfiguration() - Method in interface org.apache.flink.runtime.shuffle.ShuffleMasterContext
-
- getConfiguration() - Method in class org.apache.flink.runtime.shuffle.ShuffleMasterContextImpl
-
- getConfiguration() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getConfiguration() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getConfiguration() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the configuration that the TaskManager was started with.
- getConfigurationMapLegacyTaskManagerHeapSizeToConfigOption(Configuration, ConfigOption<MemorySize>) - Static method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- getConfigurationWithoutResourceLimitationIfSet(Configuration) - Static method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
Get the configuration for standalone ResourceManager, overwrite invalid configs.
- getConfWithLegacyHeapSizeMappedToNewConfigOption(Configuration, ConfigOption<MemorySize>) - Method in class org.apache.flink.runtime.util.config.memory.MemoryBackwardsCompatibilityUtils
-
- getConnection(JobID) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getConnection(ResourceID) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getConnection(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.JobTable
-
Gets the connection registered under jobId.
- getConnection(ResourceID) - Method in interface org.apache.flink.runtime.taskexecutor.JobTable
-
Gets the connection registered under resourceId.
- getConnectionId() - Method in class org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- getConnectionIndex() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConnectionIndex() - Method in class org.apache.flink.runtime.io.network.ConnectionID
-
- getConnectionIndex() - Method in enum org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
- getConnectionIndex() - Method in class org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.NetworkPartitionConnectionInfo
-
- getConnectionIndex() - Method in interface org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.PartitionConnectionInfo
-
- getConnectionInformationPath() - Method in class org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver
-
- getConnectionManager() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getConnectionTimeout() - Method in class org.apache.flink.runtime.rest.RestClientConfiguration
-
RestOptions.CONNECTION_TIMEOUT.
- getConsumedPartitionGroup(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getConsumedPartitionGroup() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- getConsumedPartitionGroups() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getConsumedPartitionGroups(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphToInputsLocationsRetrieverAdapter
-
- getConsumedPartitionGroups(ExecutionVertexID) - Method in interface org.apache.flink.runtime.scheduler.InputsLocationsRetriever
-
Get the consumed result partition groups of an execution vertex.
- getConsumedPartitionGroups() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingExecutionVertex
-
- getConsumedPartitionGroups() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
- getConsumedPartitionGroupsById(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- getConsumedPartitionGroupsForVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- getConsumedPartitionShuffleDescriptor(IntermediateResultPartition, TaskDeploymentDescriptorFactory.PartitionLocationConstraint, boolean) - Static method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
- getConsumedPartitionType() - Method in class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
Returns the type of this input channel's consumed result partition.
- getConsumedPartitionType() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
Returns the type of this input channel's consumed result partition.
- getConsumedResultId() - Method in class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- getConsumedResultID() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGateID
-
- getConsumedResults() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getConsumedResults() - Method in interface org.apache.flink.runtime.topology.Vertex
-
- getConsumedSubpartitionIndex() - Method in class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- getConsumedSubpartitionIndexRange() - Method in class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
Return the index range of the consumed subpartitions.
- getConsumedSubpartitionIndexSet() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- getConsumerExecutionState() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider.ResponseHandle
-
- getConsumerID() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGateID
-
- getConsumers() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getConsumerVertexGroup() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getConsumerVertexGroups() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getConsumerVertexGroups() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
- getConsumerVertexGroupsForPartition(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- getConsumerVertices() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConsumingDistributionPattern() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConsumingOffset(boolean) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- getConsumingOffset(boolean) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumerInternalOperations
-
Get the latest consuming offset of the subpartition.
- getContainingTask() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getContainingTask() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getContentType() - Method in class org.apache.flink.runtime.rest.FileUpload
-
- getConvergenceCriterion(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getCoordinator(OperatorCoordinator.Context) - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- getCoordinator(OperatorCoordinator.Context) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorProvider
-
- getCoordinatorState() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getCoordinatorStore() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
- getCorruptedClusterDatasetIds() - Method in exception org.apache.flink.runtime.scheduler.ClusterDatasetCorruptedException
-
- getCount() - Method in class org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the count of all seen values.
- getCount() - Method in class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the count of all seen values.
- getCount() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogram
-
- getCount() - Method in class org.apache.flink.runtime.metrics.ThresholdMeter
-
- getCount() - Method in class org.apache.flink.runtime.metrics.TimerGauge
-
- getCounts() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the snapshotted checkpoint counts.
- getCounts() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getCpu() - Method in class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getCpuCores() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getCpuCores() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the cpu cores needed.
- getCpuCores() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getCpuCores() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getCpuCoresWithFallback(Configuration, double) - Static method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- getCpuCoresWithFallbackConfigOption(Configuration, ConfigOption<Double>) - Static method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- getCpuIdle() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuIrq() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuLoad1() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuLoad15() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuLoad5() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuNice() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuSoftIrq() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuSteal() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuSys() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuUsage() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuUsagePerProcessor(int) - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuUser() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCreateTimestamp() - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestListener
-
- getCreateTimestamp() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionRequestListener
-
The creation timestamp of this notifier, it's used to check whether the notifier is timeout.
- getCurrent() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
-
- getCurrent() - Method in interface org.apache.flink.runtime.util.KeyGroupedIterator
-
- getCurrent() - Method in class org.apache.flink.runtime.util.NonReusingKeyGroupedIterator
-
- getCurrent() - Method in class org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
- getCurrentAllocation(int) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Get the current allocation for the task slot with the given index.
- getCurrentAllocation(int) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getCurrentAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentAssignedResourceLocation() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
- getCurrentAssignedResourceLocation() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getCurrentAssignedResourceLocation() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentAttempts() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- getCurrentBackoff() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Returns the current backoff in ms.
- getCurrentBufferOffset() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileReader.ProducerMergedReadProgress
-
- getCurrentConfiguration() - Method in class org.apache.flink.runtime.security.modules.JaasModule
-
- getCurrentExecution(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecution(int) - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentExecutionAttempt() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the current execution for this execution vertex.
- getCurrentExecutionAttempt() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getCurrentExecutionAttempt() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecutionAttempt() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentExecutionAttempts() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getCurrentExecutions() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the current executions for this execution vertex.
- getCurrentExecutions() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getCurrentExecutions() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecutions() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentIncompleteAndReset() - Method in class org.apache.flink.runtime.operators.coordination.util.IncompleteFuturesTracker
-
- getCurrentKey() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getCurrentKey() - Method in interface org.apache.flink.runtime.state.InternalKeyContext
-
Used by states to access the current key.
- getCurrentKey() - Method in class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- getCurrentKey() - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
- getCurrentKeyGroup() - Method in class org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns the key group that is currently being written.
- getCurrentKeyGroupIndex() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getCurrentKeyGroupIndex() - Method in interface org.apache.flink.runtime.state.InternalKeyContext
-
Returns the key-group to which the current key belongs.
- getCurrentKeyGroupIndex() - Method in class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the current number of subtasks the respective task is split into.
- getCurrentOffset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
- getCurrentOuterSnapshotVersion() - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializerSnapshot
-
- getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the position from which the next byte will be read.
- getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Gets the current write position (the position where the next bytes will be written) in the
current memory segment.
- getCurrentProbeRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getCurrentSegment() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the memory segment that will be used to read the next bytes from.
- getCurrentSegment() - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Gets the segment that the view currently writes to.
- getCurrentSegmentLimit() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the current limit in the memory segment.
- getCurrentTaskManagerLocationFuture() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentTime() - Method in class org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- getCurrentTime() - Method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
Returns the time, in milliseconds, that have elapsed since we transitioned to the targeted
state.
- getCurrentTimeMetricName(String) - Static method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- getCustomHeaders() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
Returns the custom headers added to the message.
- getCustomHeaders() - Method in interface org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns a collection of custom HTTP headers.
- getCustomInitializationMetrics() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getCustomInitializationMetrics() - Method in class org.apache.flink.runtime.state.OperatorStateBackendParametersImpl
-
- getCustomInitializationMetrics() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getCustomInitializationMetrics() - Method in interface org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParameters
-
- getData() - Method in class org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getDataFilePath() - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- getDataPort() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getDataPort() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getDataPort() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getDataPort() - Method in class org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getDataPort() - Method in class org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getDataSetId() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetEntry
-
- getDataSetId() - Method in class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getDataSets() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListResponseBody
-
- getDataType(AbstractEvent, boolean) - Static method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- getDataType() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets the type of data this buffer represents.
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
Gets the data type of the internal buffer.
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.BufferHeader
-
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getDataType() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getDataType() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getDataVolumePerTask() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.DefaultVertexParallelismAndInputInfosDecider
-
- getDataVolumePerTask() - Method in interface org.apache.flink.runtime.scheduler.adaptivebatch.VertexParallelismAndInputInfosDecider
-
Get the average size of data volume to expect each task instance to process.
- getDebloatConfiguration() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getDeclarativeSlotPool() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- getDeclareNeededResourceDelay() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getDecompressor() - Method in class org.apache.flink.runtime.io.compression.AirCompressorFactory
-
- getDecompressor() - Method in interface org.apache.flink.runtime.io.compression.BlockCompressionFactory
-
- getDecompressor() - Method in class org.apache.flink.runtime.io.compression.Lz4BlockCompressionFactory
-
- getDecorated() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getDefault() - Static method in class org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
- getDefaultAcl() - Method in class org.apache.flink.runtime.util.ZooKeeperUtils.SecureAclProvider
-
- getDefaultCheckpointStorage() - Method in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getDefaultKerberosInitAppEntryName() - Static method in class org.apache.flink.runtime.security.KerberosUtils
-
- getDefaultMaxParallelism(JobVertex) - Static method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
Get a default value to use for a given vertex's max parallelism if none was specified.
- getDefaultMimeType() - Static method in class org.apache.flink.runtime.rest.handler.util.MimeTypes
-
Gets the default MIME type, which is "application/octet-stream".
- getDefaultNumSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getDefaultNumSlots() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the default number of slots.
- getDefaultSavepointDirectory() - Method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Gets the default directory for savepoints.
- getDefaultSlotResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getDefaultSlotResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getDefaultSlotResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getDefaultSlotResourceProfile() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the default slot resource profile.
- getDefaultSlotResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getDefaultSlotResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getDefaultSlotResourceProfile() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getDefaultStateBackend() - Method in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getDefaultValue() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- getDefaultWorkerResourceSpec() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getDelayBetweenSamples() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the configured delay between the individual samples.
- getDelegate() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getDelegatedKeyedStateBackend(boolean) - Method in interface org.apache.flink.runtime.state.TestableKeyedStateBackend
-
- getDelegatedStateBackend() - Method in interface org.apache.flink.runtime.state.delegate.DelegatingStateBackend
-
- getDelegateStateHandle() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getDelegateStateHandle() - Method in interface org.apache.flink.runtime.state.OperatorStateHandle
-
Returns the underlying stream state handle that points to the state data.
- getDelegateStateHandle() - Method in class org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getDelegationTokenManager() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getDelimiter() - Method in class org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getDelimiter() - Method in interface org.apache.flink.runtime.metrics.MetricRegistry
-
Returns the global delimiter.
- getDelimiter() - Method in class org.apache.flink.runtime.metrics.MetricRegistryConfiguration
-
- getDelimiter() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getDelimiter() - Method in class org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- getDelimiter() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getDescription() - Method in enum org.apache.flink.runtime.jobgraph.RestoreMode
-
- getDescription() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobsFilterQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricsFilterParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtasksFilterQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagersFilterQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.job.UpperLimitExceptionParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobIDPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobVertexIdPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.LogFileNamePathParameter
-
- getDescription() - Method in interface org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the description for this header.
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns a description for REST API HTML documentation.
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.OperatorIDPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.ProfilingFileNamePathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.SubtaskIndexQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerIdPathParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter
-
- getDescription() - Method in class org.apache.flink.runtime.rest.messages.TriggerIdPathParameter
-
- getDirectMemoryStatsAsString(BufferPoolMXBean) - Static method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
Returns a String with the direct memory footprint.
- getDirectory() - Method in class org.apache.flink.runtime.state.DirectoryStateHandle
-
- getDirectory() - Method in class org.apache.flink.runtime.state.SnapshotDirectory
-
- getDirectoryStateHandle() - Method in class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getDirtyResults() - Method in class org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- getDirtyResults() - Method in interface org.apache.flink.runtime.highavailability.JobResultStore
-
Get the persisted
JobResult instances that are marked as
dirty.
- getDirtyResultsInternal() - Method in class org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- getDirtyResultsInternal() - Method in class org.apache.flink.runtime.highavailability.FileSystemJobResultStore
-
- getDirtyResultsInternal() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedJobResultStore
-
- getDiscardables() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getDiscardables() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getDiskIOSchedulerBufferRequestTimeout() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Maximum time to wait when requesting read buffers from the buffer pool before throwing an
exception in
DiskIOScheduler.
- getDiskTierExclusiveBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get exclusive buffer number of disk tier.
- getDiskTierNumBytesPerSegment() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get the segment size of disk tier.
- getDispatcherGateway() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getDispatcherGateway() - Method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getDispatcherGatewayFuture() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getDispatcherLeaderElection() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getDispatcherLeaderElection() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getDispatcherLeaderElection() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getDispatcherLeaderElection() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getDispatcherLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getDispatcherLeaderRetriever() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader retriever for the dispatcher.
- getDispatcherLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getDispatcherLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getDispatcherNode() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getDispatcherService() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getDistributedCacheEntries() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getDistributedCacheEntries() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getDistributionMode() - Method in class org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the distribution pattern used for this edge.
- getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalEdge
-
- getDistributionPattern() - Method in interface org.apache.flink.runtime.jobgraph.topology.LogicalEdge
-
Returns the distribution pattern used for this edge.
- getDownstreamSubtaskStateMapper() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the channel state rescaler used for rescaling persisted data on downstream side of this
JobEdge.
- getDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getDriverComparator(int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getDriverComparator(int) - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getDriverComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverStrategy() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getDuration() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Summary
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.cluster.ProfilingRequestBody
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getDuration() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getDurationMetrics() - Method in class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetrics
-
- getDynamicProperties() - Method in class org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- getDynamicProperties() - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfiguration
-
- getDynamicPropertiesAsString(Configuration, Configuration) - Static method in class org.apache.flink.runtime.clusterframework.BootstrapTools
-
Get dynamic properties based on two Flink configurations.
- getDynamicSlotID(ResourceID) - Static method in class org.apache.flink.runtime.clusterframework.types.SlotID
-
Get a SlotID without actual slot index for dynamic slot allocation.
- getEachTierExclusiveBufferNum() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get exclusive buffer number of each tier.
- getEdgeManager() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getEdgeManager() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getEdgeManager() - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getEffectiveConfigurationForResourceManager(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- getEffectiveConfigurationForResourceManager(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
Configuration changes in this method will be visible to only
ResourceManager.
- getEffectiveConfigurationForResourceManagerAndRuntimeServices(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- getEffectiveConfigurationForResourceManagerAndRuntimeServices(Configuration) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- getEffectiveResourceProfile(ResourceProfile, ResourceProfile) - Static method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- getElementsCollectedAndReset() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- getElementSerializer() - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- getElementSerializer() - Method in class org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- getEndIndex() - Method in class org.apache.flink.runtime.executiongraph.IndexRange
-
- getEndKeyGroup() - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
- getEndOffsetExclusive() - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- getEndOfRegionOffset() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileReader.ProducerMergedReadProgress
-
- getEndpoint() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getEndpoint() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getEndpoint() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getEndpoint() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Gets the endpoint of the TaskManager in the format of "$HOST:$PORT".
- getEndTime() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getEndTime() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getEndTime() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getEndTime() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getEndTime() - Method in interface org.apache.flink.runtime.webmonitor.stats.Statistics
-
Returns the timestamp when the last sample of this
Statistics was collected.
- getEndTime() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph
-
- getEndTime() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
Returns the timestamp, when all samples where collected.
- getEndTimestamp() - Method in class org.apache.flink.runtime.blocklist.BlockedNode
-
- getEndTimestamp() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getEndToEndDuration() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the duration of this checkpoint calculated as the time since triggering until the
latest acknowledged subtask or -1 if no subtask was acknowledged yet.
- getEndToEndDuration() - Method in class org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Returns the end to end duration until the checkpoint failure.
- getEndToEndDuration(long) - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Computes the duration since the given trigger timestamp.
- getEndToEndDuration(long) - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
Returns the duration of this checkpoint at the task/operator calculated as the time since
triggering until the latest acknowledged subtask or -1 if no subtask was
acknowledged yet.
- getEndToEndDurationStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
Returns the summary stats for the duration of completed checkpoints.
- getEndToEndDurationStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getEndTs() - Method in class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetrics
-
- getEntries() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.JobExceptionHistory
-
- getEntries() - Method in class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
-
- getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Returns an iterator that can be used to iterate over all the elements in the table.
- getEnv() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getEnv() - Method in class org.apache.flink.runtime.state.OperatorStateBackendParametersImpl
-
- getEnv() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getEnv() - Method in interface org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParameters
-
- getEnvironment() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the environment of this task.
- getError() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns reason why the restarting cannot be conducted.
- getError(ClassLoader) - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getError() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayload
-
- getError(ClassLoader) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Gets the attached exception, which is in serialized form.
- getErrorDelayMillis() - Method in class org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getEstimatedNumberOfRequestedMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
Estimates the number of requested buffers.
- getEstimatedNumberOfRequestedMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getEstimatedRequestedMemory() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getEstimatedRequestedSegmentsUsage() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getEvent() - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getEventPublisher() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getException() - Method in class org.apache.flink.runtime.executiongraph.ErrorInfo
-
Returns the serialized form of the original exception.
- getExceptionAsString() - Method in class org.apache.flink.runtime.executiongraph.ErrorInfo
-
Returns the contained exception as a string.
- getExceptionHistory() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory
-
- getExceptionHistory() - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphInfo
-
- getExceptionHistory() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getExceptionName() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getExcludedVariables() - Method in class org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getExcludedVariables() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getExclusiveCheckpointDir() - Method in class org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
- getExecutingThread() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getExecution() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
Gets the execution attempt for the subtask execution attempt that this gateway
communicates with.
- getExecutionAttemptID() - Method in class org.apache.flink.runtime.accumulators.AccumulatorSnapshot
-
- getExecutionAttemptId() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getExecutionAttemptID() - Method in class org.apache.flink.runtime.messages.TaskBackPressureResponse
-
- getExecutionAttemptID() - Method in class org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getExecutionConfig() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the job specific ExecutionConfig.
- getExecutionConfig() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the global ExecutionConfig.
- getExecutionConfig() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getExecutionConfig() - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getExecutionConfig() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getExecutionConfigInfo() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo
-
- getExecutionDeploymentListener() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getExecutionDeploymentListener() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getExecutionDeploymentReport() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToJobManagerHeartbeatPayload
-
- getExecutionGraph(JobID) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getExecutionGraph() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
ExecutionGraph is exposed to make it easier to rework tests to be based on the new scheduler.
- getExecutionGraphAccessor() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionGraphID() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getExecutionGraphID() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getExecutionGraphInfo() - Method in class org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
- getExecutionGraphInfo(JobID, RestfulGateway) - Method in class org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- getExecutionGraphInfo(JobID, RestfulGateway) - Method in interface org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
- getExecutionHistory() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the execution history.
- getExecutionHistory() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getExecutionHistory() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionId() - Method in interface org.apache.flink.runtime.execution.Environment
-
Gets the ID of the task execution attempt.
- getExecutionId() - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getExecutionJobVertex(JobVertexID) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getExecutionMode() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getExecutionMode() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.Settings
-
- getExecutionParallelism() - Method in class org.apache.flink.runtime.executiongraph.SimpleInitializeOnMasterContext
-
- getExecutionParallelism() - Method in interface org.apache.flink.runtime.jobgraph.JobVertex.FinalizeOnMasterContext
-
The actual parallelism this vertex will be run with.
- getExecutionParallelism() - Method in interface org.apache.flink.runtime.jobgraph.JobVertex.InitializeOnMasterContext
-
The actual parallelism this vertex will be run with.
- getExecutions() - Method in class org.apache.flink.runtime.taskexecutor.ExecutionDeploymentReport
-
- getExecutionsOn(ResourceID) - Method in class org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- getExecutionsOn(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Returns all tracked executions for the given host.
- getExecutionState() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
- getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getExecutionState() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Returns the current execution state of the task.
- getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the new execution state of the task.
- getExecutionStateDuration(AccessExecution) - Static method in class org.apache.flink.runtime.rest.messages.job.StatusDurationUtils
-
- getExecutionVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- getExecutionVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getExecutionVertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getExecutionVertexId() - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersion
-
- getExecutionVertexInputInfo(IntermediateDataSetID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionVertexInputInfos() - Method in class org.apache.flink.runtime.executiongraph.JobVertexInputInfo
-
The input information of subtasks of this job vertex.
- getExecutionVertexOrThrow(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getExecutionVertexOrThrow(ExecutionVertexID) - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getExecutionVertexStats(JobID, AccessExecutionJobVertex, int) - Method in interface org.apache.flink.runtime.webmonitor.stats.VertexStatsTracker
-
Returns statistics for a execution vertex.
- getExecutionVertexStats(JobID, AccessExecutionJobVertex, int) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTracker
-
- getExecutionVertexVersion(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- getExecutionVertexVersions(Collection<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- getExitCode() - Method in enum org.apache.flink.runtime.taskexecutor.TaskManagerRunner.Result
-
- getExpiredTimestamp() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatRequestBody
-
- getExtendedResources() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getExtendedResources() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the extended resources.
- getExtendedResources() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getExtendedResources() - Method in class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getExtendedResources() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getExternalAddress() - Method in class org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getExternalPath() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
Returns the external pointer of this checkpoint.
- getExternalPath() - Method in class org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the external path if this checkpoint was persisted externally.
- getExternalPath() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- getExternalPath() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.CompletedCheckpointStatistics
-
- getExternalPointer() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getExternalPointer() - Method in interface org.apache.flink.runtime.state.CompletedCheckpointStorageLocation
-
Gets the external pointer to the checkpoint.
- getExternalPointer() - Method in class org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
- getExternalResourceConfigurationKeys(Configuration, String) - Static method in class org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
Get the external resource configuration keys map, indexed by the resource name.
- getExternalResourceInfoProvider() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getExternalResourceInfoProvider() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getExternalResourceInfos(String) - Method in interface org.apache.flink.runtime.externalresource.ExternalResourceInfoProvider
-
Get the specific external resource information by the resourceName.
- getExternalResourceInfos(String) - Method in class org.apache.flink.runtime.externalresource.StaticExternalResourceInfoProvider
-
- getExternalResourceInfos(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getExternalResourcesCollection(Configuration) - Static method in class org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
Get the collection of all enabled external resources.
- getExternalSharedMemoryResource(String, LongFunctionWithException<T, Exception>, long) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Acquires a shared resource, identified by a type string.
- getFactoryByJobId(JobID) - Method in class org.apache.flink.runtime.state.TaskExecutorChannelStateExecutorFactoryManager
-
- getFailedCheckpointStatistics() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getFailedExecution() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns an
Optional with the
Execution causing this failure or an empty
Optional if it's a global failure.
- getFailingTaskName() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
- getFailoverRegion(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.failover.RestartPipelinedRegionFailoverStrategy
-
Returns the failover region that contains the given execution vertex.
- getFailureCause() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getFailureCause() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getFailureCause() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getFailureCause() - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- getFailureCause() - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- getFailureCause() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
- getFailureCause() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
-
- getFailureCause() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- getFailureCause() - Method in class org.apache.flink.runtime.taskmanager.Task
-
If the task has failed, this method gets the exception that caused this task to fail.
- getFailureEnrichers() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getFailureEnrichers() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getFailureEnrichers(Configuration) - Static method in class org.apache.flink.runtime.failure.FailureEnricherUtils
-
Returns a set of validated FailureEnrichers for a given configuration.
- getFailureHandlingResult(Execution, Throwable, long) - Method in class org.apache.flink.runtime.executiongraph.failover.ExecutionFailureHandler
-
Return result of failure handling.
- getFailureInfo() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the exception that caused the job to fail.
- getFailureInfo() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the exception that caused the job to fail.
- getFailureInfo() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the exception that caused the job to fail.
- getFailureInfo() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getFailureInfo() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getFailureInfo() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getFailureInfo() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getFailureInfo() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getFailureInfo() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getFailureLabels() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns the labels future associated with the failure.
- getFailureLabels() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getFailureLabels() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Returns the labels associated with the failure that is set as soon as failureLabelsFuture is
completed.
- getFailureLabels() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
Returns the labels future associated with the failure.
- getFailureLabelsFuture() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Returns the labels future associated with the failure.
- getFailureMessage() - Method in class org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Returns the failure message or null if no cause was provided.
- getFailureMessage() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.FailedCheckpointStatistics
-
- getFailureTimestamp() - Method in class org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Returns the timestamp when this checkpoint failed.
- getFailureTimestamp() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.FailedCheckpointStatistics
-
- getFailureType() - Method in class org.apache.flink.runtime.failure.DefaultFailureEnricherContext
-
- getFatalErrorHandler() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getFatalErrorHandler() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getFatalErrorHandler() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getFeatures() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getField(TtlValue<T>, int) - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- getFile(TransientBlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Retrieves the local path of a (job-unrelated) file associated with a job and a blob key.
- getFile(JobID, TransientBlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Retrieves the local path of a file associated with a job and a blob key.
- getFile(JobID, PermanentBlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns the path to a local copy of the file associated with the provided job ID and blob
key.
- getFile(JobID, PermanentBlobKey) - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
Returns the path to a local copy of the file associated with the provided job ID and blob
key.
- getFile(JobID, PermanentBlobKey) - Method in interface org.apache.flink.runtime.blob.PermanentBlobService
-
Returns the path to a local copy of the file associated with the provided job ID and blob
key.
- getFile(TransientBlobKey) - Method in class org.apache.flink.runtime.blob.TransientBlobCache
-
- getFile(JobID, TransientBlobKey) - Method in class org.apache.flink.runtime.blob.TransientBlobCache
-
- getFile(TransientBlobKey) - Method in interface org.apache.flink.runtime.blob.TransientBlobService
-
Returns the path to a local copy of the (job-unrelated) file associated with the provided
blob key.
- getFile(JobID, TransientBlobKey) - Method in interface org.apache.flink.runtime.blob.TransientBlobService
-
Returns the path to a local copy of the file associated with the provided job ID and blob
key.
- getFile() - Method in class org.apache.flink.runtime.rest.FileUpload
-
- getFile(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.cluster.AbstractJobManagerFileHandler
-
- getFile(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.cluster.JobManagerCustomLogHandler
-
- getFile(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.cluster.JobManagerLogFileHandler
-
- getFile(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.cluster.JobManagerProfilingFileHandler
-
- getFileChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- getFilehandlesDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getFilehandlesInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getFileId() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- getFileInternal(JobID, BlobKey) - Method in class org.apache.flink.runtime.blob.AbstractBlobCache
-
Returns local copy of the file for the BLOB with the given key.
- getFileInternal(JobID, BlobKey) - Method in class org.apache.flink.runtime.blob.TransientBlobCache
-
- getFileMergingSnapshotManager() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
- getFileMergingSnapshotManager() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getFileName(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- getFileName(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerCustomLogHandler
-
- getFileName(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerProfilingFileHandler
-
- getFilePath() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile.LogicalFileId
-
- getFilePath() - Method in class org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile
-
- getFilePath() - Method in class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
Gets the path where this handle's state is stored.
- getFilePath() - Method in class org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream
-
- getFilePath() - Method in class org.apache.flink.runtime.state.filesystem.FileStateHandle
-
Gets the path where this handle's state is stored.
- getFilter() - Method in class org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getFilter() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getFilterStrategy() - Method in interface org.apache.flink.runtime.state.StateSnapshotTransformer.CollectionStateSnapshotTransformer
-
- getFinalBufferSubpartitionId() - Method in class org.apache.flink.runtime.io.network.api.RecoveryMetadata
-
- getFinishedAttempt(int) - Method in interface org.apache.flink.runtime.jobgraph.JobVertex.FinalizeOnMasterContext
-
Get the finished attempt number of subtask.
- getFinishedTasks() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns tasks that have already been finished when taking the checkpoint.
- getFinishedTasks() - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getFinishedTime() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getFirst() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getFirst() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- getFirstBufferIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- getFirstBufferIndex() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Get the first buffer index of this region.
- getFirstBufferIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
- getFlexibleObjectMapper() - Static method in class org.apache.flink.runtime.rest.util.RestMapperUtils
-
Returns a preconfigured flexible ObjectMapper.
- getFlinkConfig() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getFlinkMemory() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getFlinkRevision() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getFlinkVersion() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getForForwardExchange(ExecutionMode) - Static method in enum org.apache.flink.runtime.io.network.DataExchangeMode
-
- getFormatDescription(OperatorID) - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- getFormatType() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- getFormatType() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- getFormatType() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- getForShuffleOrBroadcast(ExecutionMode) - Static method in enum org.apache.flink.runtime.io.network.DataExchangeMode
-
- getFQDNHostname() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getFqdnHostName() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation.DefaultHostNameSupplier
-
Returns the fully-qualified domain name the TaskManager.
- getFQDNHostname() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
- getFqdnHostName() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerLocation.HostNameSupplier
-
- getFqdnHostName() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation.IpOnlyHostNameSupplier
-
Returns the textual representation of the TaskManager's IP address as FQDN host name.
- getFraction() - Method in class org.apache.flink.runtime.util.config.memory.RangeFraction
-
- getFractionRoundedDown(long, long) - Static method in enum org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
- getFrameworkHeap() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured heap size used by the framework.
- getFrameworkHeap() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getFrameworkHeapMemorySize(Configuration) - Static method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemoryUtils
-
- getFrameworkOffHeap() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured off-heap size used by the framework.
- getFrameworkOffHeap() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getFrameworkOffHeapMemorySize(Configuration) - Static method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemoryUtils
-
- getFreedMemory() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- getFreeResource() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getFreeResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of total free resources.
- getFreeResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getFreeResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getFreeResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getFreeResource() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getFreeResourceOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of free resources from the TaskManager with the given instance id.
- getFreeResourceOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getFreeResourceOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getFreeResourceOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getFreeSince() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.FreeSlotInfo
-
Returns since when this slot is free.
- getFreeSlotInfoTracker() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Returns information about all currently free slots.
- getFreeSlotInfoTracker() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns the free slot tracker.
- getFreeSlotInfoTracker() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- getFreeSlotInfoTracker() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- getFreeSlotInfoTracker() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- getFreeSlotInfoTracker() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Returns all free slot tracker.
- getFreeSlotsInformation() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- getFreeSlotsInformation() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Returns a list of
SlotInfo objects about all slots that are currently available in
the slot pool.
- getFreeSlotsWithIdleSinceInformation() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- getFreeSlotsWithIdleSinceInformation() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
- getFrom() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getFullBufferData(MemorySegment) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
Returns the full buffer data in one piece of MemorySegment.
- getFullSegments() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBulkBlockReader
-
- getFullSegments() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
-
- getFullStrategyNumBuffersTriggerSpillingRatio() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
When the number of unSpilled buffers equal to this ratio times pool size, trigger the
spilling operation.
- getFullStrategyReleaseBufferRatio() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
The proportion of buffers to be released.
- getFullStrategyReleaseThreshold() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
When the number of buffers that have been requested exceeds this threshold, trigger the
release operation.
- getFullyFinishedJobVertex() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns the job vertices whose tasks are all finished when taking the checkpoint.
- getFullyFinishedJobVertex() - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getFuture() - Method in class org.apache.flink.runtime.registration.RetryingRegistration
-
- getFuture() - Method in interface org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever
-
Get future of object to retrieve.
- getFuture() - Method in class org.apache.flink.runtime.webmonitor.retriever.LeaderGatewayRetriever
-
- getFutureExecutor() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getFutureExecutor() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
Returns the ExecutionContext associated with this ExecutionGraph.
- getFutureExecutor() - Method in class org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getGarbageCollectorStatsAsString(List<GarbageCollectorMXBean>) - Static method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
Gets the garbage collection statistics from the JVM.
- getGateIdx() - Method in class org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- getGateIndex() - Method in class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
Returns the index of this input gate.
- getGateIndex() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getGateIndex() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getGateway() - Method in interface org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayService
-
- getGateway() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- getGateway() - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- getGateway() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterService
-
- getGeneratedOperatorID() - Method in class org.apache.flink.runtime.OperatorIDPair
-
- getGitCommitId() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getGitCommitIdAbbrev() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getGitCommitTime() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getGitCommitTimeString() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getGlobalAggregateManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getGlobalAggregateManager() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getGlobalAggregateManager() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getGlobalFailureHandlingResult(Throwable, long) - Method in class org.apache.flink.runtime.executiongraph.failover.ExecutionFailureHandler
-
Return result of failure handling on a global failure.
- getGlobalJobParameters() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the name for this group, meaning what kind of entity it represents, for example
"taskmanager".
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.JobManagerOperatorMetricGroup
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.JobMetricGroup
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- getGroupName(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- getGroupRangeOffsets() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getHadoopUser() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the name of the user that is running the JVM.
- getHadoopVersionString() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getHaLeadershipControl() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getHandle() - Method in class org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
-
- getHandleName() - Method in class org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getHandlers() - Method in enum org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
- getHandlers() - Method in interface org.apache.flink.runtime.webmonitor.WebMonitorExtension
-
- getHandlesAndOffsets() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getHardBackPressuredTimeMsPerSecond() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getHardBackPressuredTimePerSecond() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getHardBackpressureTimerGauge() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsOutputMetrics
-
- getHardwareDescription() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getHardwareDescription() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getHardwareDescription() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getHaServices() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getHaServices() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getHash() - Method in class org.apache.flink.runtime.blob.BlobKey
-
Returns the hash component of this key.
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - Method in class org.apache.flink.runtime.operators.hash.HashJoinIteratorBase
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildFirstReOpenableHashJoinIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildSecondReOpenableHashJoinIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildFirstReOpenableHashJoinIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildSecondReOpenableHashJoinIterator
-
- getHeadElementIndex() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Returns the start index of the queue elements in the array.
- getHeadElementIndex() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
- getHeaderLength() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- getHeaderLength() - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- getHeartbeatServices() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getHeartbeatServices() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getHeartbeatServices() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getHeartbeatTarget() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- getHeartbeatTarget() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Gets heartbeat target.
- getHeartbeatTargetId() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- getHeartbeatTargetId() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Gets heartbeat target id.
- getHighAvailabilityServices() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getHighAvailabilityServices() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getHighAvailabilityServices() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getHistoricalExecution(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionHistory
-
- getHistoricalExecutions() - Method in class org.apache.flink.runtime.executiongraph.ExecutionHistory
-
- getHistory() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the snapshotted checkpoint history.
- getHistory() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getHistoryServerArchivist() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getHistoryServerArchivist() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getHistoryServerURL(Configuration) - Static method in enum org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
- getHistorySize() - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- getHitCount() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph.Node
-
- getHost() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
Deprecated.
- getHostAddress() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getHostedPartitions() - Method in class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getHostname() - Method in class org.apache.flink.runtime.entrypoint.EntrypointClusterConfiguration
-
- getHostname() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getHostname() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getHostname() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- getHostName() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation.DefaultHostNameSupplier
-
Gets the hostname of the TaskManager.
- getHostname() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
- getHostName(InetAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Gets the hostname of the TaskManager based on the network address.
- getHostName() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerLocation.HostNameSupplier
-
- getHostName() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation.IpOnlyHostNameSupplier
-
Returns the textual representation of the TaskManager's IP address as host name.
- getHostname() - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getHttpMethod() - Method in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingFileHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
Deprecated.
- getHttpMethod() - Method in class org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
Deprecated.
- getHttpResponseStatus() - Method in exception org.apache.flink.runtime.rest.handler.RestHandlerException
-
- getHttpResponseStatus() - Method in exception org.apache.flink.runtime.rest.util.RestClientException
-
- getHybridShuffleNumRetainedInMemoryRegionsMax() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getHybridShuffleSpilledIndexRegionGroupSize() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getId() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getID() - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getId() - Method in class org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- getId() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getID() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the ID of this job vertex.
- getId() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- getId() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getId() - Method in interface org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
Returns the unique identifier describing this co-location constraint as a group.
- getId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- getId() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- getId() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getId() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getId() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.Metric
-
- getId() - Method in class org.apache.flink.runtime.rest.messages.queue.QueueStatus
-
- getID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the ID of the task this result belongs to
- getId() - Method in interface org.apache.flink.runtime.topology.Result
-
- getId() - Method in interface org.apache.flink.runtime.topology.Vertex
-
- getIdentifier() - Method in interface org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
Gets the identifier of this hook.
- getIdentifier() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- getIdentifier() - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
-
Get the identifier for user to use this changelog storage factory.
- getIdlenessTimeout() - Method in class org.apache.flink.runtime.rest.RestClientConfiguration
-
RestOptions.IDLENESS_TIMEOUT.
- getIdleRatio() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getIdleSince() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getIdleSince() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the timestamp when the last time becoming idle.
- getIdleSince() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getIdleTimeMsPerSecond() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getIds(Collection<? extends OperatorInfo>) - Static method in interface org.apache.flink.runtime.operators.coordination.OperatorInfo
-
- getImplicitConvergenceCriterion(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getImplicitConvergenceCriterionAggregatorName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIndex() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex
-
- getIndex() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getIndex() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics
-
- getIndex() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getIndexFilePath() - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the index of this subtask in the subtask group.
- getInfo() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getInfoForCurrentThread() - Method in class org.apache.flink.runtime.query.KvStateEntry
-
- getInitialClientHeartbeatTimeout() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getInitialCredit() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getInitializationFailure() - Method in class org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
This method returns the initialization failure.
- getInitializationStartTs() - Method in class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetricsBuilder
-
- getInitializingOrRunningFuture() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getInitialRegistrationTimeoutMillis() - Method in class org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getInitialResourceAllocationTimeout() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.Settings
-
- getInitialTableSize(int, int, int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getInitialTokens() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the initial tokens.
- getInput(int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getInput(int) - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getInputBytes() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getInputChannel(InputChannelID) - Method in interface org.apache.flink.runtime.io.network.NetworkClientHandler
-
- getInputChannelId() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getInputChannelId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerSpec
-
- getInputChannelIdx() - Method in class org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- getInputChannelNums() - Method in class org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getInputChannelOffsets() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStatePendingResult
-
- getInputChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getInputChannelState() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getInputChannelStateHandles() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult
-
- getInputChannelsWithData() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getInputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputFormats() - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer.FormatUserCodeTable
-
- getInputFormats() - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getInputGate(int) - Method in interface org.apache.flink.runtime.execution.Environment
-
- getInputGate(InputGateID) - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getInputGate(int) - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getInputGateIndex() - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- getInputGateIndex() - Method in class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- getInputGateNums() - Method in class org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getInputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getInputGroup() - Method in class org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getInputLocalStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputPartitionTypes() - Method in class org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getInputRescalingDescriptor() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getInputRescalingDescriptor() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getInputRescalingDescriptor() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
- getInputRescalingDescriptor() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getInputs() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getInputs() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getInputs() - Method in interface org.apache.flink.runtime.jobgraph.topology.LogicalVertex
-
- getInputSerializer(int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getInputSerializer(int) - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputSplitData() - Method in class org.apache.flink.runtime.jobmaster.SerializedInputSplit
-
- getInputSplitProvider() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the input split provider assigned to this environment.
- getInputSplitProvider() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getInputSplitSource() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getInputSubtaskIndex() - Method in class org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- getInstalledContext() - Static method in class org.apache.flink.runtime.security.SecurityUtils
-
- getInstalledModules() - Static method in class org.apache.flink.runtime.security.SecurityUtils
-
- getInstance() - Static method in class org.apache.flink.runtime.blob.VoidBlobWriter
-
- getInstance() - Static method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- getInstance() - Static method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatServices
-
- getInstance() - Static method in class org.apache.flink.runtime.messages.webmonitor.RequestJobsOverview
-
- getInstance() - Static method in class org.apache.flink.runtime.messages.webmonitor.RequestJobsWithIDsOverview
-
- getInstance() - Static method in class org.apache.flink.runtime.messages.webmonitor.RequestStatusOverview
-
- getInstance() - Method in interface org.apache.flink.runtime.plugable.DeserializationDelegate
-
- getInstance() - Method in class org.apache.flink.runtime.plugable.NonReusingDeserializationDelegate
-
- getInstance() - Method in class org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- getInstance() - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- getInstance() - Static method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingFileHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.EmptyMessageParameters
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.EmptyRequestBody
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.EmptyResponseBody
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
Deprecated.
- getInstance() - Static method in class org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
Deprecated.
- getInstance(Configuration) - Static method in class org.apache.flink.runtime.util.profiler.ProfilingService
-
- getInstanceID() - Method in class org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
-
- getInstanceId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getInstanceId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getInstanceId() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the instanceId of this task manager.
- getInstanceId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getInstanceId() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getInstanceIdByResourceId(ResourceID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getIntermediateDataSetID() - Method in class org.apache.flink.runtime.executiongraph.PartitionInfo
-
- getIntermediateDataSetId() - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getIntermediateDataSetID() - Method in class org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- getIntermediateDataSetID() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
Get the ID of IntermediateDataSet this ConsumedPartitionGroup belongs to.
- getIntermediateDataSetIdsToConsume() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getIntermediateResult() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getInternal() - Method in interface org.apache.flink.runtime.state.internal.InternalAppendingState
-
Get internally stored value.
- getInternalCoordinator() - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- getInternalIndex() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueueElement
-
- getInternalIndex() - Method in interface org.apache.flink.runtime.state.heap.HeapPriorityQueueElement
-
- getInternalListCopySerializer() - Method in class org.apache.flink.runtime.state.PartitionableListState
-
- getInternalMapCopySerializer() - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getIntersection(KeyGroupRange) - Method in interface org.apache.flink.runtime.state.KeyedStateHandle
-
Returns a state over a range that is the intersection between this handle's key-group range
and the provided key-group range.
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
Create a range that represent the intersection between this range and the given range.
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
Returns a key-group range with offsets which is the intersection of the internal key-group
range with the given key-group range.
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.KeyGroupsSavepointStateHandle
-
- getIntersection(KeyGroupRange) - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getIntervalSettings() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getInvokableClass(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the invokable class which represents the task of this vertex.
- getInvokableClassName() - Method in class org.apache.flink.runtime.executiongraph.TaskInformation
-
- getInvokableClassName() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the name of the invokable class which represents the task of this vertex.
- getIoExecutor() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getIoExecutor() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getIOExecutor() - Method in class org.apache.flink.runtime.failure.DefaultFailureEnricherContext
-
- getIoExecutor() - Method in class org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getIOExecutor() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getIoExecutor() - Method in class org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getIoExecutor() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getIOExecutor() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getIoExecutor() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getIOExecutor() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getIOManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getIOManager() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getIOManager() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getIOManager() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getIOManager() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getIOMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
Returns the OperatorIOMetricGroup for this operator.
- getIOMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- getIOMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getIOMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- getIOMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
Returns the TaskIOMetricGroup for this task.
- getIOMetrics() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getIOMetrics() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getIOMetrics() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getIOMetrics() - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getIOMetrics() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getIOMetrics() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
- getIoMetricsInfo() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getIOWait() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIssueDate(Clock, String, AbstractDelegationTokenIdentifier) - Static method in class org.apache.flink.runtime.hadoop.HadoopUserUtils
-
- getIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationAggregators() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- getIterationAggregators(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadFinalOutputConfig() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadIndexOfSyncOutput() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadPartialSolutionOrWorksetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadSolutionSetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationId() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterator() - Method in class org.apache.flink.runtime.operators.sort.ExternalSorter
-
- getIterator() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - Method in class org.apache.flink.runtime.operators.TempBarrier
-
This method resets the input!
- getIterator() - Method in interface org.apache.flink.runtime.operators.util.CloseableInputProvider
-
Gets the iterator over this input.
- getIterator() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
- getIterator(TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<S>, StateSnapshotTransformer<S>) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
- getIterator(TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<S>, StateSnapshotTransformer<S>) - Method in class org.apache.flink.runtime.state.heap.StateMapSnapshot
-
- getIterator(int) - Method in interface org.apache.flink.runtime.state.IterableStateSnapshot
-
- getIteratorForKeyGroup(int) - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getJmOperatorFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getJmxPort() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getJmxPort() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getJmxPort() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getJob() - Method in class org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- getJob(JobID) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getJob(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.JobTable
-
Gets the job registered under jobId.
- getJobAccumulators() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
-
- getJobConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the job-wide configuration object that was attached to the JobGraph.
- getJobConfiguration() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobConfiguration() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobConfiguration() - Method in class org.apache.flink.runtime.executiongraph.JobInformation
-
- getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the configuration object for this job.
- getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the job configuration object which was attached to the original
JobGraph.
- getJobConfiguration() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobConfiguration() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getJobExecutionResult() - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getJobExecutionResult() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- getJobGraph() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getJobGraphStore() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobGraphStore() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the submitted job graph store for the job manager.
- getJobGraphStore() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- getJobGraphWriter() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getJobGraphWriter() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServicesWithJobPersistenceComponents
-
- getJobID() - Method in class org.apache.flink.runtime.accumulators.AccumulatorSnapshot
-
- getJobId() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getJobId() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getJobID() - Method in exception org.apache.flink.runtime.client.JobExecutionException
-
- getJobId() - Method in class org.apache.flink.runtime.client.JobStatusMessage
-
- getJobId() - Method in class org.apache.flink.runtime.client.SerializedJobExecutionResult
-
- getJobId() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's job ID.
- getJobID() - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- getJobID() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the ID of the job that the task belongs to.
- getJobID() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the JobID for this execution graph.
- getJobID() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJobID() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobID() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobId() - Method in class org.apache.flink.runtime.executiongraph.JobInformation
-
- getJobId() - Method in class org.apache.flink.runtime.highavailability.JobResultEntry
-
- getJobID() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the ID of the job.
- getJobId() - Method in class org.apache.flink.runtime.jobmaster.AllocatedSlotReport
-
- getJobId() - Method in class org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceProcessFactory
-
- getJobId() - Method in interface org.apache.flink.runtime.jobmaster.factories.JobMasterServiceProcessFactory
-
- getJobID() - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Get the job id of the executed job.
- getJobID() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- getJobId() - Method in class org.apache.flink.runtime.jobmaster.JobResult
-
- getJobId() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getJobId() - Method in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview.JobIdWithStatus
-
- getJobID() - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getJobId() - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the JobID the KvState instances belong to.
- getJobID() - Method in class org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getJobId() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getJobId() - Method in class org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey
-
Get the job id for the given operation key.
- getJobId() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJobId() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo
-
- getJobId() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- getJobID() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getJobId() - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphInfo
-
- getJobId() - Method in interface org.apache.flink.runtime.shuffle.JobShuffleContext
-
- getJobId() - Method in class org.apache.flink.runtime.shuffle.JobShuffleContextImpl
-
- getJobId() - Method in class org.apache.flink.runtime.slots.ResourceRequirements
-
- getJobID() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getJobID() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getJobId() - Method in exception org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
-
- getJobId() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getJobId() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Returns the JobID which is associated with this job.
- getJobId() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getJobId() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getJobID() - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getJobID() - Method in class org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the job id of the slot allocated for.
- getJobID() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobID() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getJobIds() - Method in class org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- getJobIds() - Method in interface org.apache.flink.runtime.jobmanager.JobGraphStore
-
Get all job ids of submitted job graphs to the submitted job graph store.
- getJobIds() - Method in class org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- getJobInfo() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the JobInfo object associated with current job.
- getJobInfo() - Method in class org.apache.flink.runtime.failure.DefaultFailureEnricherContext
-
- getJobInfo() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobInformation() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Return the sub task's job information.
- getJobInformationCache() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getJobLeaderIdService() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
-
- getJobLeaderService() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getJobManager() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobManagerAddress(Configuration) - Static method in class org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
Returns the JobManager's hostname and port extracted from the given Configuration.
- getJobManagerBindAddress() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getJobManagerExternalAddress() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getJobManagerExternalPortRange() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getJobManagerFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getJobManagerGateway() - Method in class org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobManagerGateway() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getJobManagerJobFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getJobManagerLeaderElection(JobID) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobManagerLeaderElection(JobID) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getJobManagerLeaderElection(JobID) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getJobManagerLeaderElection(JobID) - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getJobManagerLeaderRetriever(JobID) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobManagerLeaderRetriever(JobID, String) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobManagerLeaderRetriever(JobID) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getJobManagerLeaderRetriever(JobID, String) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader retriever for the job JobMaster which is responsible for the given job.
- getJobManagerLeaderRetriever(JobID) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getJobManagerLeaderRetriever(JobID, String) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getJobManagerLeaderRetriever(JobID) - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getJobManagerLeaderRetriever(JobID, String) - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getJobManagerManagedKeyedState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns the managed keyed state from the job manager, which represents the ground truth about
what this state should represent.
- getJobManagerManagedOperatorState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns the managed operator state from the job manager, which represents the ground truth
about what this state should represent.
- getJobManagerMetricGroup() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getJobManagerMetricGroupFactory() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getJobManagerMetricStore() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobManagerOperatorMetricStores(String) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
- getJobManagerOwnedSnapshot() - Method in class org.apache.flink.runtime.state.SnapshotResult
-
- getJobManagerRawKeyedState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns the raw keyed state from the job manager, which represents the ground truth about
what this state should represent.
- getJobManagerRawOperatorState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns the raw operator state from the job manager, which represents the ground truth about
what this state should represent.
- getJobManagerResourceID() - Method in class org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobManagerRunners() - Method in class org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- getJobManagerRunners() - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- getJobManagerRunners() - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- getJobMasterGateway() - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- getJobMasterGateway() - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
- getJobMasterGateway() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- getJobMasterGatewayFuture() - Method in class org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getJobMasterGatewayFuture() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
- getJobMasterGatewayFuture() - Method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getJobMasterId() - Method in class org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobMasterId() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getJobMasterMainThreadExecutor() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobMasterMainThreadExecutor() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobMasterMainThreadExecutor() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- getJobMetricsGroup(JobID) - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- getJobMetricStore(String) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobName() - Method in class org.apache.flink.runtime.client.JobStatusMessage
-
- getJobName() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the job name for the execution graph.
- getJobName() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJobName() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobName() - Method in class org.apache.flink.runtime.executiongraph.JobInformation
-
- getJobName() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getJobName() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo
-
- getJobResult() - Method in class org.apache.flink.runtime.highavailability.JobResultEntry
-
- getJobResultStore() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getJobResultStore() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServicesWithJobPersistenceComponents
-
- getJobResultStore() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobResultStore() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the store that holds information about the state of finished jobs.
- getJobResultStore() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- getJobs() - Method in class org.apache.flink.runtime.messages.webmonitor.MultipleJobsDetails
-
- getJobs() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobs() - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getJobs() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable
-
Gets all registered jobs.
- getJobsPath() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getJobState() - Method in class org.apache.flink.runtime.client.JobStatusMessage
-
- getJobStatus() - Method in exception org.apache.flink.runtime.messages.FlinkJobTerminatedWithoutCancellationException
-
- getJobStatus() - Method in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview.JobIdWithStatus
-
- getJobStatus() - Method in class org.apache.flink.runtime.messages.webmonitor.JobStatusInfo
-
- getJobStatus(JobID) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getJobStatus() - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getJobStatus() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJobStatus() - Method in class org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- getJobStatusHooks() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getJobsWithStatus() - Method in class org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview
-
- getJobTable() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getJobTargetAddress() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getJobTerminationFuture() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getJobTerminationFuture() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getJobTerminationFuture() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- getJobTimeout() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- getJobType() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getJobVertex(JobVertexID) - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
- getJobVertex(JobVertexID) - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJobVertex(JobVertexID) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobVertex(JobVertexID) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobVertex(JobVertexID) - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobVertexID() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getJobVertexId() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getJobVertexId() - Method in interface org.apache.flink.runtime.execution.Environment
-
Gets the ID of the JobVertex for which this task executes a parallel subtask.
- getJobVertexId() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
- getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobvertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.TaskInformation
-
- getJobVertexId() - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the JobVertexID the KvState instances belong to.
- getJobVertexID() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getJobVertexID() - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation.VertexAllocationInformation
-
- getJobVertexID() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getJobVertexId() - Method in class org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
-
- getJobVertexId() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobVertexId() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getJobVertexIds() - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- getJobVertexIds() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getJobVertexInfos() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJobVertexInputInfo(JobVertexID, IntermediateDataSetID) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobVertexInputInfo(JobVertexID, IntermediateDataSetID) - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
Get the input info of a certain input of a certain job vertex.
- getJobVertexInputInfos() - Method in class org.apache.flink.runtime.executiongraph.ParallelismAndInputInfos
-
- getJobVertexMetrics() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getJobVertexParallelisms() - Method in class org.apache.flink.runtime.jobgraph.JobResourceRequirements
-
- getJobVertexStats(JobID, AccessExecutionJobVertex) - Method in interface org.apache.flink.runtime.webmonitor.stats.VertexStatsTracker
-
Returns statistics for a job vertex.
- getJobVertexStats(JobID, AccessExecutionJobVertex) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTracker
-
- getJobVertices() - Method in class org.apache.flink.runtime.jobgraph.JobResourceRequirements
-
- getJobVerticesPerState() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJson() - Method in class org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
- getJsonPlan() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the job plan as a JSON string.
- getJsonPlan() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJsonPlan() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJsonPlan() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJsonPlan() - Method in class org.apache.flink.runtime.rest.messages.JobPlanInfo
-
- getJvmDirectMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmDirectMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.FlinkMemory
-
- getJvmDirectMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.jobmanager.JobManagerFlinkMemory
-
- getJvmDirectMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmDirectMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getJvmHeapMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmHeapMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.FlinkMemory
-
- getJvmHeapMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.jobmanager.JobManagerFlinkMemory
-
- getJvmHeapMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmHeapMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getJvmMetaspace() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the maximum Metaspace size allowed for the task manager.
- getJvmMetaspaceAndOverhead() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmMetaspaceSize() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmMetaspaceSize() - Method in interface org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmOverhead() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the threshold for defining the maximum amount of memory used for the JVM overhead.
- getJvmOverheadSize() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmOverheadSize() - Method in interface org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmStartupOptions() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the system parameters and environment parameters that were passed to the JVM on startup.
- getJvmStartupOptionsArray() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the system parameters and environment parameters that were passed to the JVM on startup.
- getJvmVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the version of the JVM in the form "VM_Name - Vendor - Spec/Version".
- getKey() - Method in class org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
- getKey() - Method in class org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
- getKey() - Method in class org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter.FailureLabel
-
- getKey() - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns the key of this parameter, e.g.
- getKey() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- getKey() - Method in interface org.apache.flink.runtime.state.Keyed
-
Returns the key attribute.
- getKey() - Method in class org.apache.flink.runtime.state.restore.KeyGroupEntry
-
- getKey() - Method in interface org.apache.flink.runtime.state.StateEntry
-
Returns the key of this entry.
- getKey() - Method in class org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- getKeyAByKeyB(B) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getKeyBByKeyA(A) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getKeyContext() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeyedStateStore() - Method in interface org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns an interface that allows for registering keyed state with the backend.
- getKeyedStateStore() - Method in class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getKeyedStateStreamFuture() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getKeyGroup() - Method in class org.apache.flink.runtime.state.changelog.StateChange
-
- getKeyGroupCompressionDecorator() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeyGroupEntries() - Method in class org.apache.flink.runtime.state.restore.KeyGroup
-
- getKeyGroupId(int) - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
- getKeyGroupId(int) - Method in interface org.apache.flink.runtime.state.KeyGroupsList
-
- getKeyGroupId() - Method in class org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider
-
Returns the key group that corresponds to the data in the provided stream.
- getKeyGroupId() - Method in class org.apache.flink.runtime.state.restore.KeyGroup
-
- getKeyGroupList() - Method in class org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns a list of all key-groups which can be written to this stream.
- getKeyGroupOffset() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getKeyGroupOffset(int) - Method in class org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
Returns the offset for the given key-group.
- getKeyGroupRange() - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation.VertexAllocationInformation
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getKeyGroupRange() - Method in interface org.apache.flink.runtime.state.CheckpointableKeyedStateBackend
-
Returns the key groups which this state backend is responsible for.
- getKeyGroupRange() - Method in interface org.apache.flink.runtime.state.FullSnapshotResources
-
- getKeyGroupRange() - Method in interface org.apache.flink.runtime.state.InternalKeyContext
-
Returns the key groups for this backend.
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getKeyGroupRange() - Method in interface org.apache.flink.runtime.state.KeyedStateHandle
-
Returns the range of the key groups contained in the state.
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
- getKeyGroupRange() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getKeyGroupRange() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getKeyGroupWriter() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getKeyGroupWriter() - Method in interface org.apache.flink.runtime.state.StateSnapshot
-
- getKeys(N) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- getKeys(String, N) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- getKeys(N) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
- getKeys(N) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getKeys(String, N) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
- getKeysAndNamespaces(String) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- getKeysAndNamespaces() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getKeysAndNamespaces(String) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
- getKeySerializer() - Method in class org.apache.flink.runtime.query.KvStateInfo
-
- getKeySerializer() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeySerializer() - Method in interface org.apache.flink.runtime.state.FullSnapshotResources
-
Returns key TypeSerializer.
- getKeySerializer() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getKeySerializer() - Method in interface org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the TypeSerializer for the type of key this state is associated to.
- getKeySerializer() - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
- getKeySerializer() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getKeySerializer() - Method in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getKeySerializer() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getKeySerializerSnapshot() - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getKeytab() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getKrb5LoginModuleName() - Static method in class org.apache.flink.runtime.security.KerberosUtils
-
- getKvState(KvStateID) - Method in class org.apache.flink.runtime.query.KvStateRegistry
-
Returns the
KvStateEntry containing the requested instance as identified by the given
KvStateID, along with its
KvStateInfo or
null if none is registered.
- getKvStateClientProxy() - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- getKvStateID(int) - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the registered KvStateID for the key group index or null if none is
registered yet.
- getKvStateId() - Method in class org.apache.flink.runtime.state.restore.KeyGroupEntry
-
- getKvStateLocation(String) - Method in class org.apache.flink.runtime.query.KvStateLocationRegistry
-
Returns the
KvStateLocation for the registered KvState instance or
null
if no location information is available.
- getKvStateLocationOracle(JobID) - Method in interface org.apache.flink.runtime.query.KvStateClientProxy
-
Retrieves a future containing the currently leading key-value state location oracle.
- getKvStateLocationRegistry() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getKvStateLocationRegistry() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getKvStateRegistry() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getKvStateRegistry() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getKvStateRegistry() - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- getKvStateServer() - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- getKvStateServerAddress(int) - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the registered server address for the key group index or null if none is
registered yet.
- getKvStateService() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getLast() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
Returns the last checkpoint ID (current - 1).
- getLastAccessTimestamp() - Method in class org.apache.flink.runtime.state.ttl.TtlValue
-
- getLastBufferOperationTimestamp() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getLastBufferSize() - Method in class org.apache.flink.runtime.throughput.BufferDebloater
-
- getLastEstimatedTimeToConsume() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getLastEstimatedTimeToConsumeBuffers() - Method in class org.apache.flink.runtime.throughput.BufferDebloater
-
- getLastHeartbeat() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- getLastHeartbeat() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Gets the last heartbeat.
- getLastHeartbeat() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getLastHeartbeatFrom(ResourceID) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatManager
-
Returns the last received heartbeat from the given target.
- getLastHeartbeatFrom(ResourceID) - Method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- getLastOutputCollector() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getLastState() - Method in class org.apache.flink.runtime.checkpoint.DefaultLastStateConnectionStateListener
-
- getLastState() - Method in interface org.apache.flink.runtime.checkpoint.LastStateConnectionStateListener
-
Return the last state the listener was notified about.
- getLastTasksConfig() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getLastUpdateTime() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getLastUpdateTime() - Method in interface org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcher
-
- getLastUpdateTime() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcherImpl
-
- getLastUpdateTime() - Method in enum org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
- getLastUsedCheckpointID() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- getLatencyTrackingStateConfig() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getLatestAcknowledgedSubtaskStats() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the latest acknowledged subtask stats or null if none was acknowledged
yet.
- getLatestAcknowledgedSubtaskStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getLatestAcknowledgedSubtaskStats() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getLatestAcknowledgedSubtaskStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getLatestAckTimestamp() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the ack timestamp of the latest acknowledged subtask or -1 if none was
acknowledged yet.
- getLatestAckTimestamp() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getLatestAckTimestamp() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getLatestAckTimestamp() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getLatestCheckpoint() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- getLatestCheckpointId() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Returns the id of the latest completed checkpoints.
- getLatestCheckpoints() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getLatestCompletedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getLatestFailedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getLatestRestoredCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the latest restored checkpoint.
- getLatestSavepoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getLatestVersion(Collection<E>) - Static method in interface org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Accept versions and one of them as a comparator, and get the latest one.
- getLeaderAddress() - Method in class org.apache.flink.runtime.leaderelection.LeaderInformation
-
- getLeaderAddressFuture() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getLeaderAddressFuture() - Method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getLeaderAddressFuture() - Method in class org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getLeaderAddressFuture() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
- getLeaderAddressFuture() - Method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getLeaderFuture() - Method in class org.apache.flink.runtime.webmonitor.retriever.LeaderRetriever
-
Returns the current JobManagerGateway future.
- getLeaderId(JobID) - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- getLeaderId(JobID) - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
- getLeaderInformationFuture() - Method in class org.apache.flink.runtime.util.LeaderRetrievalUtils.LeaderInformationListener
-
- getLeaderLatchPath() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderNow() - Method in class org.apache.flink.runtime.webmonitor.retriever.LeaderRetriever
-
Returns the current leader information if available.
- getLeaderPath() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPath(String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForDispatcher() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for Dispatcher.
- getLeaderPathForDispatcher() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- getLeaderPathForJob(JobID) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForJobManager(JobID) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for specific JobManager.
- getLeaderPathForJobManager(JobID) - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- getLeaderPathForResourceManager() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for ResourceManager.
- getLeaderPathForResourceManager() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- getLeaderPathForRestServer() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for RestServer.
- getLeaderPathForRestServer() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- getLeaderResourceManager() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- getLeaderSessionId() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getLeaderSessionId() - Method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getLeaderSessionId() - Method in class org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getLeaderSessionId() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
The leader session id of this process.
- getLeaderSessionId() - Method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getLeaderSessionID(String) - Method in class org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
Returns the current leader session ID for the given componentId or null, if
the session wasn't confirmed.
- getLeaderSessionID() - Method in class org.apache.flink.runtime.leaderelection.LeaderInformation
-
- getLength() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- getLength() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- getLength() - Method in class org.apache.flink.runtime.io.network.buffer.BufferHeader
-
- getLength() - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- getLength() - Method in class org.apache.flink.runtime.state.ChainedStateHandle
-
Returns the length of the operator chain.
- getLength() - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- getLength() - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- getLibraryCacheManager() - Method in class org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getLibraryCacheManager() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.FileChannelInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the limit for reading bytes from the given memory segment.
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getListenerManagers() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- getListState(ListStateDescriptor<T>) - Method in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getListState(ListStateDescriptor<S>) - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getLoadedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- getLocality() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Gets the locality of this slot.
- getLocality() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getLocality() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndLocality
-
- getLocalPath() - Method in class org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
-
- getLocalRecoveryConfig() - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- getLocalRecoveryConfig() - Method in class org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- getLocalRecoveryConfig() - Method in interface org.apache.flink.runtime.state.TaskLocalStateStore
-
- getLocalRecoveryConfig() - Method in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- getLocalRecoveryDirectoryProvider() - Method in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- getLocalStateDirectory() - Method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getLocalStateDirectoryProvider() - Method in class org.apache.flink.runtime.state.LocalRecoveryConfig
-
- getLocalTaskOwnedDirectory(LocalRecoveryDirectoryProvider, JobID) - Static method in class org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- getLocation() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- getLocation() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
Deprecated.
- getLocationConstraint(int) - Method in interface org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- getLocationConstraint(int) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- getLocationReference() - Method in interface org.apache.flink.runtime.state.CheckpointStorageLocation
-
Gets a reference to the storage location.
- getLocationReference() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getLocationReference() - Method in class org.apache.flink.runtime.state.memory.NonPersistentMetadataCheckpointStorageLocation
-
- getLocationReference() - Method in class org.apache.flink.runtime.state.memory.PersistentMetadataCheckpointStorageLocation
-
- getLogicalScope(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the logical scope of this group, for example "taskmanager.job.task".
- getLogicalScope(CharacterFilter, char) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the logical scope of this group, for example "taskmanager.job.task".
- getLogicalScope(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getLogicalScope(CharacterFilter, char) - Method in class org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getLoginContextNames() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getLogInfos() - Method in class org.apache.flink.runtime.rest.messages.LogListInfo
-
- getLowerBound() - Method in class org.apache.flink.runtime.jobgraph.JobVertexResourceRequirements.Parallelism
-
- getMailboxLatency() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getMailboxSize() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getMailboxThroughput() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getMainExecutor() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlanCalculatorContext
-
Acquires the main thread executor for this job.
- getMainExecutor() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphCheckpointPlanCalculatorContext
-
- getMainMailboxExecutor() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getMainMailboxExecutor() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getMainThreadExecutor() - Method in class org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getMainThreadExecutor() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getMainThreadExecutor() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getManaged() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getManagedDir(FileMergingSnapshotManager.SubtaskKey, CheckpointedStateScope) - Method in interface org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager
-
- getManagedDir(FileMergingSnapshotManager.SubtaskKey, CheckpointedStateScope) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- getManagedDirName() - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SubtaskKey
-
Generate an unique managed directory name for one subtask.
- getManagedKeyedState() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getManagedKeyedState() - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- getManagedKeyedStateHandles(OperatorState, KeyGroupRange) - Static method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- getManagedMB() - Method in class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getManagedMemory() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the managed memory needed.
- getManagedMemoryFraction() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getManagedMemoryFraction() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getManagedMemorySize() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getManagedMemorySize() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getManagedMemorySize() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getManagedMemorySize() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getManagedMemoryTotal() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the total amount of memory reserved for by the MemoryManager.
- getManagedMemSize() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getManagedOperatorState() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getManagedOperatorState() - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- getMapForKeyGroup(int) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getMappedIndexes(int) - Method in class org.apache.flink.runtime.checkpoint.RescaleMappings
-
- getMapState(MapStateDescriptor<UK, UV>) - Method in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getMarkPartitionFinishedStrategy() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getMarkPartitionFinishedStrategy() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getMarkPartitionFinishedStrategy() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- getMarkPartitionFinishedStrategy() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getMasterHooks() - Method in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getMasterHookStates() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getMasterStates() - Method in class org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getMasterStates() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getMatchesFor(PT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getMatchFor(PT, BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
-
- getMatchFor(PT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
-
- getMatchFor(PT, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
-
- getMatchFor(PT) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
-
- getMatchFor(PT, T) - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.HashTableProber
-
Searches the hash table for the record with the given key.
- getMatchFor(PT) - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.HashTableProber
-
- getMaterializationID() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getMaterializationID() - Method in interface org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- getMaterializationID() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getMaterializedStateHandles() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getMaterializedStateHandles() - Method in interface org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- getMaterializedStateHandles() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getMax() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getMax() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getMaxBufferSize() - Method in class org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getMaxBuffersPerChannel() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getMaxBuffersReadAhead() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
Determine how many buffers to read ahead at most for each subpartition to prevent other
consumers from starving.
- getMaxCapacity() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns the maximum size of the buffer, i.e.
- getMaxCapacity() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- getMaxCapacity() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getMaxCapacity() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getMaxCapacity() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getMaxCapacity() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getMaxCompressedSize(int) - Method in class org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- getMaxCompressedSize(int) - Method in interface org.apache.flink.runtime.io.compression.BlockCompressor
-
Get the max compressed size for a given original size.
- getMaxCompressedSize(int) - Method in class org.apache.flink.runtime.io.compression.Lz4BlockCompressor
-
- getMaxConcurrentCheckpoints() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getMaxConcurrentRequests() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getMaxContentLength() - Method in class org.apache.flink.runtime.rest.RestClientConfiguration
-
Returns the max content length that the REST client endpoint could handle.
- getMaxContentLength() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the max content length that the REST server endpoint could handle.
- getMaxDepth(int) - Static method in class org.apache.flink.runtime.operators.sort.QuickSort
-
Deepest recursion before giving up and doing a heapsort.
- getMaximum() - Method in class org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the maximum seen value.
- getMaximum() - Method in class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the maximum seen value.
- getMaximum() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getMaximumNumberOfRetainedCheckpoints(Configuration, Logger) - Static method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStoreUtils
-
Extracts maximum number of retained checkpoints configuration from the passed Configuration.
- getMaximumParallelism() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the maximum parallelism of all operations in this job graph.
- getMaxJvmHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
The maximum JVM heap size, in bytes.
- getMaxNonReclaimableBuffers(Object) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManager
-
Return the number of the non-reclaimable buffers for the owner.
- getMaxNonReclaimableBuffers(Object) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManagerImpl
-
- getMaxNumberOfConnections() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getMaxNumberOfMemorySegments() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the maximum number of memory segments this buffer pool should use.
- getMaxNumberOfMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getMaxNumberOfRetainedCheckpoints() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Returns the max number of retained checkpoints.
- getMaxNumberOfRetainedCheckpoints() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getMaxNumberOfRetainedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- getMaxNumberOfRetainedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getMaxNumberOfRetainedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- getMaxNumberOfSubtasks() - Method in class org.apache.flink.runtime.executiongraph.TaskInformation
-
- getMaxOverdraftBuffersPerGate() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the max overdraft buffer size of per gate.
- getMaxOverdraftBuffersPerGate() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getMaxOverdraftBuffersPerGate() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getMaxParallelism() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getMaxParallelism() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the max parallelism for this job vertex.
- getMaxParallelism() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the maximum parallelism for the task.
- getMaxParallelism() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getMaxParallelism() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getMaxParallelism() - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- getMaxParallelism() - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns the vertex's max parallelism.
- getMaxRegistrationDuration() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getMaxRegistrationTimeoutMillis() - Method in class org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getMaxRequestedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
- getMaxSingleMeasurement() - Method in class org.apache.flink.runtime.metrics.TimerGauge
-
- getMaxSize() - Method in class org.apache.flink.runtime.util.config.memory.RangeFraction
-
- getMaxSlotNum() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMaxStackTraceDepth() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the configured maximum depth of the collected stack traces.
- getMaxStateSize() - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
Gets the size (in bytes) that a individual chunk of state may have at most.
- getMaxStateSize() - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
Gets the maximum size that an individual state can have, as configured in the constructor (by
default
5242880).
- getMaxStateSize() - Method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
Gets the maximum size that an individual state can have, as configured in the constructor (by
default
5242880).
- getMaxTotalCpu() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMaxTotalMem() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMaxWatermark() - Method in class org.apache.flink.runtime.source.event.WatermarkAlignmentEvent
-
- getMean() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getMemoryConfiguration() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getMemoryConfiguration() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getMemoryConfiguration() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getMemoryManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getMemoryManager() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getMemoryManager() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getMemoryManager() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getMemoryManager() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getMemoryPoolStatsAsString(List<MemoryPoolMXBean>) - Static method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
Gets the memory pool statistics from the JVM.
- getMemorySegment() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Deprecated.
- getMemorySegment() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getMemorySegment() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getMemorySegment() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getMemorySegment() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
Returns the underlying memory segment.
- getMemorySegmentOffset() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Deprecated.
- getMemorySegmentOffset() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getMemorySegmentOffset() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getMemorySegmentOffset() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getMemorySegmentOffset() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getMemorySize() - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Returns the total size of memory handled by this memory manager.
- getMemorySizeFromConfig(Configuration, ConfigOption<MemorySize>) - Static method in class org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- getMemoryTierExclusiveBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get exclusive buffer number of memory tier.
- getMemoryTierNumBytesPerSegment() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get the segment size of memory tier.
- getMemoryUsageStatsAsString(MemoryMXBean) - Static method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
Gets the memory footprint of the JVM in a string representation.
- getMessage() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getMessageHeaders() - Method in class org.apache.flink.runtime.rest.handler.AbstractRestHandler
-
- getMetadata() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceID
-
- getMetadataFilePath() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getMetadataHandle() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getMetadataHandle() - Method in interface org.apache.flink.runtime.state.CompletedCheckpointStorageLocation
-
Gets the state handle to the checkpoint's metadata.
- getMetadataHandle() - Method in class org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
- getMetaDataStateHandle() - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getMetaDataStateHandle() - Method in interface org.apache.flink.runtime.state.IncrementalKeyedStateHandle
-
- getMetaInfo() - Method in class org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
- getMetaInfo() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
- getMetaInfo() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getMetaInfo() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getMetaInfoSnapshot() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getMetaInfoSnapshot() - Method in interface org.apache.flink.runtime.state.StateSnapshot
-
Returns a snapshot of the state's meta data.
- getMetaInfoSnapshots() - Method in interface org.apache.flink.runtime.state.FullSnapshotResources
-
- getMetaspace() - Method in class org.apache.flink.runtime.util.config.memory.JvmMetaspaceAndOverhead
-
- getMetric(String) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
-
- getMetric(String, String) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
-
- getMetricGroup() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the task specific metric group.
- getMetricGroup() - Method in class org.apache.flink.runtime.failure.DefaultFailureEnricherContext
-
- getMetricGroup() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getMetricGroup() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getMetricGroup() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getMetricGroup() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getMetricGroup() - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- getMetricGroup() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getMetricGroup() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getMetricGroup() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getMetricIdentifier(String) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the fully qualified metric name, for example "host-7.taskmanager-2.window_word_count.my-mapper.metricName".
- getMetricIdentifier(String, CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the fully qualified metric name, for example "host-7.taskmanager-2.window_word_count.my-mapper.metricName".
- getMetricIdentifier(String, CharacterFilter, int, char) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the fully qualified metric name using the configured delimiter for the reporter with
the given index, for example "host-7.taskmanager-2.window_word_count.my-mapper.metricName".
- getMetricIdentifier(String) - Method in class org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getMetricIdentifier(String, CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getMetricIdentifier(String) - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getMetricIdentifier(String, CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getMetricQueryServiceAddress() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getMetricQueryServiceAddress() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getMetricQueryServiceGatewayRpcAddress() - Method in interface org.apache.flink.runtime.metrics.MetricRegistry
-
- getMetricQueryServiceGatewayRpcAddress() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getMetricQueryServiceRpcService() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getMetricRegistry() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getMetrics() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody
-
- getMetrics() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody
-
- getMetricStore() - Method in interface org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcher
-
Get
MetricStore which contains all currently fetched metrics.
- getMetricStore() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcherImpl
-
Returns the MetricStore containing all stored metrics.
- getMetricStore() - Method in enum org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
- getMimeTypeForExtension(String) - Static method in class org.apache.flink.runtime.rest.handler.util.MimeTypes
-
Gets the MIME type for the file with the given extension.
- getMimeTypeForFileName(String) - Static method in class org.apache.flink.runtime.rest.handler.util.MimeTypes
-
Gets the MIME type for the file with the given name, by extension.
- getMin() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getMin() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getMinBufferSize() - Method in class org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getMinFileSizeThreshold() - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
Gets the threshold below which state is stored as part of the metadata, rather than in files.
- getMinFileSizeThreshold() - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
Gets the threshold below which state is stored as part of the metadata, rather than in files.
- getMinimum() - Method in class org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the minimum seen value.
- getMinimum() - Method in class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the minimum seen value.
- getMinimum() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getMinMaxFloatingBuffersPerInputGate(int) - Static method in class org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
Calculates and returns the floating network buffer pool size used by the input gate.
- getMinMaxNetworkBuffersPerResultPartition(int, int, int, int, int, boolean, int, ResultPartitionType) - Static method in class org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
Calculates and returns local network buffer pool size used by the result partition.
- getMinOffloadingSize() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns the configuration used by the BLOB server.
- getMinOffloadingSize() - Method in interface org.apache.flink.runtime.blob.BlobWriter
-
Returns the min size before data will be offloaded to the BLOB store.
- getMinOffloadingSize() - Method in class org.apache.flink.runtime.blob.VoidBlobWriter
-
- getMinParallelism() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getMinParallelism() - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- getMinParallelism() - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns a vertex's min parallelism.
- getMinPauseBetweenCheckpoints() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getMinReserveDiskSpaceFraction() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Minimum reserved disk space fraction in disk tier.
- getMinResources() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the minimum resource for the task.
- getMinSize() - Method in class org.apache.flink.runtime.util.config.memory.RangeFraction
-
- getMinSlotNum() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMinTotalCpu() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMinTotalMem() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMissingResources() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- getMissingResources() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
Returns a collection of
ResourceRequirements that describe which resources the
corresponding job is missing.
- getMode() - Method in class org.apache.flink.runtime.rest.messages.cluster.ProfilingRequestBody
-
- getMtime() - Method in class org.apache.flink.runtime.rest.messages.LogInfo
-
- getMultipartFileUploads(ChannelHandlerContext) - Static method in class org.apache.flink.runtime.rest.FileUploadHandler
-
- getName() - Method in class org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- getName() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getName() - Method in class org.apache.flink.runtime.checkpoint.CheckpointType
-
- getName() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- getName() - Method in interface org.apache.flink.runtime.checkpoint.SnapshotType
-
- getName() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the name for this job vertex.
- getName() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getName() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the name assigned to the job graph.
- getName() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the name of the vertex.
- getName() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getName() - Method in class org.apache.flink.runtime.metrics.TraceReporterSetup
-
- getName() - Method in class org.apache.flink.runtime.rest.handler.router.RouterHandler
-
- getName() - Method in class org.apache.flink.runtime.rest.HttpHeader
-
Returns the name of this HTTP header.
- getName() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getName() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getName() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo.UserTaskAccumulator
-
- getName() - Method in class org.apache.flink.runtime.rest.messages.LogInfo
-
- getName() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getName() - Method in interface org.apache.flink.runtime.state.delegate.DelegatingStateBackend
-
- getName() - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getName() - Method in class org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
- getName() - Method in interface org.apache.flink.runtime.state.StateBackend
-
Return the name of this backend, default is simple class name.
- getNamespace() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- getNamespace() - Method in interface org.apache.flink.runtime.state.StateEntry
-
Returns the namespace of this entry.
- getNamespace() - Method in class org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- getNamespaceSerializer() - Method in class org.apache.flink.runtime.query.KvStateInfo
-
- getNamespaceSerializer() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getNamespaceSerializer() - Method in interface org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the TypeSerializer for the type of namespace this state is associated to.
- getNamespaceSerializer() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getNestedSerializers(ArrayListSerializer<T>) - Method in class org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
- getNestedSerializers(TtlStateFactory.TtlSerializer<T>) - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializerSnapshot
-
- getNetRuntime() - Method in class org.apache.flink.runtime.client.SerializedJobExecutionResult
-
- getNetRuntime(TimeUnit) - Method in class org.apache.flink.runtime.client.SerializedJobExecutionResult
-
Gets the net execution time of the job, i.e., the execution time in the parallel system,
without the pre-flight steps like the optimizer in a desired time unit.
- getNetRuntime() - Method in class org.apache.flink.runtime.jobmaster.JobResult
-
- getNettyConnectionId() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionWriter
-
Get the id of connection in the writer.
- getNettyConnectionId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionWriterImpl
-
- getNettyHttpMethod() - Method in enum org.apache.flink.runtime.rest.HttpMethodWrapper
-
- getNetwork() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getNetworkBufferPool() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getNetworkBuffersPerInputChannel(int) - Static method in class org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
Calculates and returns the number of required exclusive network buffers per input channel.
- getNetworkInterfaceNames() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getNetworkMB() - Method in class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getNetworkMemory() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the network memory needed.
- getNetworkMemory() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured maximum network memory.
- getNetworkMemorySize() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getNetworkMemorySize() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNetworkMemSize() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getNetworkMemSize() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getNetworkMemSize() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getNetworkRetries() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Returns a new inMemoryPartition object.
- getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- getNewToOldSubtasksMapping(int, int) - Method in enum org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Returns a mapping new subtask index to all old subtask indexes.
- getNext() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getNext() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getNext() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- getNext() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getNextBuffer() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Returns the next buffer from the consumed subpartitions or Optional.empty() if there
is no data to return.
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNextBuffer(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.partition.DataBuffer
-
Copies data in this
DataBuffer to the target
MemorySegment in subpartition
index order and returns
BufferWithSubpartition which contains the copied data and the
corresponding subpartition index.
- getNextBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- getNextBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerClient
-
- getNextBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageSortBuffer
-
- getNextBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierConsumerAgent
-
- getNextBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierConsumerAgent
-
- getNextBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierConsumerAgent
-
- getNextBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierConsumerAgent
-
Get buffer from the consumer agent.
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getNextBuffer() - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
Returns the next
Buffer instance of this queue iterator.
- getNextBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- getNextBuffer() - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- getNextBufferIndexToConsume(HsConsumerId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNextBufferIndexToConsume(HsConsumerId) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get all subpartition's next buffer index to consume of specific consumer.
- getNextDataType() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- getNextInputSplit() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getNextInputSplit(String, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getNextInputSplit(String, int) - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getNextInputSplit(ClassLoader) - Method in interface org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider
-
Requests the next input split to be consumed by the calling task.
- getNextInputSplit(ClassLoader) - Method in class org.apache.flink.runtime.taskexecutor.rpc.RpcInputSplitProvider
-
- getNextReceivedBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNextRecord(T) - Method in interface org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
- getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- getNextReturnedBlock() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Gets the next memory segment that has been filled with data by the reader.
- getNextReturnedBlock() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
-
Gets the next memory segment that has been written and is available again.
- getNextReturnedBlock() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Gets the next memory segment that has been filled with data by the reader.
- getNextReturnedBlock() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
-
Gets the next memory segment that has been written and is available again.
- getNextSubpartitionToConsume() - Method in class org.apache.flink.runtime.io.network.partition.RoundRobinSubpartitionSelector
-
- getNextSubpartitionToConsume() - Method in interface org.apache.flink.runtime.io.network.partition.SubpartitionSelector
-
Returns the next subpartition to consume data.
- getNioBuffer(int, int) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets a new
ByteBuffer instance wrapping this buffer's bytes.
- getNioBuffer(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getNioBuffer(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getNioBuffer(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getNioBuffer(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getNioBufferReadable() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets a new
ByteBuffer instance wrapping this buffer's readable bytes, i.e.
- getNioBufferReadable() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getNioBufferReadable() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
This method is only called by tests and by event-deserialization, like checkpoint barriers.
- getNioBufferReadable() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getNioBufferReadable() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getNioFileChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- getNioFileChannel() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
- getNodeId() - Method in class org.apache.flink.runtime.blocklist.BlockedNode
-
- getNodeId() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getNodeId() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getNodeId() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNodeId() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Return the ID of node where the task manager is located on.
- getNodeId() - Method in class org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getNonMaterializedStateHandles() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getNonMaterializedStateHandles() - Method in interface org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- getNonMaterializedStateHandles() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getNonReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getNonReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.FullOuterJoinDriver
-
- getNonReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.LeftOuterJoinDriver
-
- getNonReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.RightOuterJoinDriver
-
- getNow() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getNow() - Method in interface org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever
-
Returns the currently retrieved gateway if there is such an object.
- getNumAckSubtasks() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getNumAckSubtasks() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getNumberAvailableSlots() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getNumberBlockedFreeSlots() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberBlockedTaskManagers() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberCollectedStates() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getNumberCollectedStates() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getNumberCompletedCheckpoints() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberCPUCores() - Static method in class org.apache.flink.runtime.util.Hardware
-
Gets the number of CPU cores (hardware contexts) that the JVM has access to.
- getNumberFailedCheckpoints() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberFreeSlots() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberFreeSlots() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get total number of free slots.
- getNumberFreeSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberFreeSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberFreeSlots() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberFreeSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getNumberFreeSlotsOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get number of free slots from the TaskManager with the given instance id.
- getNumberFreeSlotsOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberFreeSlotsOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberFreeSlotsOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberInProgressCheckpoints() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberOfAcknowledgedSubtasks() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the number of acknowledged subtasks.
- getNumberOfAcknowledgedSubtasks() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getNumberOfAcknowledgedSubtasks() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getNumberOfAcknowledgedSubtasks() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getNumberOfAcknowledgedTasks() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getNumberOfActiveConnections() - Method in interface org.apache.flink.runtime.io.network.ConnectionManager
-
- getNumberOfActiveConnections() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- getNumberOfActiveConnections() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- getNumberOfAllocatedBytes() - Method in class org.apache.flink.runtime.io.network.netty.NettyBufferPool
-
Returns the number of currently allocated bytes.
- getNumberOfArenas() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getNumberOfAssignedPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getNumberOfAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNumberOfAvailableMemorySegments() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the number memory segments, which are currently held by this buffer pool.
- getNumberOfAvailableMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getNumberOfAvailableMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfChainedStubs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfCompletedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of completed checkpoints.
- getNumberOfConsumedPartitionGroupsById(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- getNumberOfCPUCores() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the number of CPU cores available to the JVM on the compute node.
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- getNumberOfDriverComparators() - Method in interface org.apache.flink.runtime.operators.Driver
-
Gets the number of comparators required for this driver.
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- getNumberOfEventsUntilInterruptInIterativeBroadcastGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfEventsUntilInterruptInIterativeGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfFailedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of failed checkpoints.
- getNumberOfInProgressCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of in progress checkpoints.
- getNumberOfInputChannels() - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
Returns the total number of input channels across all unioned input gates.
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the number of inputs.
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- getNumberOfInputs() - Method in interface org.apache.flink.runtime.operators.Driver
-
Gets the number of inputs that the task has.
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- getNumberOfIterations() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfKeyGroups() - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getNumberOfKeyGroups() - Method in interface org.apache.flink.runtime.state.InternalKeyContext
-
Returns the number of key-groups aka max parallelism.
- getNumberOfKeyGroups() - Method in class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- getNumberOfKeyGroups() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getNumberOfKeyGroups() - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
- getNumberOfKeyGroups() - Method in interface org.apache.flink.runtime.state.KeyGroupsList
-
Returns the number of key group ids in the list.
- getNumberOfKeyGroups() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getNumberOfNonAcknowledgedOperatorCoordinators() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getNumberOfNonAcknowledgedTasks() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getNumberOfOutstandingRequests() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileWriter
-
- getNumberOfOutstandingRequests() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BufferFileWriter
-
Returns the number of outstanding requests.
- getNumberOfPartitions() - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getNumberOfPartitions() - Method in class org.apache.flink.runtime.state.OperatorStateCheckpointOutputStream
-
- getNumberOfPendingCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getNumberOfPendingRequests() - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
- getNumberOfProducedIntermediateDataSets() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the number of produced intermediate data sets.
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getNumberOfQueuedBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Gets the current number of received buffers which have not been processed yet.
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- getNumberOfQueuedBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- getNumberOfQueuedBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the total number of queued buffers of all subpartitions.
- getNumberOfQueuedBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the number of queued buffers of the given target subpartition.
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
Get the current size of the queue.
- getNumberOfQueuedBuffers() - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getNumberOfQueuedBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getNumberOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- getNumberOfReferenceHolders(JobID) - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
- getNumberOfRegisteredBufferPools() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfRegisteredMasterHooks() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Gets the number of currently register master hooks.
- getNumberOfRegisteredTaskManagers() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getNumberOfRegisteredTaskManagers() - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Gets the currently registered number of TaskManagers.
- getNumberOfRequestedMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getNumberOfRequiredBuffers() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNumberOfRequiredMemorySegments() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the number of guaranteed (minimum number of) memory segments of this buffer pool.
- getNumberOfRequiredMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getNumberOfRequiredSlots() - Method in class org.apache.flink.runtime.slots.ResourceRequirement
-
- getNumberOfRestarts() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getNumberOfRestarts() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Gets the number of restarts, including full restarts and fine grained restarts.
- getNumberOfRestarts() - Method in class org.apache.flink.runtime.executiongraph.failover.ExecutionFailureHandler
-
- getNumberOfRestarts() - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- getNumberOfRestarts() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getNumberOfRestoredCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of restored checkpoints.
- getNumberOfRetainedCheckpoints() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Returns the current number of retained checkpoints.
- getNumberOfRetainedCheckpoints() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getNumberOfRetainedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- getNumberOfRetainedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getNumberOfRetainedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- getNumberOfRetainedSuccessfulCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getNumberOfSamples() - Method in class org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getNumberOfSlots() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getNumberOfSlots() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNumberOfSubpartitions() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getNumberOfSubpartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getNumberOfSubpartitions() - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- getNumberOfSubpartitions() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- getNumberOfSubpartitions() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getNumberOfSubpartitions() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getNumberOfSubtasks() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the total number of subtasks involved in this checkpoint.
- getNumberOfSubtasks() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getNumberOfSubtasks() - Method in class org.apache.flink.runtime.executiongraph.TaskInformation
-
- getNumberOfSubtasks() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
- getNumberOfUnfinishedPartitions() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getNumberOfUsedMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfVariablesWithReferences() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- getNumberOfVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of all vertices.
- getNumberRegisteredSlots() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberRegisteredSlots() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get total number of registered slots.
- getNumberRegisteredSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberRegisteredSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberRegisteredSlots() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberRegisteredSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getNumberRegisteredSlotsOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get number of registered slots from the TaskManager with the given instance id.
- getNumberRegisteredSlotsOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberRegisteredSlotsOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberRegisteredSlotsOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberReporters() - Method in interface org.apache.flink.runtime.metrics.MetricRegistry
-
Returns the number of registered reporters.
- getNumberReporters() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getNumberReporters() - Method in class org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- getNumberRestoredCheckpoints() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberSlots() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getNumberSlots() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getNumberTaskManagers() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumBroadcastInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumBuffers() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the current size of this buffer pool.
- getNumBuffers() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- getNumBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- getNumBuffers() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Get the number of buffers in this region.
- getNumBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
- getNumBuffersInLocalCounter() - Method in class org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBuffersInRemoteCounter() - Method in class org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBuffersOut() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsOutputMetrics
-
- getNumBuffersOutCounter() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumBuffersPerRequest() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getNumBuffersTriggerFlushRatio() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
When the number of buffers that have been requested exceeds this threshold, trigger the
flushing operation in each
TierProducerAgent.
- getNumBytes() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Get output bytes.
- getNumBytesIn() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumBytesInCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumBytesInCounter() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumBytesInLocalCounter() - Method in class org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBytesInRemoteCounter() - Method in class org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBytesOut() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumBytesOut() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsOutputMetrics
-
- getNumBytesOutCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumBytesOutCounter() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumBytesProduced() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- getNumBytesProduced(IndexRange, IndexRange) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- getNumBytesProduced() - Method in interface org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
Return the num of bytes produced(numBytesProduced) by the producer.
- getNumBytesProduced(IndexRange, IndexRange) - Method in interface org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
Return the aggregated num of bytes according to the index range for partition and
subpartition.
- getNumBytesProduced() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.PointwiseBlockingResultInfo
-
- getNumBytesProduced(IndexRange, IndexRange) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.PointwiseBlockingResultInfo
-
- getNumBytesSendCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumCommittablesAlreadyCommittedCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- getNumCommittablesFailureCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- getNumCommittablesRetryCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- getNumCommittablesSuccessCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- getNumCommittablesTotalCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- getNumCompressedBytes() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Get output compressed bytes, return num bytes if there is no compression.
- getNumConsumers() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
In dynamic graph cases, the number of consumers of ConsumedPartitionGroup can be different
even if they contain the same IntermediateResultPartition.
- getNumFinishedVertices() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getNumFinishedVertices() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getNumGuaranteedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemorySpec
-
- getNumInputs() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getNumInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumIoThreads() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNumJobsCancelled() - Method in class org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumJobsFailed() - Method in class org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumJobsFinished() - Method in class org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumJobsRunningOrPending() - Method in class org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumKeyGroups() - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the number of key groups of the operator the KvState instances belong to.
- getNumMailsProcessedCounter() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumNeeded() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceDeclaration
-
- getNumOccupiedMemorySegments() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Gets the number of memory segments used by this partition, which includes build side memory
buffers and overflow memory segments.
- getNumOutputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumPartitions() - Method in interface org.apache.flink.runtime.executiongraph.IntermediateResultInfo
-
Get number of partitions for this result.
- getNumPartitions() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- getNumPartitions() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.PointwiseBlockingResultInfo
-
- getNumPendingRequests() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- getNumPriorityElements() - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- getNumRecordsIn() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumRecordsInCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsInCounter() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumRecordsInErrorsCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- getNumRecordsInRateMeter() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsOut() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumRecordsOutCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsOutCounter() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumRecordsOutErrorsCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumRecordsOutRate() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsSendCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumRecordsSendErrorsCounter() - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumRegions() - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- getNumRegisteredKeyGroups() - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the current number of registered key groups.
- getNumRegisteredPartitions() - Method in class org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- getNumRequiredComparators() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getNumRetainedInMemoryRegionsMax() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
Max number of hybrid retained regions in memory.
- getNumSamples() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the number of samples that are requested to be collected.
- getNumSlots() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getNumSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getNumSlots() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getNumSlotsAvailable() - Method in class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumSlotsFreeAndBlocked() - Method in class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumSlotsPerWorker() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getNumSlotStatus() - Method in class org.apache.flink.runtime.taskexecutor.SlotReport
-
- getNumSlotsTotal() - Method in class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumSubpartitions(int) - Method in interface org.apache.flink.runtime.executiongraph.IntermediateResultInfo
-
Get number of subpartitions for the given partition.
- getNumSubpartitions() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNumSubpartitions() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get the number of downstream consumers.
- getNumSubpartitions(int) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- getNumSubpartitions(int) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.PointwiseBlockingResultInfo
-
- getNumSubtasks() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getNumSubtasks() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getNumTargetKeyGroups() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- getNumTargetKeyGroups() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getNumTaskInputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadTask
-
- getNumTaskInputs() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getNumTaskManagers() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getNumTaskManagersBlocked() - Method in class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumTaskManagersConnected() - Method in class org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumTasks() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getNumTotalBuffers() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getNumTotalPartitions() - Method in class org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- getNumTotalPartitions() - Method in class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getNumTotalRequestedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNumTotalRequestedBuffers() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get total number of buffers requested from buffer pool.
- getNumTotalUnSpillBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNumTotalUnSpillBuffers() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get total number of not decided to spill buffers.
- getNumWriteBehindBuffers(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Determines the number of buffers to be used for asynchronous write behind.
- getOccupancy() - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Gets the number of bytes currently occupied in this hash table.
- getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getOccupancy() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the number of bytes currently occupied in this sorter, records and sort index.
- getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getOffsetForKeyGroup(int) - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getOffsets() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getOffsets() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- getOffsets() - Method in class org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- getOldSubtaskIndexes(int) - Method in class org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- getOldSubtasks(int, int, int) - Method in enum org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Returns all old subtask indexes that need to be read to restore all buffers for the given new
subtask index on rescale.
- getOpenFileHandlesLimit() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Tries to retrieve the maximum number of open file handles.
- getOperationCaches() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getOperationCaches() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.StatusHandler
-
Extract the operation key under which the operation result future is stored.
- getOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingStatusHandler
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalStatusHandler
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - Method in class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.SavepointStatusHandler
-
- getOperatorCoordinatorEventGateway() - Method in interface org.apache.flink.runtime.execution.Environment
-
Gets the gateway through which operators can send events to the operator coordinators.
- getOperatorCoordinatorEventGateway() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getOperatorCoordinators() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getOperatorCoordinators() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorDescription() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorEventGateway(OperatorID) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher
-
Gets the gateway through which events can be passed to the OperatorCoordinator for the
operator identified by the given OperatorID.
- getOperatorFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getOperatorID() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getOperatorId() - Method in class org.apache.flink.runtime.jobgraph.OperatorInstanceID
-
- getOperatorId() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets the ID of the operator to which the coordinator belongs.
- getOperatorId() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider
-
Gets the ID of the operator to which the coordinator belongs.
- getOperatorId() - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- getOperatorIdentifier() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getOperatorIdentifier() - Method in class org.apache.flink.runtime.state.OperatorStateBackendParametersImpl
-
- getOperatorIdentifier() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getOperatorIdentifier() - Method in interface org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParameters
-
- getOperatorIDs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
Returns a list containing the ID pairs of all operators contained in this execution job
vertex.
- getOperatorIDs() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorLevelCachingDescription() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the operator-level caching description for this input.
- getOperatorName() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorPrettyName() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorsMemory() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the memory the operators needed.
- getOperatorStateMetaInfoSnapshots() - Method in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getOperatorStates() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getOperatorStates() - Method in class org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getOperatorStates() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getOperatorStateStore() - Method in interface org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns an interface that allows for registering operator state with the backend.
- getOperatorStateStore() - Method in class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getOperatorStateStreamFuture() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getOption(String) - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getOption(StateMetaInfoSnapshot.CommonOptionsKeys) - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getOptions() - Method in class org.apache.flink.runtime.entrypoint.ClusterConfigurationParserFactory
-
- getOptions() - Method in class org.apache.flink.runtime.entrypoint.DynamicParametersConfigurationParserFactory
-
- getOptions() - Method in class org.apache.flink.runtime.entrypoint.EntrypointClusterConfigurationParserFactory
-
- getOptions() - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfigurationParserFactory
-
- getOptions() - Method in interface org.apache.flink.runtime.entrypoint.parser.ParserResultFactory
-
Returns all relevant Options for parsing the command line arguments.
- getOptionsImmutable() - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getOrAddOperator(AbstractID, String, OperatorID, String) - Method in class org.apache.flink.runtime.metrics.groups.JobManagerJobMetricGroup
-
- getOrAddOperator(String) - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- getOrAddOperator(OperatorID, String) - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- getOrAddOperator(AbstractID, String, OperatorID, String) - Method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredJobManagerJobMetricGroup
-
- getOrAddOperator(OperatorID, String) - Method in class org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredTaskMetricGroup
-
- getOrAllocateSharedResource(String, Object, LongFunctionWithException<T, Exception>, long) - Method in class org.apache.flink.runtime.memory.SharedResources
-
Gets the shared memory resource for the given owner and registers a lease.
- getOrCreateExecutor(JobVertexID, int, CheckpointStorage, int) - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutorFactory
-
- getOrCreateExecutorFactory(JobID) - Method in class org.apache.flink.runtime.state.TaskExecutorChannelStateExecutorFactoryManager
-
- getOrCreateJob(JobID, SupplierWithException<? extends JobTable.JobServices, E>) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getOrCreateJob(JobID, SupplierWithException<? extends JobTable.JobServices, E>) - Method in interface org.apache.flink.runtime.taskexecutor.JobTable
-
Gets a registered
JobTable.Job or creates one if not present.
- getOrCreateKeyedState(TypeSerializer<N>, StateDescriptor<S, V>) - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getOrCreateKeyedState(TypeSerializer<N>, StateDescriptor<S, T>) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
Creates or retrieves a keyed state backed by this state backend.
- getOrCreatePhysicalFileForCheckpoint(FileMergingSnapshotManager.SubtaskKey, long, CheckpointedStateScope) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
Get a reused physical file or create one.
- getOrCreatePhysicalFileForCheckpoint(FileMergingSnapshotManager.SubtaskKey, long, CheckpointedStateScope) - Method in class org.apache.flink.runtime.checkpoint.filemerging.WithinCheckpointFileMergingSnapshotManager
-
- getOrCreateResultDataSet(IntermediateDataSetID, ResultPartitionType) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getOrDecideHybridPartitionDataConsumeConstraint(Configuration, boolean) - Static method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchSchedulerFactory
-
- getOrResolveClassLoader(Collection<PermanentBlobKey>, Collection<URL>) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager.ClassLoaderHandle
-
Gets or resolves the user code class loader for the associated job.
- getOtherConcurrentAttempts() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getOtherConcurrentAttempts() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getOutput() - Method in class org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- getOutput() - Method in class org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- getOutputCollector() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getOutputCollector(AbstractInvokable, TaskConfig, ClassLoader, List<RecordWriter<?>>, int, int) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
Creates the Collector for the given task, as described by the given configuration.
- getOutputCollector() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getOutputCollector() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getOutputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputDataDistribution(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputFile() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getOutputFormats() - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer.FormatUserCodeTable
-
- getOutputFormats() - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getOutputGroup() - Method in class org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getOutputPartitioner(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputRescalingDescriptor() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getOutputRescalingDescriptor() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getOutputRescalingDescriptor() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
- getOutputRescalingDescriptor() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getOutputSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputShipStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputStream() - Method in class org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile
-
- getOutputSubtaskIndex() - Method in class org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- getOverhead() - Method in class org.apache.flink.runtime.util.config.memory.JvmMetaspaceAndOverhead
-
- getOversizedRecordCount() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
Gets the number of oversized records handled by this combiner.
- getOwner() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemorySpec
-
- getOwnerName() - Method in class org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getOwningJob(AllocationID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- getOwningJob(AllocationID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getOwningTaskName() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getOwningTaskName() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getP50() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP90() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP95() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP99() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP999() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getPageSize() - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Gets the size of the pages handled by the memory manager.
- getPageSize() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getPageSize(Configuration) - Static method in class org.apache.flink.runtime.util.ConfigurationParserUtils
-
Parses the configuration to get the page size and validates the value.
- getPairComparatorFactory(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getParallelism() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getParallelism() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getParallelism() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the parallelism for this job vertex.
- getParallelism() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getParallelism() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getParallelism() - Method in class org.apache.flink.runtime.executiongraph.ParallelismAndInputInfos
-
- getParallelism() - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- getParallelism(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.JobResourceRequirements
-
- getParallelism() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the parallelism of the task.
- getParallelism() - Method in class org.apache.flink.runtime.jobgraph.JobVertexResourceRequirements
-
- getParallelism() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getParallelism() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getParallelism() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getParallelism(JobVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
- getParallelism() - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- getParallelism() - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns a vertex's parallelism.
- getParallelismInfo(JobVertexID) - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismStore
-
- getParallelismInfo(JobVertexID) - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismStore
-
Returns a given vertex's parallelism information.
- getParallelismOptional(JobVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
- getParallelSubtaskIndex() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the subtask index of this execution.
- getParallelSubtaskIndex() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the subtask index of this execution vertex.
- getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getParameters(OperatorID) - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getParentGroup() - Method in class org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getParentMetricGroup() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getPartialRecordLength() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumerWithPartialRecordLength
-
- getPartitionById(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
Returns the partition with the given ID.
- getPartitionedState(N, TypeSerializer<N>, StateDescriptor<S, ?>) - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
TODO: NOTE: This method does a lot of work caching / retrieving states just to update the
namespace.
- getPartitionedState(StateDescriptor<S, ?>) - Method in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getPartitionedState(N, TypeSerializer<N>, StateDescriptor<S, ?>) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
Creates or retrieves a partitioned state backed by this state backend.
- getPartitionGroupReleaseStrategy() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getPartitionGroupReleaseStrategy() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getPartitionId() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getPartitionId() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getPartitionId() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- getPartitionId() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- getPartitionID() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStoragePartitionId
-
- getPartitionId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerSpec
-
- getPartitionId() - Method in exception org.apache.flink.runtime.io.network.partition.PartitionException
-
- getPartitionId() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getPartitionId() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- getPartitionId() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getPartitionIdx() - Method in class org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- getPartitionIndex() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getPartitionIndexRange() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertexInputInfo
-
Get the partition range this subtask should consume.
- getPartitioningFanOutNoEstimates(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Gets the number of partitions to be used for an initial hash-table, when no estimates are
available.
- getPartitionManager() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getPartitionNumber() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getPartitionNumber() - Method in class org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Gets the partition number of this partition.
- getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Gets the partition number of this partition.
- getPartitionPath(TieredStoragePartitionId, String) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- getPartitionProducer() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getPartitionProducer() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getPartitionRequestListeners() - Method in class org.apache.flink.runtime.io.network.partition.PartitionRequestListenerManager
-
- getPartitionRequestListenerTimeout() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getPartitionReuseCount() - Method in class org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getPartitionsOccupyingLocalResources() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
Report unreleased partitions.
- getPartitionsOccupyingLocalResources() - Method in interface org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Report partitions which still occupy some resources locally.
- getPartitionStateChecker() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getPartitionStateSerializer() - Method in class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- getPartitionTracker() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getPartitionTracker() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getPartitionType() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getPartitionType() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the type of this result partition.
- getPartitionType() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getPartitionTypes() - Method in class org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getPath() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
Returns the path to the underlying temporary file.
- getPath() - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- getPath() - Method in class org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
- getPathFile() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
Returns the path to the underlying temporary file as a File.
- getPathForJob(JobID) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Returns the JobID as a String (with leading slash).
- getPathParameter(Class<PP>) - Method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.FileMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.ProfilingFileMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.EmptyMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregateTaskManagerMetricsParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.JobTaskManagerMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.MessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerFileMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMessageParameters
-
- getPathParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileMessageParameters
-
- getPaths() - Method in interface org.apache.flink.runtime.io.disk.FileChannelManager
-
Gets all the files corresponding to the config temp dirs.
- getPaths() - Method in class org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
- getPayload() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Returns the set payload or null if none.
- getPayload() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getPendingCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getPendingCheckpointStats(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- getPendingRequests() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
- getPendingResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of total pending resources.
- getPendingResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingSlotAllocationRecords() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getPendingTaskManagerId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getPendingTaskManagers() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingTaskManagersByTotalAndDefaultSlotResourceProfile(ResourceProfile, ResourceProfile) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingTaskManagersToAllocate() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getPendingTaskManagersToAllocate() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceReconcileResult
-
- getPendingTaskManagersToRelease() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceReconcileResult
-
- getPermanentBlobService() - Method in class org.apache.flink.runtime.blob.BlobCacheService
-
- getPermanentBlobService() - Method in class org.apache.flink.runtime.blob.BlobServer
-
- getPermanentBlobService() - Method in interface org.apache.flink.runtime.blob.BlobService
-
Returns a BLOB service for accessing permanent BLOBs.
- getPermanentBlobService() - Method in interface org.apache.flink.runtime.blob.TaskExecutorBlobService
-
- getPersistedData() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
- getPersistedData() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getPersistedData() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getPersistedData() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getPersistedData() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getPersistedDataStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
- getPersistedDataStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getPersistedDataStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getPersistedDataStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getPhysicalFile() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- getPhysicalSlot() - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
- getPhysicalSlotNumber() - Method in interface org.apache.flink.runtime.jobmaster.SlotInfo
-
Gets the number of the slot.
- getPhysicalSlotResourceProfile() - Method in class org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the desired resource profile for the physical slot to host this task slot.
- getPipelineBreakingExchange(ExecutionMode) - Static method in enum org.apache.flink.runtime.io.network.DataExchangeMode
-
- getPipelinedRegionOfVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getPipelinedRegionOfVertex(VID) - Method in interface org.apache.flink.runtime.topology.Topology
-
The pipelined region for a specified vertex.
- getPluginManager() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getPoolSize(Configuration) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Gets and verify the io-executor pool size based on configuration.
- getPoolSize() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getPoolSize() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get the current size of buffer pool.
- getPort() - Method in class org.apache.flink.runtime.blob.AbstractBlobCache
-
Returns the port the BLOB server is listening on.
- getPort() - Method in class org.apache.flink.runtime.blob.BlobCacheService
-
- getPort() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns the port on which the server is listening.
- getPort() - Method in interface org.apache.flink.runtime.blob.BlobService
-
Returns the port of the BLOB server that this BLOB service is working with.
- getPort() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getPortsIterator() - Method in class org.apache.flink.runtime.util.PortRange
-
- getPos() - Method in class org.apache.flink.runtime.state.CompressibleFSDataInputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.CompressibleFSDataOutputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- getPos() - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- getPosition() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- getPostCheckpointAction() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- getPreferredAllocations() - Method in class org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the desired allocation ids for the slot.
- getPreferredLocationBasedOnState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Gets the preferred location to execute the current task execution attempt, based on the state
that the execution attempt will resume.
- getPreferredLocationBasedOnState() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getPreferredLocations() - Method in class org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the preferred locations for the slot.
- getPreferredLocations(ExecutionVertexID, Set<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.DefaultPreferredLocationsRetriever
-
- getPreferredLocations(ExecutionVertexID, Set<ExecutionVertexID>) - Method in interface org.apache.flink.runtime.scheduler.PreferredLocationsRetriever
-
Returns preferred locations of an execution vertex.
- getPreferredLocations(ExecutionVertexID, Set<ExecutionVertexID>) - Method in interface org.apache.flink.runtime.scheduler.SyncPreferredLocationsRetriever
-
Returns preferred locations of an execution vertex.
- getPreferredResources() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the preferred resource for the task.
- getPreferredSnapshotExecutionType() - Method in class org.apache.flink.runtime.state.SavepointResources
-
- getPreProcessingOperationName() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the name of the pro-processing operation for this input.
- getPreviousElementSerializer() - Method in class org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- getPreviousGlobalAggregate(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getPreviousKeySerializer() - Method in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getPreviousNamespaceSerializer() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getPreviousPartitionStateSerializer() - Method in class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- getPreviousSerializerSnapshot() - Method in class org.apache.flink.runtime.state.StateSerializerProvider
-
Gets the previous serializer snapshot.
- getPreviousStateSerializer() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getPreviousStateSerializerSnapshot() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getPreviousValueSerializer() - Method in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getPrincipal() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getPrioritizedInputChannelState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
- getPrioritizedManagedKeyedState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns an immutable list with all alternative snapshots to restore the managed keyed state,
in the order in which we should attempt to restore.
- getPrioritizedManagedOperatorState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns an immutable list with all alternative snapshots to restore the managed operator
state, in the order in which we should attempt to restore.
- getPrioritizedRawKeyedState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns an immutable list with all alternative snapshots to restore the raw keyed state, in
the order in which we should attempt to restore.
- getPrioritizedRawOperatorState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns an immutable list with all alternative snapshots to restore the raw operator state,
in the order in which we should attempt to restore.
- getPrioritizedResultSubpartitionState() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
- getPriority(TieredStoragePartitionId, TieredStorageSubpartitionId, int, int, PartitionFileReader.ReadProgress) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader
-
Get the priority for reading a particular buffer from the partitioned file.
- getPriority(TieredStoragePartitionId, TieredStorageSubpartitionId, int, int, PartitionFileReader.ReadProgress) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileReader
-
- getPriority(TieredStoragePartitionId, TieredStorageSubpartitionId, int, int, PartitionFileReader.ReadProgress) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFileReader
-
- getPriorityEventAvailableFuture() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Notifies when a priority event has been enqueued.
- getPriorityEventAvailableFuture() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getPriorityQueue() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
- getPrivateState() - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- getProbeSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getProbeSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getProbeSideComparator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getProbeSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getProcessedData() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
- getProcessedData() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getProcessedData() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getProcessedData() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getProcessedData() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getProcessedDataStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
- getProcessedDataStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getProcessedDataStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getProcessedDataStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getProcessorsCount() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getProducedDataSets() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getProducedDataSets() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getProducedPartitions() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getProducedPartitions() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getProducedResults() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getProducedResults() - Method in interface org.apache.flink.runtime.topology.Vertex
-
- getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getProducer() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getProducer() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- getProducer() - Method in interface org.apache.flink.runtime.topology.Result
-
- getProducerExecutionId() - Method in class org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getProducerExecutionState() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider.ResponseHandle
-
- getProducerId() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- getProducerLocation() - Method in class org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getProducersOfConsumedPartitionGroup(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphToInputsLocationsRetrieverAdapter
-
- getProducersOfConsumedPartitionGroup(ConsumedPartitionGroup) - Method in interface org.apache.flink.runtime.scheduler.InputsLocationsRetriever
-
Get the producer execution vertices of a consumed result partition group.
- getProducerVertexId() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalEdge
-
- getProducerVertexId() - Method in interface org.apache.flink.runtime.jobgraph.topology.LogicalEdge
-
Returns the ID of producer vertex.
- getProfilingInfos() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfoList
-
- getProfilingList(String) - Method in class org.apache.flink.runtime.util.profiler.ProfilingService
-
- getProfilingMode() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getProfilingResultDir() - Method in class org.apache.flink.runtime.util.profiler.ProfilingService
-
- getProperties() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the properties of this checkpoint.
- getProperties() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getProperties() - Method in class org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the properties of the restored checkpoint.
- getProxyPortRange() - Method in class org.apache.flink.runtime.taskexecutor.QueryableStateConfiguration
-
Returns the port range where the queryable state client proxy can listen.
- getPushChainDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getQuantile(double) - Method in class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the value for the given quantile based on the represented histogram statistics or
Double.NaN if the histogram was not built.
- getQuantile(double) - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getQueryParameter(Class<QP>) - Method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
- getQueryParameter(HandlerRequest<R>, Class<P>) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerRequestUtils
-
Returns the value of a query parameter, or null if the query parameter is not set.
- getQueryParameter(HandlerRequest<R>, Class<P>, X) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerRequestUtils
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.FileMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.ProfilingFileMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.EmptyMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobExceptionsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.MessageParameters
-
- getQueryParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMessageParameters
-
- getQueryServiceMessageSizeLimit() - Method in class org.apache.flink.runtime.metrics.MetricRegistryConfiguration
-
- getQueryServiceMetricInfo(CharacterFilter) - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the metric query service scope for this group.
- getRangeFraction(MemorySize, MemorySize, ConfigOption<Float>, Configuration) - Static method in class org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- getRate() - Method in class org.apache.flink.runtime.metrics.ThresholdMeter
-
- getRawKeyedOperatorStateOutput() - Method in interface org.apache.flink.runtime.state.StateSnapshotContext
-
Returns an output stream for keyed state
- getRawKeyedOperatorStateOutput() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getRawKeyedState() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getRawKeyedState() - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- getRawKeyedStateHandles(OperatorState, KeyGroupRange) - Static method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- getRawKeyedStateInputs() - Method in interface org.apache.flink.runtime.state.StateInitializationContext
-
Returns an iterable to obtain input streams for previously stored keyed state partitions that
are assigned to this operator.
- getRawKeyedStateInputs() - Method in class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getRawOperatorState() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getRawOperatorState() - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- getRawOperatorStateInputs() - Method in interface org.apache.flink.runtime.state.StateInitializationContext
-
Returns an iterable to obtain input streams for previously stored operator state partitions
that are assigned to this operator.
- getRawOperatorStateInputs() - Method in class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getRawOperatorStateOutput() - Method in interface org.apache.flink.runtime.state.StateSnapshotContext
-
Returns an output stream for operator state
- getRawOperatorStateOutput() - Method in class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getReadableRegion(int, int, int) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex
-
- getReadableRegion(int, int, int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl
-
- getReadBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadBufferResult
-
- getReadEndAfterSuperstepEnded() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
-
Called by iteration head after it has sent all input for the current superstep through the
data channel (blocks iteration head).
- getReader(int) - Static method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters
-
- getReaderIndex() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns the reader index of this buffer.
- getReaderIndex() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getReaderIndex() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getReaderIndex() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getReaderIndex() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getReadPosition() - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- getReadProgress() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadBufferResult
-
- getReadyToServeFuture() - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- getReadyToServeFuture() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
Get the ready to serve future of the resource manager.
- getReadyToServeFuture() - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- getReason() - Method in class org.apache.flink.runtime.jobmaster.JMTMRegistrationRejection
-
- getReason() - Method in class org.apache.flink.runtime.registration.RegistrationResponse.Failure
-
Gets the reason for the failure.
- getReason() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationRejection
-
- getReceiveRatePerInterface(int) - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getReceiverId() - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestListener
-
- getReceiverId() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- getReceiverId() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionRequestListener
-
Get the input channel id of the notifier.
- getReceiveTimestamp() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- getRecentExpiredCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getRecord(int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getRecord(int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the record at the given logical position.
- getRecord(T, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the record at the given logical position.
- getRecord(int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getRecordCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
number of records in partition including garbage
- getRecordsRead() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getRecordsWritten() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getRecordWriter(int) - Method in class org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- getRecordWriter(int) - Method in class org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- getRecordWriter(int) - Method in interface org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate
-
Returns the internal actual record writer instance based on the output index.
- getRecordWriter(int) - Method in class org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- getRecursionLevel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Gets this partition's recursion level.
- getRecycler() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets the buffer's recycler.
- getRecycler() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getRecycler() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getRecycler() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getRecycler() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getRedirectResponse(String, String, HttpResponseStatus) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerRedirectUtils
-
- getReducingState(ReducingStateDescriptor<T>) - Method in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getRedundantTaskManagerNum() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getReferenceBytes() - Method in class org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
Gets the reference bytes.
- getRefreshInterval() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getRefreshInterval() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getRefusedDelayMillis() - Method in class org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getRegionEndOffset() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- getRegionEndOffset() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Get the file end offset of the region.
- getRegionEndOffset() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
- getRegionGroupSizeInBytes() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
Segment size of hybrid spilled file data index.
- getRegionStartOffset() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- getRegionStartOffset() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Get the file start offset of this region.
- getRegionStartOffset() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
- getRegisteredBroadcastStateNames() - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getRegisteredComponentIds() - Method in class org.apache.flink.runtime.leaderelection.LeaderInformationRegister
-
Returns the componentIds for which leader information is stored.
- getRegisteredExecutions() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getRegisteredExecutions() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getRegisteredPQStates() - Method in class org.apache.flink.runtime.state.HeapPriorityQueuesManager
-
- getRegisteredResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of total registered resources.
- getRegisteredResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getRegisteredResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegisteredResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getRegisteredResourceOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of registered resources from the TaskManager with the given instance id.
- getRegisteredResourceOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getRegisteredResourceOf(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegisteredResourceOf(InstanceID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getRegisteredStateNames() - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getRegisteredTaskManager(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegisteredTaskManagers() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegistrationId() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the ID that the ResourceManager assigned the registration.
- getRegistrationName() - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Returns the name under which the KvState instances have been registered.
- getRelativeBackChannelMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeInputMaterializationMemory(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeMemoryDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeMemoryInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativePath() - Method in class org.apache.flink.runtime.state.filesystem.RelativeFileStateHandle
-
- getRelativeSolutionSetMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeTimeMillis() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- getReleased() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- getReleaseFuture() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
Gets the release future which is completed once the execution reaches a terminal state and
the assigned resource has been released.
- getReleasePartitions() - Method in class org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getRemoteMaterializedStateHandles() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getRemoteNonMaterializedStateHandles() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getRemoteStorageBasePath() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get the base path on remote storage.
- getRemoteTierExclusiveBuffers() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get exclusive buffer number of remote tier.
- getRemoteTierNumBytesPerSegment() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get the segment size of remote tier.
- getRemoveKeys() - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfiguration
-
- getRemoveKeyValues() - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfiguration
-
- getReplaceKeyValues() - Method in class org.apache.flink.runtime.entrypoint.ModifiableClusterConfiguration
-
- getReporter() - Method in class org.apache.flink.runtime.metrics.ReporterSetup
-
- getReporter() - Method in class org.apache.flink.runtime.metrics.TraceReporterSetup
-
- getReporterIndex() - Method in class org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getReporters() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getRepresentativeAttempt() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- getRepresentativeAttempts() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getRequest() - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- getRequestBody() - Method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
Returns the request body.
- getRequestClass() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingFileHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getRequestClass() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getRequestClass() - Method in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
-
Returns the class of the request message.
- getRequestId() - Method in class org.apache.flink.runtime.messages.TaskBackPressureResponse
-
- getRequestId() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the ID of the sampling request.
- getRequestId() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
Returns the ID of the sample.
- getRequestSegmentsTimeout() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getRequiredClasspathURLs() - Method in class org.apache.flink.runtime.executiongraph.JobInformation
-
- getRequiredJarFileBlobKeys() - Method in class org.apache.flink.runtime.executiongraph.JobInformation
-
- getRequirementCheckDelay() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getReservedAllocations() - Method in class org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns a set of all reserved allocation ids from the execution graph.
- getResource() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- getResourceAllocator() - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- getResourceAllocator() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getResourceAllocator() - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- getResourceCount(ResourceProfile) - Method in class org.apache.flink.runtime.util.ResourceCounter
-
- getResourceEventHandler() - Method in class org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getResourceHandle() - Method in class org.apache.flink.runtime.memory.OpaqueMemoryResource
-
Gets the handle to the resource.
- getResourceID() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceID
-
A ResourceID can always retrieve a ResourceID.
- getResourceID() - Method in interface org.apache.flink.runtime.clusterframework.types.ResourceIDRetrievable
-
Gets the ResourceID of the object.
- getResourceID() - Method in class org.apache.flink.runtime.clusterframework.types.SlotID
-
- getResourceID() - Method in class org.apache.flink.runtime.io.network.ConnectionID
-
- getResourceID() - Method in class org.apache.flink.runtime.jobmaster.JMTMRegistrationSuccess
-
- getResourceID() - Method in class org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
-
- getResourceId() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getResourceId() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getResourceId() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getResourceID() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getResourceId() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getResourceID() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- getResourceID() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getResourceID() - Method in class org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Gets the ID of the resource in which the TaskManager is started.
- getResourceID() - Method in class org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getResourceIdString() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceID
-
Gets the Resource Id as string.
- getResourceManagerGateway(GatewayRetriever<ResourceManagerGateway>) - Static method in class org.apache.flink.runtime.rest.handler.resourcemanager.AbstractResourceManagerHandler
-
- getResourceManagerGatewayRetriever() - Method in class org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getResourceManagerGatewayRetriever() - Method in class org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getResourceManagerId() - Method in class org.apache.flink.runtime.jobmaster.JobMasterRegistrationSuccess
-
- getResourceManagerId() - Method in class org.apache.flink.runtime.jobmaster.ResourceManagerAddress
-
- getResourceManagerId() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the unique ID that identifies the ResourceManager.
- getResourceManagerLeaderElection() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getResourceManagerLeaderElection() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getResourceManagerLeaderElection() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getResourceManagerLeaderElection() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getResourceManagerLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getResourceManagerLeaderRetriever() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader retriever for the cluster's resource manager.
- getResourceManagerLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getResourceManagerLeaderRetriever() - Method in class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getResourceManagerNode() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getResourceManagerResourceId() - Method in class org.apache.flink.runtime.jobmaster.JobMasterRegistrationSuccess
-
- getResourceOverview() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getResourceProfile() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the resource profile for this job vertex.
- getResourceProfile() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getResourceProfile() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getResourceProfile() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getResourceProfile() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getResourceProfile() - Method in interface org.apache.flink.runtime.jobmaster.SlotInfo
-
Returns the resource profile of the slot.
- getResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerSlot
-
- getResourceProfile() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
Get resource profile of this slot.
- getResourceProfile() - Method in class org.apache.flink.runtime.slots.ResourceRequirement
-
- getResourceProfile() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getResourceProfile() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- getResourceProfile() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getResourceProfile() - Method in class org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the resource profile of this slot.
- getResourceRequirements() - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns the current resource requirements.
- getResourceRequirements() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- getResourceRequirements() - Method in class org.apache.flink.runtime.slots.ResourceRequirements
-
- getResources() - Method in class org.apache.flink.runtime.util.ResourceCounter
-
- getResourceStabilizationTimeout() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.Settings
-
- getResourcesWithCount() - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Gets the stored resources and their counts.
- getResponse(HttpResponseStatus, String) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerRedirectUtils
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getResponseClass() - Method in interface org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the class of the response message.
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getResponseClass() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getResponseHeaders() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Response headers that should be added to every HTTP response.
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getResponseStatusCode() - Method in interface org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the http status code for the response.
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getResponseStatusCode() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getResponseTypeParameters() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- getResponseTypeParameters() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getResponseTypeParameters() - Method in interface org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the collection of type parameters for the response type.
- getRestAddress() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- getRestAddress() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
- getRestartDelayMS() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns the delay before the restarting.
- getRestartStrategy() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getRestBaseUrl() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
Returns the base URL of the REST server endpoint.
- getRestBindAddress() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the address that the REST server endpoint should bind itself to.
- getRestBindPortRange() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the port range that the REST server endpoint should listen on.
- getRestoreCheckpointId() - Method in class org.apache.flink.runtime.checkpoint.JobManagerTaskRestore
-
- getRestoreCheckpointId() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
Acquires the checkpoint id to restore from.
- getRestoreCheckpointId() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getRestoredCheckpointId() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns the checkpoint id if this was created for a restored operator, null otherwise.
- getRestoredCheckpointId() - Method in interface org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns id of the restored checkpoint, if state was restored from the snapshot of a previous
execution.
- getRestoredCheckpointId() - Method in class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getRestoredCheckpointStatistics() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getRestoredKeyGroups() - Method in class org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
- getRestoredProperties() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getRestoreMode() - Method in class org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Tells how to restore from the given savepoint.
- getRestorePath() - Method in class org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Returns the path to the savepoint to restore from.
- getRestoreTimestamp() - Method in class org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the timestamp when the checkpoint was restored.
- getRestoreTimestamp() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- getRestPort() - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- getRestPort() - Method in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
- getRestPort() - Method in class org.apache.flink.runtime.entrypoint.EntrypointClusterConfiguration
-
- getRestPort() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
- getRestPort() - Method in interface org.apache.flink.runtime.rest.RestService
-
Port of the running rest service.
- getRestServerNode() - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- getResult() - Method in class org.apache.flink.runtime.rest.handler.async.OperationResult
-
- getResultFuture() - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- getResultFuture() - Method in class org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getResultFuture() - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Get the result future of this runner.
- getResultFuture() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- getResultFuture() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
Future which is completed with the result of job execution.
- getResultFuture() - Method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getResultId() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getResultId() - Method in interface org.apache.flink.runtime.executiongraph.IntermediateResultInfo
-
Get the intermediate result id.
- getResultId() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
Gets id of the intermediate result.
- getResultId() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getResultOptimizerProperties() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- getResultPartition(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getResultPartition(IntermediateResultPartitionID) - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingTopology
-
- getResultPartitionAvailabilityChecker() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getResultPartitionAvailabilityChecker() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getResultPartitionAvailabilityChecker() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getResultPartitionBytes() - Method in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- getResultPartitionDeploymentDescriptor(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getResultPartitionId() - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestListener
-
- getResultPartitionId() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionRequestListener
-
Get the result partition id of the notifier.
- getResultPartitionId() - Method in class org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
- getResultPartitionId() - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getResultPartitionID() - Method in class org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- getResultPartitionID() - Method in interface org.apache.flink.runtime.shuffle.ShuffleDescriptor
-
- getResultPartitionID() - Method in class org.apache.flink.runtime.shuffle.UnknownShuffleDescriptor
-
- getResultPartitionManager() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getResultPartitionOrThrow(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getResultPartitionOrThrow(IntermediateResultPartitionID) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Gets the intermediate result partition by the given partition ID, or throw an exception if
the partition is not found.
- getResultPartitionOrThrow(IntermediateResultPartitionID) - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getResultPartitionType() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getResultPartitionType() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- getResultSubpartitionOffsets() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStatePendingResult
-
- getResultSubpartitionState() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getResultSubpartitionStateHandles() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult
-
- getResultType() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getResultType() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getResultType() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getResultType() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- getResultType() - Method in interface org.apache.flink.runtime.topology.Result
-
- getRetryingRegistrationConfiguration() - Method in class org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getRetryingRegistrationConfiguration() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Gets the queue in which the full memory segments are queued after the asynchronous read is
complete.
- getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
-
Gets the queue in which the memory segments are queued after the asynchronous write is
completed.
- getReturnQueue() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Gets the queue in which the full memory segments are queued after the read is complete.
- getReturnQueue() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
-
Gets the queue in which the memory segments are queued after the asynchronous write is
completed
- getReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.FullOuterJoinDriver
-
- getReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.LeftOuterJoinDriver
-
- getReusingOuterJoinIterator(DriverStrategy, MutableObjectIterator<IT1>, MutableObjectIterator<IT2>, TypeSerializer<IT1>, TypeComparator<IT1>, TypeSerializer<IT2>, TypeComparator<IT2>, TypePairComparatorFactory<IT1, IT2>, MemoryManager, IOManager, double) - Method in class org.apache.flink.runtime.operators.RightOuterJoinDriver
-
- getRevisionInformation() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the code revision (commit and commit date) of Flink, as generated by the Maven
builds.
- getRmConfig() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getRmRuntimeServicesConfig() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getRoot() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph
-
- getRootCause() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
The actual failure that is handled.
- getRootCauseExecution() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
Returns the
Execution that handled the root cause for this failure.
- getRootException() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- getRootTimestamp() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- getRouteResult() - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- getRpcPort() - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- getRPCPortRange(Configuration) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
Returns the port range for the common RpcService.
- getRpcService() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getRpcServiceSharing() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getRpcTimeout() - Method in class org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getRpcTimeout() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getRunningJobIds() - Method in class org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- getRunningJobIds() - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- getRunningJobIds() - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- getSampleInterval() - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- getSamples() - Method in class org.apache.flink.runtime.messages.TaskThreadInfoResponse
-
Returns a collection of ThreadInfoSample.
- getSamplesBySubtask() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
Returns the a map of thread info samples by subtask (execution ID).
- getSavepointPath() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalRequest
-
- getSavepointPath() - Method in exception org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- getSavepointPath() - Method in interface org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationHandler
-
Returns the a CompletableFuture referring to the result of the stop-with-savepoint
operation.
- getSavepointPath() - Method in class org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationHandlerImpl
-
- getSavepointPath() - Method in class org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
Deprecated.
Gets the directory where savepoints are stored by default (when no custom path is given to
the savepoint trigger command).
- getSavepointPath() - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- getSavepointPath() - Method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- getSavepointRestoreSettings() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the configured savepoint restore setting.
- getSavepointStatistics() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getSavepointStatus(AsynchronousJobOperationKey) - Method in class org.apache.flink.runtime.dispatcher.DispatcherCachedOperationsHandler
-
- getSavepointTriggerCache() - Method in class org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
-
- getScalaVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the version of the used Scala compiler as String.
- getScalingIntervalMax() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.Settings
-
- getScalingIntervalMin() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.Settings
-
- getScheduledExecutor() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getSchedulerType() - Method in class org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- getSchedulerType() - Method in interface org.apache.flink.runtime.jobmaster.SlotPoolServiceSchedulerFactory
-
Returns the scheduler type this factory is creating.
- getSchedulerType() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory
-
- getSchedulerType() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchSchedulerFactory
-
- getSchedulerType() - Method in class org.apache.flink.runtime.scheduler.DefaultSchedulerFactory
-
- getSchedulerType() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNGFactory
-
- getSchedulingTopology() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getSchedulingTopology() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getSchedulingTopology() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- getScope() - Method in class org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile
-
- getScope() - Method in class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
- getScopeComponents() - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Gets the scope as an array of the scope components, for example ["host-7",
"taskmanager-2", "window_word_count", "my-mapper"].
- getScopeComponents() - Method in class org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getScopeFormats() - Method in interface org.apache.flink.runtime.metrics.MetricRegistry
-
Returns the scope formats.
- getScopeFormats() - Method in class org.apache.flink.runtime.metrics.MetricRegistryConfiguration
-
- getScopeFormats() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getScopeFormats() - Method in class org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- getSecondaryStreamException() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- getSecurityConfig() - Method in class org.apache.flink.runtime.security.modules.HadoopModule
-
- getSecurityContextFactories() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getSecurityModuleFactories() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getSegmentBufferContexts() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SubpartitionBufferContext
-
- getSegmentFinishDirPath(String, TieredStoragePartitionId, int) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- getSegmentId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SegmentBufferContext
-
- getSegmentId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayload
-
- getSegmentIndexFromPointer(long) - Method in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- getSegmentOffsetFromPointer(long) - Method in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- getSegmentPath(String, TieredStoragePartitionId, int, long) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- getSegmentSize() - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Gets the size of the segments used by this view.
- getSelectiveStrategySpillBufferRatio() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
The proportion of buffers to be spilled.
- getSelectiveStrategySpillThreshold() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
When the number of buffers that have been requested exceeds this threshold, trigger the
spilling operation.
- getSendAndReceiveBufferSize() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getSenderBacklog() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getSendRatePerInterface(int) - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.api.EventAnnouncement
-
- getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel.BufferAndAvailability
-
- getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- getSequentialChannelStateReader() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
- getSequentialChannelStateReader() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getSerializedAccumulatorResults() - Method in class org.apache.flink.runtime.client.SerializedJobExecutionResult
-
- getSerializedCheckpointException() - Method in class org.apache.flink.runtime.messages.checkpoint.DeclineCheckpoint
-
Gets the reason why the checkpoint was declined.
- getSerializedCoordinationRequest() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody
-
- getSerializedCoordinationResponse() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationResponseBody
-
- getSerializedExecutionConfig() - Method in class org.apache.flink.runtime.executiongraph.JobInformation
-
- getSerializedExecutionConfig() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the ExecutionConfig.
- getSerializedJobInformation() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
- getSerializedThrowable() - Method in class org.apache.flink.runtime.jobmaster.JobResult
-
Returns an empty Optional if the job finished successfully, otherwise the Optional will carry the failure cause.
- getSerializedThrowable() - Method in class org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- getSerializedUserAccumulators() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
-
- getSerializedValue(byte[], TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<SV>) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- getSerializedValue(byte[], TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<V>) - Method in interface org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the serialized value for the given key and namespace.
- getSerializer(int) - Static method in class org.apache.flink.runtime.checkpoint.metadata.MetadataSerializers
-
- getSerializerSnapshotsImmutable() - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getServerAddress() - Method in interface org.apache.flink.runtime.query.KvStateServer
-
Returns the
address the server is listening to.
- getServerAddress() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
Returns the address on which this endpoint is accepting requests.
- getServerChannelHandlers() - Method in class org.apache.flink.runtime.io.network.netty.NettyProtocol
-
Returns the server channel handlers.
- getServerConnectBacklog() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getServerNumThreads() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getSharedMemoryResourceForManagedMemory(String, LongFunctionWithException<T, Exception>, double) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Acquires a shared memory resource, identified by a type string.
- getSharedResources() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getSharedResources() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getSharedResources() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getSharedState() - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getSharedStateDirectory() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getSharedStateHandles() - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getSharedStateHandles() - Method in interface org.apache.flink.runtime.state.IncrementalKeyedStateHandle
-
Returns a list of all shared states and the corresponding localPath in the backend at the
time this was created.
- getSharedStateHandles() - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getSharedStateRegistry() - Method in class org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
-
- getSharedStateRegistry() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- getSharedStateRegistry() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getSharedStateRegistry() - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getSharingFilesStrategy() - Method in class org.apache.flink.runtime.checkpoint.CheckpointType
-
- getSharingFilesStrategy() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- getSharingFilesStrategy() - Method in interface org.apache.flink.runtime.checkpoint.SnapshotType
-
- getShipStrategyName() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the name of the ship strategy for the represented input, like "forward", "partition
hash", "rebalance", "broadcast", ...
- getShuffleDescriptor() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getShuffleDescriptor() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex
-
- getShuffleDescriptor() - Method in class org.apache.flink.runtime.executiongraph.PartitionInfo
-
- getShuffleDescriptor() - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getShuffleDescriptorCache() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getShuffleDescriptors() - Method in class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- getShuffleDescriptors() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup
-
- getShuffleDescriptors() - Method in class org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- getShuffleDescriptors() - Method in class org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getShuffleEnvironment() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getShuffleMaster() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getShuffleMaster() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getShuffleMaster() - Method in class org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getShutDownFuture() - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- getShutDownFuture() - Method in interface org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayService
-
- getShutDownFuture() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getShutDownFuture() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- getShutDownFuture() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- getShutDownFuture() - Method in interface org.apache.flink.runtime.dispatcher.runner.DispatcherRunner
-
Return shut down future of this runner.
- getShutDownFuture() - Method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getShutDownFuture() - Method in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
- getShutdownStatus() - Method in class org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getSize() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- getSize() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Gets the size (in bytes) of the file underlying the channel.
- getSize() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns the size of the written data, i.e.
- getSize() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getSize() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getSize() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getSize() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getSize() - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getSize() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- getSize() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper.Region
-
Get the total size in bytes of this region, including the fields and the buffers.
- getSize() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
Get the total size in bytes of this region, including the fields and the buffers.
- getSize() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayloadManager
-
- getSize() - Method in class org.apache.flink.runtime.memory.OpaqueMemoryResource
-
Gets the size, in bytes.
- getSize() - Method in class org.apache.flink.runtime.rest.messages.LogInfo
-
- getSize() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- getSizeOfFreeHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets an estimate of the size of the free heap memory.
- getSizeOfFreeHeapMemoryWithDefrag() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets an estimate of the size of the free heap memory.
- getSizeOfJvmHeap() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of the JVM heap memory
- getSizeOfManagedMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of the memory managed by the system for caching, hashing, sorting, ...
- getSizeOfPhysicalMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of physical memory in bytes available on the compute node.
- getSizeOfPhysicalMemory() - Static method in class org.apache.flink.runtime.util.Hardware
-
Returns the size of the physical memory in bytes.
- getSizeOfQueuedBuffers() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getSizeOfQueuedBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getSizeOfQueuedBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- getSizeOfQueuedBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- getSizeOfQueuedBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the total size in bytes of queued buffers of all subpartitions.
- getSizeOfQueuedBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getSlot(Configuration) - Static method in class org.apache.flink.runtime.util.ConfigurationParserUtils
-
Parses the configuration to get the number of slots and validates the value.
- getSlotAllocationSnapshotDirectory() - Method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getSlotAllocationSnapshotPersistenceService() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getSlotAssignments() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan
-
- getSlotFor(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.ReservedSlots
-
- getSlotId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getSlotId() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getSlotID() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getSlotID() - Method in class org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the unique identification of this slot.
- getSlotIdleTimeout() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler.Settings
-
- getSlotIndex() - Method in class org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
- getSlotIndex() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getSlotIndex() - Method in class org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- getSlotInfo(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- getSlotInfo(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Get slot info by allocation id, this slot must exist.
- getSlotInfo() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndLocality
-
- getSlotInfo() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan.SlotAssignment
-
- getSlotInformation(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Returns slot information specified by the given allocationId.
- getSlotInformation(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- getSlotManager() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
-
- getSlotManagerConfiguration() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- getSlotNumber() - Method in class org.apache.flink.runtime.clusterframework.types.SlotID
-
- getSlotProfile() - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest
-
- getSlotReport() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
-
- getSlotRequestId() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Gets the slot request id uniquely identifying the request with which this slot has been
allocated.
- getSlotRequestId() - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest
-
- getSlotRequestId() - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
- getSlotRequestId() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getSlotRequestTimeout() - Method in class org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getSlots() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getSlotServiceStatus() - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- getSlotSharingGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the slot sharing group that this vertex is associated with.
- getSlotSharingGroup() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getSlotSharingGroupId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getSlotSharingGroups() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getSlotSharingGroups() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
-
Returns all slot-sharing groups of the job.
- getSlotSharingGroups() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getSlotTimeout() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getSnapshot() - Method in class org.apache.flink.runtime.accumulators.AccumulatorRegistry
-
Creates a snapshot of this accumulator registry.
- getSnapshotResources() - Method in class org.apache.flink.runtime.state.SavepointResources
-
- getSoftBackPressuredTimePerSecond() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getSolutionSetComparator(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSolutionSetSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSource() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the data set at the source of the edge.
- getSourceCoordinators() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getSourceEvent() - Method in class org.apache.flink.runtime.source.event.SourceEventWrapper
-
- getSourceId() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the ID of the consumed data set.
- getSpec() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceDeclaration
-
- getSpilledFuture() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- getSpillingDirectories() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Gets the directories that the I/O manager spills to.
- getSpillingDirectoriesPaths() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Gets the directories that the I/O manager spills to, as path strings.
- getSpillingStrategyType() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
- getSpillingThresholdDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSpillingThresholdInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSplitAssigner() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getSSLEnabled() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getSslHandlerFactory() - Method in class org.apache.flink.runtime.rest.RestClientConfiguration
-
Returns the
SSLEngine that the REST client endpoint should use.
- getSslHandlerFactory() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the
SSLEngine that the REST server endpoint should use.
- getStackTrace() - Method in class org.apache.flink.runtime.messages.ThreadInfoSample
-
- getStacktrace() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getStackTraceLocation() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph.Node
-
- getStartDelay() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getStartedFuture() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
Completion of this future indicates that the resource manager is fully started and is ready
to serve.
- getStartIndex() - Method in class org.apache.flink.runtime.executiongraph.IndexRange
-
- getStartKeyGroup() - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
- getStartOffset() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- getStartPos() - Method in class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
- getStartTime() - Method in class org.apache.flink.runtime.client.JobStatusMessage
-
- getStartTime() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getStartTime() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getStartTime() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getStartTime() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStartTime() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
Returns the timestamp, when the sample was triggered.
- getStartTimeCompatible() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStartTs() - Method in class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetrics
-
- getState(int) - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getState(int) - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getState() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getState() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the current JobStatus for this execution graph.
- getState() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getState() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getState() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getState() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getState() - Method in interface org.apache.flink.runtime.executiongraph.JobStatusProvider
-
Returns the current JobStatus for this execution graph.
- getState() - Method in class org.apache.flink.runtime.query.KvStateEntry
-
- getState() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getState() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getState() - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateFactory
-
- getState() - Method in class org.apache.flink.runtime.scheduler.JobStatusStore
-
- getState() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingExecutionVertex
-
Gets the state of the execution vertex.
- getState() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
- getState(ValueStateDescriptor<T>) - Method in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getState() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- getState() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Returns the internal data structure.
- getState() - Method in interface org.apache.flink.runtime.state.StateEntry
-
Returns the state of this entry.
- getState() - Method in class org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- getStateBackendName() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the state backend name for this ExecutionGraph.
- getStateBackendName() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getStateBackendName() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getStateChangelogStorage() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
Returns the configured state changelog storage for this task.
- getStateChangelogStorage() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getStateChangelogStorageView(Configuration, ChangelogStateHandle) - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
- getStateChangelogStorageView(Configuration, ChangelogStateHandle) - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getStateClass() - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateFactory
-
- getStateConsumedFuture() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getStateConsumedFuture() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getStateConsumedFuture() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- getStateConsumedFuture() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getStateEndTimestamp(ExecutionState) - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateEndTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateEndTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getStateEndTimestamps() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateEndTimestamps() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateEndTimestamps() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getStateHandleId() - Method in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
- getStateHandleId() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getStateHandleId() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getStateHandleId() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getStateHandleId() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getStateHandleId() - Method in interface org.apache.flink.runtime.state.KeyedStateHandle
-
Returns a unique state handle id to distinguish with other keyed state handles.
- getStateHandleId() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getStateHandles() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getStateHandles() - Method in class org.apache.flink.runtime.state.OperatorStateBackendParametersImpl
-
- getStateHandles() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getStateHandles() - Method in interface org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParameters
-
- getStateIncrementalVisitor(int) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- getStateIncrementalVisitor(int) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- getStateIncrementalVisitor(int) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
- getStateIncrementalVisitor(int) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getStateIncrementalVisitor(int) - Method in interface org.apache.flink.runtime.state.internal.InternalKvState
-
Get global visitor of state entries.
- getStateLocation(ExecutionVertexID) - Method in interface org.apache.flink.runtime.scheduler.StateLocationRetriever
-
Returns state location of an execution vertex.
- getStateMapSnapshotForKeyGroup(int) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateTableSnapshot
-
- getStateMetaInfo() - Method in interface org.apache.flink.runtime.state.BackendWritableBroadcastState
-
- getStateMetaInfo() - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- getStateMetaInfo() - Method in class org.apache.flink.runtime.state.PartitionableListState
-
- getStateMetaInfoSnapshots() - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getStateMetaInfoSnapshots() - Method in class org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
- getStateMetricName(String) - Static method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- getStateNameToPartitionOffsets() - Method in interface org.apache.flink.runtime.state.OperatorStateHandle
-
Returns a map of meta data for all contained states by their name.
- getStateNameToPartitionOffsets() - Method in class org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getStates() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getStates() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getStateSerializer() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- getStateSerializer() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- getStateSerializer() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getStateServerPortRange() - Method in class org.apache.flink.runtime.taskexecutor.QueryableStateConfiguration
-
Returns the port range where the queryable state server can listen.
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the total checkpoint state size over all subtasks.
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Returns the size of the checkpointed state at this subtask.
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getStateSize() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getStateSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Summary
-
- getStateSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getStateSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getStateSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getStateSize() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getStateSize() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.ChainedStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getStateSize() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getStateSize() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.DirectoryStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.filesystem.FileStateHandle
-
Returns the file size in bytes.
- getStateSize() - Method in class org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
-
- getStateSize() - Method in class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.PlaceholderStreamStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- getStateSize() - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister
-
- getStateSize() - Method in class org.apache.flink.runtime.state.SnapshotResult
-
- getStateSize() - Method in interface org.apache.flink.runtime.state.StateObject
-
Returns the size of the state in bytes.
- getStateSize(StateObject) - Static method in class org.apache.flink.runtime.state.StateUtil
-
Returns the size of a state object.
- getStateSizeStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
Returns the summary stats for the state size of completed checkpoints.
- getStateSizeStats() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getStateSizeStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getStateSnapshotTransformFactory() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getStateTable() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
This should only be used for testing.
- getStateTimestamp(ExecutionState) - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateTimestamp(ExecutionState) - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
- getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getStateTimestamps() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateTimestamps() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateTimestamps() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getStateType() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getStateValueSerializer() - Method in class org.apache.flink.runtime.query.KvStateInfo
-
- getStatistic() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getStatistics() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogram
-
- getStats() - Method in class org.apache.flink.runtime.state.StateObject.StateObjectSizeStatsCollector
-
- getStatsFuture() - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
A Future, which will either complete successfully if all of the samples from individual
tasks are collected or exceptionally, if at least one of the task responses fails.
- getStatus() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the status of this checkpoint.
- getStatus() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getStatus() - Method in class org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
- getStatus() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getStatus() - Method in class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetrics
-
- getStatus() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getStatus() - Method in class org.apache.flink.runtime.rest.handler.async.OperationResult
-
- getStatus() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getStatus() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- getStatus() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStatus() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getStatus() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getStatusDuration() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStatusDuration(ExecutionState) - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStatusTimestamp(JobStatus) - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the timestamp for the given JobStatus.
- getStatusTimestamp(JobStatus) - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getStatusTimestamp(JobStatus) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getStatusTimestamp(JobStatus) - Method in interface org.apache.flink.runtime.executiongraph.JobStatusProvider
-
Returns the timestamp for the given JobStatus.
- getStatusTimestamp(JobStatus) - Method in class org.apache.flink.runtime.scheduler.JobStatusStore
-
- getStdDev() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getStopMode() - Method in class org.apache.flink.runtime.io.network.api.EndOfData
-
- getStorageDir() - Method in class org.apache.flink.runtime.blob.AbstractBlobCache
-
- getStorageDir() - Method in class org.apache.flink.runtime.blob.BlobServer
-
- getStorageIdentifier() - Method in interface org.apache.flink.runtime.state.changelog.ChangelogStateHandle
-
- getStorageIdentifier() - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getStorageIdentifier() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getStorageLocation(JobID, BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns a file handle to the file associated with the given blob key on the blob server.
- getStorageLocation(JobID, BlobKey) - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
Returns a file handle to the file associated with the given blob key on the blob server.
- getStorageLocation(JobID, BlobKey) - Method in class org.apache.flink.runtime.blob.TransientBlobCache
-
Returns a file handle to the file associated with the given blob key on the blob server.
- getStoredJobsOverview() - Method in interface org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- getStoredJobsOverview() - Method in class org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- getStoredJobsOverview() - Method in class org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- getStream() - Method in class org.apache.flink.runtime.state.StatePartitionStreamProvider
-
Returns a stream with the data of one state partition.
- getStreamCompressionDecorator() - Method in interface org.apache.flink.runtime.state.FullSnapshotResources
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.filesystem.FileStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.PlaceholderStreamStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- getStreamStateHandleID() - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister
-
- getStreamStateHandleID() - Method in interface org.apache.flink.runtime.state.StreamStateHandle
-
- getStrictObjectMapper() - Static method in class org.apache.flink.runtime.rest.util.RestMapperUtils
-
Returns a preconfigured strict ObjectMapper.
- getStringifiedThreadInfo() - Method in class org.apache.flink.runtime.rest.messages.ThreadDumpInfo.ThreadInfo
-
- getStringWithMetadata() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceID
-
- getStub() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- getStub() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getStubParameters() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getStubType() - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- getStubType() - Method in interface org.apache.flink.runtime.operators.Driver
-
Gets the class of the stub type that is run by this task.
- getStubType() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- getStubWrapper(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSubpartitionBytes() - Method in class org.apache.flink.runtime.executiongraph.ResultPartitionBytes
-
- getSubpartitionId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageSubpartitionId
-
- getSubpartitionId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SubpartitionBufferContext
-
- getSubpartitionId() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyPayload
-
- getSubpartitionIds() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerSpec
-
- getSubPartitionIdx() - Method in class org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- getSubpartitionIndex() - Method in class org.apache.flink.runtime.io.network.partition.BufferWithSubpartition
-
- getSubPartitionIndex() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- getSubpartitionIndexRange() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertexInputInfo
-
Get the subpartition range this subtask should consume.
- getSubpartitionInfo() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- getSubpartitionNums() - Method in class org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getSubpartitionPath(String, TieredStoragePartitionId, int) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- getSubsetForKeyGroup(int) - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSet
-
- getSubsetForKeyGroup(int) - Method in class org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- getSubsetForKeyGroup(int) - Method in interface org.apache.flink.runtime.state.KeyGroupedInternalPriorityQueue
-
Returns the subset of elements in the priority queue that belongs to the given key-group,
within the operator's key-group range.
- getSubtask() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
Gets the subtask index of the parallel operator instance this gateway communicates with.
- getSubtask() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getSubtaskAttemptMetricStore(String, String, int, int) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getSubtaskCheckpointStatistics() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails
-
- getSubtaskId() - Method in class org.apache.flink.runtime.jobgraph.OperatorInstanceID
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's index in the subtask group.
- getSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertexInputInfo
-
Get the index of this subtask.
- getSubtaskIndex() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getSubtaskKey() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- getSubtaskMetricStore(String, String, int) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getSubtaskMetricStore(int) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
- getSubtasks() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getSubtasks() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsInfo
-
- getSubtaskState() - Method in class org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
- getSubtaskStateByOperatorID(OperatorID) - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns the subtask state for the given operator id (or null if not contained).
- getSubtaskStateMappings() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns the set of all mappings from operator id to the corresponding subtask state.
- getSubtaskStates() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- getSubtaskStates() - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- getSubtaskStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
Returns the stats for all subtasks.
- getSuccessfulCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getSum() - Method in class org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the sum of all seen values.
- getSum() - Method in class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the sum of all seen values.
- getSum() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getSummary() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getSummary() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails
-
- getSummaryStats() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the snapshotted completed checkpoint summary stats.
- getSummaryStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getSuperstep() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getSupportedAPIVersions() - Method in class org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getSupportedAPIVersions() - Method in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
Returns the supported API versions that this request supports.
- getSupportedAPIVersions() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getSupportedAPIVersions() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getSupportedAPIVersions() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getSupportedAPIVersions() - Method in interface org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
-
- getSupportedAPIVersions() - Method in interface org.apache.flink.runtime.rest.messages.RuntimeUntypedResponseMessageHeaders
-
- getSupportedAPIVersions() - Method in class org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
Deprecated.
- getSupportedAPIVersions() - Method in class org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
Deprecated.
- getSyncCheckpointDuration() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getSyncCheckpointDurationStats() - Method in class org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getSyncDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration
-
- getSyncDurationMillis() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getSyncDurationMillis() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getSynchronousDuration() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- getSystemPageSize() - Static method in class org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
Tries to get the system page size.
- getSystemPageSizeOrConservativeMultiple() - Static method in class org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
Tries to get the system page size.
- getSystemPageSizeOrDefault() - Static method in class org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
Tries to get the system page size.
- getSystemResourceMetricsProbingInterval() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getTarget() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the vertex connected to this edge.
- getTarget() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan.SlotAssignment
-
- getTargetAddress() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- getTargetAddress() - Method in class org.apache.flink.runtime.slots.ResourceRequirements
-
- getTargetAs(Class<T>) - Method in class org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan.SlotAssignment
-
- getTargetDirectory() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- getTargetDirectory() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- getTargetGateway() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
Gets the RegisteredGateway.
- getTargetLeaderId() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- getTargetLocation() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
Returns the target location for the checkpoint.
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getTargetRestEndpointURL() - Method in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
Returns the generalized endpoint url that this request should be sent to, for example /job/:jobid.
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingFileHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
Deprecated.
- getTargetRestEndpointURL() - Method in class org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
Deprecated.
- getTargetTotalBufferSize() - Method in class org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getTask(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Get the task for the given execution attempt id.
- getTask(ExecutionAttemptID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getTaskConfig() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getTaskConfig() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getTaskConfig() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getTaskConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the task-wide configuration object, originally attached to the job vertex.
- getTaskConfiguration() - Method in class org.apache.flink.runtime.executiongraph.TaskInformation
-
- getTaskConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the task configuration object which was attached to the original
JobVertex.
- getTaskConfiguration() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskConfiguration() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getTaskDeploymentDescriptorFactory() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getTaskDeploymentDescriptorFactory() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getTaskEventDispatcher() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getTaskEventDispatcher() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskEventDispatcher() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskExecutionId() - Method in class org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- getTaskExecutorAddress() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getTaskExecutorConnection() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getTaskExecutorConnection() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the taskExecutorConnection.
- getTaskExecutorGateway() - Method in class org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
-
- getTaskExecutorProcessSpec() - Method in class org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters
-
- getTaskExecutorResourceId() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getTaskExecutorResourceSpec() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getTaskExecutorUtilization(SlotInfo) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- getTaskExecutorUtilization(SlotInfo) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Get task executor utilization of this slot.
- getTaskFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getTaskHeap() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured heap size used by the tasks.
- getTaskHeap() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getTaskHeapMB() - Method in class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getTaskHeapMemory() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the task heap memory needed.
- getTaskHeapSize() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getTaskHeapSize() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getTaskHeapSize() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getTaskInfo() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the TaskInfo object associated with this subtask.
- getTaskInfo() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getTaskInfo() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskInfo() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getTaskInformation() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Return the sub task's task information.
- getTaskInformation() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getTaskInformationCache() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskInformationOrBlobKey() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getTaskInitializationDuration() - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
Returns the duration of time required for a task's restoring/initialization, which reaches
its maximum when the task begins running and remains constant throughout the task's running.
- getTaskIOMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- getTaskKvStateRegistry() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getTaskKvStateRegistry() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskLocalSnapshot() - Method in class org.apache.flink.runtime.state.SnapshotResult
-
- getTaskManagerActions() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getTaskManagerActions() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getTaskManagerActions() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskManagerBindAddress() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getTaskManagerBindAddress() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the bind address of the Taskmanager.
- getTaskManagerChangelogManager() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskManagerChannelStateManager() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskManagerConnection() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getTaskManagerConnection() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getTaskManagerConnection() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getTaskManagerExternalAddress() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getTaskManagerExternalAddress() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerExternalAddress() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the external address of the TaskManager.
- getTaskManagerExternalPortRange() - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getTaskManagerFileMergingManager() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskManagerFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getTaskManagerGateway() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Return the TaskManager gateway to talk to the TaskManager.
- getTaskManagerGateway() - Method in interface org.apache.flink.runtime.jobmaster.SlotContext
-
Gets the actor gateway that can be used to send messages to the TaskManager.
- getTaskManagerGateway() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getTaskmanagerId() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getTaskManagerId() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getTaskManagerIdleSince(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getTaskManagerInfo() - Method in interface org.apache.flink.runtime.execution.Environment
-
Gets the task manager info, with configuration and hostname.
- getTaskManagerInfo() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- getTaskManagerInfo() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getTaskManagerInfo() - Method in class org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
-
- getTaskManagerInfo() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskManagerInfos() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersInfo
-
- getTaskManagerJobFormat() - Method in class org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getTaskManagerLoadBalanceMode() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getTaskManagerLocation() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Return the TaskManager location of this slot.
- getTaskManagerLocation() - Method in interface org.apache.flink.runtime.jobmaster.SlotInfo
-
Gets the location info of the TaskManager that offers this slot.
- getTaskManagerLocation() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getTaskManagerLocation() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
- getTaskManagerLocation(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphToInputsLocationsRetrieverAdapter
-
- getTaskManagerLocation(ExecutionVertexID) - Method in interface org.apache.flink.runtime.scheduler.InputsLocationsRetriever
-
Get the task manager location future for an execution vertex.
- getTaskManagerLocationFuture() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getTaskManagerLogDir() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerLogPath() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerMetricsInfo() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsInfo
-
- getTaskManagerMetricStore(String) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getTaskManagerRequestTimeout() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getTaskManagerRpcAddress() - Method in class org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- getTaskManagers() - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getTaskManagerSession() - Method in class org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- getTaskManagerSlotId() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerSlot
-
- getTaskManagerStateStore() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskManagerStdoutPath() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagersToRelease() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceReconcileResult
-
- getTaskManagersWithAllocatedSlotsForJob(JobID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getTaskManagerTimeout() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getTaskMemoryManager(AllocationID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Get the memory manager of the slot allocated for the task.
- getTaskMemoryManager(AllocationID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getTaskMetricStore(String, String) - Method in class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getTaskName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTaskName() - Method in class org.apache.flink.runtime.executiongraph.TaskInformation
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- getTaskName() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getTaskName() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getTaskNameWithSubtaskIndex() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the name of this execution vertex in the format "myTask (2/7)".
- getTaskNameWithSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getTaskNameWithSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTaskOffHeap() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured off-heap size used by the tasks.
- getTaskOffHeap() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getTaskOffHeapMB() - Method in class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getTaskOffHeapMemory() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the task off-heap memory needed.
- getTaskOffHeapSize() - Method in class org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getTaskOffHeapSize() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getTaskOffHeapSize() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getTaskOwnedStateDirectory() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getTaskResourceProfile() - Method in class org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the desired resource profile for the task slot.
- getTaskRestore() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getTaskRestore() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getTasks() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Get all tasks running in this task slot.
- getTasks(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Return an iterator over all tasks for a given job.
- getTasks(JobID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getTaskSlotTable() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTasksNeedingRestart(ExecutionVertexID, Throwable) - Method in interface org.apache.flink.runtime.executiongraph.failover.FailoverStrategy
-
Returns a set of IDs corresponding to the set of vertices that should be restarted.
- getTasksNeedingRestart(ExecutionVertexID, Throwable) - Method in class org.apache.flink.runtime.executiongraph.failover.RestartAllFailoverStrategy
-
Returns all vertices on any task failure.
- getTasksNeedingRestart(ExecutionVertexID, Throwable) - Method in class org.apache.flink.runtime.executiongraph.failover.RestartPipelinedRegionFailoverStrategy
-
Returns a set of IDs corresponding to the set of vertices that should be restarted.
- getTasksPerState() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getTasksPerState() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getTaskStateManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getTaskStateManager() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskStateSnapshot() - Method in class org.apache.flink.runtime.checkpoint.JobManagerTaskRestore
-
- getTaskStateStats(JobVertexID) - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the task state stats for the given job vertex ID or null if no task with
such an ID is available.
- getTasksToCommitTo() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns tasks that are still running when taking the checkpoint, these need to be sent a
message when the checkpoint is confirmed.
- getTasksToCommitTo() - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getTasksToTrigger() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns the tasks who need to be sent a message when a checkpoint is started.
- getTasksToTrigger() - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getTasksToWaitFor() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns tasks who need to acknowledge a checkpoint before it succeeds.
- getTasksToWaitFor() - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getTaskVertices() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns all execution vertices for this job vertex.
- getTaskVertices() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getTaskVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getTcpKeepCount() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getTcpKeepIdleInSeconds() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getTcpKeepInternalInSeconds() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getTempDirs() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getTemporaryFileDirectory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the directory for temporary files, as returned by the JVM system property
"java.io.tmpdir".
- getTerminalStateFuture() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
Gets a future that completes once the task execution reaches a terminal state.
- getTerminalStateFuture() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot.Payload
-
Gets the terminal state future which is completed once the payload has reached a terminal
state.
- getTerminationFuture() - Method in interface org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayService
-
- getTerminationFuture() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- getTerminationFuture() - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- getTerminationFuture() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getTerminationFuture() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getTerminationFuture() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterService
-
Get the termination future of this job master service.
- getTerminationFuture() - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerService
-
Return termination future of the service.
- getTerminationFuture() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- getTerminationFuture() - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getTerminationFuture() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- getTerminationFuture() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- getTerminationFuture() - Method in interface org.apache.flink.runtime.taskexecutor.TaskManagerRunner.TaskExecutorService
-
- getTerminationFuture() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getTgtRenewalPeriod() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getThreadInfos() - Method in class org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
- getThreadName() - Method in class org.apache.flink.runtime.rest.messages.ThreadDumpInfo.ThreadInfo
-
- getThreadState() - Method in class org.apache.flink.runtime.messages.ThreadInfoSample
-
- getThrowable() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getThrowable() - Method in class org.apache.flink.runtime.rest.handler.async.OperationResult
-
- getThrowableType(Throwable) - Static method in class org.apache.flink.runtime.throwable.ThrowableClassifier
-
- getTieredStorageBufferSize() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get the buffer size in tiered storage.
- getTieredStorageConfiguration() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartitionFactory
-
- getTieredStorageConfiguration() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getTieredStorageNettyService() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartitionFactory
-
- getTieredStoragePath(String) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- getTieredStorageResourceRegistry() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartitionFactory
-
- getTierFactories() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
- getTimeout() - Method in class org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- getTimeout() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getTimestamp() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- getTimestamp() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getTimestamp() - Method in class org.apache.flink.runtime.executiongraph.ErrorInfo
-
Returns the timestamp for the contained exception.
- getTimestamp() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns the time of the failure.
- getTimestamp() - Method in class org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- getTimestamp() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getTimestamp() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
The time the failure occurred.
- getTimestamps() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getTimeZoneName() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getTimeZoneOffset() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getTmpDirectories() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTmpDirectories() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the list of temporary file directories.
- getTmpDirectory() - Method in class org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getTmpDirectory() - Method in class org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getTmpDirPaths() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getTmpDirPaths() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getTmpWorkingDirectory() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTmpWorkingDirectory() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the temporary working directory of the TaskManager instance.
- getTo() - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getTokens() - Method in class org.apache.flink.runtime.security.token.DelegationTokenContainer
-
- getTolerableCheckpointFailureNumber() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getTotalBudget() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- getTotalBytesPersisted() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getTotalExclusiveBufferNum() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration
-
Get the total exclusive buffer number.
- getTotalFields() - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- getTotalFlinkMemory() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the amount of memory configured to be used by Flink excluding things like JVM
Metaspace and other JVM overhead.
- getTotalFlinkMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getTotalFlinkMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.FlinkMemory
-
- getTotalFlinkMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.jobmanager.JobManagerFlinkMemory
-
- getTotalFlinkMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getTotalFlinkMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getTotalMemory() - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the total memory needed.
- getTotalMemory() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getTotalMemSize() - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getTotalNumberCheckpoints() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getTotalNumberOfBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getTotalNumberOfBuffersUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
Gets the total numbers of buffers (data buffers plus events).
- getTotalNumberOfBytesUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getTotalNumberOfBytesUnsafe() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- getTotalNumberOfCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the total number of checkpoints (in progress, completed, failed).
- getTotalNumberOfMemorySegments() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getTotalNumberOfParallelSubtasks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTotalNumberOfPartitions() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getTotalNumberOfPartitions() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getTotalProcessMemory() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the total amount of memory configured to be used by the JVM including all the
different memory pools.
- getTotalProcessMemorySize() - Method in class org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getTotalProcessMemorySize() - Method in interface org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getTotalResource() - Method in class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getTotalResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getTotalResource() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the total resource.
- getTotalResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getTotalResource() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getTotalResource() - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Computes the total resources in this counter.
- getTotalResourceCount() - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Computes the total number of resources in this counter.
- getTotalResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getTotalResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getTotalResourceProfile() - Method in class org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getTotalResourceProfile() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTotalTime() - Method in class org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- getTotalTime() - Method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
Returns the total time, in milliseconds, that we have spent in the targeted state.
- getTotalTimeMetricName(String) - Static method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- getTransientBlobService() - Method in class org.apache.flink.runtime.blob.BlobCacheService
-
- getTransientBlobService() - Method in class org.apache.flink.runtime.blob.BlobServer
-
- getTransientBlobService() - Method in interface org.apache.flink.runtime.blob.BlobService
-
Returns a BLOB service for accessing transient BLOBs.
- getTransportType() - Method in class org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getTriggeredCheckpointStatus(AsynchronousJobOperationKey) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- getTriggeredCheckpointStatus(AsynchronousJobOperationKey) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Get the status of a checkpoint triggered under the specified operation key.
- getTriggeredSavepointStatus(AsynchronousJobOperationKey) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- getTriggeredSavepointStatus(AsynchronousJobOperationKey) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Get the status of a savepoint triggered under the specified operation key.
- getTriggerId() - Method in class org.apache.flink.runtime.rest.handler.async.OperationKey
-
Get the trigger id for the given operation key.
- getTriggerId() - Method in class org.apache.flink.runtime.rest.handler.async.TriggerResponse
-
- getTriggerId() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerRequestBody
-
- getTriggerId() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- getTriggerId() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- getTriggerTime() - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- getTriggerTimestamp() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the timestamp when the checkpoint was triggered.
- getTriggerTimestamp() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getTtlTimeProvider() - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- getTtlTimeProvider() - Method in interface org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters
-
- getType() - Method in class org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- getType() - Method in exception org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- getType() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo.UserTaskAccumulator
-
- getTypeClass() - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- getTypeSerializer(String) - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
TODO this method should be removed once the serializer map is removed.
- getTypeSerializerSnapshot(String) - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getTypeSerializerSnapshot(StateMetaInfoSnapshot.CommonSerializerKeys) - Method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getUdfRuntimeContext() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getUnalignedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getUnalignedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getUnalignedCheckpoint() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getUnannouncedCredit() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Gets the currently unannounced credit.
- getUnavailableToResetAvailable() - Method in class org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- getUnavailableToResetUnavailable() - Method in class org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
Creates a new uncompleted future as the current state and returns the previous
uncompleted one.
- getUnconsumedBuffer() - Method in interface org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
Gets the unconsumed buffer which needs to be persisted in unaligned checkpoint scenario.
- getUnconsumedBuffer() - Method in class org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- getUnfinishedChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
Returns the list of channels that have not received EndOfPartitionEvent.
- getUnfinishedChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getUnfinishedChannels() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getUnfulfillableJobs() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getUnionListState(ListStateDescriptor<S>) - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getUniqueInputFormat() - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getUniqueOutputFormat() - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getUnmodifiedExecutionVertices(Set<ExecutionVertexVersion>) - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- getUnreleasedPartitions() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingFileHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerProfilingListHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingFileHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerProfilingListHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getUnresolvedMessageParameters() - Method in class org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getUnresolvedMessageParameters() - Method in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
-
- getUnresolvedTaskManagerLocation() - Method in class org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- getUnresolvedTaskManagerLocation() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getUnusedResource() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getUnWantedTaskManager() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getUnwantedWorkers() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceDeclaration
-
- getUploadDir() - Method in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the directory used to temporarily store multipart/form-data uploads.
- getUploadedFiles() - Method in class org.apache.flink.runtime.rest.handler.FileUploads
-
- getUploadedFiles() - Method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
- getUpperBound() - Method in class org.apache.flink.runtime.jobgraph.JobVertexResourceRequirements.Parallelism
-
- getUpstreamSubtaskStateMapper() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the channel state rescaler used for rescaling persisted data on upstream side of this
JobEdge.
- getURLVersionPrefix() - Method in interface org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Returns the URL version prefix (e.g.
- getURLVersionPrefix() - Method in enum org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns the URL version prefix (e.g.
- getUsedMemory() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getUseLargeRecordHandler() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getUserAccumulators() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getUserAccumulators() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
-
- getUserAccumulatorsStringified() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the user-defined accumulators as strings.
- getUserAccumulatorsStringified() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getUserAccumulatorsStringified() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getUserArtifacts() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the list of assigned user jar paths.
- getUserClassLoader() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getUserClassLoader() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getUserClassLoader() - Method in class org.apache.flink.runtime.failure.DefaultFailureEnricherContext
-
- getUserClassLoader() - Method in class org.apache.flink.runtime.query.KvStateEntry
-
- getUserClassPaths() - Method in class org.apache.flink.runtime.entrypoint.component.AbstractUserClassPathJobGraphRetriever
-
- getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the user code class loader.
- getUserCodeClassLoader() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the user code class loader of this invokable.
- getUserCodeClassloader() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets the classloader that contains the additional dependencies, which are not part of the
JVM's classpath.
- getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.operators.TaskContext
-
- getUserCodeClassLoader() - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getUserDefinedOperatorID() - Method in class org.apache.flink.runtime.OperatorIDPair
-
- getUserJarBlobKeys() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns a set of BLOB keys referring to the JAR files required to run this job.
- getUserJars() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the list of assigned user jar paths.
- getUserMap() - Method in class org.apache.flink.runtime.accumulators.AccumulatorRegistry
-
Gets the map for user-defined accumulators.
- getUserValue() - Method in class org.apache.flink.runtime.state.ttl.TtlValue
-
- getValue() - Method in class org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- getValue() - Method in class org.apache.flink.runtime.executiongraph.metrics.DownTimeGauge
-
- getValue() - Method in class org.apache.flink.runtime.executiongraph.metrics.UpTimeGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.InputBuffersGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.InputBuffersSizeGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.OutputBufferPoolUsageGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.OutputBuffersGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.OutputBuffersSizeGauge
-
- getValue() - Method in class org.apache.flink.runtime.io.network.metrics.TimeToConsumeGauge
-
- getValue() - Method in class org.apache.flink.runtime.metrics.TimerGauge
-
- getValue() - Method in class org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- getValue() - Method in class org.apache.flink.runtime.persistence.StringResourceVersion
-
- getValue() - Method in class org.apache.flink.runtime.rest.HttpHeader
-
Returns the value of this HTTP header.
- getValue() - Method in class org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
- getValue() - Method in class org.apache.flink.runtime.rest.messages.job.FailureLabelFilterParameter.FailureLabel
-
- getValue() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.Metric
-
- getValue() - Method in class org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo.UserTaskAccumulator
-
- getValue() - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns the resolved value of this parameter, or null if it isn't resolved yet.
- getValue() - Method in class org.apache.flink.runtime.state.restore.KeyGroupEntry
-
- getValue() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- getValue() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperVersionedValue
-
- getValueByKeyA(A) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getValueByKeyB(B) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getValueClass() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- getValueClass() - Method in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getValueClass() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatusHeaders
-
- getValueClass() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getValueClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getValueClass() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getValues() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getValues() - Method in interface org.apache.flink.runtime.util.KeyGroupedIterator
-
- getValues() - Method in class org.apache.flink.runtime.util.NonReusingKeyGroupedIterator
-
Returns an iterator over all values that belong to the current key.
- getValues() - Method in class org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
Returns an iterator over all values that belong to the current key.
- getValues1() - Method in class org.apache.flink.runtime.operators.sort.NonReusingSortMergeCoGroupIterator
-
- getValues1() - Method in class org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- getValues1() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
Returns an iterable over the left input values for the current key.
- getValues2() - Method in class org.apache.flink.runtime.operators.sort.NonReusingSortMergeCoGroupIterator
-
- getValues2() - Method in class org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- getValues2() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
Returns an iterable over the left input values for the current key.
- getValueSerializer() - Method in interface org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the TypeSerializer for the type of value this state holds.
- getValueSerializer() - Method in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getVariable() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
- getVariable(BroadcastVariableInitializer<T, C>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
- getVersion() - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
- getVersion() - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- getVersion() - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- getVersion() - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- getVersion() - Method in class org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion
-
- getVersion() - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersion
-
- getVersion() - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getVersion() - Method in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the version of the code as String.
- getVersionedValue() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedCount
-
- getVertex() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getVertex(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
- getVertex(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalTopology
-
- getVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getVertex(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getVertex(ExecutionVertexID) - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingTopology
-
- getVertex(VID) - Method in interface org.apache.flink.runtime.topology.PipelinedRegion
-
Returns the vertex with the specified vertex id.
- getVertexId() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getVertexIds() - Method in interface org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
Returns the IDs of the
JobVertex instances participating in this group.
- getVertexIds() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- getVertexInformation(JobVertexID) - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
-
- getVertexInformation(JobVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getVertexParallelism() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan
-
- getVertexParallelismStore() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getVertexWithAttempt() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an Iterable to iterate all vertices registered with the job graph.
- getVertices() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
- getVertices() - Method in class org.apache.flink.runtime.jobgraph.topology.DefaultLogicalTopology
-
- getVertices() - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getVertices() - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getVertices() - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
-
- getVertices() - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
- getVertices() - Method in class org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getVertices() - Method in interface org.apache.flink.runtime.topology.BaseTopology
-
Returns an iterable over all vertices, topologically sorted.
- getVertices() - Method in interface org.apache.flink.runtime.topology.PipelinedRegion
-
Returns vertices that are in this pipelined region.
- getVerticesAsArray() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an array of all job vertices that are registered with the job graph.
- getVerticesSortedTopologicallyFromSources() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getVerticesTopologically() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns an iterable containing all job vertices for this execution graph in the order they
were created.
- getVerticesTopologically() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getVerticesTopologically() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getVerticesTopologically() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getVerticesToRestart() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Returns the tasks to restart.
- getViewReader() - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestListener
-
- getViewReader() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionRequestListener
-
Get the view reader of the notifier.
- getWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getWatermark() - Method in class org.apache.flink.runtime.source.event.ReportedWatermarkEvent
-
- getWebInterfaceUrl() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getWebMonitorAddress(Configuration, AddressResolution) - Static method in class org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
Get address of web monitor from configuration.
- getWebMonitorLeaderElection() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getWebMonitorLeaderRetriever() - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getWebUiDir() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getWorker() - Method in class org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getWorkerByInstanceId(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getWorkerIndex() - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
-
- getWorkerNodeIfAcceptRegistration(ResourceID) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- getWorkerNodeIfAcceptRegistration(ResourceID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
Get worker node if the worker resource is accepted.
- getWorkerNodeIfAcceptRegistration(ResourceID) - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- getWrappedDelegate() - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- getWrappedException() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
-
- getWrappedMetricGroup() - Method in class org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getWritableBytes() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- getWriteBufferSize() - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
Gets the write buffer size for created checkpoint stream.
- getWriteBufferSize() - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
Gets the write buffer size for created checkpoint stream.
- getWriteEnd() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
-
Called by iteration tail to save the output of the current superstep.
- getWriteOffset() - Method in class org.apache.flink.runtime.io.disk.FileChannelOutputView
-
- getWriter(int) - Method in interface org.apache.flink.runtime.execution.Environment
-
- getWriter() - Static method in class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters
-
- getWriter(int) - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getWriteResult(long) - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- getWriters() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
-
List of writers that are associated with this output collector
- getWrittenBytes() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- getZooKeeperEnsemble(Configuration) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Returns the configured ZooKeeper quorum (and removes whitespace, because ZooKeeper does not
tolerate it).
- getZooKeeperLoginContextName() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- getZooKeeperServiceName() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- GlobalAggregateManager - Interface in org.apache.flink.runtime.taskexecutor
-
This interface gives access to transient, named, global aggregates.
- globalCleanupAsync(JobID, Executor) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Removes all BLOBs from local and HA store belonging to the given JobID.
- globalCleanupAsync(JobID, Executor) - Method in interface org.apache.flink.runtime.dispatcher.cleanup.GloballyCleanableResource
-
globalCleanupAsync is expected to be called from the main thread.
- globalCleanupAsync(JobID, Executor) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
- globalCleanupAsync(JobID, Executor) - Method in interface org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- globalCleanupAsync(JobID, Executor) - Method in class org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- globalCleanupAsync(JobID, Executor) - Method in interface org.apache.flink.runtime.jobmanager.JobGraphWriter
-
- GlobalFailureHandler - Interface in org.apache.flink.runtime.scheduler
-
An interface for handling global failures.
- GloballyCleanableResource - Interface in org.apache.flink.runtime.dispatcher.cleanup
-
GloballyCleanableResource is supposed to be implemented by any class that provides
artifacts for a given job that need to be cleaned up after the job reached a global terminal
state.
- goToCanceling(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToCanceling(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToCancelling
-
Transitions into the Canceling state.
- goToCreatingExecutionGraph(ExecutionGraph) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToCreatingExecutionGraph(ExecutionGraph) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToCreatingExecutionGraph
-
- goToExecuting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToExecuting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToExecuting
-
Transitions into the Executing state.
- goToFailing(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Throwable, List<ExceptionHistoryEntry>) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToFailing(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Throwable, List<ExceptionHistoryEntry>) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToFailing
-
Transitions into the Failing state.
- goToFinished(ArchivedExecutionGraph) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToFinished(ArchivedExecutionGraph) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToFinished
-
Transitions into the Finished state.
- goToRestarting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Duration, List<ExceptionHistoryEntry>) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToRestarting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Duration, List<ExceptionHistoryEntry>) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToRestarting
-
Transitions into the Restarting state.
- goToStopWithSavepoint(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, CheckpointScheduling, CompletableFuture<String>, List<ExceptionHistoryEntry>) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToStopWithSavepoint(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, CheckpointScheduling, CompletableFuture<String>, List<ExceptionHistoryEntry>) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToStopWithSavepoint
-
Transitions into the StopWithSavepoint state.
- goToWaitingForResources(ExecutionGraph) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToWaitingForResources(ExecutionGraph) - Method in interface org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToWaitingForResources
-
Transitions into the WaitingForResources state.
- grantDispatcherLeadership() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- grantDispatcherLeadership() - Method in interface org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- grantJobMasterLeadership(JobID) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- grantJobMasterLeadership(JobID) - Method in interface org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- grantLeadership(UUID) - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- grantLeadership(UUID) - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- grantLeadership(UUID) - Method in interface org.apache.flink.runtime.leaderelection.LeaderContender
-
Callback method which is called by the
LeaderElectionService upon selecting this
instance as the new leader.
- grantLeadership(UUID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- grantLeadership(UUID) - Method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- grantResourceManagerLeadership() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- grantResourceManagerLeadership() - Method in interface org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- GroupCache<G,K,V> - Interface in org.apache.flink.runtime.util
-
- GroupReduceCombineDriver<IN,OUT> - Class in org.apache.flink.runtime.operators
-
Non-chained combine driver which is used for a CombineGroup transformation or a GroupReduce
transformation where the user supplied a RichGroupReduceFunction with a combine method.
- GroupReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- GroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
-
GroupReduce task which is executed by a Task Manager.
- GroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceDriver
-
- id - Variable in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
The ID of the underlying channel.
- ID(File, int, Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
- IDENTIFIER - Static variable in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- identity(int, int) - Static method in class org.apache.flink.runtime.checkpoint.RescaleMappings
-
- idlingStarted() - Method in class org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- IllegalExecutionStateException - Exception in org.apache.flink.runtime.executiongraph
-
- IllegalExecutionStateException(ExecutionState, ExecutionState) - Constructor for exception org.apache.flink.runtime.executiongraph.IllegalExecutionStateException
-
Creates a new IllegalExecutionStateException with the error message indicating the expected
and actual state.
- IllegalExecutionStateException(Execution, ExecutionState, ExecutionState) - Constructor for exception org.apache.flink.runtime.executiongraph.IllegalExecutionStateException
-
Creates a new IllegalExecutionStateException with the error message indicating the expected
and actual state.
- immutableEntries() - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- InboundChannelHandlerFactory - Interface in org.apache.flink.runtime.io.network.netty
-
Custom netty inbound handler factory in order to make custom changes on netty inbound data.
- inc(int, long) - Method in class org.apache.flink.runtime.io.network.metrics.ResultPartitionBytesCounter
-
- incAll(long) - Method in class org.apache.flink.runtime.io.network.metrics.ResultPartitionBytesCounter
-
- includeSerializedAccumulatorsParameter - Variable in class org.apache.flink.runtime.rest.messages.JobAccumulatorsMessageParameters
-
- incomingDataSize(long) - Method in class org.apache.flink.runtime.throughput.ThroughputCalculator
-
- IncompleteFuturesTracker - Class in org.apache.flink.runtime.operators.coordination.util
-
This tracker remembers CompletableFutures as long as they are incomplete and allows us to fail
them later.
- IncompleteFuturesTracker() - Constructor for class org.apache.flink.runtime.operators.coordination.util.IncompleteFuturesTracker
-
- increaseBackoff() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Increases the current backoff and returns whether the operation was successful.
- increaseBackoff() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
The remote task manager creates partition request listener and returns
PartitionNotFoundException until the listener is timeout, so the backoff should add the
timeout milliseconds if it exists.
- increaseResourceRequirementsBy(ResourceCounter) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Increases the resource requirements by increment.
- increaseResourceRequirementsBy(ResourceCounter) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- IncrementalKeyedStateHandle - Interface in org.apache.flink.runtime.state
-
- IncrementalKeyedStateHandle.HandleAndLocalPath - Class in org.apache.flink.runtime.state
-
A Holder of StreamStateHandle and the corresponding localPath.
- IncrementalLocalKeyedStateHandle - Class in org.apache.flink.runtime.state
-
- IncrementalLocalKeyedStateHandle(UUID, long, DirectoryStateHandle, KeyGroupRange, StreamStateHandle, List<IncrementalKeyedStateHandle.HandleAndLocalPath>) - Constructor for class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- IncrementalRemoteKeyedStateHandle - Class in org.apache.flink.runtime.state
-
The handle to states of an incremental snapshot.
- IncrementalRemoteKeyedStateHandle(UUID, KeyGroupRange, long, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, StreamStateHandle) - Constructor for class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- IncrementalRemoteKeyedStateHandle(UUID, KeyGroupRange, long, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, StreamStateHandle, long) - Constructor for class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- IncrementalRemoteKeyedStateHandle(UUID, KeyGroupRange, long, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, StreamStateHandle, long, StateHandleID) - Constructor for class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- incrementIterationCounter() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- incrementRestarts() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- incrementRestarts() - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- INDEX_ENTRY_SIZE - Static variable in class org.apache.flink.runtime.io.network.partition.PartitionedFile
-
Size of each index entry in the index file: 8 bytes for file offset and 8 bytes for data size
in bytes.
- INDEX_ENTRY_SIZE - Static variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Size of an index entry: 4 bytes for record length, 4 bytes for data type and 8 bytes for
pointer to next entry.
- INDEX_FILE_SUFFIX - Static variable in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- INDEX_FILE_SUFFIX - Static variable in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFile
-
- INDEX_FILE_SUFFIX - Static variable in class org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- IndexedInputGate - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- IndexedInputGate() - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- IndexedSortable - Interface in org.apache.flink.runtime.operators.sort
-
- IndexedSorter - Interface in org.apache.flink.runtime.operators.sort
-
- IndexRange - Class in org.apache.flink.runtime.executiongraph
-
This class represents the range of index.
- IndexRange(int, int) - Constructor for class org.apache.flink.runtime.executiongraph.IndexRange
-
- inferSourceParallelismAsync(int, long) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- inFirstIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- InflightDataGateOrPartitionRescalingDescriptor(int[], RescaleMappings, Set<Integer>, InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType) - Constructor for class org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor
-
- InflightDataRescalingDescriptor - Class in org.apache.flink.runtime.checkpoint
-
Captures ambiguous mappings of old channels to new channels for a particular gate or partition.
- InflightDataRescalingDescriptor(InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor[]) - Constructor for class org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor - Class in org.apache.flink.runtime.checkpoint
-
Captures ambiguous mappings of old channels to new channels.
- InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType - Enum in org.apache.flink.runtime.checkpoint
-
Type of mapping which should be used for this in-flight data.
- INFO_CATEGORY_JM - Static variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_JM_OPERATOR - Static variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_JOB - Static variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_OPERATOR - Static variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_TASK - Static variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_TM - Static variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- InfoMessage - Interface in org.apache.flink.runtime.messages.webmonitor
-
Abstract base interface of all info messages exchanged between the JobManager an for example the
runtime monitor.
- init(Configuration) - Method in class org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenReceiver
-
- init(Configuration) - Method in class org.apache.flink.runtime.security.token.hadoop.HadoopFSDelegationTokenProvider
-
- init(Configuration) - Method in class org.apache.flink.runtime.security.token.hadoop.HBaseDelegationTokenProvider
-
- initBroadcastInputReaders() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- initBroadcastInputsSerializers(int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
Creates all the serializers and iterators for the broadcast inputs.
- initFailureCause(Throwable, long) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- initFailureCause(Throwable, long) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- initFileSystem(FileSystem, Path, Path, Path, int) - Method in interface org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager
-
Initialize the file system, recording the checkpoint path the manager should work with.
- initFileSystem(FileSystem, Path, Path, Path, int) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- INITIAL_CHECKPOINT_ID - Static variable in interface org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
- initialBackoff - Variable in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
The initial backoff (in ms).
- INITIALIZATION_TIME - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- InitializationStatus - Enum in org.apache.flink.runtime.checkpoint
-
Status of the initialization.
- InitializationTypeConflictException - Exception in org.apache.flink.runtime.broadcast
-
Indicates that a broadcast variable was initialized with a
DefaultBroadcastVariableInitializer as a non-
List type, and later accessed
using
RuntimeContext.getBroadcastVariable(String) which may only return lists.
- InitializationTypeConflictException(Class<?>) - Constructor for exception org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- initialize(int, Time, long, SubtaskAttemptNumberStore) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- initialize() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
Initializes this buffer pool which allocates all the buffers.
- initialize() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediateTask
-
- initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationTailTask
-
- initialize() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- initialize() - Method in interface org.apache.flink.runtime.operators.ResettableDriver
-
- initialize(ResourceEventHandler<WorkerType>, ScheduledExecutor, Executor, BlockedNodeRetriever) - Method in class org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- initialize() - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- initialize(ResourceEventHandler<WorkerType>, ScheduledExecutor, Executor, BlockedNodeRetriever) - Method in interface org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Initialize the deployment specific components.
- initialize() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
Initializes the framework specific components.
- initialize(TaskManagerTracker, ResourceTracker, ResourceManagerId, Executor) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- initialize(TaskManagerTracker, ResourceTracker, ResourceManagerId, Executor) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Initialize this syncer.
- initialize() - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- initialize(PluginManager) - Static method in class org.apache.flink.runtime.state.changelog.StateChangelogStorageLoader
-
- INITIALIZE_STATE_DURATION - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- initializeBaseLocationsForCheckpoint() - Method in interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Initializes the necessary prerequisites for storage locations of checkpoints.
- initializeBaseLocationsForCheckpoint() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- initializeBaseLocationsForCheckpoint() - Method in class org.apache.flink.runtime.state.filesystem.FsMergingCheckpointStorageAccess
-
- initializeBaseLocationsForCheckpoint() - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- initializeBroadcastVariable(Iterable<T>) - Method in class org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
-
- initializeHandlers(CompletableFuture<String>) - Method in class org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint
-
- initializeHandlers(CompletableFuture<String>) - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
This method is called at the beginning of
RestServerEndpoint.start() to setup all handlers that the
REST server endpoint implementation requires.
- initializeHandlers(CompletableFuture<String>) - Method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- initializeInternal() - Method in class org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
Initialize the deployment specific components.
- initializeJobVertex(ExecutionJobVertex, long, Map<IntermediateDataSetID, JobVertexInputInfo>) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- initializeJobVertex(ExecutionJobVertex, long) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- initializeJobVertex(ExecutionJobVertex, long, Map<IntermediateDataSetID, JobVertexInputInfo>) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Initialize the given execution job vertex, mainly includes creating execution vertices
according to the parallelism, and connecting to the predecessors.
- initializeLocationForCheckpoint(long) - Method in interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Initializes a storage location for new checkpoint with the given ID.
- initializeLocationForCheckpoint(long) - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- initializeLocationForCheckpoint(long) - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- initializeLocationForSavepoint(long, String) - Method in interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Initializes a storage location for new savepoint with the given ID.
- initializeLocationForSavepoint(long, String) - Method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Creates a file system based storage location for a savepoint.
- initializeOnMaster(JobVertex.InitializeOnMasterContext) - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- initializeOnMaster(JobVertex.InitializeOnMasterContext) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
A hook that can be overwritten by sub classes to implement logic that is called by the master
when the job starts.
- initializeOperatorCoordinators(ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.scheduler.DefaultOperatorCoordinatorHandler
-
- initializeOperatorCoordinators(ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.scheduler.OperatorCoordinatorHandler
-
Initialize operator coordinators.
- initializeServices(Configuration, PluginManager) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- initializeVerticesIfPossible() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- initializeWebSubmissionHandlers(CompletableFuture<String>) - Method in class org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint
-
- initializeWebSubmissionHandlers(CompletableFuture<String>) - Method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- initialPartitionBuffersCount - Variable in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
-
- initialSequenceNumber() - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
- initInputReaders() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- initInputsSerializersAndComparators(int, int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
Creates all the serializers and comparators.
- initLocalStrategies(int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
NOTE: This method must be invoked after the invocation of #initInputReaders() and
#initInputSerializersAndComparators(int)!
- initOutputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadTask
-
- initOutputs() - Method in class org.apache.flink.runtime.operators.BatchTask
-
Creates a writer for each output.
- initOutputs(AbstractInvokable, UserCodeClassLoader, TaskConfig, List<ChainedDriver<?, ?>>, List<RecordWriter<?>>, ExecutionConfig, Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
Creates a writer for each output.
- initStub(Class<? super S>) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- initTable(int, byte) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- InMemoryChangelogStateHandle - Class in org.apache.flink.runtime.state.changelog.inmemory
-
- InMemoryChangelogStateHandle(List<StateChange>, SequenceNumber, SequenceNumber, KeyGroupRange) - Constructor for class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- InMemoryPartition<T> - Class in org.apache.flink.runtime.operators.hash
-
- InMemoryPartition(TypeSerializer<T>, int, ListMemorySegmentSource, int, int) - Constructor for class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Creates a new partition, in memory, with one buffer.
- InMemorySorter<T> - Interface in org.apache.flink.runtime.operators.sort
-
- InMemorySorterFactory<T> - Interface in org.apache.flink.runtime.operators.sort
-
- InMemoryStateChangelogStorage - Class in org.apache.flink.runtime.state.changelog.inmemory
-
- InMemoryStateChangelogStorage() - Constructor for class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
-
- InMemoryStateChangelogStorageFactory - Class in org.apache.flink.runtime.state.changelog.inmemory
-
- InMemoryStateChangelogStorageFactory() - Constructor for class org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- InPlaceMutableHashTable<T> - Class in org.apache.flink.runtime.operators.hash
-
This hash table supports updating elements.
- InPlaceMutableHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- InPlaceMutableHashTable.EntryIterator - Class in org.apache.flink.runtime.operators.hash
-
WARNING: Doing any other operation on the table invalidates the iterator! (Even using
getMatchFor of a prober!)
- InPlaceMutableHashTable.HashTableProber<PT> - Class in org.apache.flink.runtime.operators.hash
-
A prober for accessing the table.
- InPlaceMutableHashTable.ReduceFacade - Class in org.apache.flink.runtime.operators.hash
-
A facade for doing such operations on the hash table that are needed for a reduce operator
driver.
- inProgress() - Static method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
- inProgress() - Static method in class org.apache.flink.runtime.rest.handler.async.OperationResult
-
- inProgress() - Static method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- inProgress() - Static method in class org.apache.flink.runtime.rest.messages.queue.QueueStatus
-
- input - Variable in class org.apache.flink.runtime.io.network.partition.consumer.InputGate.InputWithData
-
- input - Variable in class org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- InputBuffersGauge - Class in org.apache.flink.runtime.io.network.metrics
-
Gauge metric measuring the number of queued input buffers for
SingleInputGates.
- InputBuffersGauge(SingleInputGate[]) - Constructor for class org.apache.flink.runtime.io.network.metrics.InputBuffersGauge
-
- InputBuffersSizeGauge - Class in org.apache.flink.runtime.io.network.metrics
-
Gauge metric measuring the size in bytes of queued input buffers for
SingleInputGates.
- InputBuffersSizeGauge(SingleInputGate[]) - Constructor for class org.apache.flink.runtime.io.network.metrics.InputBuffersSizeGauge
-
- InputChannel - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- InputChannel(SingleInputGate, int, ResultPartitionID, ResultSubpartitionIndexSet, int, int, Counter, Counter) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- InputChannel.BufferAndAvailability - Class in org.apache.flink.runtime.io.network.partition.consumer
-
A combination of a
Buffer and a flag indicating availability of further buffers, and
the backlog length indicating how many non-event buffers are available in the subpartitions.
- InputChannelID - Class in org.apache.flink.runtime.io.network.partition.consumer
-
Identifier for input channels.
- InputChannelID() - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- InputChannelID(long, long) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- InputChannelID(AbstractID) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- InputChannelInfo - Class in org.apache.flink.runtime.checkpoint.channel
-
- InputChannelInfo(int, int) - Constructor for class org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- InputChannelMetrics - Class in org.apache.flink.runtime.io.network.metrics
-
- InputChannelMetrics(MetricGroup...) - Constructor for class org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- inputChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- InputChannelStateHandle - Class in org.apache.flink.runtime.state
-
- InputChannelStateHandle(int, InputChannelInfo, StreamStateHandle, AbstractChannelStateHandle.StateContentMetaInfo) - Constructor for class org.apache.flink.runtime.state.InputChannelStateHandle
-
- InputChannelStateHandle(InputChannelInfo, StreamStateHandle, List<Long>) - Constructor for class org.apache.flink.runtime.state.InputChannelStateHandle
-
- InputChannelStateHandle(int, InputChannelInfo, StreamStateHandle, List<Long>, long) - Constructor for class org.apache.flink.runtime.state.InputChannelStateHandle
-
- inputComparators - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The comparators for the central driver.
- InputConsumableDecider - Interface in org.apache.flink.runtime.scheduler.strategy
-
InputConsumableDecider is responsible for determining whether the input of an
executionVertex or a consumed partition group is consumable.
- InputConsumableDecider.Factory - Interface in org.apache.flink.runtime.scheduler.strategy
-
- inputGate - Variable in class org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
The input gate to read from.
- inputGate - Variable in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- InputGate - Class in org.apache.flink.runtime.io.network.partition.consumer
-
An input gate consumes one or more partitions of a single produced intermediate result.
- InputGate() - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- InputGate.InputWithData<INPUT,DATA> - Class in org.apache.flink.runtime.io.network.partition.consumer
-
Simple pojo for INPUT, DATA and moreAvailable.
- InputGateDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
-
Deployment descriptor for a single input gate instance.
- InputGateDeploymentDescriptor(IntermediateDataSetID, ResultPartitionType, int, TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]) - Constructor for class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- InputGateDeploymentDescriptor(IntermediateDataSetID, ResultPartitionType, IndexRange, int, List<TaskDeploymentDescriptor.MaybeOffloaded<TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup>>) - Constructor for class org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- InputGateID - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- InputGateID(IntermediateDataSetID, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputGateID
-
- InputGateMetrics - Class in org.apache.flink.runtime.io.network.metrics
-
Collects metrics of an input gate.
- inputGates - Variable in class org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- InputGateSpecUtils - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- InputGateSpecUtils() - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.InputGateSpecUtils
-
- InputGateWithMetrics - Class in org.apache.flink.runtime.taskmanager
-
This class wraps
InputGate provided by shuffle service and it is mainly used for
increasing general input metrics from
TaskIOMetricGroup.
- InputGateWithMetrics(IndexedInputGate, Counter) - Constructor for class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- inputIterators - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The inputs reader, wrapped in an iterator.
- InputOutputFormatContainer - Class in org.apache.flink.runtime.jobgraph
-
A container for InputFormats and OutputFormats, along
with their Configuration.
- InputOutputFormatContainer(ClassLoader) - Constructor for class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- InputOutputFormatContainer(TaskConfig, ClassLoader) - Constructor for class org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- InputOutputFormatContainer.FormatUserCodeTable - Class in org.apache.flink.runtime.jobgraph
-
Container for multiple wrappers containing InputFormat and OutputFormat code.
- InputOutputFormatVertex - Class in org.apache.flink.runtime.jobgraph
-
A task vertex that runs an initialization and a finalization on the master.
- InputOutputFormatVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- InputOutputFormatVertex(String, JobVertexID, List<OperatorIDPair>) - Constructor for class org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- inputReaders - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The input readers of this task.
- inputs - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The inputs to the operator.
- inputSerializers - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The serializers for the input data type.
- InputsLocationsRetriever - Interface in org.apache.flink.runtime.scheduler
-
- inputsLocationsRetriever - Variable in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- InputSplitProvider - Interface in org.apache.flink.runtime.jobgraph.tasks
-
An input split provider can be successively queried to provide a series of InputSplit
objects a task is supposed to consume in the course of its execution.
- InputSplitProviderException - Exception in org.apache.flink.runtime.jobgraph.tasks
-
- InputSplitProviderException(String) - Constructor for exception org.apache.flink.runtime.jobgraph.tasks.InputSplitProviderException
-
- InputSplitProviderException(String, Throwable) - Constructor for exception org.apache.flink.runtime.jobgraph.tasks.InputSplitProviderException
-
- InputSplitProviderException(Throwable) - Constructor for exception org.apache.flink.runtime.jobgraph.tasks.InputSplitProviderException
-
- InputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
-
- InputViewIterator(DataInputView, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.InputViewIterator
-
- insert(T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- insert(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- insert(T) - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Inserts the given record into the hash table.
- insertAfterNoMatch(T) - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.HashTableProber
-
This method can be called after getMatchFor returned null.
- insertIntoBuildBuffer(BT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Inserts the given object into the current buffer.
- insertIntoProbeBuffer(PT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Inserts the given record into the probe side buffers.
- insertIntoTable(BT, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- insertOrReplaceRecord(T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- insertOrReplaceRecord(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Replaces record in hash table if record already present or append record if not.
- insertOrReplaceRecord(T) - Method in class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Searches the hash table for a record with the given key.
- install() - Method in class org.apache.flink.runtime.security.modules.HadoopModule
-
- install() - Method in class org.apache.flink.runtime.security.modules.JaasModule
-
- install() - Method in interface org.apache.flink.runtime.security.modules.SecurityModule
-
Install the security module.
- install() - Method in class org.apache.flink.runtime.security.modules.ZooKeeperModule
-
- install(SecurityConfiguration) - Static method in class org.apache.flink.runtime.security.SecurityUtils
-
Installs a process-wide security configuration.
- installAsShutdownHook(Logger) - Static method in class org.apache.flink.runtime.util.JvmShutdownSafeguard
-
Installs the safeguard shutdown hook.
- installAsShutdownHook(Logger, long) - Static method in class org.apache.flink.runtime.util.JvmShutdownSafeguard
-
Installs the safeguard shutdown hook.
- installSecurityContext(Configuration) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- instance() - Static method in class org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
-
- INSTANCE - Static variable in class org.apache.flink.runtime.checkpoint.FinishedOperatorSubtaskState
-
- INSTANCE - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
- INSTANCE - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
The singleton instance of the serializer.
- INSTANCE - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
The singleton instance of the serializer.
- INSTANCE - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- INSTANCE - Static variable in class org.apache.flink.runtime.checkpoint.RoundRobinOperatorStateRepartitioner
-
- INSTANCE - Static variable in class org.apache.flink.runtime.highavailability.DefaultClientHighAvailabilityServicesFactory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.api.EndOfPartitionEvent
-
The singleton instance of this event.
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.api.EndOfSegmentEvent
-
The singleton instance of this event.
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.api.EndOfSuperstepEvent
-
The singleton instance of this event.
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.buffer.BufferRecycler.DummyBufferRecycler
-
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.buffer.FreeingBufferRecycler
-
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.partition.consumer.EndOfChannelStateEvent
-
The singleton instance of this event.
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.HsFileDataIndexRegionHelper
-
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.Factory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.NoOpMasterAgent
-
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
-
Retrieve singleton instance.
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
-
Retrieve singleton instance.
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker
-
Retrieve the singleton instance.
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrierBroker
-
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
-
Retrieve the singleton instance.
- INSTANCE - Static variable in class org.apache.flink.runtime.iterative.event.TerminationEvent
-
- INSTANCE - Static variable in class org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- INSTANCE - Static variable in class org.apache.flink.runtime.resourcemanager.ArbitraryWorkerResourceSpecFactory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.resourcemanager.slotmanager.NonSupportedResourceAllocatorImpl
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.job.JobResourceRequirementsHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.job.JobResourcesRequirementsUpdateHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- INSTANCE - Static variable in class org.apache.flink.runtime.scheduler.strategy.AllFinishedInputConsumableDecider.Factory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.scheduler.strategy.DefaultInputConsumableDecider.Factory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.scheduler.strategy.PartialFinishedInputConsumableDecider.Factory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.state.SnappyStreamCompressionDecorator
-
- INSTANCE - Static variable in class org.apache.flink.runtime.state.UncompressedStreamCompressionDecorator
-
- INSTANCE - Static variable in class org.apache.flink.runtime.state.VoidNamespace
-
The singleton instance
- INSTANCE - Static variable in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- INSTANCE - Static variable in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- INSTANCE - Static variable in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- InstanceID - Class in org.apache.flink.runtime.instance
-
Class for statistically unique instance IDs.
- InstanceID() - Constructor for class org.apache.flink.runtime.instance.InstanceID
-
- InstanceID(byte[]) - Constructor for class org.apache.flink.runtime.instance.InstanceID
-
- instantiateFlinkMemoryMetricGroup(MetricGroup, TaskSlotTable<?>, Supplier<Long>) - Static method in class org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateProcessMetricGroup(MetricRegistry, String, Optional<Time>) - Static method in class org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateStatusMetrics(MetricGroup) - Static method in class org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateSystemMetrics(MetricGroup, Time) - Static method in class org.apache.flink.runtime.metrics.util.SystemResourcesMetricsInitializer
-
- instantiateTaskManagerMetricGroup(MetricRegistry, String, ResourceID, Optional<Time>) - Static method in class org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateUserCode(TaskConfig, ClassLoader, Class<? super T>) - Static method in class org.apache.flink.runtime.operators.BatchTask
-
Instantiates a user code class from is definition in the task configuration.
- IntArrayList - Class in org.apache.flink.runtime.util
-
Minimal implementation of an array-backed list of ints
- IntArrayList(int) - Constructor for class org.apache.flink.runtime.util.IntArrayList
-
- IntegerResourceVersion - Class in org.apache.flink.runtime.persistence
-
- IntermediateDataSet - Class in org.apache.flink.runtime.jobgraph
-
An intermediate data set is the data set produced by an operator - either a source or any
intermediate operation.
- IntermediateDataSet(IntermediateDataSetID, ResultPartitionType, JobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- IntermediateDataSetID - Class in org.apache.flink.runtime.jobgraph
-
- IntermediateDataSetID() - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates an new random intermediate data set ID.
- IntermediateDataSetID(AbstractID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates a new intermediate data set ID with the bytes of the given ID.
- IntermediateDataSetID(UUID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates a new intermediate data set ID with the bytes of the given UUID.
- IntermediateResult - Class in org.apache.flink.runtime.executiongraph
-
- IntermediateResult(IntermediateDataSet, ExecutionJobVertex, int, ResultPartitionType) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- IntermediateResultInfo - Interface in org.apache.flink.runtime.executiongraph
-
- IntermediateResultPartition - Class in org.apache.flink.runtime.executiongraph
-
- IntermediateResultPartition(IntermediateResult, ExecutionVertex, int, EdgeManager) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- IntermediateResultPartitionID - Class in org.apache.flink.runtime.jobgraph
-
- IntermediateResultPartitionID() - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
Creates an new random intermediate result partition ID for testing.
- IntermediateResultPartitionID(IntermediateDataSetID, int) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- INTERNAL_CLUSTER_EXECUTION_MODE - Static variable in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- InternalAggregatingState<K,N,IN,SV,OUT> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the AggregatingState in the internal state type hierarchy.
- InternalAppendingState<K,N,IN,SV,OUT> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the AppendingState in the internal state type hierarchy.
- InternalCacheMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
A CacheMetricGroup which register all cache related metrics under a subgroup of the
parent metric group.
- InternalCacheMetricGroup(MetricGroup, String) - Constructor for class org.apache.flink.runtime.metrics.groups.InternalCacheMetricGroup
-
Creates a subgroup with the specified subgroup name under the parent group.
- internalCleanup() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Clean up the meta data in the distributed system(e.g.
- internalCleanup() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- internalCleanupJobData(JobID) - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Clean up the meta data in the distributed system(e.g.
- internalCleanupJobData(JobID) - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- internalClose() - Method in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
Closes the components which is used for external operations(e.g.
- internalClose() - Method in class org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperLeaderElectionHaServices
-
- internalDeregisterApplication(ApplicationStatus, String) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- internalDeregisterApplication(ApplicationStatus, String) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
The framework specific code to deregister the application.
- internalDeregisterApplication(ApplicationStatus, String) - Method in class org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- InternalExecutionGraphAccessor - Interface in org.apache.flink.runtime.executiongraph
-
This interface encapsulates all methods needed by ExecutionJobVertex / ExecutionVertices /
Execution from the DefaultExecutionGraph.
- InternalFailuresListener - Interface in org.apache.flink.runtime.scheduler
-
This interface enables subscribing to failures that are detected from the JobMaster side (e.g.,
from within the
ExecutionGraph).
- InternalKeyContext<K> - Interface in org.apache.flink.runtime.state
-
This interface is the current context of a keyed state.
- InternalKeyContextImpl<K> - Class in org.apache.flink.runtime.state
-
- InternalKeyContextImpl(KeyGroupRange, int) - Constructor for class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- InternalKvState<K,N,V> - Interface in org.apache.flink.runtime.state.internal
-
The InternalKvState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy.
- InternalKvState.StateIncrementalVisitor<K,N,V> - Interface in org.apache.flink.runtime.state.internal
-
The state entry visitor which supports remove and update of the last returned entries.
- InternalListState<K,N,T> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the ListState in the internal state type hierarchy.
- InternalMapState<K,N,UK,UV> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the MapState in the internal state type hierarchy.
- InternalMergingState<K,N,IN,SV,OUT> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the MergingState in the internal state type hierarchy.
- internalNioBuffer(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- InternalOperatorCoordinatorMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Special MetricGroup representing an OperatorCoordinator.
- InternalOperatorCoordinatorMetricGroup(MetricGroup) - Constructor for class org.apache.flink.runtime.metrics.groups.InternalOperatorCoordinatorMetricGroup
-
- InternalOperatorIOMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Metric group that contains shareable pre-defined IO-related metrics.
- InternalOperatorIOMetricGroup(InternalOperatorMetricGroup) - Constructor for class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- InternalOperatorMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Special MetricGroup representing an Operator.
- InternalPriorityQueue<T> - Interface in org.apache.flink.runtime.state
-
Interface for collection that gives in order access to elements w.r.t their priority.
- InternalReducingState<K,N,T> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the ReducingState in the internal state type hierarchy.
- InternalRegion(int, long, int, boolean[]) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.InternalRegion
-
- InternalSinkCommitterMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Special MetricGroup representing an Operator.
- InternalSinkWriterMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Special MetricGroup representing an Operator.
- InternalSourceReaderMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Special MetricGroup representing an Operator.
- InternalSplitEnumeratorMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Special MetricGroup representing an SplitEnumerator.
- InternalSplitEnumeratorMetricGroup(MetricGroup) - Constructor for class org.apache.flink.runtime.metrics.groups.InternalSplitEnumeratorMetricGroup
-
- InternalValueState<K,N,T> - Interface in org.apache.flink.runtime.state.internal
-
The peer to the ValueState in the internal state type hierarchy.
- INVALID_CHECKPOINT_ID - Static variable in interface org.apache.flink.runtime.checkpoint.CheckpointStoreUtil
-
- invalidateClusterDataset(AbstractID) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- invalidateCurrentSchemaSerializerAccess() - Method in class org.apache.flink.runtime.state.StateSerializerProvider
-
Invalidates access to the current schema serializer.
- invert() - Method in class org.apache.flink.runtime.checkpoint.RescaleMappings
-
- inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- invoke() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- invoke() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- invoke() - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
Starts the execution.
- invoke() - Method in class org.apache.flink.runtime.operators.BatchTask
-
The main work method.
- invoke() - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
- invoke() - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
- invokeRegistration(G, F, long) - Method in class org.apache.flink.runtime.registration.RetryingRegistration
-
- IO_CURRENT_INPUT_1_WATERMARK - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
Deprecated.
- IO_CURRENT_INPUT_2_WATERMARK - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
Deprecated.
- IO_CURRENT_INPUT_WATERMARK - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_CURRENT_INPUT_WATERMARK_PATERN - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_CURRENT_OUTPUT_WATERMARK - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BUFFERS_IN - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BUFFERS_OUT - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BUFFERS_OUT_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_IN - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_IN_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_OUT - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_OUT_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_IN - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_IN_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_OUT - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_OUT_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- ioExecutor - Variable in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
The executor for I/O operations in this manager.
- ioExecutor - Variable in class org.apache.flink.runtime.highavailability.AbstractHaServices
-
The executor to run external IO operations on.
- ioExecutor - Variable in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- IOManager - Class in org.apache.flink.runtime.io.disk.iomanager
-
The facade for the provided I/O manager services.
- IOManager(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Constructs a new IOManager.
- ioManager - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The I/O manager used to instantiate writers for the spilled partitions.
- IOManagerAsync - Class in org.apache.flink.runtime.io.disk.iomanager
-
A version of the
IOManager that uses asynchronous I/O.
- IOManagerAsync() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manager, writing files to the system 's temp directory.
- IOManagerAsync(String) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manager, writing file to the given directory.
- IOManagerAsync(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manager, writing file round robin across the given
directories.
- IOMetrics - Class in org.apache.flink.runtime.executiongraph
-
An instance of this class represents a snapshot of the io-related metrics of a single task.
- IOMetrics(Meter, Meter, Meter, Meter, Gauge<Long>, Gauge<Long>, Gauge<Double>, Map<IntermediateResultPartitionID, ResultPartitionBytesCounter>) - Constructor for class org.apache.flink.runtime.executiongraph.IOMetrics
-
- IOMetrics(long, long, long, long, long, double, long) - Constructor for class org.apache.flink.runtime.executiongraph.IOMetrics
-
- IOMetrics(long, long, long, long, long, double, long, Map<IntermediateResultPartitionID, ResultPartitionBytes>) - Constructor for class org.apache.flink.runtime.executiongraph.IOMetrics
-
- IOMetricsInfo - Class in org.apache.flink.runtime.rest.messages.job.metrics
-
IO metrics information.
- IOMetricsInfo(long, boolean, long, boolean, long, boolean, long, boolean, long, long, double) - Constructor for class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- IpOnlyHostNameSupplier(InetAddress) - Constructor for class org.apache.flink.runtime.taskmanager.TaskManagerLocation.IpOnlyHostNameSupplier
-
- IS_BACK_PRESSURED - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- isAborted() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- isAcknowledgedBy(ExecutionAttemptID) - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- isActive(JobID, AllocationID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isAlive() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
True if the slot is alive and has not been released.
- isAlive() - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- isAllInputsReceived() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStatePendingResult
-
- isAllocated(JobID, AllocationID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isAllocated(int, JobID, AllocationID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Check whether the slot for the given index is allocated for the given job and allocation id.
- isAllocated(int, JobID, AllocationID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isAllOutputsReceived() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStatePendingResult
-
- isAllToAllDistribution() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- isAmbiguous(int, int) - Method in class org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- isAmbiguous() - Method in enum org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Returns true iff this mapper can potentially lead to ambiguous mappings where the different
new subtasks map to the same old subtask.
- isAmbiguousKeyPossible(TypeSerializer, TypeSerializer) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- isApproximateLocalRecoveryEnabled() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- isApproximatelyAvailable() - Method in interface org.apache.flink.runtime.io.AvailabilityProvider
-
- isAvailable(IntermediateResultPartitionID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphResultPartitionAvailabilityChecker
-
- isAvailable(IntermediateResultPartitionID) - Method in interface org.apache.flink.runtime.executiongraph.failover.ResultPartitionAvailabilityChecker
-
Returns whether the given partition is available.
- isAvailable() - Method in interface org.apache.flink.runtime.io.AvailabilityProvider
-
In order to best-effort avoid volatile access in
CompletableFuture.isDone(), we check
the condition of
future == AVAILABLE firstly for getting probable performance
benefits while hot looping.
- isAvailable() - Method in class org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- isAvailable() - Method in class org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- isAvailable() - Method in class org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- isAvailable() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartitionView.AvailabilityWithBacklog
-
- isBacklog() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
Returns whether the Source is processing backlog data.
- isBackPressured() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- isBasicType() - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- isBatchShuffleCompressionEnabled() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isBlockedNode(String) - Method in interface org.apache.flink.runtime.blocklist.BlocklistTracker
-
Returns whether the given node is blocked.
- isBlockedNode(String) - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- isBlockedTaskManager(ResourceID) - Method in interface org.apache.flink.runtime.blocklist.BlockedTaskManagerChecker
-
Returns whether the given task manager is located on a blocked node.
- isBlockedTaskManager(ResourceID) - Method in interface org.apache.flink.runtime.blocklist.BlocklistHandler
-
Returns whether the given task manager is blocked (located on blocked nodes).
- isBlockedTaskManager(ResourceID) - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- isBlockedTaskManager(ResourceID) - Method in class org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- isBlockingOrBlockingPersistentResultPartition() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isBlockingUpstream() - Method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isBlocklistEnabled(Configuration) - Static method in class org.apache.flink.runtime.blocklist.BlocklistUtils
-
- isBounded() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
Whether this partition uses a limited number of (network) buffers or not.
- isBroadcast() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
Whether the resultPartition is a broadcast edge.
- isBroadcast() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- isBroadcast() - Method in interface org.apache.flink.runtime.executiongraph.IntermediateResultInfo
-
Whether it is a broadcast result.
- isBroadcast() - Method in interface org.apache.flink.runtime.io.network.api.writer.ChannelSelector
-
Returns whether the channel selector always selects all the output channels.
- isBroadcast() - Method in class org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- isBroadcast() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- isBroadcast() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets whether the edge is broadcast edge.
- isBroadcast() - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- isBroadcast() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- isBroadcast() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.PointwiseBlockingResultInfo
-
- isBroadcast() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- isBuffer() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- isBuffer() - Method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isBuffer() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns whether this buffer represents a buffer or an event.
- isBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- isBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- isBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- isBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- isBufferConsumed() - Method in enum org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
- isBytesReadComplete() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isBytesWrittenComplete() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isCanceled() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- isCanceled() - Method in class org.apache.flink.runtime.registration.RetryingRegistration
-
Checks if the registration was canceled.
- isCanceledOrFailed() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Checks whether the task has failed, is canceled, or is being canceled at the moment.
- isCancelJob() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- isCancelled() - Method in class org.apache.flink.runtime.state.DoneFuture
-
- isChangelogStateBackend(StateBackend) - Static method in class org.apache.flink.runtime.state.StateBackendLoader
-
- isChangelogStateBackendEnabled() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns whether the state changelog is enabled for this ExecutionGraph.
- isChangelogStateBackendEnabled() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- isChangelogStateBackendEnabled() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- isChangelogStateBackendEnabled() - Method in class org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- isCheckpoint() - Method in class org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- isCheckpointingEnabled(JobGraph) - Static method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraphBuilder
-
- isCheckpointingEnabled() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Checks if the checkpointing was enabled for this job graph.
- isCheckpointingEnabled() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isClosed() - Method in class org.apache.flink.runtime.blob.BlobClient
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- isClosed() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Checks whether the channel has been closed.
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
Checks whether this request queue is closed.
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- isClosed() - Method in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- isClosed() - Method in class org.apache.flink.runtime.operators.sort.ExternalSorter
-
- isClosed() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- isClosed() - Method in class org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- isClosed() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- isClosed() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
Checks whether the stream is closed.
- isClosed() - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- isClosed() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isCompacted() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- isCompatibleWith(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.contexts.HadoopSecurityContextFactory
-
- isCompatibleWith(SecurityConfiguration) - Method in class org.apache.flink.runtime.security.contexts.NoOpSecurityContextFactory
-
- isCompatibleWith(SecurityConfiguration) - Method in interface org.apache.flink.runtime.security.contexts.SecurityContextFactory
-
Check if this factory is compatible with the security configuration.
- isComplete() - Method in class org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetEntry
-
- isComplete() - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- isCompleted() - Method in enum org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns whether the checkpoint has completed successfully.
- isCompleted() - Method in class org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- isCompressed() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
- isCompressed() - Method in class org.apache.flink.runtime.io.network.buffer.BufferHeader
-
- isCompressed() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- isCompressed() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- isCompressed() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isCompressed() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isConcurrentExecutionAttemptsSupported() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets that whether the coordinator supports an execution vertex to have multiple
concurrent running execution attempts.
- isConnected() - Method in class org.apache.flink.runtime.blob.BlobClient
-
- isConnected() - Method in class org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- isConnected() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- isConnected() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Returns true if the job is connected to a JobManager.
- isConnectionInfoPath(String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- isConnectionReuseEnabled() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isConsumableBasedOnFinishedProducers(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.scheduler.strategy.AllFinishedInputConsumableDecider
-
- isConsumableBasedOnFinishedProducers(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.scheduler.strategy.DefaultInputConsumableDecider
-
- isConsumableBasedOnFinishedProducers(ConsumedPartitionGroup) - Method in interface org.apache.flink.runtime.scheduler.strategy.InputConsumableDecider
-
Determining whether the consumed partition group is consumable based on finished producers.
- isConsumableBasedOnFinishedProducers(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.scheduler.strategy.PartialFinishedInputConsumableDecider
-
- isConsumed(HsConsumerId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- isConverged(int, LongValue) - Method in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
-
- isDataAvailable() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
Returns true if there is new data available for reading.
- isDataAvailable() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- isDefaultReference() - Method in class org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
Returns true, if this object is the default reference.
- isDefaultVersion() - Method in interface org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Returns whether this version is the default REST API version.
- isDefaultVersion() - Method in enum org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns whether this version is the default REST API version.
- isDeleted() - Method in class org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile
-
- isDestroyed() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- isDestroyed() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Checks whether this buffer pool has been destroyed.
- isDestroyed() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns whether the buffer provider has been destroyed.
- isDestroyed() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- isDestroyed() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- isDeterministic() - Method in class org.apache.flink.runtime.entrypoint.DeterminismEnvelope
-
- isDirect() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isDiscarded() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
Returns whether the checkpoint has been discarded.
- isDiscarded() - Method in class org.apache.flink.runtime.checkpoint.filemerging.LogicalFile
-
- isDiscarded() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.CompletedCheckpointStatistics
-
- isDiscarded - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- isDisposed() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- isDone() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStatePendingResult
-
- isDone() - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult
-
- isDone() - Method in class org.apache.flink.runtime.state.DoneFuture
-
- isDynamic() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- isDynamic() - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- isDynamic() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- isEmpty() - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- isEmpty() - Method in class org.apache.flink.runtime.io.network.partition.DeduplicatedQueue
-
- isEmpty() - Method in class org.apache.flink.runtime.io.network.partition.PartitionRequestListenerManager
-
- isEmpty() - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns true if there are no elements.
- isEmpty() - Method in class org.apache.flink.runtime.jobmaster.SerializedInputSplit
-
- isEmpty() - Method in class org.apache.flink.runtime.leaderelection.LeaderInformation
-
- isEmpty() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Checks whether the buffer is empty.
- isEmpty() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Checks whether the buffer is empty.
- isEmpty() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Checks whether the buffer is empty.
- isEmpty() - Method in class org.apache.flink.runtime.rest.messages.ConfigurationInfo
-
- isEmpty() - Method in class org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation
-
- isEmpty() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- isEmpty() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- isEmpty() - Method in class org.apache.flink.runtime.state.ChainedStateHandle
-
Check if there are any states handles present.
- isEmpty() - Method in class org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- isEmpty() - Method in interface org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- isEmpty() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- isEmpty() - Method in class org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- isEmpty() - Method in class org.apache.flink.runtime.state.heap.StateMap
-
- isEmpty() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- isEmpty() - Method in interface org.apache.flink.runtime.state.InternalPriorityQueue
-
Check if the set contains any elements.
- isEmpty() - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- isEmpty() - Method in interface org.apache.flink.runtime.taskexecutor.JobTable
-
Returns true if the job table does not contain any jobs.
- isEmpty() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isEmpty() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- isEmpty() - Method in class org.apache.flink.runtime.util.LongArrayList
-
- isEmpty() - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Checks whether the resource counter is empty.
- isEnableCheckpointsAfterTasksFinish() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isEnabled() - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- isEnabled() - Method in class org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- isEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- isEvent() - Method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isEvent() - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- isEventAvailable() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- isExactlyOnce() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isExactlyOnceMode() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- isExisting() - Method in class org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- isExisting() - Method in interface org.apache.flink.runtime.persistence.ResourceVersion
-
Check whether the state handle is existing.
- isExisting() - Method in class org.apache.flink.runtime.persistence.StringResourceVersion
-
- isFailed() - Method in enum org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns whether the checkpoint has failed.
- isFinished() - Method in class org.apache.flink.runtime.checkpoint.FinishedOperatorSubtaskState
-
- isFinished() - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- isFinished() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- isFinished() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- isFinished() - Method in interface org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
Returns whether the reader has consumed the input.
- isFinished() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- isFinished() - Method in interface org.apache.flink.runtime.io.network.partition.DataBuffer
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- isFinished() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- isFinished - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Whether this sort buffer is finished.
- isFinished() - Method in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- isFinished() - Method in interface org.apache.flink.runtime.io.PullingAsyncDataInput
-
- isFinished() - Method in class org.apache.flink.runtime.rest.handler.async.OperationResult
-
- isFinished() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- isForward() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets whether the edge is forward edge.
- isFull() - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- isFullRecord() - Method in enum org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
- isFullyAcknowledged() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- isFullyFinished() - Method in class org.apache.flink.runtime.checkpoint.FullyFinishedOperatorState
-
- isFullyFinished() - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- isGlobal() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
- isGlobalFailure() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Checks if this failure was a global failure, i.e., coming from a "safety net" failover that
involved all tasks and should reset also components like the coordinators.
- isGloballyTerminated() - Method in exception org.apache.flink.runtime.client.DuplicateJobSubmissionException
-
Checks whether the duplicate job has already been finished.
- isGuaranteedReclaimable() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemorySpec
-
- isHadoopCommonOnClasspath(ClassLoader) - Static method in class org.apache.flink.runtime.hadoop.HadoopDependency
-
- isHighAvailabilityModeActivated(Configuration) - Static method in enum org.apache.flink.runtime.jobmanager.HighAvailabilityMode
-
Returns true if the defined recovery mode supports high availability.
- isHistoryServer() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isHybridResultPartition() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isIdentity() - Method in class org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor
-
- isIdentity() - Method in class org.apache.flink.runtime.checkpoint.RescaleMappings
-
- isIdle() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- isIdle() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Check whether this task manager is idle.
- isIdle() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- isImmutableType() - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- isImmutableType() - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- isImmutableType() - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- isInitializationFailure() - Method in class org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
- isInitialized() - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- isInitialized() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isInitialized() - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Flag indicating if the JobManagerRunner has been initialized.
- isInitialized() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- isInitializedAndRunning() - Method in class org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- isInitializedAndRunning() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
- isInitializedAndRunning() - Method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- isInMemory() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Checks whether this partition is in memory or spilled.
- isInProgress() - Method in enum org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns whether the checkpoint is in progress.
- isInputAsynchronouslyMaterialized(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isInputCached(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isInputConsumable(SchedulingExecutionVertex, Set<ExecutionVertexID>, Map<ConsumedPartitionGroup, Boolean>) - Method in class org.apache.flink.runtime.scheduler.strategy.AllFinishedInputConsumableDecider
-
- isInputConsumable(SchedulingExecutionVertex, Set<ExecutionVertexID>, Map<ConsumedPartitionGroup, Boolean>) - Method in class org.apache.flink.runtime.scheduler.strategy.DefaultInputConsumableDecider
-
- isInputConsumable(SchedulingExecutionVertex, Set<ExecutionVertexID>, Map<ConsumedPartitionGroup, Boolean>) - Method in interface org.apache.flink.runtime.scheduler.strategy.InputConsumableDecider
-
Determining whether the input of an execution vertex is consumable.
- isInputConsumable(SchedulingExecutionVertex, Set<ExecutionVertexID>, Map<ConsumedPartitionGroup, Boolean>) - Method in class org.apache.flink.runtime.scheduler.strategy.PartialFinishedInputConsumableDecider
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- isInputResettable(int) - Method in interface org.apache.flink.runtime.operators.ResettableDriver
-
- isInputVertex() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- isIterativeInputGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isKeyGroupAlreadyFinished(int) - Method in class org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns true if the key group is already completely written and immutable.
- isKeyGroupAlreadyStarted(int) - Method in class org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns true, if the key group with the given id was already started.
- isKeyType() - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- isLeader() - Method in class org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionDriver
-
- isLocalCommunicationOnly() - Method in class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- isLocalRecoveryEnabled() - Method in class org.apache.flink.runtime.state.LocalRecoveryConfig
-
- isLocalTo(ResourceID) - Method in class org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- isLoginPossible(boolean) - Method in class org.apache.flink.runtime.security.token.hadoop.KerberosLoginProvider
-
- isMandatory() - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns whether this parameter must be resolved for the request.
- isMatching(ResourceProfile) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Check whether required resource profile can be matched.
- isMatchingRequirement(ResourceProfile) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
Returns true if the required
ResourceProfile can be fulfilled by this slot.
- isMaterializing() - Method in enum org.apache.flink.runtime.operators.DamBehavior
-
Checks whether this enumeration represents some form of materialization, either with a full
dam or without.
- isMaterializing() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- isMaxParallelismDecided() - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- isMeasuring() - Method in class org.apache.flink.runtime.metrics.TimerGauge
-
- isModified(ExecutionVertexVersion) - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- isMoreSubpartitionSwitchable() - Method in class org.apache.flink.runtime.io.network.partition.RoundRobinSubpartitionSelector
-
- isMoreSubpartitionSwitchable() - Method in interface org.apache.flink.runtime.io.network.partition.SubpartitionSelector
-
- isNetworkDetailedMetrics() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isNetworkStrategy() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
- isNewKeyGroup() - Method in class org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- isNewKeyGroup() - Method in interface org.apache.flink.runtime.state.KeyValueStateIterator
-
Indicates if current key starts a new key-group, i.e.
- isNewKeyValueState() - Method in class org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- isNewKeyValueState() - Method in interface org.apache.flink.runtime.state.KeyValueStateIterator
-
Indicates if current key starts a new k/v-state, i.e.
- isNullOrEmpty(ChainedStateHandle<?>) - Static method in class org.apache.flink.runtime.state.ChainedStateHandle
-
- isNumberOfPartitionConsumersUndefined() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- isNumberOfPartitionConsumerUndefined() - Method in class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- isNumberOfPartitionConsumerUndefined(boolean) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- isNumberOfPartitionConsumerUndefined() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- isNumberOfPartitionConsumerUndefined() - Method in class org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- isNumBytesInComplete() - Method in class org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isNumBytesOutComplete() - Method in class org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isNumRecordsInComplete() - Method in class org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isNumRecordsOutComplete() - Method in class org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isObjectReuse() - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- isOpen() - Method in class org.apache.flink.runtime.checkpoint.filemerging.PhysicalFile
-
- isOriginalAttempt(int) - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
Returns whether the given attempt is the original execution attempt of the execution vertex,
i.e.
- isOutputVertex() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- isOwner(T) - Method in class org.apache.flink.runtime.state.heap.StateMapSnapshot
-
Returns true iff the given state map is the owner of this snapshot object.
- isParallelismConfigured() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- isParallelismDecided() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isParallelismDecided() - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- isPartialRecord() - Method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isPartitionTracked(ResultPartitionID) - Method in class org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- isPartitionTracked(ResultPartitionID) - Method in interface org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Returns whether the given partition is being tracked.
- isPeriodicCheckpointingConfigured() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Returns whether periodic checkpointing has been configured.
- isPeriodicCheckpointingStarted() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- isPersistent() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isPipelinedOrPipelinedBoundedResultPartition() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isPointwise() - Method in interface org.apache.flink.runtime.executiongraph.IntermediateResultInfo
-
Whether it is a pointwise result.
- isPointwise() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- isPointwise() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.PointwiseBlockingResultInfo
-
- isPreFlight() - Method in enum org.apache.flink.runtime.checkpoint.CheckpointFailureReason
-
- isProcessingBacklog() - Method in class org.apache.flink.runtime.source.event.IsProcessingBacklogEvent
-
- IsProcessingBacklogEvent - Class in org.apache.flink.runtime.source.event
-
A source event that notify the source operator of the backlog status.
- IsProcessingBacklogEvent(boolean) - Constructor for class org.apache.flink.runtime.source.event.IsProcessingBacklogEvent
-
- isProducerReadyOrAbortConsumption(PartitionProducerStateProvider.ResponseHandle) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteChannelStateChecker
-
- isProxyUser(UserGroupInformation) - Static method in class org.apache.flink.runtime.hadoop.HadoopUserUtils
-
- isReadable() - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- isReconsumable() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isRecordsReadComplete() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isRecordsWrittenComplete() - Method in class org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isRecycled() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns whether this buffer has been recycled or not.
- isRecycled() - Method in class org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- isRecycled() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- isRecycled() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- isRecycled() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isRecycled() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isRegionOfVertexFinished(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- isRegistered(JobID) - Method in class org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- isRegistered(JobID) - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- isRegistered(JobID) - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- isRegisteredAsAvailable() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- isReleaseByScheduler() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isReleaseByUpstream() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isReleased() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- isReleased() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- isReleased() - Method in interface org.apache.flink.runtime.io.network.partition.DataBuffer
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Whether this partition is released.
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- isReleased() - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- isReleased - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Whether this sort buffer is released.
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- isReleased() - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- isReleased() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
- isReleasing() - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isRequirementEmpty(JobID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- isRequirementEmpty(JobID) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
- isResolved() - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns whether this parameter has been resolved.
- isResolved() - Method in class org.apache.flink.runtime.rest.messages.MessageParameters
-
Returns whether all mandatory parameters have been resolved.
- isRestored() - Method in class org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns true if this was created for a restored operator, false otherwise.
- isRestored() - Method in interface org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns true, if state was restored from the snapshot of a previous execution.
- isRestored() - Method in class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- isRootCause() - Method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
- isRootCause() - Method in class org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
- isRunning() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Checks if the mini cluster was started and is running.
- isRunning() - Method in enum org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingStatus
-
- isSafeToReuseKVState() - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
Whether it's safe to reuse key-values from the state-backend, e.g for the purpose of
optimization.
- isSavepoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointProperties
-
Returns whether the checkpoint properties describe a standard savepoint.
- isSavepoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointType
-
- isSavepoint() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- isSavepoint() - Method in interface org.apache.flink.runtime.checkpoint.SnapshotType
-
- isSavepoint() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- isSavepoint() - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- isSegmentFinished() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SegmentBufferContext
-
- isSerializerTypeVariableSized(TypeSerializer<?>) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- isShutdown() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Tests whether the BLOB server has been requested to shut down.
- isShutdown() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- isShutDown() - Method in class org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- isShutdown() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
- isShutdown() - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Checks whether the MemoryManager has been shut down.
- isShutdown() - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Returns whether this registry has been shutdown.
- isShutdown() - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- isShutDown - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Flag indicating whether the coordinator is still running.
- isSlotAvailableAndFree(AllocationID) - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.IsSlotAvailableAndFreeFunction
-
Returns
true if a slot with the given
AllocationID is available and free.
- IsSlotAvailableAndFreeFunction - Interface in org.apache.flink.runtime.scheduler.adaptive.allocator
-
Functional interface for checking whether a slot is available and free.
- isSlotFree(int) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Check whether the task slot with the given index is free.
- isSlotFree(int) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isSnapshotCompleted() - Method in class org.apache.flink.runtime.state.SnapshotDirectory
-
Returns true if the snapshot is marked as completed.
- isSolutionSetUnmanaged() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isSolutionSetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- isSpillStarted() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- isSSLEnabled() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isSSLEnabled(Configuration) - Static method in enum org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
- isStableVersion() - Method in interface org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Returns whether this version is considered stable.
- isStableVersion() - Method in enum org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns whether this version is considered stable.
- isStarted() - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
Checks whether the service has been started.
- isState(State) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- isStateImmutableInStateBackend(CheckpointType) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
Deprecated.
- isStateNameAsVariable() - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- isStoppable() - Method in interface org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns whether the job for this execution graph is stoppable.
- isStoppable() - Method in class org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- isStoppable() - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- isStoppable() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- isStoppable() - Method in class org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- isSubpartitionDerivable() - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Whether the subpartition where an element comes from can be derived from the existing
information.
- isSuccess() - Method in class org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
- isSuccess() - Method in class org.apache.flink.runtime.jobmaster.JobResult
-
Returns true if the job finished successfully.
- isSupportChannelStateRecover() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedApproximateSubpartition
-
- isSupportChannelStateRecover() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- isSupported() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.NonSupportedResourceAllocatorImpl
-
- isSupported() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocator
-
Whether allocate/release resources are supported.
- isSupportsConcurrentExecutionAttempts() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- isSupportsConcurrentExecutionAttempts() - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- isSynchronous() - Method in class org.apache.flink.runtime.checkpoint.CheckpointProperties
-
Returns whether the checkpoint properties describe a synchronous savepoint/checkpoint.
- isSynchronous() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- isTaskDeployedAsFinished() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns whether all the operators of the task are already finished on restoring.
- isTaskDeployedAsFinished() - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
Whether all the operators of the task are finished on restore.
- isTaskDeployedAsFinished() - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- isTaskFinished() - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns whether all the operators of the task have called finished methods.
- isTerminal() - Method in enum org.apache.flink.runtime.execution.ExecutionState
-
- isTerminalMode() - Method in enum org.apache.flink.runtime.dispatcher.TriggerSavepointMode
-
Whether the operation will result in a globally terminal job status.
- isTerminalState() - Method in class org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- isTimeoutable() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- isTrackingPartitionsFor(K) - Method in class org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- isTrackingPartitionsFor(K) - Method in interface org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Returns whether any partition is being tracked for the given key.
- isTriggering() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- isTruncated() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- isTruncated() - Method in class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.JobExceptionHistory
-
- isTtlStateSerializer(TypeSerializer<?>) - Static method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- isTupleType() - Method in class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- isUnalignedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
- isUnalignedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- isUnalignedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- isUnalignedCheckpoint() - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- isUnalignedCheckpointsEnabled() - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isUnclaimed() - Method in class org.apache.flink.runtime.checkpoint.CheckpointProperties
-
- isUnknown() - Method in interface org.apache.flink.runtime.shuffle.ShuffleDescriptor
-
Returns whether the partition is known and registered with the
ShuffleMaster
implementation.
- isUnknown() - Method in class org.apache.flink.runtime.shuffle.UnknownShuffleDescriptor
-
- isUnrecoverableError(Throwable) - Static method in class org.apache.flink.runtime.executiongraph.failover.ExecutionFailureHandler
-
- isUsingAsynchronousSnapshots() - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
Gets whether the key/value data structures are asynchronously snapshotted, which is always
true for this state backend.
- isUsingAsynchronousSnapshots() - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
Gets whether the key/value data structures are asynchronously snapshotted, which is always
true for this state backend.
- isUsingKeyGroupCompression() - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- isUsingNonBlockingInput() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- isUsingNonBlockingInput() - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
- isValid() - Method in class org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- isValid() - Method in interface org.apache.flink.runtime.state.KeyValueStateIterator
-
Check if the iterator is still valid.
- isValid(K, UUID) - Method in class org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- isValid(K, UUID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Check whether the timeout for the given key and ticket is still valid (not yet unregistered
and not yet overwritten).
- isValidAttemptNumber(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionHistory
-
- isValidTimeout(JobID, UUID) - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- isValidTimeout(JobID, UUID) - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Checks whether the given timeoutId for the given jobId is valid or not.
- isValidTimeout(AllocationID, UUID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Check whether the timeout with ticket is valid for the given allocation id.
- isValidTimeout(AllocationID, UUID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isWaitResultConsumedBeforeRelease() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- isWebCancelEnabled() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- isWebCancelEnabled() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isWebRescaleEnabled() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- isWebRescaleEnabled() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isWebSubmitEnabled() - Method in class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- isWebSubmitEnabled() - Method in class org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isWorksetIteration - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- isWorksetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- isWritable() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isWritable(int) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isZkSaslDisable() - Method in class org.apache.flink.runtime.security.SecurityConfiguration
-
- isZooKeeperRecoveryMode(Configuration) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- IterableStateSnapshot<K,N,S> - Interface in org.apache.flink.runtime.state
-
- IterationAggregatorBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
- IterationAggregatorBroker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
-
- IterationEventWithAggregators - Class in org.apache.flink.runtime.iterative.event
-
Base class for iteration
TaskEvent transmitting operator aggregators.
- IterationEventWithAggregators() - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationEventWithAggregators(String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationEventWithAggregators(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationHeadTask<X,Y,S extends org.apache.flink.api.common.functions.Function,OT> - Class in org.apache.flink.runtime.iterative.task
-
The head is responsible for coordinating an iteration and can run a
Driver inside.
- IterationHeadTask(Environment) - Constructor for class org.apache.flink.runtime.iterative.task.IterationHeadTask
-
Create an Invokable task and set its environment.
- IterationIntermediateTask<S extends org.apache.flink.api.common.functions.Function,OT> - Class in org.apache.flink.runtime.iterative.task
-
An intermediate iteration task, which runs a
Driver
inside.
- IterationIntermediateTask(Environment) - Constructor for class org.apache.flink.runtime.iterative.task.IterationIntermediateTask
-
Create an Invokable task and set its environment.
- IterationSynchronizationSinkTask - Class in org.apache.flink.runtime.iterative.task
-
The task responsible for synchronizing all iteration heads, implemented as an output task.
- IterationSynchronizationSinkTask(Environment) - Constructor for class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
Create an Invokable task and set its environment.
- IterationTailTask<S extends org.apache.flink.api.common.functions.Function,OT> - Class in org.apache.flink.runtime.iterative.task
-
An iteration tail, which runs a driver inside.
- IterationTailTask(Environment) - Constructor for class org.apache.flink.runtime.iterative.task.IterationTailTask
-
Create an Invokable task and set its environment.
- iterativeBroadcastInputs - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The indices of the iterative broadcast inputs.
- iterativeInputs - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The indices of the iterative inputs.
- iterator() - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- iterator() - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.ConsumerRegionGroupExecutionView
-
- iterator() - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- iterator() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable
-
- iterator() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
- iterator() - Method in class org.apache.flink.runtime.operators.util.metrics.CountingIterable
-
- iterator() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- iterator() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- iterator() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Returns an iterator over the elements in this queue.
- iterator() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- iterator() - Method in class org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- iterator() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- iterator() - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- iterator() - Method in interface org.apache.flink.runtime.state.InternalPriorityQueue
-
Iterator over all elements, no order guaranteed.
- iterator(int) - Method in interface org.apache.flink.runtime.state.KeyGroupPartitioner.PartitioningResult
-
- iterator() - Method in class org.apache.flink.runtime.state.KeyGroupRange
-
- iterator() - Method in class org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
- iterator() - Method in class org.apache.flink.runtime.taskexecutor.SlotReport
-
- iterator() - Method in class org.apache.flink.runtime.util.BoundedFIFOQueue
-
Returns the
BoundedFIFOQueue's
Iterator.
- iterator() - Method in class org.apache.flink.runtime.util.EmptyIterator
-
- iterator() - Method in class org.apache.flink.runtime.util.NonReusingKeyGroupedIterator.ValuesIterator
-
- iterator() - Method in class org.apache.flink.runtime.util.NonReusingMutableToRegularIteratorWrapper
-
- iterator() - Method in class org.apache.flink.runtime.util.ReusingKeyGroupedIterator.ValuesIterator
-
- iterator() - Method in class org.apache.flink.runtime.util.ReusingMutableToRegularIteratorWrapper
-
- iterator() - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
- iterator1 - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- iterator2 - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- RandomAccessInputView - Class in org.apache.flink.runtime.io.disk
-
- RandomAccessInputView(ArrayList<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- RandomAccessInputView(ArrayList<MemorySegment>, int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- RandomAccessOutputView - Class in org.apache.flink.runtime.io.disk
-
- RandomAccessOutputView(MemorySegment[], int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- RandomAccessOutputView(MemorySegment[], int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- randomEmit(T) - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
This is used to send LatencyMarks to a random target subpartition.
- randomId() - Static method in class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- randomStateHandleId() - Static method in class org.apache.flink.runtime.state.StateHandleID
-
- RangeBoundaryBuilder<T> - Class in org.apache.flink.runtime.operators.udf
-
Build RangeBoundaries with input records.
- RangeBoundaryBuilder(TypeComparatorFactory<T>, int) - Constructor for class org.apache.flink.runtime.operators.udf.RangeBoundaryBuilder
-
- RangeFraction - Class in org.apache.flink.runtime.util.config.memory
-
Range and fraction of a memory component, which is a capped fraction of another component.
- rate - Variable in class org.apache.flink.runtime.metrics.dump.MetricDump.MeterDump
-
- RawJson(String) - Constructor for class org.apache.flink.runtime.rest.messages.JobPlanInfo.RawJson
-
- RawJsonDeserializer - Class in org.apache.flink.runtime.rest.messages.json
-
Json deserializer which deserializes raw json.
- RawJsonDeserializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.RawJsonDeserializer
-
- read() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileSegmentReader
-
- read() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BufferFileSegmentReader
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.EndOfData
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.EndOfPartitionEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.EndOfSegmentEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.EndOfSuperstepEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.EventAnnouncement
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.RecoveryMetadata
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.partition.consumer.EndOfChannelStateEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
-
- read(byte[]) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- read(DataInputView) - Method in class org.apache.flink.runtime.plugable.NonReusingDeserializationDelegate
-
- read(DataInputView) - Method in class org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- read(DataInputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- read() - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- read(byte[]) - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- read(StreamStateHandle, long) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader.StateChangeIterator
-
- read() - Method in class org.apache.flink.runtime.state.CompressibleFSDataInputStream
-
- read() - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- read(byte[]) - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- read(DataInputView) - Method in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- read(DataInputView) - Method in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- read() - Method in class org.apache.flink.runtime.util.ForwardingInputStream
-
- read(byte[]) - Method in class org.apache.flink.runtime.util.ForwardingInputStream
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.util.ForwardingInputStream
-
- READ_OUTPUT_DATA_DURATION - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- readableBytes() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
- readableBytes() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- readableBytes() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- ReadableRegion(int, int, long) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.ReadableRegion
-
- readAndSetBroadcastInput(int, String, DistributedRuntimeUDFContext, int) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- readBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Issues a read request, which will asynchronously fill the given segment with the next block
in the underlying file channel.
- readBlock(T) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Issues a read request, which will fill the given segment with the next block in the
underlying file channel.
- readBoolean() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int, int, MemorySegment, BufferRecycler, PartitionFileReader.ReadProgress, CompositeBuffer) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader
-
Read a buffer from the partition file.
- readBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int, int, MemorySegment, BufferRecycler, PartitionFileReader.ReadProgress, CompositeBuffer) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileReader
-
- readBuffer(TieredStoragePartitionId, TieredStorageSubpartitionId, int, int, MemorySegment, BufferRecycler, PartitionFileReader.ReadProgress, CompositeBuffer) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFileReader
-
- readBuffer(int, int) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionReader
-
Read a buffer from netty connection.
- readBuffer(int, int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionReaderImpl
-
- readBufferFromFileChannel(Buffer) - Method in class org.apache.flink.runtime.io.disk.iomanager.BufferFileChannelReader
-
Reads data from the object's file channel into the given buffer.
- ReadBufferResult(List<Buffer>, boolean, PartitionFileReader.ReadProgress) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader.ReadBufferResult
-
- readBuffers(Queue<MemorySegment>, BufferRecycler) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReader
-
Read data from disk.
- readBuffers(Queue<MemorySegment>, BufferRecycler) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
Read subpartition data into buffers.
- readByte() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readByteBufferFully(FileChannel, ByteBuffer) - Static method in class org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- readByteBufferFully(FileChannel, ByteBuffer, long) - Static method in class org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- readBytes(int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- readChar() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readDouble() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readElement(DataInputView) - Method in interface org.apache.flink.runtime.state.KeyGroupPartitioner.ElementReaderFunction
-
- reader - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- Reader<T extends org.apache.flink.core.io.IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api.reader
-
A record-oriented reader for immutable record types.
- ReaderBase - Interface in org.apache.flink.runtime.io.network.api.reader
-
The basic API for every reader.
- readerForVersion(StateTable<K, N, S>, int) - Static method in class org.apache.flink.runtime.state.heap.StateTableByKeyGroupReaders
-
Creates a new StateTableByKeyGroupReader that inserts de-serialized mappings into the given
table, using the de-serialization algorithm that matches the given version.
- ReaderIterator<T> - Class in org.apache.flink.runtime.operators.util
-
A MutableObjectIterator that wraps a reader from an input channel and produces the
reader's records.
- ReaderIterator(MutableReader<DeserializationDelegate<T>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.util.ReaderIterator
-
Creates a new iterator, wrapping the given reader.
- ReaderRegistrationEvent - Class in org.apache.flink.runtime.source.event
-
An
OperatorEvent that registers a
SourceReader to the SourceCoordinator.
- ReaderRegistrationEvent(int, String) - Constructor for class org.apache.flink.runtime.source.event.ReaderRegistrationEvent
-
- readFile(JobID, PermanentBlobKey) - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
Returns the content of the file for the BLOB with the provided job ID the blob key.
- readFile(JobID, PermanentBlobKey) - Method in interface org.apache.flink.runtime.blob.PermanentBlobService
-
Returns the content of the file for the BLOB with the provided job ID the blob key.
- readFixedSizeRegionFromFile(FileChannel, ByteBuffer, long) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.index.FileRegionWriteReadUtils
-
- readFloat() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readFromByteChannel(FileChannel, ByteBuffer, MemorySegment, BufferRecycler) - Static method in class org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- readFromJobGraph(JobGraph) - Static method in class org.apache.flink.runtime.jobgraph.JobResourceRequirements
-
- readFully(byte[]) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readFully(byte[], int, int) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readHsInternalRegionFromFile(FileChannel, ByteBuffer, long) - Static method in class org.apache.flink.runtime.io.network.partition.hybrid.index.FileRegionWriteReadUtils
-
- readIndexEntryAddress - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Index entry address of the current record or event to be read.
- readInputData(InputGate[]) - Method in interface org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
-
- readInputData(InputGate[]) - Method in class org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- readInt() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readIntLE(byte[], int) - Static method in class org.apache.flink.runtime.io.compression.CompressorUtils
-
- readInto(Buffer) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileReader
-
- readInto(Buffer) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BufferFileReader
-
- readInto(Buffer) - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousBufferFileReader
-
- readInto(MemorySegment) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- readKey(TypeSerializer<K>, DataInputDeserializer, boolean) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readKeyGroup(int, DataInputView) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readLeaderInformation(byte[]) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
- readLine() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readLong() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readMappingsInKeyGroup(DataInputView, int) - Method in interface org.apache.flink.runtime.state.StateSnapshotKeyGroupReader
-
Read the data for the specified key-group from the input.
- readNamespace(TypeSerializer<N>, DataInputDeserializer, boolean) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readOnlySlice() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns a read-only slice of this buffer's readable bytes, i.e.
- readOnlySlice(int, int) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns a read-only slice of this buffer.
- readOnlySlice() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- readOnlySlice(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- readOnlySlice() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- readOnlySlice(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- readOnlySlice() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- readOnlySlice(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- readOnlySlice() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- readOnlySlice(int, int) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- ReadOnlySlicedNetworkBuffer - Class in org.apache.flink.runtime.io.network.buffer
-
Minimal best-effort read-only sliced
Buffer implementation wrapping a
NetworkBuffer's sub-region based on
io.netty.buffer.SlicedByteBuf and
io.netty.buffer.ReadOnlyByteBuf.
- readOrderIndex - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Used to index the current available subpartition to read data from.
- readOutputData(ResultPartitionWriter[], boolean) - Method in interface org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
-
- readOutputData(ResultPartitionWriter[], boolean) - Method in class org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- readPhase - Variable in class org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- readRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- readRecordAt(long) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- readRegionFromFile(FileChannel, long) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl.HsFileDataIndexRegionHelper
-
- readRegionFromFile(FileChannel, long) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.index.FileDataIndexRegionHelper
-
Read a region from the file.
- readResolve() - Method in class org.apache.flink.runtime.messages.Acknowledge
-
Read resolve to preserve the singleton object property.
- readResolve() - Method in class org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
readResolve() preserves the singleton property of the default value.
- readShort() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readStateMetaInfoSnapshot(DataInputView, ClassLoader) - Method in interface org.apache.flink.runtime.state.metainfo.StateMetaInfoReader
-
Reads a snapshot from the given input view.
- readUnsignedByte() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readUnsignedShort() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readUTF() - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readVariableIntBytes(DataInputView, int) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readWriteLock - Variable in class org.apache.flink.runtime.blob.AbstractBlobCache
-
Lock guarding concurrent file accesses.
- rebound(long) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- rebound(long) - Method in interface org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- rebound(long) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- rebound(long) - Method in interface org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
-
- rebound(long) - Method in class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- rebound(long) - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- recalculateBufferSize(long, int) - Method in class org.apache.flink.runtime.throughput.BufferDebloater
-
- receive(ByteBuffer, TieredStorageSubpartitionId, Buffer.DataType, boolean) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.BufferAccumulator
-
Receives the records from tiered store producer, these records will be accumulated and
transformed into finished buffers.
- receive(ByteBuffer, TieredStorageSubpartitionId, Buffer.DataType, boolean) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashBufferAccumulator
-
- receive(ByteBuffer, TieredStorageSubpartitionId, Buffer.DataType, boolean) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.SortBufferAccumulator
-
- receiveAcknowledgeMessage(AcknowledgeCheckpoint, String) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Receives an AcknowledgeCheckpoint message and returns whether the message was associated with
a pending checkpoint.
- receiveDeclineMessage(DeclineCheckpoint, String) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- receiveHeartbeat(ResourceID, I) - Method in class org.apache.flink.runtime.heartbeat.HeartbeatSender
-
- receiveHeartbeat(ResourceID, I) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatTarget
-
Sends a heartbeat response to the target.
- receiveHeartbeat(ResourceID, I) - Method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- recentPendingRequestIds - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
A list of recent request IDs to identify late messages vs.
- reconcileExecutionDeployments(ResourceID, ExecutionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState>) - Method in class org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentReconciler
-
- reconcileExecutionDeployments(ResourceID, ExecutionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState>) - Method in interface org.apache.flink.runtime.jobmaster.ExecutionDeploymentReconciler
-
Reconciles the deployment states between all reported/expected executions for the given task
executor.
- reconnect(JobID) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- reconnect(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Triggers reconnection to the last known leader of the given job.
- RecordDeserializer<T extends org.apache.flink.core.io.IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api.serialization
-
Interface for turning sequences of memory segments into records.
- RecordDeserializer.DeserializationResult - Enum in org.apache.flink.runtime.io.network.api.serialization
-
Status of the deserialization result.
- recordEmitted(long) - Method in class org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
Called when a new record was emitted with the given timestamp.
- recordModification(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- recordPartitionInfo(int, ResultPartitionBytes) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- recordPartitionInfo(int, ResultPartitionBytes) - Method in interface org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
Record the information of the result partition.
- RecordReader<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.reader
-
Record oriented reader for immutable types.
- RecordReader(InputGate, Class<T>, String[]) - Constructor for class org.apache.flink.runtime.io.network.api.reader.RecordReader
-
Creates a new RecordReader that de-serializes records from the given input gate and can spill
partial records to disk, if they grow large.
- recordRemainingBytes - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Record bytes remaining after last copy, which must be read first in next copy.
- recordSize() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- recordSize() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the size of each record, the number of bytes separating the head of successive records.
- recordSize() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- recordsPerSegment() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- recordsPerSegment() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the number of elements in each memory segment.
- recordsPerSegment() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- recordSplitAssignment(SplitsAssignment<SplitT>) - Method in class org.apache.flink.runtime.source.coordinator.SplitAssignmentTracker
-
Record a new split assignment.
- recordTaskEndOfData(ExecutionAttemptID) - Method in class org.apache.flink.runtime.scheduler.VertexEndOfDataListener
-
- recordTaskFailure(Execution, Throwable) - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- recordVertexModifications(Collection<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- RecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.writer
-
An abstract record-oriented runtime result writer.
- RecordWriterBuilder<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.writer
-
Utility class to encapsulate the logic of building a
RecordWriter instance.
- RecordWriterBuilder() - Constructor for class org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- RecordWriterDelegate<T extends org.apache.flink.core.io.IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api.writer
-
The record writer delegate provides the availability function for task processor, and it might
represent a single
RecordWriter or multiple
RecordWriter instances in specific
implementations.
- RecoverableStreamWrapper - Class in org.apache.flink.runtime.state.filesystem
-
- RecoverableStreamWrapper(RecoverableFsDataOutputStream) - Constructor for class org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- recoverCheckpointStore(int, StoreType, SharedStateRegistryFactory, Executor, RestoreMode) - Method in interface org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper
-
- RecoveredInputChannel - Class in org.apache.flink.runtime.io.network.partition.consumer
-
An input channel reads recovered state from previous unaligned checkpoint snapshots.
- recoverJobGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- recoverJobGraph(JobID) - Method in interface org.apache.flink.runtime.jobmanager.JobGraphStore
-
Returns the
JobGraph with the given
JobID or
null if no job was
registered.
- recoverJobGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- RecoveryMetadata - Class in org.apache.flink.runtime.io.network.api
-
- RecoveryMetadata(int) - Constructor for class org.apache.flink.runtime.io.network.api.RecoveryMetadata
-
- RecreateOnResetOperatorCoordinator - Class in org.apache.flink.runtime.operators.coordination
-
- RecreateOnResetOperatorCoordinator.Provider - Class in org.apache.flink.runtime.operators.coordination
-
The provider for a private RecreateOnResetOperatorCoordinator.
- recursionLevel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
-
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
Recycles the target buffer to this buffer pool.
- recycle(Collection<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
Recycles a collection of buffers to this buffer pool.
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.buffer.BufferRecycler.DummyBufferRecycler
-
- recycle(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferRecycler
-
Recycles the
MemorySegment to its original
BufferPool instance.
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.buffer.FreeingBufferRecycler
-
Frees the given memory segment.
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferManager
-
Exclusive buffer is recycled to this channel manager directly and it may trigger return extra
floating buffer based on numRequiredBuffers.
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskIOScheduler
-
- recycleBuffer() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Releases this buffer once, i.e.
- recycleBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- recycleBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- recycleBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- recycleBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- recyclePooledMemorySegment(MemorySegment) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- recycleUnpooledMemorySegments(Collection<MemorySegment>) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- RedirectingSslHandler - Class in org.apache.flink.runtime.net
-
SSL handler which automatically redirects Non-SSL requests to SSL address.
- RedirectingSslHandler(String, CompletableFuture<String>, SSLHandlerFactory) - Constructor for class org.apache.flink.runtime.net.RedirectingSslHandler
-
- redirectSystemOutAndError(Configuration) - Static method in class org.apache.flink.runtime.taskexecutor.SystemOutRedirectionUtils
-
Redirect
System.out and
System.err based on
TaskManagerOptions.TASK_MANAGER_SYSTEM_OUT_MODE related options.
- reDistributeInputChannelStates(TaskStateAssignment) - Method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- reDistributePartitionableStates(Map<OperatorID, OperatorState>, int, Function<OperatorSubtaskState, StateObjectCollection<T>>, OperatorStateRepartitioner<T>, Map<OperatorInstanceID, List<T>>) - Static method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- reDistributeResultSubpartitionStates(TaskStateAssignment) - Method in class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- ReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
-
Combine operator for Reduce functions, standalone (not chained).
- ReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- ReduceDriver<T> - Class in org.apache.flink.runtime.operators
-
Reduce driver which is executed by a Task Manager.
- ReduceDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceDriver
-
- ReduceFacade(ReduceFunction<T>, Collector<T>, boolean) - Constructor for class org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.ReduceFacade
-
- refCnt() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
The current reference counter.
- refCnt() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- refCnt() - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- refresh() - Method in class org.apache.flink.runtime.security.DynamicConfiguration
-
- REGION_SIZE - Static variable in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileIndex.FixedSizeRegion
-
- RegionPartitionGroupReleaseStrategy - Class in org.apache.flink.runtime.executiongraph.failover.partitionrelease
-
Releases blocking intermediate result partitions that are incident to a
SchedulingPipelinedRegion, as soon as the region's execution vertices are finished.
- RegionPartitionGroupReleaseStrategy(SchedulingTopology) - Constructor for class org.apache.flink.runtime.executiongraph.failover.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- RegionPartitionGroupReleaseStrategy.Factory - Class in org.apache.flink.runtime.executiongraph.failover.partitionrelease
-
- register(JobManagerRunner) - Method in class org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- register(JobManagerRunner) - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- register(JobManagerRunner) - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- register(String, LeaderContender) - Method in class org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- register(Metric, String, AbstractMetricGroup) - Method in interface org.apache.flink.runtime.metrics.MetricRegistry
-
Registers a new Metric with this registry.
- register(Metric, String, AbstractMetricGroup) - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- register(Metric, String, AbstractMetricGroup) - Method in class org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- register(MetricOptions.JobStatusMetricsSettings, MetricGroup, StateTimeMetric, String) - Static method in interface org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- register(StreamStateHandle, long) - Method in interface org.apache.flink.runtime.state.changelog.LocalChangelogRegistry
-
Called upon ChangelogKeyedStateBackend#notifyCheckpointComplete.
- register(StreamStateHandle, long) - Method in class org.apache.flink.runtime.state.changelog.LocalChangelogRegistryImpl
-
- register(Logger) - Static method in class org.apache.flink.runtime.util.SignalHandler
-
Register some signal handlers.
- registerAll(Iterable<? extends CompositeStateHandle>, long) - Method in interface org.apache.flink.runtime.state.SharedStateRegistry
-
Register given shared states in the registry.
- registerAll(Iterable<? extends CompositeStateHandle>, long) - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- registerAllAfterRestored(CompletedCheckpoint, RestoreMode) - Method in interface org.apache.flink.runtime.state.SharedStateRegistry
-
Set the lowest checkpoint ID below which no state is discarded, inclusive.
- registerAllAfterRestored(CompletedCheckpoint, RestoreMode) - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- registerAllRequestsProcessedListener(NotificationListener) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileWriter
-
- registerAllRequestsProcessedListener(NotificationListener) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Registers a listener to be notified when all outstanding requests have been processed.
- registerAllRequestsProcessedListener(NotificationListener) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BufferFileWriter
-
Registers a listener, which is notified after all outstanding requests have been processed.
- registerAndStartNewCoordinators(Collection<OperatorCoordinatorHolder>, ComponentMainThreadExecutor, int) - Method in class org.apache.flink.runtime.scheduler.DefaultOperatorCoordinatorHandler
-
- registerAndStartNewCoordinators(Collection<OperatorCoordinatorHolder>, ComponentMainThreadExecutor, int) - Method in interface org.apache.flink.runtime.scheduler.OperatorCoordinatorHandler
-
Register and start new operator coordinators.
- registerAvailabilityAndPriorityNotifier(AvailabilityNotifier) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteStorageScanner
-
- registerAvailabilityListener(Runnable) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.NettyConnectionWriterImpl
-
- registerAvailabilityNotifier(AvailabilityNotifier) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerClient
-
- registerAvailabilityNotifier(AvailabilityNotifier) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierConsumerAgent
-
- registerAvailabilityNotifier(AvailabilityNotifier) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierConsumerAgent
-
- registerAvailabilityNotifier(AvailabilityNotifier) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierConsumerAgent
-
- registerAvailabilityNotifier(AvailabilityNotifier) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierConsumerAgent
-
Register the notifier to notify the availability of a subpartition.
- registerBlocklistListener(BlocklistListener) - Method in interface org.apache.flink.runtime.blocklist.BlocklistHandler
-
Register a new blocklist listener.
- registerBlocklistListener(BlocklistListener) - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- registerBlocklistListener(BlocklistListener) - Method in class org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- registerClassLoaderLease(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- registerClassLoaderLease(JobID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Registers a new class loader lease for the given jobId.
- registerConsumedPartitionGroup(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.executiongraph.EdgeManager
-
- registerConsumer(TieredStoragePartitionId, TieredStorageSubpartitionId) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageNettyService
-
- registerConsumer(TieredStoragePartitionId, TieredStorageSubpartitionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageNettyServiceImpl
-
- registerDebloatingTaskMetrics(SingleInputGate[], MetricGroup) - Static method in class org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- RegisteredBroadcastStateBackendMetaInfo<K,V> - Class in org.apache.flink.runtime.state
-
- RegisteredBroadcastStateBackendMetaInfo(String, OperatorStateHandle.Mode, TypeSerializer<K>, TypeSerializer<V>) - Constructor for class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- RegisteredBroadcastStateBackendMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K, V>) - Constructor for class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- RegisteredBroadcastStateBackendMetaInfo(StateMetaInfoSnapshot) - Constructor for class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- RegisteredKeyValueStateBackendMetaInfo<N,S> - Class in org.apache.flink.runtime.state
-
Compound meta information for a registered state in a keyed state backend.
- RegisteredKeyValueStateBackendMetaInfo(StateDescriptor.Type, String, TypeSerializer<N>, TypeSerializer<S>) - Constructor for class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- RegisteredKeyValueStateBackendMetaInfo(StateDescriptor.Type, String, TypeSerializer<N>, TypeSerializer<S>, StateSnapshotTransformer.StateSnapshotTransformFactory<S>) - Constructor for class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- RegisteredKeyValueStateBackendMetaInfo(StateMetaInfoSnapshot) - Constructor for class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- RegisteredOperatorStateBackendMetaInfo<S> - Class in org.apache.flink.runtime.state
-
Compound meta information for a registered state in an operator state backend.
- RegisteredOperatorStateBackendMetaInfo(String, TypeSerializer<S>, OperatorStateHandle.Mode) - Constructor for class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- RegisteredOperatorStateBackendMetaInfo(StateMetaInfoSnapshot) - Constructor for class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- RegisteredPriorityQueueStateBackendMetaInfo<T> - Class in org.apache.flink.runtime.state
-
Meta information about a priority queue state in a backend.
- RegisteredPriorityQueueStateBackendMetaInfo(String, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- RegisteredPriorityQueueStateBackendMetaInfo(StateMetaInfoSnapshot) - Constructor for class org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- registeredReaders() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- registeredReadersOfAttempts() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- RegisteredRpcConnection<F extends Serializable,G extends org.apache.flink.runtime.rpc.RpcGateway,S extends RegistrationResponse.Success,R extends RegistrationResponse.Rejection> - Class in org.apache.flink.runtime.registration
-
This utility class implements the basis of RPC connecting from one component to another
component, for example the RPC connection from TaskExecutor to ResourceManager.
- RegisteredRpcConnection(Logger, String, F, Executor) - Constructor for class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- RegisteredStateMetaInfoBase - Class in org.apache.flink.runtime.state
-
Base class for all registered state in state backends.
- RegisteredStateMetaInfoBase(String) - Constructor for class org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
- registerEventHandler(OperatorID, OperatorEventHandler) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorEventDispatcher
-
Register a listener that is notified every time an OperatorEvent is sent from the
OperatorCoordinator (of the operator with the given OperatorID) to this subtask.
- registerExecution(Execution) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- registerExecution(Execution) - Method in interface org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- registerInputMetrics(boolean, MetricGroup, SingleInputGate[]) - Static method in class org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerJob(JobID) - Method in interface org.apache.flink.runtime.blob.JobPermanentBlobService
-
Register the given job.
- registerJob(JobID) - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
Registers use of job-related BLOBs.
- registerJob(JobShuffleContext) - Method in interface org.apache.flink.runtime.shuffle.ShuffleMaster
-
Registers the target job together with the corresponding
JobShuffleContext to this
shuffle master.
- registerJobMaster(JobMasterId, ResourceID, String, JobID, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- registerJobMaster(JobMasterId, ResourceID, String, JobID, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Register a
JobMaster at the resource manager.
- registerJobMetrics(MetricGroup, JobStatusProvider, Gauge<Long>, DeploymentStateTimeMetrics, Consumer<JobStatusListener>, long, MetricOptions.JobStatusMetricsSettings) - Static method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- registerJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- registerJobStatusListener(JobStatusListener) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
- registerKvState(KeyGroupRange, KvStateID, InetSocketAddress) - Method in class org.apache.flink.runtime.query.KvStateLocation
-
Registers a KvState instance for the given key group index.
- registerKvState(JobID, JobVertexID, KeyGroupRange, String, InternalKvState<?, ?, ?>, ClassLoader) - Method in class org.apache.flink.runtime.query.KvStateRegistry
-
Registers the KvState instance and returns the assigned ID.
- registerKvState(KeyGroupRange, String, InternalKvState<?, ?, ?>, ClassLoader) - Method in class org.apache.flink.runtime.query.TaskKvStateRegistry
-
Registers the KvState instance at the KvStateRegistry.
- registerLegacyNetworkMetrics(boolean, MetricGroup, ResultPartitionWriter[], InputGate[]) - Static method in class org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerLegacyNetworkMetrics(MetricGroup, ResultPartitionWriter[], InputGate[]) - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- registerListener(PartitionRequestListener) - Method in class org.apache.flink.runtime.io.network.partition.PartitionRequestListenerManager
-
- registerListener(JobID, KvStateRegistryListener) - Method in class org.apache.flink.runtime.query.KvStateRegistry
-
Registers a listener with the registry.
- registerMailboxSizeSupplier(TaskIOMetricGroup.SizeSupplier<Integer>) - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- registerMetrics() - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- registerMetrics() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- registerMetrics(MetricGroup) - Method in class org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- registerMetrics(MetricGroup) - Method in class org.apache.flink.runtime.scheduler.metrics.JobStatusMetrics
-
- registerMetrics(MetricGroup) - Method in interface org.apache.flink.runtime.scheduler.metrics.MetricsRegistrar
-
- registerNewConsumer(int, HsConsumerId, HsSubpartitionConsumerInternalOperations) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
This method only called by result partition to create subpartitionFileReader.
- registerNewConsumer(int, HsConsumerId, HsSubpartitionConsumerInternalOperations) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- registerNewConsumer(HsConsumerId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- registerNewSerializerForRestoredState(TypeSerializer<T>) - Method in class org.apache.flink.runtime.state.StateSerializerProvider
-
For restored state, register a new serializer that potentially has a new serialization
schema.
- registerNewSlotsListener(DeclarativeSlotPool.NewSlotsListener) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Registers a listener which is called whenever new slots become available.
- registerNewSlotsListener(DeclarativeSlotPool.NewSlotsListener) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- registerOngoingOperation(K, CompletableFuture<R>) - Method in class org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
Registers an ongoing operation with the cache.
- registerOutputMetrics(boolean, MetricGroup, ResultPartition[]) - Static method in class org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerPartition(ResultPartitionID) - Method in class org.apache.flink.runtime.io.network.TaskEventDispatcher
-
- registerPartitionWithProducer(JobID, PartitionDescriptor, ProducerDescriptor) - Method in class org.apache.flink.runtime.shuffle.NettyShuffleMaster
-
- registerPartitionWithProducer(JobID, PartitionDescriptor, ProducerDescriptor) - Method in interface org.apache.flink.runtime.shuffle.ShuffleMaster
-
Asynchronously register a partition and its producer with the shuffle service.
- registerProducedPartitions(TaskManagerLocation) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- registerProducer(TieredStoragePartitionId, NettyServiceProducer) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageNettyService
-
- registerProducer(TieredStoragePartitionId, NettyServiceProducer) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageNettyServiceImpl
-
- registerQueueLengthMetrics(MetricGroup, SingleInputGate[]) - Static method in class org.apache.flink.runtime.io.network.metrics.InputGateMetrics
-
- registerQueueLengthMetrics(MetricGroup, ResultPartition[]) - Static method in class org.apache.flink.runtime.io.network.metrics.ResultPartitionMetrics
-
- registerReference(SharedStateRegistryKey, StreamStateHandle, long) - Method in interface org.apache.flink.runtime.state.SharedStateRegistry
-
- registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean) - Method in interface org.apache.flink.runtime.state.SharedStateRegistry
-
Register a reference to the given shared state in the registry.
- registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean) - Method in class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- registerRequester(Object) - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- registerResource(TieredStorageDataIdentifier, TieredStorageResource) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageResourceRegistry
-
Register a new resource for the given owner.
- registerResultPartition(ResultPartition) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- registerResultPartitionBytesCounter(IntermediateResultPartitionID, ResultPartitionBytesCounter) - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- registerSchedulingTopologyListener(SchedulingTopologyListener) - Method in class org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- registerSchedulingTopologyListener(SchedulingTopologyListener) - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingTopology
-
Register a scheduling topology listener.
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.checkpoint.TaskState
-
Deprecated.
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- registerSharedStates(SharedStateRegistry, long) - Method in interface org.apache.flink.runtime.state.CompositeStateHandle
-
Register both newly created and already referenced shared states in the given
SharedStateRegistry.
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- registerSharedStates(SharedStateRegistry, long) - Method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- registerSharedStatesAfterRestored(SharedStateRegistry, RestoreMode) - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
Register all shared states in the given registry.
- registerShuffleMetrics(MetricGroup, NetworkBufferPool) - Static method in class org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerSlots(Collection<? extends SlotOffer>, TaskManagerLocation, TaskManagerGateway, long) - Method in class org.apache.flink.runtime.jobmaster.slotpool.BlocklistDeclarativeSlotPool
-
- registerSlots(Collection<? extends SlotOffer>, TaskManagerLocation, TaskManagerGateway, long) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Registers the given set of slots at the slot pool.
- registerSlots(Collection<? extends SlotOffer>, TaskManagerLocation, TaskManagerGateway, long) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- registerSubtaskForSharedStates(FileMergingSnapshotManager.SubtaskKey) - Method in interface org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager
-
Register a subtask and create the managed directory for shared states.
- registerSubtaskForSharedStates(FileMergingSnapshotManager.SubtaskKey) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- registerTaskEventListener(EventListener<TaskEvent>, Class<? extends TaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- registerTaskEventListener(EventListener<TaskEvent>, Class<? extends TaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- registerTaskExecutor(TaskExecutorRegistration, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- registerTaskExecutor(TaskExecutorRegistration, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- registerTaskManager(JobID, TaskManagerRegistrationInformation, Time) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- registerTaskManager(JobID, TaskManagerRegistrationInformation, Time) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Registers the task manager at the job manager.
- registerTaskManager(ResourceID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- registerTaskManager(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- registerTaskManager(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
- registerTaskManager(TaskExecutorConnection, SlotReport, ResourceProfile, ResourceProfile) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- registerTaskManager(TaskExecutorConnection, SlotReport, ResourceProfile, ResourceProfile) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Registers a new task manager at the slot manager.
- registerTimeout(K, long, TimeUnit) - Method in class org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- registerTimeout(K, long, TimeUnit) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Register a timeout for the given key which shall occur in the given delay.
- RegistrationConnectionListener<T extends RegisteredRpcConnection<?,?,S,?>,S extends RegistrationResponse.Success,R extends RegistrationResponse.Rejection> - Interface in org.apache.flink.runtime.registration
-
Classes which want to be notified about the registration result by the
RegisteredRpcConnection have to implement this interface.
- RegistrationResponse - Class in org.apache.flink.runtime.registration
-
- RegistrationResponse() - Constructor for class org.apache.flink.runtime.registration.RegistrationResponse
-
- RegistrationResponse.Failure - Class in org.apache.flink.runtime.registration
-
A registration failure.
- RegistrationResponse.Rejection - Class in org.apache.flink.runtime.registration
-
A rejected (declined) registration.
- RegistrationResponse.Success - Class in org.apache.flink.runtime.registration
-
Base class for a successful registration.
- RegistrationTimeoutException - Exception in org.apache.flink.runtime.taskexecutor.exceptions
-
Exception which indicates that the
TaskExecutor could not register at the master in time.
- RegistrationTimeoutException(String) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
-
- RegistrationTimeoutException(String, Throwable) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
-
- RegistrationTimeoutException(Throwable) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
-
- registry - Variable in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
The registry that this metrics group belongs to.
- RegularToMutableObjectIterator<T> - Class in org.apache.flink.runtime.util
-
- RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.RegularToMutableObjectIterator
-
- Rejection() - Constructor for class org.apache.flink.runtime.registration.RegistrationResponse.Rejection
-
- RelativeFileStateHandle - Class in org.apache.flink.runtime.state.filesystem
-
- RelativeFileStateHandle(Path, String, long) - Constructor for class org.apache.flink.runtime.state.filesystem.RelativeFileStateHandle
-
- release(ResourceProfile) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- release() - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager.ClassLoaderLease
-
Releases the lease to the user code class loader for the associated job.
- release(Throwable) - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Releases the partition writer which releases the produced data and no reader can consume the
partition any more.
- release() - Method in interface org.apache.flink.runtime.io.network.partition.DataBuffer
-
Releases this
DataBuffer which releases all resources.
- release() - Method in class org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
Mark buffer status to release.
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
Releases this file data manager and delete shuffle data after all readers is removed.
- release() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileReader
-
- release() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileReader
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.ProducerMergedPartitionFileWriter
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFileReader
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFileWriter
-
- release() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManager
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManagerImpl
-
- release() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageResource
-
Release all the resources, e.g.
- release() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskIOScheduler
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- release(Throwable) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- release() - Method in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- release(Throwable) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlot.Payload
-
Releases the payload.
- release(Throwable) - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
A release of the payload by the AllocatedSlot triggers a release of the payload of
the logical slot.
- release(MemorySegment) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Tries to release the memory for the specified segment.
- release(Collection<MemorySegment>) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Tries to release many memory segments together.
- release(String, Object, LongConsumer) - Method in class org.apache.flink.runtime.memory.SharedResources
-
Releases a lease (identified by the lease holder object) for the given type.
- release(String) - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Releases the lock on the specific state handle so that it could be deleted by other
StateHandleStore.
- release() - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- release(int) - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- release() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
- release() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateTableSnapshot
-
- release() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- release() - Method in class org.apache.flink.runtime.state.heap.StateMapSnapshot
-
Release the snapshot.
- release() - Method in interface org.apache.flink.runtime.state.SnapshotResources
-
Cleans up the resources after the asynchronous part is done.
- release() - Method in interface org.apache.flink.runtime.state.StateSnapshot
-
Release the snapshot.
- release(String) - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Releases the lock from the node under the given ZooKeeper path.
- releaseAll(Object) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Releases all memory segments for the given owner.
- releaseAll() - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Releases all the locks on corresponding state handle so that it could be deleted by other
StateHandleStore.
- releaseAll() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Releases all lock nodes of this ZooKeeperStateHandleStore.
- releaseAllMemory(Object) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Releases all reserved memory chunks from an owner to this memory manager.
- releaseAllReferencesFromTask(BatchTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseAllResources() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedApproximateSubpartitionView
-
Pipelined ResultPartition relies on its subpartition view's release to decide whether the
partition is ready to release.
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- releaseAllResources() - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- releaseAndTryRemove(String) - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Releases the lock for the given state handle and tries to remove the state handle if it is no
longer locked.
- releaseAndTryRemove(String) - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Releases the lock for the given state node and tries to remove the state node if it is no
longer locked.
- releaseBroadcastVariables(String, int, DistributedRuntimeUDFContext) - Method in class org.apache.flink.runtime.operators.BatchTask
-
- releaseClusterPartitions(IntermediateDataSetID) - Method in interface org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Releases all partitions associated with the given dataset.
- releaseClusterPartitions(IntermediateDataSetID) - Method in interface org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTracker
-
Issues a release calls to all task executors that are hosting partitions of the given data
set.
- releaseClusterPartitions(IntermediateDataSetID) - Method in class org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl
-
- releaseClusterPartitions(ResourceID, Set<IntermediateDataSetID>) - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorClusterPartitionReleaser
-
- releaseClusterPartitions(IntermediateDataSetID) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- releaseClusterPartitions(Collection<IntermediateDataSetID>, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- releaseClusterPartitions(Collection<IntermediateDataSetID>, Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Releases all cluster partitions belong to any of the given data sets.
- releaseClusterPartitions(Collection<IntermediateDataSetID>, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- releaseConsumer(HsConsumerId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- releaseDataView() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Release this
HsDataView when related subpartition view is releasing.
- releaseDataView() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumerMemoryDataManager
-
- releaseDataView() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- releaseFreeSlotsOnTaskManager(ResourceID, Exception) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- releaseFreeSlotsOnTaskManager(ResourceID, Exception) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Releases all free slots belonging to the owning TaskExecutor if it has been registered.
- releaseIdleSlots(long) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Releases slots which have exceeded the idle slot timeout and are no longer needed to fulfill
the resource requirements.
- releaseIdleSlots(long) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- releaseInternal() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- releaseInternal() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- releaseInternal() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- releaseInternal() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Releases all produced data including both those stored in memory and persisted on disk.
- releaseInternal() - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- releaseJob(JobID) - Method in interface org.apache.flink.runtime.blob.JobPermanentBlobService
-
Release the given job.
- releaseJob(JobID) - Method in class org.apache.flink.runtime.blob.PermanentBlobCache
-
Unregisters use of job-related BLOBs and allow them to be released.
- releaseJob(JobID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.filecache.FileCache
-
- releaseListener() - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestListener
-
- releaseListener() - Method in interface org.apache.flink.runtime.io.network.partition.PartitionRequestListener
-
Release this listener.
- releaseLocalStateForAllocationId(AllocationID) - Method in class org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
- releaseMemory(Object, long) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Releases a memory chunk of a certain size from an owner to this memory manager.
- releaseMergingSnapshotManagerForJob(JobID) - Method in class org.apache.flink.runtime.state.TaskExecutorFileMergingManager
-
- releasePartition(ResultPartitionID) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredInternalShuffleMaster
-
- releasePartition(TieredStoragePartitionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMasterClient
-
- releasePartition(TieredStoragePartitionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.NoOpMasterAgent
-
- releasePartition(TieredStoragePartitionId) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierMasterAgent
-
- releasePartition(TieredStoragePartitionId) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierMasterAgent
-
Release a tiered storage partition.
- releasePartition(ResultPartitionID, Throwable) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- releasePartitionExternally(ShuffleDescriptor) - Method in class org.apache.flink.runtime.shuffle.NettyShuffleMaster
-
- releasePartitionExternally(ShuffleDescriptor) - Method in interface org.apache.flink.runtime.shuffle.ShuffleMaster
-
Release any external resources occupied by the given partition.
- releasePartitionRequestListener(PartitionRequestListener) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- releasePartitionRequestListener(PartitionRequestListener) - Method in interface org.apache.flink.runtime.io.network.partition.ResultPartitionProvider
-
Release the given listener in this result partition provider.
- releasePartitions(JobID, Set<ResultPartitionID>) - Method in interface org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Batch release intermediate result partitions.
- releasePartitions(JobID, Set<ResultPartitionID>) - Method in class org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- releasePartitions(JobID, Set<ResultPartitionID>) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- releasePartitions(JobID, Set<ResultPartitionID>) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Batch release intermediate result partitions.
- releasePartitions(JobID, Set<ResultPartitionID>) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- releasePartitionsLocally(Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- releasePartitionsLocally(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Release local resources occupied by the given partitions.
- releaseQuietly() - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFileWriter
-
Used to close and delete the failed
PartitionedFile when any exception occurs.
- releaseReference(String, int, BatchTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseReference(BroadcastVariableKey, BatchTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseResource(WorkerType) - Method in interface org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Release resource to the external resource manager.
- releaseResourcesForJob(JobID) - Method in class org.apache.flink.runtime.state.TaskExecutorChannelStateExecutorFactoryManager
-
- releaseResourcesForJob(JobID) - Method in class org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- releaseSlot() - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
- releaseSlot(Throwable) - Method in interface org.apache.flink.runtime.jobmaster.LogicalSlot
-
Releases this slot.
- releaseSlot(SlotRequestId, Throwable) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotActions
-
- releaseSlot(AllocationID, Exception) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Releases the slot specified by allocationId if one exists.
- releaseSlot(SlotRequestId, Throwable) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- releaseSlot(AllocationID, Exception) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- releaseSlot(Throwable) - Method in class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- releaseSlots(ResourceID, Exception) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Releases all slots belonging to the owning TaskExecutor if it has been registered.
- releaseSlots(ResourceID, Exception) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- releaseSnapshot(StateMapSnapshot<K, N, S, ? extends StateMap<K, N, S>>) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- releaseSnapshot(StateMapSnapshot<K, N, S, ? extends StateMap<K, N, S>>) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
- releaseSubpartitionBuffers(List<BufferIndexAndChannel>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
Release this subpartition's buffers in a decision.
- releaseSubpartitionReader(HsSubpartitionFileReader) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- releaseTable() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Releases the table (the array of buckets) and returns the occupied memory segments to the
list of free segments.
- releaseTable() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- releaseTaskManager(ResourceID, Exception) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- releaseTaskManager(ResourceID, Exception) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- releaseTaskManager(ResourceID, Exception) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
- remainingCapacity() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Returns the remaining capacity of the backing array.
- RemoteChannelStateChecker - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- RemoteChannelStateChecker(ResultPartitionID, String) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.RemoteChannelStateChecker
-
- RemoteInputChannel - Class in org.apache.flink.runtime.io.network.partition.consumer
-
An input channel, which requests a remote partition queue.
- RemoteInputChannel(SingleInputGate, int, ResultPartitionID, ResultSubpartitionIndexSet, ConnectionID, ConnectionManager, int, int, int, int, Counter, Counter, ChannelStateWriter) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- RemoteRecoveredInputChannel - Class in org.apache.flink.runtime.io.network.partition.consumer
-
An input channel reads recovered state from previous unaligned checkpoint snapshots and then
converts into
RemoteInputChannel finally.
- RemoteStorageScanner - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
-
- RemoteStorageScanner(String) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteStorageScanner
-
- RemoteTierConsumerAgent - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
-
The data client is used to fetch data from remote tier.
- RemoteTierConsumerAgent(List<TieredStorageConsumerSpec>, RemoteStorageScanner, PartitionFileReader, int) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierConsumerAgent
-
- RemoteTierFactory - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
-
- RemoteTierFactory(int, int, String) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierFactory
-
- RemoteTierMasterAgent - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
-
- RemoteTierProducerAgent - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
-
- RemoteTransportException - Exception in org.apache.flink.runtime.io.network.netty.exception
-
- RemoteTransportException(String, SocketAddress) - Constructor for exception org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException
-
- RemoteTransportException(String, SocketAddress, Throwable) - Constructor for exception org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException
-
- remove(Object) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- remove(T) - Method in class org.apache.flink.runtime.io.network.partition.DeduplicatedQueue
-
- remove(InputChannelID) - Method in class org.apache.flink.runtime.io.network.partition.PartitionRequestListenerManager
-
- remove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
Blocking retrieval and removal of the object to share.
- remove(String) - Method in class org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- remove() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable.SimpleIterator
-
- remove() - Method in class org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- remove() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- remove() - Method in class org.apache.flink.runtime.operators.util.metrics.CountingIterator
-
- remove(T) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- remove(K, N) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- remove(T) - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSet
-
In contrast to the superclass and to maintain set semantics, removal here is based on
comparing the given element via
Object.equals(Object).
- remove(T) - Method in class org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- remove(K, N) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
Removes the mapping for the composite of active key and given namespace.
- remove(N) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Removes the mapping for the composite of active key and given namespace.
- remove(K) - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- remove(StateEntry<K, N, V>) - Method in interface org.apache.flink.runtime.state.internal.InternalKvState.StateIncrementalVisitor
-
- remove(T) - Method in interface org.apache.flink.runtime.state.InternalPriorityQueue
-
Removes the given element from the set, if is contained in the set.
- remove(ExecutionAttemptID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Remove the task identified by the given execution attempt id.
- remove() - Method in class org.apache.flink.runtime.util.EmptyIterator
-
- remove() - Method in class org.apache.flink.runtime.util.NonReusingKeyGroupedIterator.ValuesIterator
-
- remove() - Method in class org.apache.flink.runtime.util.NonReusingMutableToRegularIteratorWrapper
-
- remove() - Method in class org.apache.flink.runtime.util.ReusingKeyGroupedIterator.ValuesIterator
-
- remove() - Method in class org.apache.flink.runtime.util.ReusingMutableToRegularIteratorWrapper
-
- remove() - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
- REMOVE_KEY_OPTION - Static variable in class org.apache.flink.runtime.entrypoint.parser.ConfigurationCommandLineOptions
-
- REMOVE_KEY_VALUE_OPTION - Static variable in class org.apache.flink.runtime.entrypoint.parser.ConfigurationCommandLineOptions
-
- removeAll(Collection<?>) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- removeAndGetOld(K, N) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- removeAndGetOld(K, N) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
Removes the mapping for the composite of active key and given namespace, returning the state
that was found under the entry.
- removeAndGetOld(N) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Removes the mapping for the composite of active key and given namespace, returning the state
that was found under the entry.
- removeExpiration(long, long, Collection<PartitionRequestListener>) - Method in class org.apache.flink.runtime.io.network.partition.PartitionRequestListenerManager
-
Remove the expire partition request listener and add it to the given timeoutListeners.
- removeIf(Predicate<? super T>) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- removeInputChannel(RemoteInputChannel) - Method in interface org.apache.flink.runtime.io.network.NetworkClientHandler
-
- removeInternal(int) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Implements how to remove the element at the given index from the queue.
- removeInternal(int) - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
- removeJob(JobID) - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- removeJob(JobID) - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Remove the given job from being monitored by the service.
- removeJob(JobID, Exception) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- removeJob(JobID) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- removeJob(JobID) - Method in interface org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Remove the given job from being monitored by the job leader service.
- removeJobMetricsGroup(JobID) - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- removeKeyA(A) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- removeKeyB(B) - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- removeLast() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- removeLong(int) - Method in class org.apache.flink.runtime.util.LongArrayList
-
- removeMetric(Metric) - Method in class org.apache.flink.runtime.metrics.dump.MetricQueryService
-
- removePathPattern(String) - Method in class org.apache.flink.runtime.rest.handler.router.Router
-
Removes the route specified by the path pattern.
- removePendingTaskManager(PendingTaskManagerId) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- RemoveRangeIndex<T> - Class in org.apache.flink.runtime.operators.udf
-
- RemoveRangeIndex() - Constructor for class org.apache.flink.runtime.operators.udf.RemoveRangeIndex
-
- removeSlot(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Removes the slot with the given allocationId from the slot pool.
- removeSlot(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- removeSlots(ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Removes all slots belonging to the owning TaskExecutor identified by owner.
- removeSlots(ResourceID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- removeTask(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Remove the task with the given execution attempt id from its task slot.
- removeTask(ExecutionAttemptID) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- removeTaskManager(InstanceID) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- removeTaskMetricGroup(ExecutionAttemptID) - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
-
- removeTimeoutNodes(long) - Method in interface org.apache.flink.runtime.blocklist.BlocklistTracker
-
Remove timeout nodes.
- removeTimeoutNodes(long) - Method in class org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- removeVertexFromGroup(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- reopen(Iterator<T>) - Method in class org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- ReOpenableHashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
-
- ReOpenableMutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
-
- ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager, boolean) - Constructor for class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildFirstReOpenableHashJoinIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.NonReusingBuildSecondReOpenableHashJoinIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildFirstReOpenableHashJoinIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.ReusingBuildSecondReOpenableHashJoinIterator
-
Set new input for probe side
- repartitionState(List<List<T>>, int, int) - Method in class org.apache.flink.runtime.checkpoint.MappingBasedRepartitioner
-
- repartitionState(List<List<T>>, int, int) - Method in interface org.apache.flink.runtime.checkpoint.OperatorStateRepartitioner
-
- repartitionState(List<List<OperatorStateHandle>>, int, int) - Method in class org.apache.flink.runtime.checkpoint.RoundRobinOperatorStateRepartitioner
-
- replace(String, R, T) - Method in interface org.apache.flink.runtime.persistence.StateHandleStore
-
Replaces a state handle in the distributed coordination system and discards the old state
handle.
- replace(String, IntegerResourceVersion, T) - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Replaces a state handle in ZooKeeper and discards the old state handle.
- REPLACE_KEY_VALUE_OPTION - Static variable in class org.apache.flink.runtime.entrypoint.parser.ConfigurationCommandLineOptions
-
- replaceAllPendingAllocations(Map<PendingTaskManagerId, Map<JobID, ResourceCounter>>) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- replaceAllPendingAllocations(Map<JobID, ResourceCounter>) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- replaceHandle(StreamStateHandle) - Method in class org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
-
Replace the StreamStateHandle with the registry returned one.
- reportAllElementKeyGroups() - Method in class org.apache.flink.runtime.state.KeyGroupPartitioner
-
This method iterates over the input data and reports the key-group for each element.
- reportCheckpointMetrics(long, ExecutionAttemptID, CheckpointMetrics) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointCoordinatorGateway
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- reportCheckpointMetrics(ExecutionAttemptID, long, CheckpointMetrics) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in class org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - Method in interface org.apache.flink.runtime.taskmanager.CheckpointResponder
-
Report metrics for the given checkpoint.
- reportClusterPartitions(ResourceID, ClusterPartitionReport) - Method in interface org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Report the cluster partitions status in the task executor.
- reportClusterPartitions(ResourceID, ClusterPartitionReport) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ReportedWatermarkEvent - Class in org.apache.flink.runtime.source.event
-
- ReportedWatermarkEvent(long) - Constructor for class org.apache.flink.runtime.source.event.ReportedWatermarkEvent
-
- ReporterScopedSettings - Class in org.apache.flink.runtime.metrics.groups
-
Encapsulates all settings that are defined per reporter.
- ReporterScopedSettings(int, char, MetricFilter, Set<String>, Map<String, String>) - Constructor for class org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- ReporterSetup - Class in org.apache.flink.runtime.metrics
-
Encapsulates everything needed for the instantiation and configuration of a MetricReporter.
- ReporterSetup(String, MetricConfig, MetricReporter, MetricFilter, Map<String, String>) - Constructor for class org.apache.flink.runtime.metrics.ReporterSetup
-
- reportFailedCheckpointsWithoutInProgress() - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
Callback when a checkpoint failure without in progress checkpoint.
- reportHeartbeat() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- reportHeartbeat() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Report heartbeat from the monitored target.
- reportHeartbeat(JobID, long) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- reportHeartbeat(long) - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- reportHeartbeatRpcFailure() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- reportHeartbeatRpcFailure() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Reports that the heartbeat rpc could not be sent to the target.
- reportHeartbeatRpcSuccess() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- reportHeartbeatRpcSuccess() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Reports that the heartbeat rpc could be sent to the target.
- reportIncompleteStats(long, ExecutionAttemptID, CheckpointMetrics) - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- reportIncompleteTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics) - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
Report the stats for state snapshots for an aborted checkpoint.
- reportIncompleteTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics) - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- reportInitializationMetrics(ExecutionAttemptID, SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointCoordinatorGateway
-
- reportInitializationMetrics(SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- reportInitializationMetrics(SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- reportInitializationMetrics(SubTaskInitializationMetrics) - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
- reportInitializationMetrics(SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in class org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder
-
- reportInitializationMetrics(JobID, SubTaskInitializationMetrics) - Method in interface org.apache.flink.runtime.taskmanager.CheckpointResponder
-
- reportInitializationStartTs(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- reportJobClientHeartbeat(JobID, long, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- reportJobClientHeartbeat(JobID, long, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
The client reports the heartbeat to the dispatcher for aliveness.
- reportKeyGroupOfElementAtIndex(int, int) - Method in class org.apache.flink.runtime.state.KeyGroupPartitioner
-
This method reports in the bookkeeping data that the element at the given index belongs to
the given key-group.
- reportPayload(ResourceID, I) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatListener
-
Callback which is called whenever a heartbeat with an associated payload is received.
- reportRestoredCheckpoint(long, CheckpointProperties, String, long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- reportSlotStatus(InstanceID, SlotReport) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- reportSlotStatus(InstanceID, SlotReport) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Reports the current slot allocations for a task manager identified by the given instance id.
- reportSlotStatus(InstanceID, SlotReport) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Reports the current slot allocations for a task manager identified by the given instance id.
- reportSlotStatus(InstanceID, SlotReport) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Reconcile the slot status with the slot report.
- reportTaskFinishedOnRestore(ExecutionVertex) - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- reportTaskFinishedOnRestore(ExecutionVertex) - Method in interface org.apache.flink.runtime.checkpoint.FinishedTaskStateProvider
-
Reports the task is finished on restoring.
- reportTaskHasFinishedOperators(ExecutionVertex) - Method in class org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- reportTaskHasFinishedOperators(ExecutionVertex) - Method in interface org.apache.flink.runtime.checkpoint.FinishedTaskStateProvider
-
Reports the task has finished all the operators.
- reportTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics, TaskStateSnapshot, TaskStateSnapshot) - Method in interface org.apache.flink.runtime.state.TaskStateManager
-
Report the state snapshots for the operator instances running in the owning task.
- reportTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics, TaskStateSnapshot, TaskStateSnapshot) - Method in class org.apache.flink.runtime.state.TaskStateManagerImpl
-
- RequestBody - Interface in org.apache.flink.runtime.rest.messages
-
Marker interface for all requests of the REST API.
- requestBuffer() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns a
Buffer instance from the buffer provider, if one is available.
- requestBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestBuffer() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Requests buffer from input channel directly for receiving network data.
- requestBufferBlocking() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- requestBufferBlocking() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashBufferAccumulator
-
- requestBufferBlocking() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashSubpartitionBufferAccumulatorContext
-
- requestBufferBlocking(Object) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManager
-
- requestBufferBlocking(Object) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManagerImpl
-
- requestBufferBuilder() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilder(int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilder() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestBufferBuilder(int) - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestBufferBuilderBlocking() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilderBlocking(int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilderBlocking() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestBufferBuilderBlocking(int) - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestBufferBuilderBlocking() - Method in interface org.apache.flink.runtime.io.network.partition.CheckpointedResultPartition
-
- requestBufferBuilderBlocking() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- requestBufferFromPool() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- requestBufferFromPool() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManagerOperation
-
Request buffer from buffer pool.
- requestBuffers() - Method in class org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- requestCheckpointStats(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestCheckpointStats(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestCheckpointStats(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- requestCheckpointStats() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestCheckpointStats() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestCheckpointStats() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
Returns the checkpoint statistics for a given job.
- requestCheckpointStats(JobID, Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestCheckpointStats(JobID, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestClusterOverview(Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestClusterOverview() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- requestClusterOverview(Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestClusterOverview(Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests the cluster status overview.
- RequestDoneCallback<T> - Interface in org.apache.flink.runtime.io.disk.iomanager
-
Callback to be executed on completion of an asynchronous I/O request.
- requestExecutionGraphInfo(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestExecutionGraphInfo(JobID, Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestExecutionGraphInfo(JobID, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestFailed(T, IOException) - Method in class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
-
- requestFailed(T, IOException) - Method in interface org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerCustomLogHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerLogFileHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerProfilingFileHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerStdoutFileHandler
-
- requestFileUploadByName(String, Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestFileUploadByName(String, Duration) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the file upload of the specified name to the cluster's
BlobServer.
- requestFileUploadByName(String, Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestFileUploadByNameAndType(String, FileType, Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestFileUploadByNameAndType(String, FileType, Duration) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the file upload of the specified name and file type to the cluster's
BlobServer.
- requestFileUploadByNameAndType(String, FileType, Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestFileUploadByType(FileType, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestFileUploadByType(FileType, Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the file upload of the specified type to the cluster's
BlobServer.
- requestFileUploadByType(FileType, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestHeartbeat(ResourceID, I) - Method in class org.apache.flink.runtime.heartbeat.HeartbeatReceiver
-
- requestHeartbeat(ResourceID, I) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatTarget
-
Requests a heartbeat from the target.
- requestHeartbeat(ResourceID, I) - Method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- requestId - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
ID of the sampling request to this coordinator.
- requestIdCounter - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Sample ID counter.
- requestJob(Time) - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- requestJob(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
- requestJob(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestJob(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- requestJob(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- requestJob() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestJob() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestJob() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestJob(JobID, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestJobDetails(Time) - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- requestJobDetails(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Request the details of the executed job.
- requestJobDetails(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- RequestJobDetails - Class in org.apache.flink.runtime.messages.webmonitor
-
This message requests an overview of the jobs on the JobManager, including running jobs and/or
finished jobs.
- RequestJobDetails(boolean, boolean) - Constructor for class org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- requestJobResourceRequirements(JobID) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestJobResourceRequirements() - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestJobResourceRequirements() - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- requestJobResourceRequirements() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestJobResourceRequirements() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestJobResourceRequirements(JobID) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestJobResult(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestJobResult(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- requestJobResult(JobID) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- requestJobResult(JobID, Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestJobResult(JobID, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests the
JobResult of a job specified by the given jobId.
- RequestJobsOverview - Class in org.apache.flink.runtime.messages.webmonitor
-
This message requests an overview of how many jobs are in which status.
- requestJobStatus(Time) - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- requestJobStatus(JobID, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestJobStatus(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Requests the current job status.
- requestJobStatus(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestJobStatus(Time) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Requests the current job status.
- requestJobStatus(Time) - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- requestJobStatus() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestJobStatus() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestJobStatus() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestJobStatus(JobID, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Request the JobStatus of the given job.
- RequestJobsWithIDsOverview - Class in org.apache.flink.runtime.messages.webmonitor
-
This message requests an overview of how many jobs are in which status.
- requestKvStateLocation(JobID, String) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestKvStateLocation(JobID, String) - Method in interface org.apache.flink.runtime.jobmaster.KvStateLocationOracle
-
- requestKvStateLocation(JobID, String) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestKvStateLocation(JobID, String) - Method in class org.apache.flink.runtime.scheduler.KvStateHandler
-
- requestKvStateLocation(JobID, String) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestKvStateLocation(JobID, String) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestLogList(Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestLogList(Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests for the historical log file names on the TaskManager.
- requestLogList(Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestMemorySegment() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns a MemorySegment instance from the buffer provider.
- requestMemorySegment() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestMemorySegmentBlocking() - Method in interface org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns a MemorySegment instance from the buffer provider.
- requestMemorySegmentBlocking() - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- requestMetricQueryServiceAddress(Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestMetricQueryServiceAddress(Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Returns the gateway of Metric Query Service on the TaskManager.
- requestMetricQueryServiceAddress(Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestMetricQueryServiceAddresses(Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestMetricQueryServiceAddresses(Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestMetricQueryServiceAddresses(Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestMultipleJobDetails(Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestMultipleJobDetails(Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestMultipleJobDetails(Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests job details currently being executed on the Flink cluster.
- requestNewAllocatedBatchSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- requestNewAllocatedBatchSlot(SlotRequestId, ResourceProfile) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Requests the allocation of a new batch slot from the resource manager.
- requestNewAllocatedBatchSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- requestNewAllocatedSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>, Time) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- requestNewAllocatedSlot(SlotRequestId, ResourceProfile, Time) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Request the allocation of a new slot from the resource manager.
- requestNewAllocatedSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>, Time) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Request the allocation of a new slot from the resource manager.
- requestNewWorker(WorkerResourceSpec) - Method in class org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
Allocates a resource using the worker resource specification.
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestPartitionProducerState(IntermediateDataSetID, ResultPartitionID, Consumer<? super PartitionProducerStateProvider.ResponseHandle>) - Method in interface org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider
-
Trigger the producer execution state request.
- requestPartitionProducerState(JobID, IntermediateDataSetID, ResultPartitionID) - Method in interface org.apache.flink.runtime.taskexecutor.PartitionProducerStateChecker
-
Requests the execution state of the execution producing a result partition.
- requestPartitionProducerState(JobID, IntermediateDataSetID, ResultPartitionID) - Method in class org.apache.flink.runtime.taskexecutor.rpc.RpcPartitionStateChecker
-
- requestPartitionProducerState(IntermediateDataSetID, ResultPartitionID, Consumer<? super PartitionProducerStateProvider.ResponseHandle>) - Method in class org.apache.flink.runtime.taskmanager.Task
-
- requestPartitions() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- requestPartitions() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- requestPartitions() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- requestPartitions() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Requests the current state of the partition.
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - Method in class org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestPooledMemorySegment() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- requestPooledMemorySegmentsBlocking(int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- requestProfiling(ResourceID, int, ProfilingInfo.ProfilingMode, Duration) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestProfiling(ResourceID, int, ProfilingInfo.ProfilingMode, Duration) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Requests the profiling instance from the given
TaskExecutor.
- requestProfiling(int, ProfilingInfo.ProfilingMode, Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestProfiling(int, ProfilingInfo.ProfilingMode, Duration) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the profiling from this TaskManager.
- requestProfiling(int, ProfilingInfo.ProfilingMode, Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestProfiling(String, long, ProfilingInfo.ProfilingMode) - Method in class org.apache.flink.runtime.util.profiler.ProfilingService
-
- requestProfilingList(Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestProfilingList(Duration) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests for the historical profiling file names on the TaskManager.
- requestProfilingList(Duration) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestQueue - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
- RequestQueue<E> - Class in org.apache.flink.runtime.io.disk.iomanager
-
- RequestQueue() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
- requestResource(TaskExecutorProcessSpec) - Method in interface org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Request resource from the external resource manager.
- requestResourceOverview(Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestResourceOverview(Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Requests the resource overview.
- requestSlot(SlotID, JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestSlot(SlotID, JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests a slot from the TaskManager.
- requestSlot(SlotID, JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- RequestSlotMatchingStrategy - Interface in org.apache.flink.runtime.jobmaster.slotpool
-
Strategy to match slot requests to slots.
- RequestSlotMatchingStrategy.RequestSlotMatch - Class in org.apache.flink.runtime.jobmaster.slotpool
-
Result class representing matches.
- requestsNotReturned - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
An atomic integer that counts the number of requests that we still wait for to return.
- RequestSplitEvent - Class in org.apache.flink.runtime.source.event
-
An event to request splits, sent typically from the Source Reader to the Source Enumerator.
- RequestSplitEvent() - Constructor for class org.apache.flink.runtime.source.event.RequestSplitEvent
-
Creates a new RequestSplitEvent with no host information.
- RequestSplitEvent(String) - Constructor for class org.apache.flink.runtime.source.event.RequestSplitEvent
-
Creates a new RequestSplitEvent with a hostname.
- RequestStatusOverview - Class in org.apache.flink.runtime.messages.webmonitor
-
This message requests an overview of the status, such as how many TaskManagers are currently
connected, how many slots are available, how many are free, ...
- requestSubpartition(ResultPartitionID, ResultSubpartitionIndexSet, RemoteInputChannel, int) - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
Requests a remote intermediate result partition queue.
- requestSubpartition(ResultPartitionID, ResultSubpartitionIndexSet, RemoteInputChannel, int) - Method in interface org.apache.flink.runtime.io.network.PartitionRequestClient
-
Requests a range of remote sub partitions.
- requestSubpartitions() - Method in class org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- requestSubpartitions() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Requests a remote subpartition.
- requestSubpartitionViewOrRegisterListener(ResultPartitionProvider, ResultPartitionID, ResultSubpartitionIndexSet) - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
When the netty server receives the downstream task's partition request and the upstream task
has registered its partition, it will process the partition request immediately, otherwise it
will create a
PartitionRequestListener for given
ResultPartitionID in
ResultPartitionManager and notify the listener when the upstream task registers its
partition.
- requestSuccessful(T) - Method in class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
-
- requestSuccessful(T) - Method in interface org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
-
- requestTaskExecutorThreadInfoGateway(ResourceID, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskExecutorThreadInfoGateway(ResourceID, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerDetailsInfo(ResourceID, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerDetailsInfo(ResourceID, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerFileUploadByName(ResourceID, String, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerFileUploadByName(ResourceID, String, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerFileUploadByNameAndType(ResourceID, String, FileType, Duration) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerFileUploadByNameAndType(ResourceID, String, FileType, Duration) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerFileUploadByType(ResourceID, FileType, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerFileUploadByType(ResourceID, FileType, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerInfo(Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerInfo(Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerLogList(ResourceID, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerLogList(ResourceID, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestTaskManagerProfilingList(ResourceID, Duration) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerProfilingList(ResourceID, Duration) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTermination() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- requestTermination() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- requestTermination() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
-
- requestThreadDump(Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestThreadDump(ResourceID, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestThreadDump(ResourceID, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestThreadDump(Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestThreadDump(Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the thread dump from this TaskManager.
- requestThreadDump(Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestThreadDump(Time) - Method in class org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestThreadDump(Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests the thread dump from the JobManager.
- requestThreadInfoSamples(Collection<ExecutionAttemptID>, ThreadInfoSamplesRequest, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestThreadInfoSamples(Collection<ExecutionAttemptID>, ThreadInfoSamplesRequest, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestThreadInfoSamples(Collection<ExecutionAttemptID>, ThreadInfoSamplesRequest, Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorThreadInfoGateway
-
Request a thread info sample from the given tasks.
- requestTimeout - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Request time out of the triggered tasks stats request.
- requestUnpooledMemorySegments(int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- RequirementMatcher - Interface in org.apache.flink.runtime.slots
-
A matcher for resource profiles to requirements.
- requiresAnnouncement() - Method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- requiresComparator() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
- requiresComparator() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
-
- requiresExternalizedCheckpoints() - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
This method returns whether the completed checkpoint store requires checkpoints to be
externalized.
- requiresExternalizedCheckpoints() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- requiresExternalizedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- requiresExternalizedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- requiresExternalizedCheckpoints() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- requiresLegacySynchronousTimerSnapshots(SnapshotType) - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- RescaleMappings - Class in org.apache.flink.runtime.checkpoint
-
Contains the fine-grain channel mappings that occur when a connected operator has been rescaled.
- RescalingController - Interface in org.apache.flink.runtime.scheduler.adaptive.scalingpolicy
-
- RescalingHandlers - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
Rest handler to trigger and poll the rescaling of a running job.
- RescalingHandlers(Duration) - Constructor for class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers
-
- RescalingHandlers.RescalingStatusHandler - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
Handler which reports the status of the rescaling operation.
- RescalingHandlers.RescalingTriggerHandler - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
Handler which triggers the rescaling of the specified job.
- rescalingParallelismQueryParameter - Variable in class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerMessageParameters
-
- RescalingParallelismQueryParameter - Class in org.apache.flink.runtime.rest.messages
-
- RescalingParallelismQueryParameter() - Constructor for class org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- RescalingStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingStatusHandler
-
- RescalingStatusHeaders - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
Message headers for polling the status of an ongoing rescaling operation.
- RescalingStatusMessageParameters - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
- RescalingStatusMessageParameters() - Constructor for class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusMessageParameters
-
- RescalingTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingTriggerHandler
-
- RescalingTriggerHeaders - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
Message headers for triggering the rescaling of a job.
- RescalingTriggerMessageParameters - Class in org.apache.flink.runtime.rest.handler.job.rescaling
-
- RescalingTriggerMessageParameters() - Constructor for class org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerMessageParameters
-
- reserve(ResourceProfile) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- ReservedSlots - Class in org.apache.flink.runtime.scheduler.adaptive.allocator
-
- reserveFreeSlot(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Reserves the free slot specified by the given allocationId.
- reserveFreeSlot(AllocationID, ResourceProfile) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Reserves the free slot identified by the given allocationId and maps it to the given
requiredSlotProfile.
- reserveFreeSlot(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- reserveFreeSlot(AllocationID, ResourceProfile) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- reserveMemory(Object, long) - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Reserves a memory chunk of a certain size for an owner from this memory manager.
- reserveSegments(int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Reserves the target number of segments to this pool.
- reserveSegments(int) - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- reserveSlot(AllocationID) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultFreeSlotInfoTracker
-
- reserveSlot(AllocationID) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.FreeSlotInfoTracker
-
Reserve free slot when it is used.
- reserveSlot(AllocationID, ResourceProfile) - Method in interface org.apache.flink.runtime.scheduler.adaptive.allocator.ReserveSlotFunction
-
Reserves the slot identified by the given allocation ID for the given resource profile.
- ReserveSlotFunction - Interface in org.apache.flink.runtime.scheduler.adaptive.allocator
-
A function for reserving slots.
- reset(Collection<MasterTriggerRestoreHook<?>>, Logger) - Static method in class org.apache.flink.runtime.checkpoint.hooks.MasterHooks
-
Resets the master hooks.
- reset() - Method in interface org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
This method is called by the checkpoint coordinator to reset the hook when execution is
restarted in the absence of any checkpoint state.
- reset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- reset() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- reset() - Method in interface org.apache.flink.runtime.operators.ResettableDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - Method in class org.apache.flink.runtime.operators.util.BloomFilter
-
- reset() - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- reset(SequenceNumber, SequenceNumber, long) - Method in interface org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Reset the state the given state changes.
- reset() - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- reset() - Method in class org.apache.flink.runtime.util.ForwardingInputStream
-
- reset() - Method in interface org.apache.flink.runtime.util.ResettableIterator
-
Resets the iterator.
- reset() - Method in interface org.apache.flink.runtime.util.ResettableMutableObjectIterator
-
Resets the iterator.
- resetAllInputs() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- resetAvailable() - Method in class org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- resetEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Archives the current Execution and creates a new Execution for this vertex.
- resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- resetForNewExecution(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- resetForNewExecution(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- resetForNewExecution(ExecutionVertexID) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- resetForNewExecutions(Collection<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- resetOverflowBuckets() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
resets overflow bucket counters and returns freed memory and should only be used for resizing
- resetPartitionInfo(int) - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AllToAllBlockingResultInfo
-
- resetPartitionInfo(int) - Method in interface org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
Reset the information of the result partition.
- resetRecordCounter() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
sets record counter to zero and should only be used on compaction partition
- resetRWViews() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
resets read and write views and should only be used on compaction partition
- ResettableDriver<S extends org.apache.flink.api.common.functions.Function,OT> - Interface in org.apache.flink.runtime.operators
-
This interface marks a Driver as resettable, meaning that will reset part of their
internal state but otherwise reuse existing data structures.
- resettableInputs - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The resettable inputs in the case where no temp barrier is needed.
- ResettableIterator<E> - Interface in org.apache.flink.runtime.util
-
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and
re-retrieve elements.
- ResettableMutableObjectIterator<E> - Interface in org.apache.flink.runtime.util
-
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and
re-retrieve elements.
- resetToCheckpoint(long, byte[]) - Method in interface org.apache.flink.runtime.checkpoint.OperatorCoordinatorCheckpointContext
-
Resets the coordinator to the checkpoint with the given state.
- resetToCheckpoint(long, byte[]) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Resets the coordinator to the given checkpoint.
- resetToCheckpoint(long, byte[]) - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- resetToCheckpoint(long, byte[]) - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- resetToCheckpoint(long, byte[]) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- resetUnavailable() - Method in class org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
Judges to reset the current available state as unavailable.
- resizeForBulkLoad(int) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- resizeQueueArray(int, int) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- resolve(X) - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Resolves this parameter for the given value.
- resolveCheckpoint(String) - Method in interface org.apache.flink.runtime.state.CheckpointStorage
-
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
- resolveCheckpoint(String) - Method in interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
- resolveCheckpoint(String) - Method in class org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
Deprecated.
- resolveCheckpoint(String) - Method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
- resolveCheckpoint(String) - Method in class org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- resolveCheckpoint(String) - Method in class org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- resolveCheckpointPointer(String) - Static method in class org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Takes the given string (representing a pointer to a checkpoint) and resolves it to a file
status for the checkpoint's metadata file.
- resolveCheckpointStorageLocation(long, CheckpointStorageLocationReference) - Method in interface org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
Resolves a storage location reference into a CheckpointStreamFactory.
- resolveCheckpointStorageLocation(long, CheckpointStorageLocationReference) - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- resolveCheckpointStorageLocation(long, CheckpointStorageLocationReference) - Method in class org.apache.flink.runtime.state.filesystem.FsMergingCheckpointStorageAccess
-
- resolveCheckpointStorageLocation(long, CheckpointStorageLocationReference) - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- resolveFromString(String) - Method in class org.apache.flink.runtime.rest.messages.MessageParameter
-
Resolves this parameter for the given string value representation.
- resolveJobId(JobID) - Method in class org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- resolveJobId(JobID) - Method in class org.apache.flink.runtime.rest.messages.JobClientHeartbeatParameters
-
- resolveParametersAndCreate(R, M, Map<String, String>, Map<String, List<String>>, Collection<File>) - Static method in class org.apache.flink.runtime.rest.handler.HandlerRequest
-
- resolveTerminationMode(TerminationModeQueryParameter.TerminationMode) - Method in class org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- resolveUrl(String, MessageParameters) - Static method in class org.apache.flink.runtime.rest.messages.MessageParameters
-
Resolves the given URL (e.g "jobs/:jobid") using the given path/query parameters.
- resource() - Method in class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
- resource() - Method in class org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- resource() - Method in interface org.apache.flink.runtime.rest.messages.queue.AsynchronouslyCreatedResource
-
Returns the resource if it is available, null otherwise.
- RESOURCE_MANAGER_NAME - Static variable in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- RESOURCE_MANAGER_NODE - Static variable in class org.apache.flink.runtime.util.ZooKeeperUtils
-
The prefix of the resource manager node.
- ResourceAllocationResult - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- ResourceAllocationResult.Builder - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- ResourceAllocationStrategy - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
Strategy for allocating slots and task managers to fulfill the unfulfilled requirements.
- ResourceAllocator - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
Resource related actions which the
SlotManager can perform.
- ResourceBudgetManager - Class in org.apache.flink.runtime.clusterframework.types
-
- ResourceBudgetManager(ResourceProfile) - Constructor for class org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- ResourceCleaner - Interface in org.apache.flink.runtime.dispatcher.cleanup
-
ResourceCleaner executes instances on the given JobID.
- ResourceCleanerFactory - Interface in org.apache.flink.runtime.dispatcher.cleanup
-
ResourceCleanerFactory provides methods to create
ResourceCleaner for local and
global cleanup.
- ResourceCounter - Class in org.apache.flink.runtime.util
-
- ResourceDeclaration - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- ResourceDeclaration(WorkerResourceSpec, int, Collection<InstanceID>) - Constructor for class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceDeclaration
-
- ResourceEventHandler<WorkerType extends ResourceIDRetrievable> - Interface in org.apache.flink.runtime.resourcemanager.active
-
Callback interfaces for handling resource events from external resource managers.
- ResourceEventListener - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
- resourceHandle() - Method in interface org.apache.flink.runtime.memory.SharedResources.ResourceAndSize
-
- ResourceID - Class in org.apache.flink.runtime.clusterframework.types
-
Class for Resource Ids identifying Flink's distributed components.
- ResourceID(String) - Constructor for class org.apache.flink.runtime.clusterframework.types.ResourceID
-
- ResourceID(String, String) - Constructor for class org.apache.flink.runtime.clusterframework.types.ResourceID
-
- ResourceIDDeserializer - Class in org.apache.flink.runtime.rest.messages.json
-
- ResourceIDDeserializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.ResourceIDDeserializer
-
- ResourceIDRetrievable - Interface in org.apache.flink.runtime.clusterframework.types
-
An interface to retrieve the ResourceID of an object.
- ResourceIDSerializer - Class in org.apache.flink.runtime.rest.messages.json
-
- ResourceIDSerializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.ResourceIDSerializer
-
- ResourceManager<WorkerType extends ResourceIDRetrievable> - Class in org.apache.flink.runtime.resourcemanager
-
ResourceManager implementation.
- ResourceManager(RpcService, UUID, ResourceID, HeartbeatServices, DelegationTokenManager, SlotManager, ResourceManagerPartitionTrackerFactory, BlocklistHandler.Factory, JobLeaderIdService, ClusterInformation, FatalErrorHandler, ResourceManagerMetricGroup, Time, Executor) - Constructor for class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ResourceManagerAddress - Class in org.apache.flink.runtime.jobmaster
-
Current address and fencing token of the leading ResourceManager.
- ResourceManagerAddress(String, ResourceManagerId) - Constructor for class org.apache.flink.runtime.jobmaster.ResourceManagerAddress
-
- ResourceManagerDriver<WorkerType extends ResourceIDRetrievable> - Interface in org.apache.flink.runtime.resourcemanager.active
-
A
ResourceManagerDriver is responsible for requesting and releasing resources from/to a
particular external resource manager.
- ResourceManagerException - Exception in org.apache.flink.runtime.resourcemanager.exceptions
-
- ResourceManagerException(String) - Constructor for exception org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- ResourceManagerException(String, Throwable) - Constructor for exception org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- ResourceManagerException(Throwable) - Constructor for exception org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- ResourceManagerFactory<T extends ResourceIDRetrievable> - Class in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerFactory() - Constructor for class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- ResourceManagerGateway - Interface in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerId - Class in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
- resourceManagerMetricGroup - Variable in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ResourceManagerPartitionTracker - Interface in org.apache.flink.runtime.io.network.partition
-
Utility for tracking and releasing partitions on the ResourceManager.
- ResourceManagerPartitionTrackerFactory - Interface in org.apache.flink.runtime.io.network.partition
-
- ResourceManagerPartitionTrackerImpl - Class in org.apache.flink.runtime.io.network.partition
-
- ResourceManagerPartitionTrackerImpl(TaskExecutorClusterPartitionReleaser) - Constructor for class org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl
-
- ResourceManagerProcessContext - Class in org.apache.flink.runtime.resourcemanager
-
This class contains information and services needed for creating a
ResourceManager, which do not change during the
lifetime of the process and can be reused between multiple resource manager instances in the
process.
- ResourceManagerProcessContext(Configuration, ResourceID, ResourceManagerRuntimeServicesConfiguration, RpcService, HighAvailabilityServices, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, MetricRegistry, String, Executor) - Constructor for class org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- ResourceManagerRuntimeServices - Class in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerRuntimeServices(SlotManager, JobLeaderIdService) - Constructor for class org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
-
- ResourceManagerRuntimeServicesConfiguration - Class in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerRuntimeServicesConfiguration(Time, SlotManagerConfiguration) - Constructor for class org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- ResourceManagerService - Interface in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerServiceImpl - Class in org.apache.flink.runtime.resourcemanager
-
- ResourceManagerUtils - Class in org.apache.flink.runtime.util
-
Common utils for ResourceManager.
- ResourceManagerUtils() - Constructor for class org.apache.flink.runtime.util.ResourceManagerUtils
-
- ResourceOverview - Class in org.apache.flink.runtime.resourcemanager
-
Class containing information about the available cluster resources.
- ResourceOverview(int, int, int, int, int, ResourceProfile, ResourceProfile) - Constructor for class org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- ResourceProfile - Class in org.apache.flink.runtime.clusterframework.types
-
Describe the immutable resource profile of the slot, either when requiring or offering it.
- ResourceProfile.Builder - Class in org.apache.flink.runtime.clusterframework.types
-
- ResourceProfileInfo - Class in org.apache.flink.runtime.rest.messages
-
- ResourceProfileInfo(double, int, int, int, int, Map<String, Double>) - Constructor for class org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- ResourceReconcileResult - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- ResourceReconcileResult(List<PendingTaskManager>, List<PendingTaskManager>, List<TaskManagerInfo>) - Constructor for class org.apache.flink.runtime.resourcemanager.slotmanager.ResourceReconcileResult
-
- ResourceReconcileResult.Builder - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- ResourceRequirement - Class in org.apache.flink.runtime.slots
-
Represents the number of required resources for a specific
ResourceProfile.
- ResourceRequirements - Class in org.apache.flink.runtime.slots
-
Represents the total resource requirements for a job, and the information required to connect to
the corresponding job master.
- resourceSpecFromConfigForLocalExecution(Configuration) - Static method in class org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- ResourceTracker - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
Tracks for each job how many resource are required/acquired.
- ResourceVersion<R> - Interface in org.apache.flink.runtime.persistence
-
Resource version for specific state handle on the underlying storage.
- respondAsLeader(ChannelHandlerContext, RoutedRequest, T) - Method in class org.apache.flink.runtime.rest.handler.AbstractHandler
-
- respondAsLeader(ChannelHandlerContext, RoutedRequest, T) - Method in class org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- respondAsLeader(ChannelHandlerContext, RoutedRequest, T) - Method in class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<R>, T) - Method in class org.apache.flink.runtime.rest.handler.AbstractHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<R>, T) - Method in class org.apache.flink.runtime.rest.handler.AbstractRestHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<EmptyRequestBody>, RestfulGateway) - Method in class org.apache.flink.runtime.rest.handler.cluster.AbstractJobManagerFileHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<EmptyRequestBody>, RestfulGateway) - Method in class org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- ResponseBody - Interface in org.apache.flink.runtime.rest.messages
-
Marker interface for all responses of the REST API.
- responseHeaders - Variable in class org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- responseHeaders - Variable in class org.apache.flink.runtime.rest.RestServerEndpoint
-
- REST_CONTENT_TYPE - Static variable in enum org.apache.flink.runtime.rest.util.RestConstants
-
- REST_PORT_OPTION - Static variable in class org.apache.flink.runtime.entrypoint.parser.CommandLineOptions
-
- RestAPIVersion<T extends RestAPIVersion<T>> - Interface in org.apache.flink.runtime.rest.versioning
-
Interface for all versions of the REST API.
- restartable(Execution, Throwable, long, CompletableFuture<Map<String, String>>, Set<ExecutionVertexID>, long, boolean, boolean) - Static method in class org.apache.flink.runtime.executiongraph.failover.FailureHandlingResult
-
Creates a result of a set of tasks to restart to recover from the failure.
- RestartAllFailoverStrategy - Class in org.apache.flink.runtime.executiongraph.failover
-
A failover strategy that proposes to restart all vertices when a vertex fails.
- RestartAllFailoverStrategy(SchedulingTopology) - Constructor for class org.apache.flink.runtime.executiongraph.failover.RestartAllFailoverStrategy
-
- RestartAllFailoverStrategy.Factory - Class in org.apache.flink.runtime.executiongraph.failover
-
- RestartBackoffTimeStrategy - Interface in org.apache.flink.runtime.executiongraph.failover
-
Strategy to decide whether to restart failed tasks and the delay to do the restarting.
- RestartBackoffTimeStrategy.Factory - Interface in org.apache.flink.runtime.executiongraph.failover
-
- RestartBackoffTimeStrategyFactoryLoader - Class in org.apache.flink.runtime.executiongraph.failover
-
- restartOrFail(FailureResult, T, StateWithExecutionGraph) - Static method in class org.apache.flink.runtime.scheduler.adaptive.FailureResultUtil
-
- RestartPipelinedRegionFailoverStrategy - Class in org.apache.flink.runtime.executiongraph.failover
-
A failover strategy that proposes to restart involved regions when a vertex fails.
- RestartPipelinedRegionFailoverStrategy(SchedulingTopology) - Constructor for class org.apache.flink.runtime.executiongraph.failover.RestartPipelinedRegionFailoverStrategy
-
Creates a new failover strategy to restart pipelined regions that works on the given
topology.
- RestartPipelinedRegionFailoverStrategy(SchedulingTopology, ResultPartitionAvailabilityChecker) - Constructor for class org.apache.flink.runtime.executiongraph.failover.RestartPipelinedRegionFailoverStrategy
-
Creates a new failover strategy to restart pipelined regions that works on the given
topology.
- RestartPipelinedRegionFailoverStrategy.Factory - Class in org.apache.flink.runtime.executiongraph.failover
-
- restartTasks(Set<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy
-
- restartTasks(Set<ExecutionVertexID>) - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingStrategy
-
Called whenever vertices need to be restarted (due to task failure).
- restartTasks(Set<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
-
- RestClient - Class in org.apache.flink.runtime.rest
-
- RestClient(Configuration, Executor) - Constructor for class org.apache.flink.runtime.rest.RestClient
-
- RestClient(Configuration, Executor, String, int) - Constructor for class org.apache.flink.runtime.rest.RestClient
-
- RestClientConfiguration - Class in org.apache.flink.runtime.rest
-
- RestClientException - Exception in org.apache.flink.runtime.rest.util
-
An exception that is thrown if the failure of a REST operation was detected on the client.
- RestClientException(String, HttpResponseStatus) - Constructor for exception org.apache.flink.runtime.rest.util.RestClientException
-
- RestClientException(String, Throwable, HttpResponseStatus) - Constructor for exception org.apache.flink.runtime.rest.util.RestClientException
-
- restConfiguration - Variable in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- RestConstants - Enum in org.apache.flink.runtime.rest.util
-
This class contains constants to be used by rest components.
- RestEndpointFactory<T extends RestfulGateway> - Interface in org.apache.flink.runtime.rest
-
- RestfulGateway - Interface in org.apache.flink.runtime.webmonitor
-
Gateway for restful endpoints.
- RestHandlerConfiguration - Class in org.apache.flink.runtime.rest.handler
-
Configuration object containing values for the rest handler configuration.
- RestHandlerConfiguration(long, int, Duration, int, Time, File, boolean, boolean, boolean) - Constructor for class org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- RestHandlerException - Exception in org.apache.flink.runtime.rest.handler
-
An exception that is thrown if the failure of a REST operation was detected by a handler.
- RestHandlerException(String, HttpResponseStatus) - Constructor for exception org.apache.flink.runtime.rest.handler.RestHandlerException
-
- RestHandlerException(String, HttpResponseStatus, RestHandlerException.LoggingBehavior) - Constructor for exception org.apache.flink.runtime.rest.handler.RestHandlerException
-
- RestHandlerException(String, HttpResponseStatus, Throwable) - Constructor for exception org.apache.flink.runtime.rest.handler.RestHandlerException
-
- RestHandlerException.LoggingBehavior - Enum in org.apache.flink.runtime.rest.handler
-
Enum to control logging behavior of RestHandlerExceptions.
- RestHandlerSpecification - Interface in org.apache.flink.runtime.rest.handler
-
Rest handler interface which all rest handler implementation have to implement.
- RestHandlerUrlComparator() - Constructor for class org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator
-
- RestMapperUtils - Class in org.apache.flink.runtime.rest.util
-
This class contains utilities for mapping requests and responses to/from JSON.
- RestMapperUtils() - Constructor for class org.apache.flink.runtime.rest.util.RestMapperUtils
-
- restore() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- restore() - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
This method can be called before
TaskInvokable.invoke() to restore an invokable object for the
last valid state, if it has it.
- restore(List<KeyedStateHandle>, List<ChangelogStateHandle>, KeyGroupRange, long, long, long, StateHandleID) - Static method in class org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- restore(List<Tuple2<StreamStateHandle, Long>>, KeyGroupRange, long, long, String, StateHandleID) - Static method in class org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- restore(List<StateChange>, SequenceNumber, SequenceNumber, KeyGroupRange, StateHandleID) - Static method in class org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- restore() - Method in class org.apache.flink.runtime.state.heap.HeapRestoreOperation
-
- restore() - Method in class org.apache.flink.runtime.state.heap.HeapSavepointRestoreOperation
-
- restore(UUID, KeyGroupRange, long, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, List<IncrementalKeyedStateHandle.HandleAndLocalPath>, StreamStateHandle, long, StateHandleID) - Static method in class org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- restore(KeyGroupRangeOffsets, StreamStateHandle, StateHandleID) - Static method in class org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- restore() - Method in class org.apache.flink.runtime.state.OperatorStateRestoreOperation
-
- restore() - Method in class org.apache.flink.runtime.state.restore.FullSnapshotRestoreOperation
-
- restore() - Method in interface org.apache.flink.runtime.state.RestoreOperation
-
Restores state that was previously snapshot-ed from the provided state handles.
- RESTORE_MODE - Static variable in class org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
Describes the mode how Flink should restore from the given savepoint or retained checkpoint.
- restoreCheckpoint(long, T) - Method in interface org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
This method is called by the checkpoint coordinator prior to restoring the state of a
checkpoint.
- RESTORED_STATE_SIZE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- RestoredCheckpointStatistics(long, long, boolean, String) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- RestoredCheckpointStats - Class in org.apache.flink.runtime.checkpoint
-
Statistics for a restored checkpoint.
- restoreInitialCheckpointIfPresent(Set<ExecutionJobVertex>) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restores the latest checkpointed at the beginning of the job execution.
- restoreLatestCheckpointedStateToAll(Set<ExecutionJobVertex>, boolean) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restores the latest checkpointed state to all tasks and all coordinators.
- restoreLatestCheckpointedStateToSubtasks(Set<ExecutionJobVertex>) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restores the latest checkpointed state to a set of subtasks.
- restoreMasterHooks(Map<String, MasterTriggerRestoreHook<?>>, Collection<MasterState>, long, boolean, Logger) - Static method in class org.apache.flink.runtime.checkpoint.hooks.MasterHooks
-
Calls the restore method given checkpoint master hooks and passes the given master state to
them where state with a matching name is found.
- RestoreMode - Enum in org.apache.flink.runtime.jobgraph
-
Defines how Flink should restore from a given savepoint or retained checkpoint.
- RestoreOperation<R> - Interface in org.apache.flink.runtime.state
-
Interface for restore operation.
- restoreSavepoint(SavepointRestoreSettings, Map<JobVertexID, ExecutionJobVertex>, ClassLoader) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restore the state with given savepoint.
- restoreSavepoint() - Method in class org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Returns whether to restore from savepoint.
- restoreState(Set<ExecutionVertexID>, boolean) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- restoreStateHandles - Variable in class org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
-
- restoreStateHandles - Variable in class org.apache.flink.runtime.state.DefaultOperatorStateBackendBuilder
-
State handles for restore.
- restoreVertices(Set<ExecutionVertexID>) - Method in class org.apache.flink.runtime.scheduler.VertexEndOfDataListener
-
- RestServerEndpoint - Class in org.apache.flink.runtime.rest
-
An abstract class for netty-based REST server endpoints.
- RestServerEndpoint(Configuration) - Constructor for class org.apache.flink.runtime.rest.RestServerEndpoint
-
- RestServerEndpoint.RestHandlerUrlComparator - Class in org.apache.flink.runtime.rest
-
Comparator for Rest URLs.
- RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator - Class in org.apache.flink.runtime.rest
-
Comparator for Rest URLs.
- RestServerEndpointConfiguration - Class in org.apache.flink.runtime.rest
-
- RestService - Interface in org.apache.flink.runtime.rest
-
Rest service interface.
- Result(SlotRequestId, PhysicalSlot) - Constructor for class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
- Result<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>> - Interface in org.apache.flink.runtime.topology
-
Represents a data set produced by a
Vertex Each result is produced by one
Vertex.
- resultFuture - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
The future with the final result.
- resultHandler - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Handler for completed requests
- ResultID - Interface in org.apache.flink.runtime.topology
-
- ResultPartition - Class in org.apache.flink.runtime.io.network.partition
-
A result partition for data produced by a single task.
- ResultPartition(String, int, ResultPartitionID, ResultPartitionType, int, int, ResultPartitionManager, BufferCompressor, SupplierWithException<BufferPool, IOException>) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- ResultPartitionAvailabilityChecker - Interface in org.apache.flink.runtime.executiongraph.failover
-
This checker helps to query result partition availability.
- resultPartitionBytes - Variable in class org.apache.flink.runtime.executiongraph.IOMetrics
-
- ResultPartitionBytes - Class in org.apache.flink.runtime.executiongraph
-
This class represents a snapshot of the result partition bytes metrics.
- ResultPartitionBytes(long[]) - Constructor for class org.apache.flink.runtime.executiongraph.ResultPartitionBytes
-
- resultPartitionBytes - Variable in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- ResultPartitionBytesCounter - Class in org.apache.flink.runtime.io.network.metrics
-
This counter will count the data size of a partition.
- ResultPartitionBytesCounter(int) - Constructor for class org.apache.flink.runtime.io.network.metrics.ResultPartitionBytesCounter
-
- ResultPartitionDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
-
Deployment descriptor for a result partition.
- ResultPartitionDeploymentDescriptor(PartitionDescriptor, ShuffleDescriptor, int) - Constructor for class org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- ResultPartitionFactory - Class in org.apache.flink.runtime.io.network.partition
-
- ResultPartitionFactory(ResultPartitionManager, FileChannelManager, BufferPoolFactory, BatchShuffleReadBufferPool, ScheduledExecutorService, BoundedBlockingSubpartitionType, int, int, int, boolean, String, int, int, int, boolean, int, int, long, Optional<TieredResultPartitionFactory>) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartitionFactory
-
- ResultPartitionID - Class in org.apache.flink.runtime.io.network.partition
-
- ResultPartitionID() - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- ResultPartitionID(IntermediateResultPartitionID, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- ResultPartitionID(byte[]) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- ResultPartitionManager - Class in org.apache.flink.runtime.io.network.partition
-
The result partition manager keeps track of all currently produced/consumed partitions of a task
manager.
- ResultPartitionManager() - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- ResultPartitionManager(int, ScheduledExecutor) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- ResultPartitionMetrics - Class in org.apache.flink.runtime.io.network.metrics
-
Collects metrics of a result partition.
- ResultPartitionProvider - Interface in org.apache.flink.runtime.io.network.partition
-
Interface for creating result partitions.
- ResultPartitionState - Enum in org.apache.flink.runtime.scheduler.strategy
-
- ResultPartitionType - Enum in org.apache.flink.runtime.io.network.partition
-
Type of a result partition.
- ResultPartitionWriter - Interface in org.apache.flink.runtime.io.network.api.writer
-
A record-oriented runtime result writer API for producing results.
- ResultSubpartition - Class in org.apache.flink.runtime.io.network.partition
-
- ResultSubpartition(int, ResultPartition) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- ResultSubpartition.BufferAndBacklog - Class in org.apache.flink.runtime.io.network.partition
-
A combination of a
Buffer and the backlog length indicating how many non-event
buffers are available in the subpartition.
- ResultSubpartitionIndexSet - Class in org.apache.flink.runtime.io.network.partition
-
A collection of subpartition indexes.
- ResultSubpartitionIndexSet(int) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultSubpartitionIndexSet
-
- ResultSubpartitionIndexSet(IndexRange) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultSubpartitionIndexSet
-
- ResultSubpartitionIndexSet(int, int) - Constructor for class org.apache.flink.runtime.io.network.partition.ResultSubpartitionIndexSet
-
- ResultSubpartitionInfo - Class in org.apache.flink.runtime.checkpoint.channel
-
- ResultSubpartitionInfo(int, int) - Constructor for class org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- ResultSubpartitionStateHandle - Class in org.apache.flink.runtime.state
-
- ResultSubpartitionStateHandle(int, ResultSubpartitionInfo, StreamStateHandle, AbstractChannelStateHandle.StateContentMetaInfo) - Constructor for class org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- ResultSubpartitionStateHandle(ResultSubpartitionInfo, StreamStateHandle, List<Long>) - Constructor for class org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- ResultSubpartitionStateHandle(int, ResultSubpartitionInfo, StreamStateHandle, List<Long>, long) - Constructor for class org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- ResultSubpartitionView - Interface in org.apache.flink.runtime.io.network.partition
-
- ResultSubpartitionView.AvailabilityWithBacklog - Class in org.apache.flink.runtime.io.network.partition
-
- resumeConsumption(RemoteInputChannel) - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- resumeConsumption() - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Resumes data consumption after an exactly once checkpoint.
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- resumeConsumption(InputChannelInfo) - Method in interface org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
After sending a
CheckpointBarrier of
exactly-once mode, the upstream will be blocked and become unavailable.
- resumeConsumption(InputChannelInfo) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- resumeConsumption(InputChannelInfo) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- resumeConsumption(InputChannelInfo) - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionConsumer
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageResultSubpartitionView
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- resumeConsumption() - Method in interface org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- resumeConsumption() - Method in class org.apache.flink.runtime.io.network.partition.UnionResultSubpartitionView
-
- resumeConsumption(RemoteInputChannel) - Method in interface org.apache.flink.runtime.io.network.PartitionRequestClient
-
Requests to resume data consumption from one remote input channel.
- resumeConsumption(InputChannelInfo) - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- resumeMeasurement() - Method in class org.apache.flink.runtime.throughput.ThroughputCalculator
-
Mark when the time should be included to the throughput calculation.
- retain() - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- retain(int) - Method in class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- retainAll(Collection<?>) - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- retainBuffer() - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Retains this buffer for further use, increasing the reference counter by 1.
- retainBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- retainBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- retainBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- retainBuffer() - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- retainJobs(Collection<JobID>, Executor) - Method in class org.apache.flink.runtime.blob.BlobServer
-
- retainLocalStateForAllocations(Set<AllocationID>) - Method in class org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
Retains the given set of allocations.
- RETRIED_COMMITTABLES - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- RetrievableStateHandle<T extends Serializable> - Interface in org.apache.flink.runtime.state
-
- RetrievableStateStorageHelper<T extends Serializable> - Interface in org.apache.flink.runtime.persistence
-
State storage helper which is used by
StateHandleStore to persist state before the state
handle is written to the underlying system.
- RetrievableStreamStateHandle<T extends Serializable> - Class in org.apache.flink.runtime.state
-
Wrapper around a
StreamStateHandle to make the referenced state object retrievable trough
a simple get call.
- RetrievableStreamStateHandle(StreamStateHandle) - Constructor for class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- RetrievableStreamStateHandle(Path, long) - Constructor for class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- retrieveCompletedCheckpoints(StateHandleStore<CompletedCheckpoint, R>, CheckpointStoreUtil) - Static method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStoreUtils
-
- retrieveJobGraph(Configuration) - Method in class org.apache.flink.runtime.entrypoint.component.FileJobGraphRetriever
-
- retrieveJobGraph(Configuration) - Method in interface org.apache.flink.runtime.entrypoint.component.JobGraphRetriever
-
- retrieveLeaderInformation(LeaderRetrievalService, Duration) - Static method in class org.apache.flink.runtime.util.LeaderRetrievalUtils
-
Retrieves the leader pekko url and the current leader session ID.
- retrieveLocalState(long) - Method in class org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- retrieveLocalState(long) - Method in interface org.apache.flink.runtime.state.TaskLocalStateStore
-
Returns the local state that is stored under the given checkpoint id or null if nothing was
stored under the id.
- retrieveLocalState(long) - Method in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- retrievePayload(ResourceID) - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatListener
-
Retrieves the payload value for the next heartbeat message.
- retrieveService(String) - Method in class org.apache.flink.runtime.webmonitor.retriever.impl.RpcMetricQueryServiceRetriever
-
- retrieveService(String) - Method in interface org.apache.flink.runtime.webmonitor.retriever.MetricQueryServiceRetriever
-
- retrieveState() - Method in interface org.apache.flink.runtime.state.RetrievableStateHandle
-
Retrieves the object that was previously written to state.
- retrieveState() - Method in class org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- retriggerPartitionRequest(IntermediateResultPartitionID, InputChannelInfo) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
Retriggers a partition request.
- RetryingRegistration<F extends Serializable,G extends org.apache.flink.runtime.rpc.RpcGateway,S extends RegistrationResponse.Success,R extends RegistrationResponse.Rejection> - Class in org.apache.flink.runtime.registration
-
This utility class implements the basis of registering one component at another component, for
example registering the TaskExecutor at the ResourceManager.
- RetryingRegistration(Logger, RpcService, String, Class<G>, String, F, RetryingRegistrationConfiguration) - Constructor for class org.apache.flink.runtime.registration.RetryingRegistration
-
- RetryingRegistrationConfiguration - Class in org.apache.flink.runtime.registration
-
Configuration for the cluster components.
- RetryingRegistrationConfiguration(long, long, long, long) - Constructor for class org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- returnLogicalSlot(LogicalSlot) - Method in interface org.apache.flink.runtime.jobmaster.SlotOwner
-
Return the given slot to the slot owner.
- returnPhysicalFileForNextReuse(FileMergingSnapshotManager.SubtaskKey, long, PhysicalFile) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
Try to return an existing physical file to the manager for next reuse.
- returnPhysicalFileForNextReuse(FileMergingSnapshotManager.SubtaskKey, long, PhysicalFile) - Method in class org.apache.flink.runtime.checkpoint.filemerging.WithinCheckpointFileMergingSnapshotManager
-
- reuseInputMetricsForTask() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
Causes the containing task to use this operators input record counter.
- reuseOutputMetricsForTask() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
Causes the containing task to use this operators output record counter.
- reuseRecordsInputCounter(Counter) - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- reuseRecordsOutputCounter(Counter) - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- ReusingBlockResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
-
Implementation of an iterator that fetches a block of data into main memory and offers resettable
access to the data in that block.
- ReusingBlockResettableIterator(MemoryManager, Iterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.ReusingBlockResettableIterator
-
- ReusingBlockResettableIterator(MemoryManager, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.ReusingBlockResettableIterator
-
- ReusingBuildFirstHashJoinIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
-
An implementation of the
JoinTaskIterator that
uses a hybrid-hash-join internally to match the records with equal key.
- ReusingBuildFirstHashJoinIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double, boolean, boolean, boolean) - Constructor for class org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- ReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
-
- ReusingBuildFirstReOpenableHashJoinIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double, boolean, boolean, boolean) - Constructor for class org.apache.flink.runtime.operators.hash.ReusingBuildFirstReOpenableHashJoinIterator
-
- ReusingBuildSecondHashJoinIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
-
An implementation of the
JoinTaskIterator that
uses a hybrid-hash-join internally to match the records with equal key.
- ReusingBuildSecondHashJoinIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double, boolean, boolean, boolean) - Constructor for class org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- ReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
-
- ReusingBuildSecondReOpenableHashJoinIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double, boolean, boolean, boolean) - Constructor for class org.apache.flink.runtime.operators.hash.ReusingBuildSecondReOpenableHashJoinIterator
-
- ReusingDeserializationDelegate<T> - Class in org.apache.flink.runtime.plugable
-
- ReusingDeserializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- ReusingKeyGroupedIterator<E> - Class in org.apache.flink.runtime.util
-
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
- ReusingKeyGroupedIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
Initializes the KeyGroupedIterator.
- ReusingKeyGroupedIterator.ValuesIterator - Class in org.apache.flink.runtime.util
-
- ReusingMergeInnerJoinIterator<T1,T2,O> - Class in org.apache.flink.runtime.operators.sort
-
- ReusingMergeInnerJoinIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.ReusingMergeInnerJoinIterator
-
- ReusingMergeOuterJoinIterator<T1,T2,O> - Class in org.apache.flink.runtime.operators.sort
-
- ReusingMergeOuterJoinIterator(OuterJoinOperatorBase.OuterJoinType, MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.ReusingMergeOuterJoinIterator
-
- ReusingMutableToRegularIteratorWrapper<T> - Class in org.apache.flink.runtime.util
-
This class wraps a
MutableObjectIterator into a regular
Iterator.
- ReusingMutableToRegularIteratorWrapper(MutableObjectIterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.ReusingMutableToRegularIteratorWrapper
-
- ReusingSortMergeCoGroupIterator<T1,T2> - Class in org.apache.flink.runtime.operators.sort
-
- ReusingSortMergeCoGroupIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>) - Constructor for class org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- RevisionInformation(String, String) - Constructor for class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
- revokeDispatcherLeadership() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- revokeDispatcherLeadership() - Method in interface org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- revokeJobMasterLeadership(JobID) - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- revokeJobMasterLeadership(JobID) - Method in interface org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- revokeLeadership() - Method in class org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- revokeLeadership() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- revokeLeadership() - Method in interface org.apache.flink.runtime.leaderelection.LeaderContender
-
Callback method which is called by the
LeaderElectionService upon revoking the
leadership of a former leader.
- revokeLeadership() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- revokeLeadership() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- revokeResourceManagerLeadership() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- revokeResourceManagerLeadership() - Method in interface org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- RightOuterJoinDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
The right outer join driver implements the logic of an outer join operator at runtime.
- RightOuterJoinDriver() - Constructor for class org.apache.flink.runtime.operators.RightOuterJoinDriver
-
- rng - Variable in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- ROCKSDB_STATE_BACKEND_NAME - Static variable in class org.apache.flink.runtime.state.StateBackendLoader
-
The shortcut configuration name for the RocksDB State Backend.
- RootExceptionHistoryEntry - Class in org.apache.flink.runtime.scheduler.exceptionhistory
-
RootExceptionHistoryEntry extending
ExceptionHistoryEntry by providing a list of
ExceptionHistoryEntry instances to store concurrently caught failures.
- RootExceptionHistoryEntry(Throwable, long, CompletableFuture<Map<String, String>>, String, TaskManagerLocation, Collection<ExceptionHistoryEntry>) - Constructor for class org.apache.flink.runtime.scheduler.exceptionhistory.RootExceptionHistoryEntry
-
Instantiates a RootExceptionHistoryEntry.
- RootExceptionInfo(String, String, long, Map<String, String>, Collection<JobExceptionsInfoWithHistory.ExceptionInfo>) - Constructor for class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
-
- RootExceptionInfo(String, String, long, Map<String, String>, String, String, String, String, Collection<JobExceptionsInfoWithHistory.ExceptionInfo>) - Constructor for class org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
-
- RoundRobinChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.writer
-
- RoundRobinChannelSelector() - Constructor for class org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- RoundRobinOperatorStateRepartitioner - Class in org.apache.flink.runtime.checkpoint
-
- RoundRobinOperatorStateRepartitioner() - Constructor for class org.apache.flink.runtime.checkpoint.RoundRobinOperatorStateRepartitioner
-
- RoundRobinSubpartitionSelector<T> - Class in org.apache.flink.runtime.io.network.partition
-
- RoundRobinSubpartitionSelector() - Constructor for class org.apache.flink.runtime.io.network.partition.RoundRobinSubpartitionSelector
-
- route(HttpMethod, String) - Method in class org.apache.flink.runtime.rest.handler.router.Router
-
If there's no match, returns the result with
notFound as the target
if it is set, otherwise returns
null.
- route(HttpMethod, String, Map<String, List<String>>) - Method in class org.apache.flink.runtime.rest.handler.router.Router
-
- RoutedRequest<T> - Class in org.apache.flink.runtime.rest.handler.router
-
Class for handling
HttpRequest with associated
RouteResult.
- RoutedRequest(RouteResult<T>, HttpRequest) - Constructor for class org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- Router<T> - Class in org.apache.flink.runtime.rest.handler.router
-
This is adopted and simplified code from tv.cntt:netty-router library.
- Router() - Constructor for class org.apache.flink.runtime.rest.handler.router.Router
-
- RouteResult<T> - Class in org.apache.flink.runtime.rest.handler.router
-
This is adopted and simplified code from tv.cntt:netty-router library.
- RouteResult(String, String, Map<String, String>, Map<String, List<String>>, T) - Constructor for class org.apache.flink.runtime.rest.handler.router.RouteResult
-
The maps will be wrapped in Collections.unmodifiableMap.
- RouterHandler - Class in org.apache.flink.runtime.rest.handler.router
-
Inbound handler that converts HttpRequest to Routed and passes Routed to the matched handler.
- RouterHandler(Router, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.router.RouterHandler
-
- RpcCheckpointResponder - Class in org.apache.flink.runtime.taskexecutor.rpc
-
- RpcCheckpointResponder(CheckpointCoordinatorGateway) - Constructor for class org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder
-
- RpcGatewayRetriever<F extends Serializable,T extends org.apache.flink.runtime.rpc.FencedRpcGateway<F>> - Class in org.apache.flink.runtime.webmonitor.retriever.impl
-
- RpcGatewayRetriever(RpcService, Class<T>, Function<UUID, F>, RetryStrategy) - Constructor for class org.apache.flink.runtime.webmonitor.retriever.impl.RpcGatewayRetriever
-
- RpcGlobalAggregateManager - Class in org.apache.flink.runtime.taskexecutor.rpc
-
- RpcGlobalAggregateManager(JobMasterGateway) - Constructor for class org.apache.flink.runtime.taskexecutor.rpc.RpcGlobalAggregateManager
-
- RpcInputSplitProvider - Class in org.apache.flink.runtime.taskexecutor.rpc
-
- RpcInputSplitProvider(JobMasterGateway, JobVertexID, ExecutionAttemptID, Duration) - Constructor for class org.apache.flink.runtime.taskexecutor.rpc.RpcInputSplitProvider
-
- RpcKvStateRegistryListener - Class in org.apache.flink.runtime.taskexecutor.rpc
-
- RpcKvStateRegistryListener(KvStateRegistryGateway, InetSocketAddress) - Constructor for class org.apache.flink.runtime.taskexecutor.rpc.RpcKvStateRegistryListener
-
- RpcMetricQueryServiceRetriever - Class in org.apache.flink.runtime.webmonitor.retriever.impl
-
- RpcMetricQueryServiceRetriever(RpcService) - Constructor for class org.apache.flink.runtime.webmonitor.retriever.impl.RpcMetricQueryServiceRetriever
-
- RpcPartitionStateChecker - Class in org.apache.flink.runtime.taskexecutor.rpc
-
- RpcPartitionStateChecker(JobMasterGateway) - Constructor for class org.apache.flink.runtime.taskexecutor.rpc.RpcPartitionStateChecker
-
- RpcServiceSharing - Enum in org.apache.flink.runtime.minicluster
-
Enum which defines whether the mini cluster components use a shared RpcService or whether every
component gets its own dedicated RpcService started.
- RpcTaskManagerGateway - Class in org.apache.flink.runtime.jobmaster
-
- RpcTaskManagerGateway(TaskExecutorGateway, JobMasterId) - Constructor for class org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- RpcTaskOperatorEventGateway - Class in org.apache.flink.runtime.taskexecutor.rpc
-
- RpcTaskOperatorEventGateway(JobMasterOperatorEventGateway, ExecutionAttemptID, Consumer<Throwable>) - Constructor for class org.apache.flink.runtime.taskexecutor.rpc.RpcTaskOperatorEventGateway
-
- rpcTimeout - Variable in class org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- run() - Method in class org.apache.flink.runtime.blob.BlobServer
-
- run() - Method in class org.apache.flink.runtime.heartbeat.DefaultHeartbeatMonitor
-
- run() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- run() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskIOScheduler
-
- run() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteStorageScanner
-
Iterate the watched segment ids and check related file status.
- run() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- run() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadTask
-
- run() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediateTask
-
- run() - Method in class org.apache.flink.runtime.iterative.task.IterationTailTask
-
- run() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- run() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- run() - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- run() - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- run() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.BatchTask
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- run() - Method in interface org.apache.flink.runtime.operators.Driver
-
The main operation method of the task.
- run() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- run() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- run() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- run() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- run() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- run() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- run() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- run() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- run() - Method in class org.apache.flink.runtime.state.DoneFuture
-
- run() - Method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
- run() - Method in class org.apache.flink.runtime.taskmanager.Task
-
The core work method that bootstraps the task and executes its code.
- run() - Method in class org.apache.flink.runtime.util.JvmShutdownSafeguard
-
- runClusterEntrypoint(ClusterEntrypoint) - Static method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- runDetached(JobGraph) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
This method executes a job in detached mode.
- runFlinkZkQuorumPeer(String, int) - Static method in class org.apache.flink.runtime.zookeeper.FlinkZooKeeperQuorumPeer
-
Runs a ZooKeeper QuorumPeer if further peers are configured or a single ZooKeeperServer if no further peers are configured.
- runIfState(State, Runnable) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- runIfState(State, Runnable, Duration) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- runInCoordinatorThread(Runnable) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
If the runnable throws an Exception, the corresponding job is failed.
- Runnables - Class in org.apache.flink.runtime.util
-
- Runnables() - Constructor for class org.apache.flink.runtime.util.Runnables
-
- running - Variable in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- running - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The flag that tags the task as still running.
- running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- running - Variable in class org.apache.flink.runtime.operators.JoinDriver
-
- running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- runPostJobGloballyTerminated(JobID, JobStatus) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- runPostJobGloballyTerminated(JobID, JobStatus) - Method in class org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- runSecured(Callable<T>) - Method in class org.apache.flink.runtime.security.contexts.HadoopSecurityContext
-
- runSecured(Callable<T>) - Method in class org.apache.flink.runtime.security.contexts.NoOpSecurityContext
-
- runSecured(Callable<T>) - Method in interface org.apache.flink.runtime.security.contexts.SecurityContext
-
- runTaskManager(Configuration, PluginManager) - Static method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- runTaskManagerProcessSecurely(String[]) - Static method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- runTaskManagerProcessSecurely(Configuration) - Static method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- RUNTIME_FAILURE_RETURN_CODE - Static variable in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- RuntimeAggregatorRegistry - Class in org.apache.flink.runtime.iterative.task
-
- RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - Constructor for class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- RuntimeEnvironment - Class in org.apache.flink.runtime.taskmanager
-
- RuntimeEnvironment(JobID, JobVertexID, ExecutionAttemptID, ExecutionConfig, JobInfo, TaskInfo, Configuration, Configuration, UserCodeClassLoader, MemoryManager, SharedResources, IOManager, BroadcastVariableManager, TaskStateManager, GlobalAggregateManager, AccumulatorRegistry, TaskKvStateRegistry, InputSplitProvider, Map<String, Future<Path>>, ResultPartitionWriter[], IndexedInputGate[], TaskEventDispatcher, CheckpointResponder, TaskOperatorEventGateway, TaskManagerRuntimeInfo, TaskMetricGroup, Task, ExternalResourceInfoProvider, ChannelStateWriteRequestExecutorFactory, TaskManagerActions) - Constructor for class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- RuntimeEvent - Class in org.apache.flink.runtime.event
-
Subclasses of this event are recognized as events exchanged by the core runtime.
- RuntimeEvent() - Constructor for class org.apache.flink.runtime.event.RuntimeEvent
-
- RuntimeMessageHeaders<R extends RequestBody,P extends ResponseBody,M extends MessageParameters> - Interface in org.apache.flink.runtime.rest.messages
-
This class links
RequestBodys to
ResponseBodys types and contains meta-data
required for their http headers in runtime module.
- RuntimeRestAPIVersion - Enum in org.apache.flink.runtime.rest.versioning
-
An enum for all versions of the REST API.
- runtimeUdfContext - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The udf's runtime context.
- RuntimeUntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters> - Interface in org.apache.flink.runtime.rest.messages
-
Message headers for a web handler request that belongs to runtime module.
- savepoint(SavepointFormatType) - Static method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- savepoint() - Method in interface org.apache.flink.runtime.state.CheckpointableKeyedStateBackend
-
- savepoint() - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- SAVEPOINT_IGNORE_UNCLAIMED_STATE - Static variable in class org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
A flag indicating if we allow Flink to skip savepoint state that cannot be restored, e.g.
- SAVEPOINT_PATH - Static variable in class org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
The path to a savepoint that will be used to bootstrap the pipeline's state.
- SavepointConfigOptions - Class in org.apache.flink.runtime.jobgraph
-
The configuration options used when restoring from a savepoint.
- SavepointConfigOptions() - Constructor for class org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
- SavepointDisposalHandlers - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
Handlers to trigger the disposal of a savepoint.
- SavepointDisposalHandlers(Duration) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers
-
- SavepointDisposalHandlers.SavepointDisposalStatusHandler - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
StatusHandler implementation for the savepoint disposal operation.
- SavepointDisposalHandlers.SavepointDisposalTriggerHandler - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
TriggerHandler implementation for the savepoint disposal operation.
- SavepointDisposalRequest - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
Request body for a savepoint disposal call.
- SavepointDisposalRequest(String) - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalRequest
-
- SavepointDisposalStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalStatusHandler
-
- SavepointDisposalStatusHeaders - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
- SavepointDisposalStatusMessageParameters - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
- SavepointDisposalStatusMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusMessageParameters
-
- SavepointDisposalTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalTriggerHandler
-
- SavepointDisposalTriggerHeaders - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
- SavepointHandlers - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
HTTP handlers for asynchronous triggering of savepoints.
- SavepointHandlers(String) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers
-
- SavepointHandlers.SavepointStatusHandler - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
HTTP handler to query for the status of the savepoint.
- SavepointHandlers.SavepointTriggerHandler - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
HTTP handler to trigger savepoints.
- SavepointHandlers.StopWithSavepointHandler - Class in org.apache.flink.runtime.rest.handler.job.savepoints
-
HTTP handler to stop a job with a savepoint.
- SavepointInfo - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
Represents information about a finished savepoint.
- SavepointInfo(String, SerializedThrowable) - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- SavepointKeyedStateHandle - Interface in org.apache.flink.runtime.state
-
- SavepointResources<K> - Class in org.apache.flink.runtime.state
-
- SavepointResources(FullSnapshotResources<K>, SnapshotExecutionType) - Constructor for class org.apache.flink.runtime.state.SavepointResources
-
- SavepointRestoreResult - Class in org.apache.flink.runtime.state.restore
-
- SavepointRestoreResult(List<StateMetaInfoSnapshot>, ThrowingIterator<KeyGroup>) - Constructor for class org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
- SavepointRestoreSettings - Class in org.apache.flink.runtime.jobgraph
-
Savepoint restore settings.
- SavepointSnapshotStrategy<K> - Class in org.apache.flink.runtime.state
-
- SavepointSnapshotStrategy(FullSnapshotResources<K>) - Constructor for class org.apache.flink.runtime.state.SavepointSnapshotStrategy
-
- SavepointStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.SavepointStatusHandler
-
- SavepointStatusHeaders - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
These headers define the protocol for triggering a savepoint.
- SavepointStatusMessageParameters - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
The parameters for triggering a savepoint.
- SavepointStatusMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusMessageParameters
-
- SavepointTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.SavepointTriggerHandler
-
- SavepointTriggerHeaders - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
These headers define the protocol for triggering a savepoint.
- SavepointTriggerMessageParameters - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
The parameters for triggering a savepoint.
- SavepointTriggerMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerMessageParameters
-
- SavepointTriggerRequestBody - Class in org.apache.flink.runtime.rest.messages.job.savepoints
-
- SavepointTriggerRequestBody(String, Boolean, SavepointFormatType, TriggerId) - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- SavepointType - Class in org.apache.flink.runtime.checkpoint
-
The type of checkpoint to perform.
- SavepointType.PostCheckpointAction - Enum in org.apache.flink.runtime.checkpoint
-
What's the intended action after the checkpoint (relevant for stopping with savepoint).
- schedulePendingRequestBulkTimeoutCheck(PhysicalSlotRequestBulk, Time) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkChecker
-
- schedulePendingRequestBulkTimeoutCheck(PhysicalSlotRequestBulk, Time) - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl
-
- SchedulerBase - Class in org.apache.flink.runtime.scheduler
-
- SchedulerBase(Logger, JobGraph, Executor, Configuration, CheckpointsCleaner, CheckpointRecoveryFactory, JobManagerJobMetricGroup, ExecutionVertexVersioner, long, ComponentMainThreadExecutor, JobStatusListener, ExecutionGraphFactory, VertexParallelismStore) - Constructor for class org.apache.flink.runtime.scheduler.SchedulerBase
-
- SchedulerNG - Interface in org.apache.flink.runtime.scheduler
-
Interface for scheduling Flink jobs.
- SchedulerNGFactory - Interface in org.apache.flink.runtime.scheduler
-
- SchedulerOperations - Interface in org.apache.flink.runtime.scheduler
-
- SchedulerUtils - Class in org.apache.flink.runtime.scheduler
-
Utils class for Flink's scheduler implementations.
- SchedulingExecutionVertex - Interface in org.apache.flink.runtime.scheduler.strategy
-
- SchedulingPipelinedRegion - Interface in org.apache.flink.runtime.scheduler.strategy
-
- SchedulingPipelinedRegionComputeUtil - Class in org.apache.flink.runtime.executiongraph.failover
-
- SchedulingResultPartition - Interface in org.apache.flink.runtime.scheduler.strategy
-
- SchedulingStrategy - Interface in org.apache.flink.runtime.scheduler.strategy
-
Component which encapsulates the scheduling logic.
- SchedulingStrategyFactory - Interface in org.apache.flink.runtime.scheduler.strategy
-
- SchedulingTopology - Interface in org.apache.flink.runtime.scheduler.strategy
-
- SchedulingTopologyListener - Interface in org.apache.flink.runtime.scheduler
-
This listener will be notified whenever the scheduling topology is updated.
- scope - Variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
The remaining scope not covered by specific fields.
- SCOPE_HOST - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_INHERIT_PARENT - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
If the scope format starts with this character, then the parent components scope format will
be used as a prefix.
- SCOPE_JOB_ID - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_JOB_NAME - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_OPERATOR_ID - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_OPERATOR_NAME - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_SEPARATOR - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_ATTEMPT_ID - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_ATTEMPT_NUM - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_NAME - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_SUBTASK_INDEX - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_VERTEX_ID - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASKMANAGER_ID - Static variable in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- ScopeFormat - Class in org.apache.flink.runtime.metrics.scope
-
This class represents the format after which the "scope" (or namespace) of the various component
metric groups is built.
- ScopeFormat(String, ScopeFormat, String[]) - Constructor for class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- ScopeFormats - Class in org.apache.flink.runtime.metrics.scope
-
A container for component scope formats.
- scopeInfo - Variable in class org.apache.flink.runtime.metrics.dump.MetricDump
-
The scope information for the stored metric.
- secondDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- SecureAclProvider() - Constructor for class org.apache.flink.runtime.util.ZooKeeperUtils.SecureAclProvider
-
- SecurityConfiguration - Class in org.apache.flink.runtime.security
-
The global security configuration.
- SecurityConfiguration(Configuration) - Constructor for class org.apache.flink.runtime.security.SecurityConfiguration
-
Create a security configuration from the global configuration.
- SecurityConfiguration(Configuration, List<String>, List<String>) - Constructor for class org.apache.flink.runtime.security.SecurityConfiguration
-
Create a security configuration from the global configuration.
- SecurityContext - Interface in org.apache.flink.runtime.security.contexts
-
A security context with may be required to run a Callable.
- SecurityContextFactory - Interface in org.apache.flink.runtime.security.contexts
-
- SecurityContextInitializeException - Exception in org.apache.flink.runtime.security
-
Indicates a problem with installing or uninstalling a security module or context.
- SecurityContextInitializeException(String) - Constructor for exception org.apache.flink.runtime.security.SecurityContextInitializeException
-
- SecurityContextInitializeException(String, Throwable) - Constructor for exception org.apache.flink.runtime.security.SecurityContextInitializeException
-
- SecurityFactoryServiceLoader - Class in org.apache.flink.runtime.security
-
The Service provider discovery for searching suitable security factory.
- SecurityFactoryServiceLoader() - Constructor for class org.apache.flink.runtime.security.SecurityFactoryServiceLoader
-
- SecurityInstallException(String) - Constructor for exception org.apache.flink.runtime.security.modules.SecurityModule.SecurityInstallException
-
- SecurityInstallException(String, Throwable) - Constructor for exception org.apache.flink.runtime.security.modules.SecurityModule.SecurityInstallException
-
- SecurityModule - Interface in org.apache.flink.runtime.security.modules
-
An installable security module.
- SecurityModule.SecurityInstallException - Exception in org.apache.flink.runtime.security.modules
-
Indicates a problem with installing or uninstalling a security module.
- SecurityModuleFactory - Interface in org.apache.flink.runtime.security.modules
-
- SecurityUtils - Class in org.apache.flink.runtime.security
-
Security Environment that holds the security context and modules installed.
- SecurityUtils() - Constructor for class org.apache.flink.runtime.security.SecurityUtils
-
- seek(long) - Method in class org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- seek(long) - Method in class org.apache.flink.runtime.state.CompressibleFSDataInputStream
-
- seek(long) - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- SeekableFileChannelInputView - Class in org.apache.flink.runtime.io.disk
-
A
DataInputView that is backed by a
BlockChannelReader, making it effectively a data input stream.
- SeekableFileChannelInputView(IOManager, FileIOChannel.ID, MemoryManager, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- seekInput(MemorySegment, int, int) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
Sets the internal state of the view such that the next bytes will be read from the given
memory segment, starting at the given position.
- seekOutput(MemorySegment, int) - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Sets the internal state to the given memory segment and the given position within the
segment.
- seekTo(long) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileSegmentReader
-
- seekTo(long) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BufferFileSegmentReader
-
- seekToPosition(long) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
- seekToPosition(long) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileReader
-
- seekToPosition(long) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
- seekToPosition(long) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BufferFileReader
-
- seekToPosition(long) - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousBufferFileReader
-
- SegmentBufferContext(int, List<Tuple2<Buffer, Integer>>, boolean) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SegmentBufferContext
-
- SegmentFileStateHandle - Class in org.apache.flink.runtime.checkpoint.filemerging
-
- SegmentFileStateHandle(Path, long, long, CheckpointedStateScope) - Constructor for class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
Creates a new segment file state for the given file path.
- SegmentPartitionFile - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
-
The partition file with segment file mode.
- SegmentPartitionFile() - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFile
-
- SegmentPartitionFileReader - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
-
- SegmentPartitionFileReader(String) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.SegmentPartitionFileReader
-
- SegmentPartitionFileWriter - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.file
-
- segments - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
A segment list as a joint buffer which stores all records and index entries.
- segmentSize - Variable in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- segmentSize - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The size of the segments used by the hash join buckets.
- select(ExecutionMode, ShipStrategyType, boolean) - Static method in enum org.apache.flink.runtime.io.network.DataExchangeMode
-
Computes the mode of data exchange to be used for a given execution mode and ship strategy.
- selectAllocationBaseDirectory(int) - Method in interface org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns a specific allocation base directory.
- selectAllocationBaseDirectory(int) - Method in class org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- selectBestSlotForProfile(FreeSlotInfoTracker, SlotProfile) - Method in class org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- selectBestSlotForProfile(FreeSlotInfoTracker, SlotProfile) - Method in class org.apache.flink.runtime.jobmaster.slotpool.PreviousAllocationSlotSelectionStrategy
-
- selectBestSlotForProfile(FreeSlotInfoTracker, SlotProfile) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy
-
- selectChannel(T) - Method in interface org.apache.flink.runtime.io.network.api.writer.ChannelSelector
-
Returns the logical channel index, to which the given record should be written.
- selectChannel(T) - Method in class org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- selectChannel(SerializationDelegate<T>) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- selectSlotSelectionStrategy(JobType, Configuration) - Static method in class org.apache.flink.runtime.util.SlotSelectionStrategyUtils
-
- selectSubtaskBaseDirectory(int) - Method in interface org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns a specific subtask base directory.
- selectSubtaskBaseDirectory(int) - Method in class org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- selectWithoutLocationPreference(FreeSlotInfoTracker, ResourceProfile) - Method in class org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- send(StageRunner.SortStage, CircularElement<E>) - Method in interface org.apache.flink.runtime.operators.sort.StageRunner.StageMessageDispatcher
-
Sends a message to the given stage.
- sendCoordinationRequest(OperatorID, CoordinationRequest) - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- sendCoordinationRequest(OperatorID, CoordinationRequest) - Method in interface org.apache.flink.runtime.operators.coordination.CoordinationRequestGateway
-
Send out a request to a specified coordinator and return the response.
- sendErrorResponse(ChannelHandlerContext, HttpRequest, ErrorResponseBody, HttpResponseStatus, Map<String, String>) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given error response and status code to the given channel.
- sendErrorResponse(ChannelHandlerContext, boolean, ErrorResponseBody, HttpResponseStatus, Map<String, String>) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given error response and status code to the given channel.
- sendEvent(OperatorEvent) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
Sends an event to the parallel subtask with the given subtask index.
- sendEventToCoordinator(OperatorEvent) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorEventGateway
-
- sendEventToSourceReader(int, SourceEvent) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- sendEventToSourceReader(int, int, SourceEvent) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- sendNotModified(ChannelHandlerContext) - Static method in class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Send the "304 Not Modified" response.
- sendOperatorEvent(OperatorID, SerializedValue<OperatorEvent>) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
Sends the operator event to the Task on the Task Executor.
- sendOperatorEventToCoordinator(OperatorID, SerializedValue<OperatorEvent>) - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskOperatorEventGateway
-
Sends an event from the operator (identified by the given operator ID) to the operator
coordinator (identified by the same ID).
- sendOperatorEventToCoordinator(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- sendOperatorEventToCoordinator(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterOperatorEventGateway
-
- sendOperatorEventToCoordinator(OperatorID, SerializedValue<OperatorEvent>) - Method in class org.apache.flink.runtime.taskexecutor.rpc.RpcTaskOperatorEventGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in interface org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in class org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorOperatorEventGateway
-
Sends an operator event to an operator in a task executed by the Task Manager (Task
Executor).
- sendReadRequest(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Sends a new read requests, if further requests remain.
- sendRequest(String, int, M) - Method in class org.apache.flink.runtime.rest.RestClient
-
- sendRequest(String, int, M, U, R) - Method in class org.apache.flink.runtime.rest.RestClient
-
- sendRequest(String, int, M, U, R, Collection<FileUpload>) - Method in class org.apache.flink.runtime.rest.RestClient
-
- sendRequest(String, int, M, U, R, Collection<FileUpload>, RestAPIVersion<? extends RestAPIVersion<?>>) - Method in class org.apache.flink.runtime.rest.RestClient
-
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - Method in interface org.apache.flink.runtime.jobgraph.tasks.TaskOperatorEventGateway
-
Sends a request from current operator to a specified operator coordinator which is identified
by the given operator ID and return the response.
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterOperatorEventGateway
-
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - Method in class org.apache.flink.runtime.taskexecutor.rpc.RpcTaskOperatorEventGateway
-
- sendResponse(ChannelHandlerContext, HttpRequest, P, HttpResponseStatus, Map<String, String>) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given response and status code to the given channel.
- sendResponse(ChannelHandlerContext, HttpRequest, String, HttpResponseStatus, Map<String, String>) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given response and status code to the given channel.
- sendResponse(ChannelHandlerContext, boolean, String, HttpResponseStatus, Map<String, String>) - Static method in class org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given response and status code to the given channel.
- sendResult(MutableObjectIterator<E>) - Method in interface org.apache.flink.runtime.operators.sort.StageRunner.StageMessageDispatcher
-
Sends a result to the corresponding
Sorter.
- sendSlotReport(ResourceID, InstanceID, SlotReport, Time) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
- sendSlotReport(ResourceID, InstanceID, SlotReport, Time) - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Sends the given
SlotReport to the ResourceManager.
- sendTaskEvent(TaskEvent) - Method in class org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- sendTaskEvent(TaskEvent) - Method in interface org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- sendTaskEvent(ResultPartitionID, TaskEvent, RemoteInputChannel) - Method in class org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
Sends a task event backwards to an intermediate result partition producer.
- sendTaskEvent(TaskEvent) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- sendTaskEvent(TaskEvent) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- sendTaskEvent(TaskEvent) - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- sendTaskEvent(ResultPartitionID, TaskEvent, RemoteInputChannel) - Method in interface org.apache.flink.runtime.io.network.PartitionRequestClient
-
Sends a task event backwards to an intermediate result partition.
- sendTaskEvent(TaskEvent) - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- SEQUENCE_NUMBER_RESTORED - Static variable in interface org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
Sequence number for the buffers that were saved during the previous execution attempt; then
restored; and now are to be saved again (as opposed to the buffers received from the upstream
or from the operator).
- SEQUENCE_NUMBER_UNKNOWN - Static variable in interface org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
Signifies that buffer sequence number is unknown (e.g.
- SequenceNumber - Interface in org.apache.flink.runtime.state.changelog
-
A logical timestamp to draw a boundary between the materialized and non-materialized changes.
- SequenceNumber.GenericSequenceNumber - Class in org.apache.flink.runtime.state.changelog
-
- SequenceNumberRange - Interface in org.apache.flink.runtime.state.changelog
-
- SequenceNumberRange.GenericSequenceNumberRange - Class in org.apache.flink.runtime.state.changelog
-
- SequentialChannelStateReader - Interface in org.apache.flink.runtime.checkpoint.channel
-
Reads channel state saved during checkpoint/savepoint.
- SequentialChannelStateReaderImpl - Class in org.apache.flink.runtime.checkpoint.channel
-
- SequentialChannelStateReaderImpl(TaskStateSnapshot) - Constructor for class org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- SerializationDelegate<T> - Class in org.apache.flink.runtime.plugable
-
The serialization delegate exposes an arbitrary element as a IOReadableWritable for
serialization, with the help of a type serializer.
- SerializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.SerializationDelegate
-
- serialize(CheckpointMetadata, DataOutputStream) - Method in interface org.apache.flink.runtime.checkpoint.metadata.MetadataSerializer
-
Serializes a savepoint or checkpoint metadata to an output stream.
- serialize(CheckpointMetadata, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
- serialize(CheckpointMetadata, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- serialize(CheckpointMetadata, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serialize(CheckpointMetadata, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- serialize(Map<Counter, Tuple2<QueryScopeInfo, String>>, Map<Gauge<?>, Tuple2<QueryScopeInfo, String>>, Map<Histogram, Tuple2<QueryScopeInfo, String>>, Map<Meter, Tuple2<QueryScopeInfo, String>>) - Method in class org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricDumpSerializer
-
Serializes the given metrics and returns the resulting byte array.
- serialize(CheckpointConfigInfo.ProcessingMode, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ProcessingModeSerializer
-
- serialize(AggregatedMetricsResponseBody, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody.Serializer
-
- serialize(MetricCollectionResponseBody, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody.Serializer
-
- serialize(JobConfigInfo, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.JobConfigInfo.Serializer
-
- serialize(JobPlanInfo.RawJson, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.JobPlanInfo.RawJson.Serializer
-
- serialize(JobID, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.JobIDSerializer
-
- serialize(JobResult, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.JobResultSerializer
-
- serialize(JobVertexID, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.JobVertexIDKeySerializer
-
- serialize(JobVertexID, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.JobVertexIDSerializer
-
- serialize(ResourceID, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.ResourceIDSerializer
-
- serialize(SerializedThrowable, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.SerializedThrowableSerializer
-
- serialize(SerializedValue<?>, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.json.SerializedValueSerializer
-
- serialize(TriggerId, JsonGenerator, SerializerProvider) - Method in class org.apache.flink.runtime.rest.messages.TriggerId.TriggerIdSerializer
-
- serialize(Credentials) - Static method in class org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenConverter
-
Serializes delegation tokens.
- serialize(ArrayList<T>, DataOutputView) - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- serialize(T, DataOutputView) - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- serialize(VoidNamespace, DataOutputView) - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- serializeAndTryOffload(T, JobID, BlobWriter) - Static method in interface org.apache.flink.runtime.blob.BlobWriter
-
Serializes the given value and offloads it to the BlobServer if its size exceeds the minimum
offloading size of the BlobServer.
- SerializedCheckpointException - Class in org.apache.flink.runtime.messages.checkpoint
-
Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized
throwable.
- SerializedCheckpointException(CheckpointException) - Constructor for class org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- SerializedCompositeKeyBuilder<K> - Class in org.apache.flink.runtime.state
-
Responsible for serialization of currentKey, currentGroup and namespace.
- SerializedCompositeKeyBuilder(TypeSerializer<K>, int, int) - Constructor for class org.apache.flink.runtime.state.SerializedCompositeKeyBuilder
-
- serializedCounters - Variable in class org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- serializedGauges - Variable in class org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- serializedHistograms - Variable in class org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- SerializedInputSplit - Class in org.apache.flink.runtime.jobmaster
-
- SerializedInputSplit(byte[]) - Constructor for class org.apache.flink.runtime.jobmaster.SerializedInputSplit
-
- SerializedJobExecutionResult - Class in org.apache.flink.runtime.client
-
A variant of the JobExecutionResult that holds its
accumulator data in serialized form.
- SerializedJobExecutionResult(JobID, long, Map<String, SerializedValue<OptionalFailure<Object>>>) - Constructor for class org.apache.flink.runtime.client.SerializedJobExecutionResult
-
Creates a new SerializedJobExecutionResult.
- serializedMeters - Variable in class org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- serializedThrowable(SerializedThrowable) - Method in class org.apache.flink.runtime.jobmaster.JobResult.Builder
-
- SerializedThrowableDeserializer - Class in org.apache.flink.runtime.rest.messages.json
-
JSON deserializer for SerializedThrowable.
- SerializedThrowableDeserializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.SerializedThrowableDeserializer
-
- SerializedThrowableSerializer - Class in org.apache.flink.runtime.rest.messages.json
-
JSON serializer for SerializedThrowable.
- SerializedThrowableSerializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.SerializedThrowableSerializer
-
- SerializedUpdateBuffer - Class in org.apache.flink.runtime.iterative.io
-
- SerializedUpdateBuffer() - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- SerializedUpdateBuffer(List<MemorySegment>, int, IOManager) - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- serializedValue - Variable in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor.NonOffloaded
-
The serialized value.
- SerializedValueDeserializer - Class in org.apache.flink.runtime.rest.messages.json
-
JSON deserializer for SerializedValue.
- SerializedValueDeserializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.SerializedValueDeserializer
-
- SerializedValueDeserializer(JavaType) - Constructor for class org.apache.flink.runtime.rest.messages.json.SerializedValueDeserializer
-
- serializedValueKey - Variable in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor.Offloaded
-
The key of the offloaded value BLOB.
- SerializedValueSerializer - Class in org.apache.flink.runtime.rest.messages.json
-
JSON serializer for SerializedValue.
- SerializedValueSerializer() - Constructor for class org.apache.flink.runtime.rest.messages.json.SerializedValueSerializer
-
- SerializedValueSerializer(JavaType) - Constructor for class org.apache.flink.runtime.rest.messages.json.SerializedValueSerializer
-
- serializeInputChannelStateHandle(InputChannelStateHandle, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeInputChannelStateHandle(InputChannelStateHandle, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeKeyedStateHandleUtil(KeyedStateHandle, DataOutputStream) - Static method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeKeyGroup(int, byte[]) - Static method in class org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- serializeList(List<T>, TypeSerializer<T>) - Method in class org.apache.flink.runtime.state.ListDelimitedSerializer
-
- serializeMasterState(MasterState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeMetadata(CheckpointMetadata, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeOperatorState(OperatorState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- serializeOperatorState(OperatorState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeOperatorState(OperatorState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeOperatorStateHandleUtil(OperatorStateHandle, DataOutputStream) - Static method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeOrDiscard(StateObject) - Static method in class org.apache.flink.runtime.util.StateHandleStoreUtils
-
Serializes the passed
StateObject and discards the state in case of failure.
- serializer - Variable in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- Serializer() - Constructor for class org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody.Serializer
-
- Serializer() - Constructor for class org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody.Serializer
-
- Serializer() - Constructor for class org.apache.flink.runtime.rest.messages.JobConfigInfo.Serializer
-
- Serializer() - Constructor for class org.apache.flink.runtime.rest.messages.JobPlanInfo.RawJson.Serializer
-
- serializer1 - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- serializer2 - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- serializeRecord(DataOutputSerializer, IOReadableWritable) - Static method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- serializeResultSubpartitionStateHandle(ResultSubpartitionStateHandle, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeResultSubpartitionStateHandle(ResultSubpartitionStateHandle, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializerFactory - Variable in class org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- serializeShuffleDescriptors(TaskDeploymentDescriptorFactory.ShuffleDescriptorSerializer) - Method in class org.apache.flink.runtime.deployment.CachedShuffleDescriptors
-
- serializeStreamStateHandle(StreamStateHandle, DataOutputStream) - Static method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeSubtaskState(OperatorSubtaskState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- serializeSubtaskState(OperatorSubtaskState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeSubtaskState(OperatorSubtaskState, DataOutputStream) - Method in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeTaskStateSnapshot(TaskStateSnapshot) - Static method in class org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- serverAddress - Variable in class org.apache.flink.runtime.blob.AbstractBlobCache
-
- service - Variable in class org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- ServiceConnectionManager<S> - Interface in org.apache.flink.runtime.jobmaster
-
Base interface for managers of services that are explicitly connected to / disconnected from.
- serviceName() - Method in class org.apache.flink.runtime.security.token.hadoop.HadoopDelegationTokenReceiver
-
- serviceName() - Method in class org.apache.flink.runtime.security.token.hadoop.HadoopFSDelegationTokenProvider
-
- serviceName() - Method in class org.apache.flink.runtime.security.token.hadoop.HadoopFSDelegationTokenReceiver
-
- serviceName() - Method in class org.apache.flink.runtime.security.token.hadoop.HBaseDelegationTokenProvider
-
- serviceName() - Method in class org.apache.flink.runtime.security.token.hadoop.HBaseDelegationTokenReceiver
-
- SessionClusterEntrypoint - Class in org.apache.flink.runtime.entrypoint
-
Base class for session cluster entry points.
- SessionClusterEntrypoint(Configuration) - Constructor for class org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
-
- SessionDispatcherFactory - Enum in org.apache.flink.runtime.dispatcher
-
- SessionDispatcherLeaderProcess - Class in org.apache.flink.runtime.dispatcher.runner
-
Process which encapsulates the job recovery logic and life cycle management of a
Dispatcher.
- SessionDispatcherLeaderProcessFactory - Class in org.apache.flink.runtime.dispatcher.runner
-
- SessionDispatcherLeaderProcessFactory(AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory, JobPersistenceComponentFactory, Executor, FatalErrorHandler) - Constructor for class org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactory
-
- SessionDispatcherLeaderProcessFactoryFactory - Class in org.apache.flink.runtime.dispatcher.runner
-
- SessionRestEndpointFactory - Enum in org.apache.flink.runtime.rest
-
- set(int) - Method in class org.apache.flink.runtime.operators.util.BitSet
-
Sets the bit at specified index.
- set(E) - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
Resets the element.
- setAccumulators(Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
Update accumulators (discarded when the Execution has already been terminated).
- setAlignedCheckpointTimeout(long) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setAlignmentDurationNanos(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setAlignmentDurationNanos(CompletableFuture<Long>) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setAllocator(ByteBufAllocator) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the buffer allocator for use in netty.
- setAllocator(ByteBufAllocator) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setAllocator(ByteBufAllocator) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setAllocator(ByteBufAllocator) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setAllocator(ByteBufAllocator) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setAsyncDurationMillis(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setAsyncOperationsThreadPool(ExecutorService) - Method in interface org.apache.flink.runtime.execution.Environment
-
- setAsyncOperationsThreadPool(ExecutorService) - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- setAttemptCount(JobVertexID, int, int) - Method in class org.apache.flink.runtime.executiongraph.DefaultVertexAttemptNumberStore
-
- setAttemptCount(JobVertexID, int, int) - Method in interface org.apache.flink.runtime.executiongraph.MutableVertexAttemptNumberStore
-
Sets the attempt count for the given subtask of the given vertex.
- setBitsLocation(MemorySegment, int) - Method in class org.apache.flink.runtime.operators.util.BloomFilter
-
- setBlobServerAddress(InetSocketAddress) - Method in class org.apache.flink.runtime.blob.AbstractBlobCache
-
- setBlobServerAddress(InetSocketAddress) - Method in class org.apache.flink.runtime.blob.BlobCacheService
-
- setBlobServerAddress(InetSocketAddress) - Method in interface org.apache.flink.runtime.blob.TaskExecutorBlobService
-
Sets the blob server address.
- setBroadcastGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastInputName(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastVariable(String, BroadcastVariableMaterialization<?, ?>) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- setBufferPool(BufferPool) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setBufferPoolSizeCheckIntervalMs(long) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setBufferRequestTimeout(Duration) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setByteChannelBufferHeader(Buffer, ByteBuffer) - Static method in class org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- setBytes(int, ByteBuf, int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, byte[], int, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, ByteBuffer) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, InputStream, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, ScatteringByteChannel, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, FileChannel, long, int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytesPersistedDuringAlignment(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setBytesPersistedOfThisCheckpoint(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setBytesProcessedDuringAlignment(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setBytesProcessedDuringAlignment(CompletableFuture<Long>) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setCancellerHandle(ScheduledFuture<?>) - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Sets the handle for the canceller to this pending checkpoint.
- setChannelInfo(InputChannelInfo) - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- setChannelSelector(ChannelSelector<T>) - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- setChannelStateWriter(ChannelStateWriter) - Method in interface org.apache.flink.runtime.io.network.partition.ChannelStateHolder
-
- setChannelStateWriter(ChannelStateWriter) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- setChannelStateWriter(ChannelStateWriter) - Method in class org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- setChannelStateWriter(ChannelStateWriter) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- setChannelStateWriter(ChannelStateWriter) - Method in class org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- setChannelStateWriter(ChannelStateWriter) - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- setCheckpointIdOfIgnoredInFlightData(long) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointInterval(long) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointIntervalDuringBacklog(long) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointRetentionPolicy(CheckpointRetentionPolicy) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointStartDelayNanos(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setCheckpointStorageAccess(CheckpointStorageAccess) - Method in interface org.apache.flink.runtime.execution.Environment
-
- setCheckpointStorageAccess(CheckpointStorageAccess) - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- setCheckpointTargetLocation(CheckpointStorageLocation) - Method in class org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- setCheckpointTimeout(long) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setClasspaths(List<URL>) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the classpaths required to run the job on a task manager.
- setCleanUpInterval(Duration) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTrackerBuilder
-
Sets cleanUpInterval.
- setCommonBindAddress(String) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setCompressed(boolean) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Tags the buffer as compressed or uncompressed.
- setCompressed(boolean) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setCompressed(boolean) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setCompressed(boolean) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setCompressed(boolean) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setConfiguration(Configuration) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setConnectionId(ConnectionID) - Method in interface org.apache.flink.runtime.io.network.NetworkClientHandler
-
- setConsumedPartitionGroup(ConsumedPartitionGroup) - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- setConsumerVertexGroup(ConsumerVertexGroup) - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- setContentTypeHeader(HttpResponse, File) - Static method in class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Sets the content type header for the HTTP Response.
- setConvergenceCriterion(String, ConvergenceCriterion<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setCoordinator(ThreadInfoRequestCoordinator) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTrackerBuilder
-
Sets cleanUpInterval.
- setCoordinatorState(ByteStreamStateHandle) - Method in class org.apache.flink.runtime.checkpoint.FullyFinishedOperatorState
-
- setCoordinatorState(ByteStreamStateHandle) - Method in class org.apache.flink.runtime.checkpoint.OperatorState
-
- setCount(long) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
Sets the current checkpoint ID.
- setCount(long) - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- setCount(long) - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- setCount(long) - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- setCpuCores(CPUResource) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setCpuCores(double) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setCpuCores(double) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setCurrentKey(K) - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- setCurrentKey(K) - Method in interface org.apache.flink.runtime.state.InternalKeyContext
-
Set current key of the context.
- setCurrentKey(K) - Method in class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- setCurrentKey(K) - Method in interface org.apache.flink.runtime.state.KeyedStateBackend
-
Sets the current key that is used for partitioned state.
- setCurrentKeyGroupIndex(int) - Method in class org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- setCurrentKeyGroupIndex(int) - Method in interface org.apache.flink.runtime.state.InternalKeyContext
-
Set current key group index of the context.
- setCurrentKeyGroupIndex(int) - Method in class org.apache.flink.runtime.state.InternalKeyContextImpl
-
- setCurrentNamespace(N) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setCurrentNamespace(N) - Method in interface org.apache.flink.runtime.state.internal.InternalKvState
-
Sets the current namespace, which will be used when using the state access methods.
- setCurrentPendingCommittablesGauge(Gauge<Integer>) - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkCommitterMetricGroup
-
- setCurrentSendTimeGauge(Gauge<Long>) - Method in class org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- setCustomHeaders(Collection<HttpHeader>) - Method in class org.apache.flink.runtime.rest.messages.CustomHeadersDecorator
-
Sets the custom headers for the message.
- setDataType(Buffer.DataType) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the type of data this buffer represents.
- setDataType(Buffer.DataType) - Method in class org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
Sets the data type of the internal buffer.
- setDataType(Buffer.DataType) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setDataType(Buffer.DataType) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setDataType(Buffer.DataType) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setDataType(Buffer.DataType) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setDateAndCacheHeaders(HttpResponse, File) - Static method in class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Sets the "date" and "cache" headers for the HTTP Response.
- setDateHeader(FullHttpResponse) - Static method in class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Sets the "date" header for the HTTP response.
- setDefaultValue(SV) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setDelayBetweenSamples(Duration) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTrackerBuilder
-
Sets delayBetweenSamples.
- setDiskTierBufferRequestTimeout(Duration) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setDiskTierExclusiveBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setDiskTierNumBytesPerSegment(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setDownstreamSubtaskStateMapper(SubtaskStateMapper) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the channel state rescaler used for rescaling persisted data on downstream side of this
JobEdge.
- setDriver(Class<? extends Driver>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDynamic(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setEnableBusyTime(boolean) - Method in class org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- setEnableCheckpointsAfterTasksFinish(boolean) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setEnabled(boolean) - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setEndOffsetExclusive(long) - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- setError(Throwable) - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Atomically sets an error for this channel and notifies the input gate about available data to
trigger querying this channel by the task thread.
- setExactlyOnce(boolean) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setExecutionConfig(ExecutionConfig) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the execution config.
- setExecutionConfig(ExecutionConfig) - Method in class org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setExtendedResource(ExternalResource) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
Add the given extended resource.
- setExtendedResource(ExternalResource) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
Add the given extended resource.
- setExtendedResources(Collection<ExternalResource>) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
Add the given extended resources.
- setExtendedResources(Collection<ExternalResource>) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
Add the given extended resources.
- setFailUnfulfillableRequest(boolean) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
Set
SlotManager whether to fail unfulfillable slot requests.
- setFailUnfulfillableRequest(boolean) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- setFailUnfulfillableRequest(boolean) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- setField(TtlValue<T>, int, Object) - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- setFilehandlesDriver(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setFilehandlesInput(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setFormatDescription(OperatorID, String) - Method in class org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- setForward(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Sets whether the edge is forward edge.
- setFullStrategyNumBuffersTriggerSpillingRatio(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setFullStrategyReleaseBufferRatio(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setFullStrategyReleaseThreshold(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setFurtherPatitioning(boolean) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- setGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setGlobalFailureCause(Throwable, long) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- setHaServices(MiniCluster.HaServices) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setHistorySize(int) - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setImplicitConvergenceCriterion(String, ConvergenceCriterion<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
Sets the default convergence criterion of a DeltaIteration
- setInitialClientHeartbeatTimeout(long) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setInitialState(JobManagerTaskRestore) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
Sets the initial state for the execution.
- setInputAsynchronouslyMaterialized(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputBytes(long) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- setInputCached(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputChannels(InputChannel...) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setInputChannelState(StateObjectCollection<InputChannelStateHandle>) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setInputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputLocalStrategy(int, LocalStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputRescalingDescriptor(InflightDataRescalingDescriptor) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputSplitSource(InputSplitSource<?>) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setInstance(T) - Method in interface org.apache.flink.runtime.plugable.DeserializationDelegate
-
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.NonReusingDeserializationDelegate
-
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- setInternalIndex(int) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueueElement
-
- setInternalIndex(int) - Method in interface org.apache.flink.runtime.state.heap.HeapPriorityQueueElement
-
- setInternalTaskFailuresListener(InternalFailuresListener) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- setInternalTaskFailuresListener(InternalFailuresListener) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setInvokableClass(Class<? extends TaskInvokable>) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setIOExecutor(Executor) - Method in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBuilder
-
Set the executor for io operation in manager.
- setIsCompacted(boolean) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
sets compaction status (should only be set true directly after compaction and
false when garbage was created)
- setIsJobRestarting(boolean) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
To set whether the underlying is currently restarting or not.
- setIsJobRestarting(boolean) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Sets whether the underlying job is currently restarting or not.
- setIsProcessingBacklog(OperatorID, boolean) - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Reports whether a source operator is currently processing backlog.
- setIsProcessingBacklog(boolean) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- setIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadFinalOutputConfig(TaskConfig) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadIndexOfSyncOutput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadPartialSolutionOrWorksetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadSolutionSetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationId(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterativeReader() - Method in class org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- setIterativeReader() - Method in interface org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- setJobCheckpointingSettings(JobCheckpointingSettings) - Method in class org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setJobConfiguration(Configuration) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setJobID(JobID) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the ID of the job.
- setJobId(JobID) - Method in class org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setJobName(String) - Method in class org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setJobStatusHooks(List<JobStatusHook>) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setJobType(JobType) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setJsonPlan(String) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- setJsonPlan(String) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setKeyAndKeyGroup(K, int) - Method in class org.apache.flink.runtime.state.SerializedCompositeKeyBuilder
-
Sets the key and key-group as prefix.
- setKeyGroupOffset(int, long) - Method in class org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
Sets the offset for the given key-group.
- setLastOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.operators.BatchTask
-
Sets the last output
Collector of the collector chain of this
BatchTask.
- setMainMailboxExecutor(MailboxExecutor) - Method in interface org.apache.flink.runtime.execution.Environment
-
- setMainMailboxExecutor(MailboxExecutor) - Method in class org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- setManagedKeyedState(StateObjectCollection<KeyedStateHandle>) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setManagedKeyedState(KeyedStateHandle) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setManagedMemory(MemorySize) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setManagedMemoryMB(int) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setManagedMemoryMB(int) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setManagedOperatorState(StateObjectCollection<OperatorStateHandle>) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setManagedOperatorState(OperatorStateHandle) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setMaxBuffersReadAhead(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setMaxCachedBytesBeforeFlush(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setMaxConcurrentCheckpoints(int) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setMaxOverdraftBuffersPerGate(int) - Method in class org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- setMaxOverdraftBuffersPerGate(int) - Method in class org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- setMaxOverdraftBuffersPerGate(int) - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - Method in interface org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - Method in class org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- setMaxOverdraftBuffersPerGate(int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- setMaxOverdraftBuffersPerGate(int) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- setMaxParallelism(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- setMaxParallelism(int) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the maximum parallelism for the task.
- setMaxParallelism(int) - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- setMaxParallelism(int) - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Changes a given vertex's max parallelism property.
- setMaxThreadInfoDepth(int) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTrackerBuilder
-
Sets delayBetweenSamples.
- setMemorySegment(MemorySegment, int) - Method in class org.apache.flink.runtime.operators.util.BitSet
-
- setMemoryTierExclusiveBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setMemoryTierNumBytesPerSegment(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setMemoryTierSubpartitionMaxQueuedBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setMetaDataFollowsFlagInKey(byte[]) - Static method in class org.apache.flink.runtime.state.FullSnapshotUtil
-
- setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N, S>) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateTable
-
- setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N, S>) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- setMetricGroup(TaskIOMetricGroup) - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Sets the metric group for this RecordWriter.
- setMetricGroup(TaskIOMetricGroup) - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- setMetricGroup(TaskIOMetricGroup) - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- setMetricGroup(TaskIOMetricGroup) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- setMetricGroup(TaskIOMetricGroup) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- setMetricGroup(TaskIOMetricGroup) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManager
-
- setMetricGroup(TaskIOMetricGroup) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManagerImpl
-
- setMetricGroup(TaskIOMetricGroup) - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
- setMetricGroup(MetricGroup) - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setMetricStatisticsUpdater(Consumer<TieredStorageProducerMetricUpdate>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageProducerClient
-
- setMinPauseBetweenCheckpoints(long) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setMinReserveDiskSpaceFraction(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setMoreAvailable(boolean) - Method in class org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- setName(String) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the name of the vertex.
- setNamespace(N, TypeSerializer<N>) - Method in class org.apache.flink.runtime.state.SerializedCompositeKeyBuilder
-
- setNamespaceSerializer(TypeSerializer<N>) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setNetworkMemory(MemorySize) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setNetworkMemoryMB(int) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setNetworkMemoryMB(int) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setNextBuffer(Buffer) - Method in interface org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
- setNextBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- setNumberOfIterations(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setNumBuffers(int) - Method in interface org.apache.flink.runtime.io.network.buffer.BufferPool
-
Sets the current size of this buffer pool.
- setNumBuffers(int) - Method in class org.apache.flink.runtime.io.network.buffer.LocalBufferPool
-
- setNumBuffersTriggerFlushRatio(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setNumBuffersUseSortAccumulatorThreshold(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setNumRetainedInMemoryRegionsMax(long) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setNumRetainedInMemoryRegionsMax(long) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setNumSamples(int) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTrackerBuilder
-
Sets numSamples.
- setNumSlots(int) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setNumSlotsPerTaskManager(int) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setNumTaskManagers(int) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setOperatorDescription(String) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setOperatorLevelCachingDescription(String) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the operator-level caching description for this input.
- setOperatorName(String) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setOperatorPrettyName(String) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setOutputCollector(Collector<?>) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setOutputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputDataDistribution(DataDistribution, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputMetrics(HsOutputMetrics) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- setOutputMetrics(HsOutputMetrics) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- setOutputPartitioner(Partitioner<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputRescalingDescriptor(InflightDataRescalingDescriptor) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setOutputSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setParallelism(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- setParallelism(int) - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- setParallelism(int) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the parallelism for the task.
- setParallelism(int) - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- setParallelism(int) - Method in interface org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Set a given vertex's parallelism property.
- setParallelismConfigured(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setParallelismForJobVertex(JobVertexID, int, int) - Method in class org.apache.flink.runtime.jobgraph.JobResourceRequirements.Builder
-
- setParallelismInfo(JobVertexID, VertexParallelismInformation) - Method in class org.apache.flink.runtime.scheduler.DefaultVertexParallelismStore
-
- setParallelismInfo(JobVertexID, VertexParallelismInformation) - Method in interface org.apache.flink.runtime.scheduler.MutableVertexParallelismStore
-
Sets the parallelism properties for the given vertex.
- setPartition(int, IntermediateResultPartition) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- setPartitionNumber(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
overwrites partition number and should only be used on compaction partition
- setPendingBytesGauge(Gauge<Long>) - Method in class org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- setPendingRecordsGauge(Gauge<Long>) - Method in class org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- setPluginManager(PluginManager) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setPreProcessingOperationName(String) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the name of the pre-processing operation for this input.
- setPreviousSerializerSnapshotForRestoredState(TypeSerializerSnapshot<T>) - Method in class org.apache.flink.runtime.state.StateSerializerProvider
-
For restored state, set the state's previous serializer's snapshot.
- setRawKeyedState(StateObjectCollection<KeyedStateHandle>) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRawKeyedState(KeyedStateHandle) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRawOperatorState(StateObjectCollection<OperatorStateHandle>) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRawOperatorState(OperatorStateHandle) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setReaderIndex(int) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the reader index of this buffer.
- setReaderIndex(int) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setReaderIndex(int) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setReaderIndex(int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setReaderIndex(int) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setReadPosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- setReadPosition(long) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- setRecycler(BufferRecycler) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the buffer's recycler.
- setRecycler(BufferRecycler) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setRecycler(BufferRecycler) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setRecycler(BufferRecycler) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setRecycler(BufferRecycler) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setRegionGroupSizeInBytes(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setRegionGroupSizeInBytes(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setRegisteredAsAvailable(boolean) - Method in interface org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Updates the value to indicate whether the reader is enqueued in the pipeline or not.
- setRelativeBackChannelMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeInputMaterializationMemory(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeMemoryDriver(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeMemoryInput(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeSolutionSetMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRemoteStorageBasePath(String) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setRemoteTierExclusiveBuffers(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setRemoteTierNumBytesPerSegment(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setResourceProfile(ResourceProfile) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- setResourceRequirements(ResourceCounter) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Sets the resource requirements to the given resourceRequirements.
- setResourceRequirements(ResourceCounter) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- setResources(ResourceSpec, ResourceSpec) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the minimum and preferred resources for the task.
- setResultOptimizerProperties(String) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setResultSubpartitionState(StateObjectCollection<ResultSubpartitionStateHandle>) - Method in class org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRpcServiceSharing(RpcServiceSharing) - Method in class org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setSampleInterval(int) - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setSavepointRestoreSettings(SavepointRestoreSettings) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the savepoint restore settings.
- setSavepointRestoreSettings(SavepointRestoreSettings) - Method in class org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setSelectiveStrategySpillBufferRatio(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setSelectiveStrategySpillThreshold(float) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setShipStrategyName(String) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the name of the ship strategy for the represented input.
- setSize(int) - Method in interface org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the size of the written data, i.e.
- setSize(int) - Method in class org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setSize(int) - Method in class org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setSize(int) - Method in class org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setSize(int) - Method in class org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setSlotSharingGroup(SlotSharingGroup) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Associates this vertex with a slot sharing group for scheduling.
- setSnapshotSettings(JobCheckpointingSettings) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the settings for asynchronous snapshots.
- setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSolutionSetUnmanaged(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSpillingStrategyType(HybridShuffleConfiguration.SpillingStrategyType) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setSpillingThresholdDriver(float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSpillingThresholdInput(int, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setState(S, int) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- setStateHandle(String, byte[], int) - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
- setStateHandles(Collection<KeyedStateHandle>) - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K, V>) - Method in interface org.apache.flink.runtime.state.BackendWritableBroadcastState
-
- setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K, V>) - Method in class org.apache.flink.runtime.state.HeapBroadcastState
-
- setStateMetaInfo(RegisteredOperatorStateBackendMetaInfo<S>) - Method in class org.apache.flink.runtime.state.PartitionableListState
-
- setStateNameAsVariable(boolean) - Method in class org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setStateSerializer(TypeSerializer<S>) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- setStatsRefreshInterval(Duration) - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTrackerBuilder
-
Sets statsRefreshInterval.
- setStatus(InitializationStatus) - Method in class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetricsBuilder
-
- setStrictlyCoLocatedWith(JobVertex) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
Tells this vertex to strictly co locate its subtasks with the subtasks of the given vertex.
- setStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setStubParameters(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setStubWrapper(UserCodeWrapper<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSupportsConcurrentExecutionAttempts(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobVertex
-
- setSyncDurationMillis(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setTaskHeapMemory(MemorySize) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskHeapMemoryMB(int) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskHeapMemoryMB(int) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setTaskName(String) - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- setTaskName(String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setTaskOffHeapMemory(MemorySize) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskOffHeapMemoryMB(int) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskOffHeapMemoryMB(int) - Method in class org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setTieredStorageBufferSize(int) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.common.TieredStorageConfiguration.Builder
-
- setTieredStorageService(List<TieredStorageConsumerSpec>, TieredStorageConsumerClient, TieredStorageNettyServiceImpl) - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setTimeout(long) - Method in class org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- setTolerableCheckpointFailureNumber(int) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setTotalBytesPersisted(long) - Method in class org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setTtlTimeProvider(TtlTimeProvider) - Method in class org.apache.flink.runtime.state.KeyedStateBackendParametersImpl
-
- setUnalignedCheckpointsEnabled(boolean) - Method in class org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setUnassignedSplitsGauge(G) - Method in class org.apache.flink.runtime.metrics.groups.InternalSplitEnumeratorMetricGroup
-
- setup(int) - Method in interface org.apache.flink.runtime.io.network.api.writer.ChannelSelector
-
Initializes the channel selector with the number of output channels.
- setup() - Method in interface org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Setup partition, potentially heavy-weight, blocking operation comparing to just creation.
- setup(int) - Method in class org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- setup() - Method in class org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Setup gate, potentially heavy-weight, blocking operation comparing to just creation.
- setup() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setup() - Method in class org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- setup() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
Setup read buffer pool.
- setup(TriConsumer<TieredStorageSubpartitionId, Buffer, Integer>) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.BufferAccumulator
-
Setup the accumulator.
- setup(TriConsumer<TieredStorageSubpartitionId, Buffer, Integer>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashBufferAccumulator
-
- setup(TriConsumer<TieredStorageSubpartitionId, Buffer, Integer>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.SortBufferAccumulator
-
- setup(BufferPool, List<TieredStorageMemorySpec>) - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManager
-
- setup(BufferPool, List<TieredStorageMemorySpec>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageMemoryManagerImpl
-
- setup() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Registers a buffer pool with this result partition.
- setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
-
- setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
Setup the barrier, has to be called at the beginning of each superstep.
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- setup(TaskContext<GroupCombineFunction<IN, OUT>, OUT>) - Method in class org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- setup(TaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- setup(TaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- setup(TaskConfig, String, Collector<OT>, AbstractInvokable, UserCodeClassLoader, ExecutionConfig, Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupRawDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- setup(TaskContext<CrossFunction<T1, T2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- setup(TaskContext<S, OT>) - Method in interface org.apache.flink.runtime.operators.Driver
-
- setup(TaskContext<FlatMapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- setup(TaskContext<GroupCombineFunction<IN, OUT>, OUT>) - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- setup(TaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinDriver
-
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- setup(TaskContext<MapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapDriver
-
- setup(TaskContext<MapPartitionFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.NoOpChainedDriver
-
- setup(TaskContext<AbstractRichFunction, T>) - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- setup(TaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- setup(TaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- setup(int) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- setup(TaskContext<Function, T>) - Method in class org.apache.flink.runtime.operators.UnionWithTempOperator
-
- setup() - Method in class org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- setupChannels() - Method in class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
Assign the exclusive buffers to all remote input channels directly for credit-based mode.
- setupInputChannels(List<TieredStorageConsumerSpec>, List<Supplier<InputChannel>>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.netty.TieredStorageNettyServiceImpl
-
- setupInternal() - Method in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- setupInternal() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- setupInternal() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
-
- setupInternal() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartition
-
Do the subclass's own setup operation.
- setupInternal() - Method in class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- setupPartitionsAndGates(ResultPartitionWriter[], InputGate[]) - Static method in class org.apache.flink.runtime.taskmanager.Task
-
- setUpstreamSubtaskStateMapper(SubtaskStateMapper) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the channel state rescaler used for rescaling persisted data on upstream side of this
JobEdge.
- setupSubtaskGatewayForAttempts(int, Set<Integer>) - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- setUseLargeRecordHandler(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setUserArtifactBlobKey(String, PermanentBlobKey) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setUserArtifactRemotePath(String, String) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setValue(byte[]) - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- setValueSerializer(TypeSerializer<SV>) - Method in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setWritePosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- SharedResources - Class in org.apache.flink.runtime.memory
-
A map that keeps track of acquired shared resources and handles their allocation disposal.
- SharedResources() - Constructor for class org.apache.flink.runtime.memory.SharedResources
-
- SharedResources.ResourceAndSize<T extends AutoCloseable> - Interface in org.apache.flink.runtime.memory
-
A resource handle with size.
- sharedState - Variable in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
Shared state in the incremental checkpoint.
- sharedStateDir - Variable in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
- sharedStateDirectory - Variable in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- SharedStateRegistry - Interface in org.apache.flink.runtime.state
-
This registry manages state that is shared across (incremental) checkpoints, and is responsible
for deleting shared state that is no longer used in any valid checkpoint.
- SharedStateRegistryFactory - Interface in org.apache.flink.runtime.state
-
- SharedStateRegistryImpl - Class in org.apache.flink.runtime.state
-
- SharedStateRegistryImpl() - Constructor for class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
Default uses direct executor to delete unreferenced state
- SharedStateRegistryImpl(Executor) - Constructor for class org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister - Class in org.apache.flink.runtime.state
-
An object with empty discardState for registering.
- SharedStateRegistryKey - Class in org.apache.flink.runtime.state
-
This class represents a key that uniquely identifies (on a logical level) state handles for
registration in the
SharedStateRegistry.
- SharedStateRegistryKey(String, StateHandleID) - Constructor for class org.apache.flink.runtime.state.SharedStateRegistryKey
-
- SharedStateRegistryKey(String) - Constructor for class org.apache.flink.runtime.state.SharedStateRegistryKey
-
- ShipStrategyType - Enum in org.apache.flink.runtime.operators.shipping
-
Enumeration defining the different shipping types of the output, such as local forward,
re-partitioning by hash, or re-partitioning by range.
- shouldAdvanceToEndOfTime() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- shouldBeDiscardedOnShutdown(JobStatus) - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- shouldBeDiscardedOnSubsume() - Method in class org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- shouldDrain() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- shouldDrain() - Method in class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- shouldExitJvmOnOutOfMemoryError() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- shouldExitJvmOnOutOfMemoryError() - Method in interface org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Checks whether the TaskManager should exit the JVM when the task thread throws an
OutOfMemoryError.
- shouldIgnoreEndOfInput() - Method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- shouldIncludeFinished() - Method in class org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- shouldIncludeRunning() - Method in class org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- shouldRescale(ExecutionGraph, boolean) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
In regular mode, rescale the job if added resource meets JobManagerOptions.MIN_PARALLELISM_INCREASE.
- shouldRescale(VertexParallelism, VertexParallelism) - Method in class org.apache.flink.runtime.scheduler.adaptive.scalingpolicy.EnforceMinimalIncreaseRescalingController
-
- shouldRescale(VertexParallelism, VertexParallelism) - Method in class org.apache.flink.runtime.scheduler.adaptive.scalingpolicy.EnforceParallelismChangeRescalingController
-
- shouldRescale(VertexParallelism, VertexParallelism) - Method in interface org.apache.flink.runtime.scheduler.adaptive.scalingpolicy.RescalingController
-
This method gets called whenever new resources or
resource
requirements are available and the scheduler needs to design whether to rescale or not.
- shouldSyncAfterClosingLogicalFile - Variable in class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBase
-
File-system dependent value.
- SHUFFLE_SERVICE_FACTORY_CLASS - Static variable in class org.apache.flink.runtime.shuffle.ShuffleServiceOptions
-
The full class name of the shuffle service factory implementation to be used by the cluster.
- ShuffleDescriptor - Interface in org.apache.flink.runtime.shuffle
-
Interface for shuffle deployment descriptor of result partition resource.
- ShuffleDescriptorAndIndex(ShuffleDescriptor, int) - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex
-
- ShuffleDescriptorGroup(TaskDeploymentDescriptorFactory.ShuffleDescriptorAndIndex[]) - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.ShuffleDescriptorGroup
-
- ShuffleEnvironment<P extends ResultPartitionWriter,G extends IndexedInputGate> - Interface in org.apache.flink.runtime.shuffle
-
Interface for the implementation of shuffle service local environment.
- ShuffleEnvironmentContext - Class in org.apache.flink.runtime.shuffle
-
- ShuffleEnvironmentContext(Configuration, ResourceID, MemorySize, boolean, InetAddress, int, String[], TaskEventPublisher, MetricGroup, Executor, ScheduledExecutor) - Constructor for class org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- ShuffleIOOwnerContext - Class in org.apache.flink.runtime.shuffle
-
Context of shuffle input/output owner used to create partitions or gates belonging to the owner.
- ShuffleIOOwnerContext(String, ExecutionAttemptID, MetricGroup, MetricGroup, MetricGroup) - Constructor for class org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- ShuffleMaster<T extends ShuffleDescriptor> - Interface in org.apache.flink.runtime.shuffle
-
Intermediate result partition registry to use in
JobMaster.
- ShuffleMasterContext - Interface in org.apache.flink.runtime.shuffle
-
- ShuffleMasterContextImpl - Class in org.apache.flink.runtime.shuffle
-
- ShuffleMasterContextImpl(Configuration, FatalErrorHandler) - Constructor for class org.apache.flink.runtime.shuffle.ShuffleMasterContextImpl
-
- ShuffleServiceFactory<SD extends ShuffleDescriptor,P extends ResultPartitionWriter,G extends IndexedInputGate> - Interface in org.apache.flink.runtime.shuffle
-
Interface for shuffle service factory implementations.
- ShuffleServiceLoader - Enum in org.apache.flink.runtime.shuffle
-
- ShuffleServiceOptions - Class in org.apache.flink.runtime.shuffle
-
Options to configure shuffle service.
- ShuffleUtils - Class in org.apache.flink.runtime.shuffle
-
Common utility methods for shuffle service.
- shutdown(JobStatus, CheckpointsCleaner) - Method in class org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
-
- shutdown() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Shuts down the checkpoint coordinator.
- shutdown(JobStatus) - Method in interface org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
- shutdown(JobStatus, CheckpointsCleaner) - Method in interface org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Shuts down the store.
- shutdown(JobStatus, CheckpointsCleaner) - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- shutdown(JobStatus) - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- shutdown(JobStatus, CheckpointsCleaner) - Method in class org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- shutdown(JobStatus, CheckpointsCleaner) - Method in class org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- shutdown(JobStatus) - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- shutdown(JobStatus, CheckpointsCleaner) - Method in class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- shutdown(JobStatus) - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- shutdown() - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Shuts the library cache manager down.
- shutdown() - Method in class org.apache.flink.runtime.filecache.FileCache
-
Shuts down the file cache by cancelling all.
- shutdown() - Method in class org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
Shuts down this leader election service.
- shutdown() - Method in interface org.apache.flink.runtime.io.network.ConnectionManager
-
- shutdown() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- shutdown() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- shutdown() - Method in class org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- shutdown() - Method in class org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- shutdown() - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Shuts the memory manager down, trying to release all the memory it managed.
- shutdown() - Method in class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- shutdown() - Method in interface org.apache.flink.runtime.query.KvStateServer
-
Shuts down the server and all related thread pools.
- shutdown(Time) - Method in class org.apache.flink.runtime.rest.RestClient
-
- shutdown() - Method in class org.apache.flink.runtime.state.TaskExecutorChannelStateExecutorFactoryManager
-
- shutdown() - Method in class org.apache.flink.runtime.state.TaskExecutorFileMergingManager
-
- shutdown() - Method in class org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
- shutdown() - Method in class org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- shutdown() - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- shutDown() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- shutdown() - Method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
- shutDown() - Method in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Shuts down the coordinator.
- shutDown() - Method in interface org.apache.flink.runtime.webmonitor.stats.VertexStatsTracker
-
- shutDown() - Method in class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoTracker
-
- shutDownCluster() - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- shutDownCluster(ApplicationStatus) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- shutDownCluster(ApplicationStatus) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherGateway
-
- shutDownCluster() - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
- shutdownExecutorForcefully(ExecutorService, Duration) - Static method in class org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Shutdown the given executor forcefully within the given timeout.
- shutdownExecutorForcefully(ExecutorService, Duration, boolean) - Static method in class org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Shutdown the given executor forcefully within the given timeout.
- shutDownFuture - Variable in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- ShutdownHandler - Class in org.apache.flink.runtime.rest.handler.cluster
-
REST handler which allows to shut down the cluster.
- ShutdownHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, EmptyResponseBody, EmptyMessageParameters>) - Constructor for class org.apache.flink.runtime.rest.handler.cluster.ShutdownHandler
-
- ShutdownHeaders - Class in org.apache.flink.runtime.rest.messages.cluster
-
- ShutdownHeaders() - Constructor for class org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- shutdownHook - Variable in class org.apache.flink.runtime.blob.AbstractBlobCache
-
Shutdown hook thread to ensure deletion of the local storage directory.
- shutDownInternal() - Method in class org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint
-
- shutDownInternal() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
Stops this REST server endpoint.
- shutDownInternal() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- shutdownRequested - Variable in class org.apache.flink.runtime.blob.AbstractBlobCache
-
- SignalHandler - Class in org.apache.flink.runtime.util
-
This signal handler / signal logger is based on Apache Hadoop's
org.apache.hadoop.util.SignalLogger.
- SignalHandler() - Constructor for class org.apache.flink.runtime.util.SignalHandler
-
- signalIntermediateNoMoreSplits(int) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- signalNoMoreSplits(int) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- signalTermination() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- SimpleCloseableInputProvider<E> - Class in org.apache.flink.runtime.operators.util
-
A simple iterator provider that returns a supplied iterator and does nothing when closed.
- SimpleCloseableInputProvider(MutableObjectIterator<E>) - Constructor for class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
Creates a new simple input provider that will return the given iterator.
- SimpleCollectingOutputView - Class in org.apache.flink.runtime.io.disk
-
The list with the full segments contains at any point all completely full segments, plus the
segment that is currently filled.
- SimpleCollectingOutputView(List<MemorySegment>, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- SimpleExecutionSlotAllocator - Class in org.apache.flink.runtime.scheduler
-
- SimpleExecutionSlotAllocator.Factory - Class in org.apache.flink.runtime.scheduler
-
- SimpleInitializeOnMasterContext - Class in org.apache.flink.runtime.executiongraph
-
A simple pojo based implementation of JobVertex.InitializeOnMasterContext.
- SimpleInitializeOnMasterContext(ClassLoader, int) - Constructor for class org.apache.flink.runtime.executiongraph.SimpleInitializeOnMasterContext
-
- SimpleIterable(IN, MutableObjectIterator<IN>) - Constructor for class org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable
-
- SimpleIterator(IN, MutableObjectIterator<IN>) - Constructor for class org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable.SimpleIterator
-
- SimpleRequestSlotMatchingStrategy - Enum in org.apache.flink.runtime.jobmaster.slotpool
-
Simple implementation of the
RequestSlotMatchingStrategy that matches the pending
requests in order as long as the resource profile can be fulfilled.
- SimpleStateEntry(K, N, S) - Constructor for class org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- SingleElementIterator<E> - Class in org.apache.flink.runtime.util
-
An
Iterator that contains only a single element.
- SingleElementIterator() - Constructor for class org.apache.flink.runtime.util.SingleElementIterator
-
- SingleInputGate - Class in org.apache.flink.runtime.io.network.partition.consumer
-
An input gate consumes one or more partitions of a single produced intermediate result.
- SingleInputGate(String, int, IntermediateDataSetID, ResultPartitionType, int, PartitionProducerStateProvider, SupplierWithException<BufferPool, IOException>, BufferDecompressor, MemorySegmentProvider, int, ThroughputCalculator, BufferDebloater) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- SingleInputGateFactory - Class in org.apache.flink.runtime.io.network.partition.consumer
-
- SingleInputGateFactory(ResourceID, NettyShuffleEnvironmentConfiguration, ConnectionManager, ResultPartitionManager, TaskEventPublisher, NetworkBufferPool, TieredStorageConfiguration, TieredStorageNettyServiceImpl) - Constructor for class org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- SingleInputGateFactory.ChannelStatistics - Class in org.apache.flink.runtime.io.network.partition.consumer
-
Statistics of input channels.
- SingleLogicalSlot - Class in org.apache.flink.runtime.jobmaster.slotpool
-
- SingleLogicalSlot(SlotRequestId, SlotContext, Locality, SlotOwner) - Constructor for class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- SingleLogicalSlot(SlotRequestId, SlotContext, Locality, SlotOwner, boolean) - Constructor for class org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- SingleRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.writer
-
The specific delegate implementation for the single output case.
- SingleRecordWriter(RecordWriter<T>) - Constructor for class org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- singleton(T) - Static method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- singletonOrEmpty(T) - Static method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- SIZE - Static variable in class org.apache.flink.runtime.blob.BlobKey
-
Size of the internal BLOB key in bytes.
- size() - Method in class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- size() - Method in class org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- size() - Method in interface org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- size() - Method in class org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- size() - Method in interface org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- size() - Method in class org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- size() - Method in class org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- size() - Method in class org.apache.flink.runtime.executiongraph.IndexRange
-
- size() - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns the number of priority and non-priority elements.
- size() - Method in class org.apache.flink.runtime.jobgraph.forwardgroup.ForwardGroup
-
- size() - Method in interface org.apache.flink.runtime.memory.SharedResources.ResourceAndSize
-
- size() - Method in class org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- size() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- size() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the number of elements in the sortable.
- size() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- size() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size() - Method in class org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- size() - Method in interface org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
Gets the number of cache entries.
- size() - Method in class org.apache.flink.runtime.rest.handler.router.Router
-
Returns the number of routes in this router.
- SIZE - Static variable in class org.apache.flink.runtime.rest.messages.LogInfo
-
- size() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- size() - Method in class org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- SIZE - Static variable in class org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
-
The size of the ID in byte.
- size() - Method in class org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- size() - Method in interface org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- size - Variable in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
The current size of the priority queue.
- size() - Method in class org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- size() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- size() - Method in class org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- size() - Method in class org.apache.flink.runtime.state.heap.StateMap
-
Returns the total number of entries in this
StateMap.
- size() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
Returns the total number of entries in this
StateTable.
- size() - Method in interface org.apache.flink.runtime.state.InternalPriorityQueue
-
Returns the number of elements in this set.
- size() - Method in class org.apache.flink.runtime.util.BoundedFIFOQueue
-
Returns the number of currently stored elements.
- size() - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- size() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- size() - Method in class org.apache.flink.runtime.util.LongArrayList
-
- sizeLimit - Variable in class org.apache.flink.runtime.blob.BlobCacheSizeTracker
-
- sizeOfNamespace(Object) - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- sizeOfNamespace(Object) - Method in class org.apache.flink.runtime.state.heap.StateMap
-
- sizeOfNamespace(Object) - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- skip(long) - Method in class org.apache.flink.runtime.state.BoundedInputStream
-
- skip(long) - Method in class org.apache.flink.runtime.state.filesystem.FsSegmentDataInputStream
-
- skip(long) - Method in class org.apache.flink.runtime.util.ForwardingInputStream
-
- skipBytes(int) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- skipBytesToRead(int) - Method in class org.apache.flink.runtime.memory.AbstractPagedInputView
-
- skipBytesToWrite(int) - Method in class org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- SlotActions - Interface in org.apache.flink.runtime.taskexecutor.slot
-
- SlotAllocationException - Exception in org.apache.flink.runtime.taskexecutor.exceptions
-
Exception indicating that the slot allocation on the task manager failed.
- SlotAllocationException(String) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
- SlotAllocationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
- SlotAllocationException(Throwable) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
- SlotAllocationSnapshot - Class in org.apache.flink.runtime.taskexecutor.slot
-
Model to save local slot allocation info.
- SlotAllocationSnapshot(SlotID, JobID, String, AllocationID, ResourceProfile) - Constructor for class org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- SlotAllocationSnapshotPersistenceService - Interface in org.apache.flink.runtime.taskexecutor.slot
-
- SlotAllocator - Interface in org.apache.flink.runtime.scheduler.adaptive.allocator
-
Component for calculating the slot requirements and mapping of vertices to slots.
- SlotAssigner - Interface in org.apache.flink.runtime.scheduler.adaptive.allocator
-
Interface for assigning slots to slot sharing groups.
- SlotAssignment(SlotInfo, Object) - Constructor for class org.apache.flink.runtime.scheduler.adaptive.JobSchedulingPlan.SlotAssignment
-
- SlotContext - Interface in org.apache.flink.runtime.jobmaster
-
- SlotID - Class in org.apache.flink.runtime.clusterframework.types
-
Unique identifier for a slot on a TaskManager.
- SlotID(ResourceID, int) - Constructor for class org.apache.flink.runtime.clusterframework.types.SlotID
-
- slotIdleTimeout - Variable in class org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- SlotInfo - Interface in org.apache.flink.runtime.jobmaster
-
Interface that provides basic information in the context of a slot.
- SlotInfo - Class in org.apache.flink.runtime.rest.messages.taskmanager
-
- SlotInfo(JobID, ResourceProfileInfo) - Constructor for class org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- SlotInfo(JobID, ResourceProfile) - Constructor for class org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- SlotManager - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
The slot manager is responsible for maintaining a view on all registered task manager slots,
their allocation and all pending slot requests.
- SlotManager.RegistrationResult - Enum in org.apache.flink.runtime.resourcemanager.slotmanager
-
The result of task manager registration.
- SlotManagerConfiguration - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- SlotManagerConfiguration(Time, Time, Duration, Duration, boolean, TaskManagerOptions.TaskManagerLoadBalanceMode, WorkerResourceSpec, int, int, int, CPUResource, CPUResource, MemorySize, MemorySize, int) - Constructor for class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- SlotManagerException - Exception in org.apache.flink.runtime.resourcemanager.slotmanager
-
- SlotManagerException(String) - Constructor for exception org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- SlotManagerException(String, Throwable) - Constructor for exception org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- SlotManagerException(Throwable) - Constructor for exception org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- SlotManagerMetricGroup - Class in org.apache.flink.runtime.metrics.groups
-
Metric group which is used by the
SlotManager to register metrics.
- SlotManagerUtils - Class in org.apache.flink.runtime.resourcemanager.slotmanager
-
- SlotManagerUtils() - Constructor for class org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- SlotNotActiveException - Exception in org.apache.flink.runtime.taskexecutor.slot
-
Exception indicating that the given
TaskSlot was not in state active.
- SlotNotActiveException(JobID, AllocationID) - Constructor for exception org.apache.flink.runtime.taskexecutor.slot.SlotNotActiveException
-
- SlotNotFoundException - Exception in org.apache.flink.runtime.taskexecutor.slot
-
Exception indicating that a
TaskSlot could not be found.
- SlotNotFoundException(AllocationID) - Constructor for exception org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
-
- SlotNotFoundException(String) - Constructor for exception org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
-
- SlotOccupiedException - Exception in org.apache.flink.runtime.taskexecutor.exceptions
-
Exception which signals that a slot is already occupied by the given
AllocationID.
- SlotOccupiedException(String, AllocationID, JobID) - Constructor for exception org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
-
- SlotOffer - Class in org.apache.flink.runtime.taskexecutor.slot
-
Describe the slot offering to job manager provided by task manager.
- SlotOffer(AllocationID, int, ResourceProfile) - Constructor for class org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- SlotOwner - Interface in org.apache.flink.runtime.jobmaster
-
Interface for components that hold slots and to which slots get released / recycled.
- slotPool - Variable in class org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- SlotPool - Interface in org.apache.flink.runtime.jobmaster.slotpool
-
The Interface of a slot pool that manages slots.
- SlotPoolService - Interface in org.apache.flink.runtime.jobmaster.slotpool
-
Service used by the
JobMaster to manage a slot pool.
- SlotPoolServiceFactory - Interface in org.apache.flink.runtime.jobmaster.slotpool
-
- SlotPoolServiceSchedulerFactory - Interface in org.apache.flink.runtime.jobmaster
-
- SlotProfile - Class in org.apache.flink.runtime.clusterframework.types
-
A slot profile describes the profile of a slot into which a task wants to be scheduled.
- SlotReport - Class in org.apache.flink.runtime.taskexecutor
-
A report about the current status of all slots of the TaskExecutor, describing which slots are
available and allocated, and what jobs (JobManagers) the allocated slots have been allocated to.
- SlotReport() - Constructor for class org.apache.flink.runtime.taskexecutor.SlotReport
-
- SlotReport(SlotStatus) - Constructor for class org.apache.flink.runtime.taskexecutor.SlotReport
-
- SlotReport(Collection<SlotStatus>) - Constructor for class org.apache.flink.runtime.taskexecutor.SlotReport
-
- SlotRequestId - Class in org.apache.flink.runtime.jobmaster
-
- SlotRequestId(long, long) - Constructor for class org.apache.flink.runtime.jobmaster.SlotRequestId
-
- SlotRequestId() - Constructor for class org.apache.flink.runtime.jobmaster.SlotRequestId
-
- SlotSelectionStrategy - Interface in org.apache.flink.runtime.jobmaster.slotpool
-
Interface for slot selection strategies.
- SlotSelectionStrategy.SlotInfoAndLocality - Class in org.apache.flink.runtime.jobmaster.slotpool
-
- SlotSelectionStrategyUtils - Class in org.apache.flink.runtime.util
-
- SlotSharingExecutionSlotAllocatorFactory - Class in org.apache.flink.runtime.scheduler
-
Factory for SlotSharingExecutionSlotAllocator.
- SlotSharingExecutionSlotAllocatorFactory(PhysicalSlotProvider, boolean, PhysicalSlotRequestBulkChecker, Time) - Constructor for class org.apache.flink.runtime.scheduler.SlotSharingExecutionSlotAllocatorFactory
-
- SlotSharingGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
-
A slot sharing units defines which different task (from different job vertices) can be deployed
together within a slot.
- SlotSharingGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- SlotSharingGroupId - Class in org.apache.flink.runtime.instance
-
- SlotSharingGroupId(long, long) - Constructor for class org.apache.flink.runtime.instance.SlotSharingGroupId
-
- SlotSharingGroupId() - Constructor for class org.apache.flink.runtime.instance.SlotSharingGroupId
-
- SlotSharingSlotAllocator - Class in org.apache.flink.runtime.scheduler.adaptive.allocator
-
- SlotStatus - Class in org.apache.flink.runtime.taskexecutor
-
This describes the slot current status which located in TaskManager.
- SlotStatus(SlotID, ResourceProfile) - Constructor for class org.apache.flink.runtime.taskexecutor.SlotStatus
-
- SlotStatus(SlotID, ResourceProfile, JobID, AllocationID) - Constructor for class org.apache.flink.runtime.taskexecutor.SlotStatus
-
- SlotStatusSyncer - Interface in org.apache.flink.runtime.resourcemanager.slotmanager
-
Syncer for slot status.
- SlowTaskDetector - Interface in org.apache.flink.runtime.scheduler.slowtaskdetector
-
Component responsible for detecting slow tasks.
- SlowTaskDetectorListener - Interface in org.apache.flink.runtime.scheduler.slowtaskdetector
-
Component responsible for listening on slow tasks.
- SnappyStreamCompressionDecorator - Class in org.apache.flink.runtime.state
-
This implementation decorates the stream with snappy compression.
- SnappyStreamCompressionDecorator() - Constructor for class org.apache.flink.runtime.state.SnappyStreamCompressionDecorator
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - Method in class org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - Method in class org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- snapshot() - Method in class org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- snapshot() - Method in class org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- snapshot() - Method in class org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- snapshot() - Method in class org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- snapshot() - Method in class org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - Method in interface org.apache.flink.runtime.state.Snapshotable
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - Method in class org.apache.flink.runtime.state.SnapshotStrategyRunner
-
- Snapshotable<S extends StateObject> - Interface in org.apache.flink.runtime.state
-
Interface for objects that can snapshot its state (state backends currently).
- snapshotCloseableRegistry - Variable in class org.apache.flink.runtime.state.AsyncSnapshotCallable
-
Registers streams that can block in I/O during snapshot.
- snapshotConfiguration() - Method in class org.apache.flink.runtime.state.ArrayListSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.runtime.state.JavaSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- snapshotConfiguration() - Method in class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- SnapshotDirectory - Class in org.apache.flink.runtime.state
-
This class represents a directory that is the target for a state snapshot.
- SnapshotExecutionType - Enum in org.apache.flink.runtime.state
-
Determines how the write-part of a snapshot should be executed.
- SnapshotResources - Interface in org.apache.flink.runtime.state
-
A set of resources produced in the synchronous part of a snapshot required to finish the
snapshot.
- SnapshotResult<T extends StateObject> - Class in org.apache.flink.runtime.state
-
This class contains the combined results from the snapshot of a state backend:
A state object representing the state that will be reported to the Job Manager to
acknowledge the checkpoint.
- SnapshotStrategy<S extends StateObject,SR extends SnapshotResources> - Interface in org.apache.flink.runtime.state
-
Interface for different snapshot approaches in state backends.
- SnapshotStrategy.SnapshotResultSupplier<S extends StateObject> - Interface in org.apache.flink.runtime.state
-
A supplier for a
SnapshotResult with an access to a
CloseableRegistry for io
tasks that need to be closed when cancelling the async part of the checkpoint.
- SnapshotStrategyRunner<T extends StateObject,SR extends SnapshotResources> - Class in org.apache.flink.runtime.state
-
- SnapshotStrategyRunner(String, SnapshotStrategy<T, SR>, CloseableRegistry, SnapshotExecutionType) - Constructor for class org.apache.flink.runtime.state.SnapshotStrategyRunner
-
- SnapshotType - Interface in org.apache.flink.runtime.checkpoint
-
The type of checkpoint to perform.
- SnapshotType.SharingFilesStrategy - Enum in org.apache.flink.runtime.checkpoint
-
Defines what files can be shared across snapshots.
- SolutionSetBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
Used to hand over the hash-join from the iteration head to the solution-set match.
- SolutionSetFastUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
-
A Collector to update the solution set of a workset iteration.
- SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- SolutionSetObjectsUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
-
A Collector to update the solution set of a workset iteration.
- SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- SolutionSetUpdateBarrier - Class in org.apache.flink.runtime.iterative.concurrent
-
- SolutionSetUpdateBarrier() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
-
- SolutionSetUpdateBarrierBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
- SolutionSetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
-
A Collector to update the solution set of a workset iteration.
- SolutionSetUpdateOutputCollector(CompactingHashTable<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- SolutionSetUpdateOutputCollector(CompactingHashTable<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
-
- sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
-
- sort(IndexedSortable, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
-
Sort the items accessed through the given IndexedSortable over the given range of logical
indices.
- sort(IndexedSortable) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
-
- sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
-
Sort the given range of items using quick sort.
- sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
-
- SortBasedDataBuffer - Class in org.apache.flink.runtime.io.network.partition
-
- SortBasedDataBuffer(LinkedList<MemorySegment>, BufferRecycler, int, int, int, int[]) - Constructor for class org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- SortBuffer - Class in org.apache.flink.runtime.io.network.partition
-
A
DataBuffer implementation which sorts all appended records only by subpartition index.
- SortBuffer(LinkedList<MemorySegment>, BufferRecycler, int, int, int, int[]) - Constructor for class org.apache.flink.runtime.io.network.partition.SortBuffer
-
- SortBufferAccumulator - Class in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
-
- SortBufferAccumulator(int, int, int, TieredStorageMemoryManager, boolean) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.SortBufferAccumulator
-
- sortBuffers(int) - Method in class org.apache.flink.runtime.operators.sort.ExternalSorterBuilder
-
- Sorter<E> - Interface in org.apache.flink.runtime.operators.sort
-
The SortMerger interface representing the public interface to all specific Sort-Merge
implementations.
- sorterFactory(InMemorySorterFactory<T>) - Method in class org.apache.flink.runtime.operators.sort.ExternalSorterBuilder
-
- SortMergeResultPartition - Class in org.apache.flink.runtime.io.network.partition
-
- SortMergeResultPartition(String, int, ResultPartitionID, ResultPartitionType, int, int, BatchShuffleReadBufferPool, Executor, ResultPartitionManager, String, BufferCompressor, SupplierWithException<BufferPool, IOException>) - Constructor for class org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- sortShuffleMinBuffers() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- sortShuffleMinParallelism() - Method in class org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- SOURCE_IDLE_TIME - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- SourceCoordinator<SplitT extends org.apache.flink.api.connector.source.SourceSplit,EnumChkT> - Class in org.apache.flink.runtime.source.coordinator
-
- SourceCoordinator(String, Source<?, SplitT, EnumChkT>, SourceCoordinatorContext<SplitT>, CoordinatorStore) - Constructor for class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- SourceCoordinator(String, Source<?, SplitT, EnumChkT>, SourceCoordinatorContext<SplitT>, CoordinatorStore, WatermarkAlignmentParams, String) - Constructor for class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- SourceCoordinator.WatermarkElement - Class in org.apache.flink.runtime.source.coordinator
-
- SourceCoordinatorContext<SplitT extends org.apache.flink.api.connector.source.SourceSplit> - Class in org.apache.flink.runtime.source.coordinator
-
- SourceCoordinatorContext(SourceCoordinatorProvider.CoordinatorExecutorThreadFactory, int, OperatorCoordinator.Context, SimpleVersionedSerializer<SplitT>, boolean) - Constructor for class org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- SourceCoordinatorProvider<SplitT extends org.apache.flink.api.connector.source.SourceSplit> - Class in org.apache.flink.runtime.source.coordinator
-
- SourceCoordinatorProvider(String, OperatorID, Source<?, SplitT, ?>, int, WatermarkAlignmentParams, String) - Constructor for class org.apache.flink.runtime.source.coordinator.SourceCoordinatorProvider
-
- SourceCoordinatorProvider.CoordinatorExecutorThreadFactory - Class in org.apache.flink.runtime.source.coordinator
-
A thread factory class that provides some helper methods.
- SourceCoordinatorSerdeUtils - Class in org.apache.flink.runtime.source.coordinator
-
- SourceEventWrapper - Class in org.apache.flink.runtime.source.event
-
A wrapper operator event that contains a custom defined operator event.
- SourceEventWrapper(SourceEvent) - Constructor for class org.apache.flink.runtime.source.event.SourceEventWrapper
-
- SpeculativeExecutionJobVertex - Class in org.apache.flink.runtime.executiongraph
-
The ExecutionJobVertex which supports speculative execution.
- SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor, JobVertex, VertexParallelismInformation, CoordinatorStore, JobManagerJobMetricGroup) - Constructor for class org.apache.flink.runtime.executiongraph.SpeculativeExecutionJobVertex
-
- SpeculativeExecutionJobVertex.Factory - Class in org.apache.flink.runtime.executiongraph
-
- SpeculativeExecutionVertex - Class in org.apache.flink.runtime.executiongraph
-
The ExecutionVertex which supports speculative execution.
- SpeculativeExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], Time, long, int, int) - Constructor for class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- SpeculativeScheduler - Class in org.apache.flink.runtime.scheduler.adaptivebatch
-
The speculative scheduler.
- SpeculativeScheduler(Logger, JobGraph, Executor, Configuration, Consumer<ComponentMainThreadExecutor>, ScheduledExecutor, ClassLoader, CheckpointsCleaner, CheckpointRecoveryFactory, JobManagerJobMetricGroup, SchedulingStrategyFactory, FailoverStrategy.Factory, RestartBackoffTimeStrategy, ExecutionOperations, ExecutionVertexVersioner, ExecutionSlotAllocatorFactory, long, ComponentMainThreadExecutor, JobStatusListener, Collection<FailureEnricher>, ExecutionGraphFactory, ShuffleMaster<?>, Time, VertexParallelismAndInputInfosDecider, int, BlocklistOperations, JobManagerOptions.HybridPartitionDataConsumeConstraint, Map<JobVertexID, ForwardGroup>) - Constructor for class org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- spillAsync(List<BufferWithIdentity>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataSpiller
-
Spilling buffers to disk asynchronously.
- SpilledBuffer(int, int, long) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.SpilledBuffer
-
- spillHeadCopy - Variable in class org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- SpillingAdaptiveSpanningRecordDeserializer<T extends org.apache.flink.core.io.IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api.serialization
-
- SpillingAdaptiveSpanningRecordDeserializer(String[]) - Constructor for class org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- SpillingAdaptiveSpanningRecordDeserializer(String[], int, int) - Constructor for class org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- SpillingBuffer - Class in org.apache.flink.runtime.io.disk
-
An output view that buffers written data in memory pages and spills them when they are full.
- SpillingBuffer(IOManager, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SpillingBuffer
-
- SpillingResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
-
Implementation of a resettable iterator.
- SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- SpillingResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
-
Implementation of a resettable iterator.
- SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- spillPartition(List<MemorySegment>, IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Spills this partition to disk and sets it up such that it continues spilling records that are
added to it.
- spillPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Selects a partition and spills it.
- spillSubpartitionBuffers(List<BufferIndexAndChannel>, CompletableFuture<Void>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
Spill this subpartition's buffers in a decision.
- SplitAssignmentTracker<SplitT extends org.apache.flink.api.connector.source.SourceSplit> - Class in org.apache.flink.runtime.source.coordinator
-
A class that is responsible for tracking the past split assignments made by SplitEnumerator.
- SplitAssignmentTracker() - Constructor for class org.apache.flink.runtime.source.coordinator.SplitAssignmentTracker
-
- splits(SimpleVersionedSerializer<SplitT>) - Method in class org.apache.flink.runtime.source.event.AddSplitEvent
-
- splitZooKeeperPath(String) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Splits the given ZooKeeper path into its parts.
- SsgNetworkMemoryCalculationUtils - Class in org.apache.flink.runtime.scheduler
-
Util to analyze inputs & outputs of
ExecutionJobVertex and calculate network memory
requirement for slot sharing group (SSG).
- SSLHandlerFactory - Class in org.apache.flink.runtime.io.network.netty
-
Creates and configures SslHandler instances.
- SSLHandlerFactory(SslContext, int, int) - Constructor for class org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
Create a new SslHandler factory.
- SSLUtils - Class in org.apache.flink.runtime.net
-
Common utilities to manage SSL transport settings.
- SSLUtils() - Constructor for class org.apache.flink.runtime.net.SSLUtils
-
- StageRunner - Interface in org.apache.flink.runtime.operators.sort
-
An interface for different stages of the sorting process.
- StageRunner.SortStage - Enum in org.apache.flink.runtime.operators.sort
-
A marker interface for sending messages to different stages.
- StageRunner.StageMessageDispatcher<E> - Interface in org.apache.flink.runtime.operators.sort
-
A dispatcher for inter-stage communication.
- StandaloneCheckpointIDCounter - Class in org.apache.flink.runtime.checkpoint
-
- StandaloneCheckpointIDCounter() - Constructor for class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- StandaloneCheckpointRecoveryFactory - Class in org.apache.flink.runtime.checkpoint
-
- StandaloneCheckpointRecoveryFactory() - Constructor for class org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
-
- StandaloneClientHAServices - Class in org.apache.flink.runtime.highavailability.nonha.standalone
-
- StandaloneClientHAServices(String) - Constructor for class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneClientHAServices
-
- StandaloneCompletedCheckpointStore - Class in org.apache.flink.runtime.checkpoint
-
- StandaloneCompletedCheckpointStore(int) - Constructor for class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- StandaloneCompletedCheckpointStore(int, SharedStateRegistryFactory, Executor, RestoreMode) - Constructor for class org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- StandaloneDispatcher - Class in org.apache.flink.runtime.dispatcher
-
Dispatcher implementation which spawns a
JobMaster for each submitted
JobGraph
within in the same process.
- StandaloneDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, DispatcherServices) - Constructor for class org.apache.flink.runtime.dispatcher.StandaloneDispatcher
-
- StandaloneHaServices - Class in org.apache.flink.runtime.highavailability.nonha.standalone
-
- StandaloneHaServices(String, String, String) - Constructor for class org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
Creates a new services class for the fix pre-defined leaders.
- StandaloneJobGraphStore - Class in org.apache.flink.runtime.jobmanager
-
- StandaloneJobGraphStore() - Constructor for class org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- StandaloneLeaderElection - Class in org.apache.flink.runtime.leaderelection
-
- StandaloneLeaderElection(UUID) - Constructor for class org.apache.flink.runtime.leaderelection.StandaloneLeaderElection
-
- StandaloneLeaderRetrievalService - Class in org.apache.flink.runtime.leaderretrieval
-
- StandaloneLeaderRetrievalService(String) - Constructor for class org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
- StandaloneLeaderRetrievalService(String, UUID) - Constructor for class org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
Creates a StandaloneLeaderRetrievalService with the given leader address.
- StandaloneResourceManager - Class in org.apache.flink.runtime.resourcemanager
-
A standalone implementation of the resource manager.
- StandaloneResourceManager(RpcService, UUID, ResourceID, HeartbeatServices, DelegationTokenManager, SlotManager, ResourceManagerPartitionTrackerFactory, BlocklistHandler.Factory, JobLeaderIdService, ClusterInformation, FatalErrorHandler, ResourceManagerMetricGroup, Time, Time, Executor) - Constructor for class org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- StandaloneResourceManagerFactory - Class in org.apache.flink.runtime.resourcemanager
-
- StandaloneSessionClusterEntrypoint - Class in org.apache.flink.runtime.entrypoint
-
Entry point for the standalone session cluster.
- StandaloneSessionClusterEntrypoint(Configuration) - Constructor for class org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint
-
- start(long, CheckpointOptions) - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- start(long, CheckpointOptions) - Method in interface org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
Initiate write of channel state for the given checkpoint id.
- start(long, CheckpointOptions) - Method in class org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- start() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
- start() - Method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- start() - Method in class org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- start() - Method in class org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- start() - Method in class org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- start() - Method in class org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- start() - Method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- start(ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- start(ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- start() - Method in interface org.apache.flink.runtime.io.network.ConnectionManager
-
Starts the internal related components for network connection and communication.
- start() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- start() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- start() - Method in class org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- start() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.TieredStorageConsumerClient
-
- start() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk.DiskTierConsumerAgent
-
- start() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory.MemoryTierConsumerAgent
-
- start() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteStorageScanner
-
Start the executor.
- start() - Method in class org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote.RemoteTierConsumerAgent
-
- start() - Method in interface org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierConsumerAgent
-
Start the consumer agent.
- start(JobGraphStore.JobGraphListener) - Method in class org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- start(JobGraphStore.JobGraphListener) - Method in interface org.apache.flink.runtime.jobmanager.JobGraphStore
-
- start(JobGraphStore.JobGraphListener) - Method in interface org.apache.flink.runtime.jobmanager.JobGraphStoreWatcher
-
- start(JobGraphStore.JobGraphListener) - Method in enum org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
- start(JobGraphStore.JobGraphListener) - Method in class org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- start(JobGraphStore.JobGraphListener) - Method in class org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreWatcher
-
- start() - Method in interface org.apache.flink.runtime.jobmaster.JobManagerRunner
-
- start() - Method in class org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- start(JobMasterId, String, ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- start(ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkChecker
-
Starts the bulk checker by initializing the main thread executor.
- start(ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl
-
- start(JobMasterId, String, ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- start(JobMasterId, String, ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Start the encapsulated slot pool implementation.
- start(LeaderRetrievalListener) - Method in class org.apache.flink.runtime.leaderretrieval.DefaultLeaderRetrievalService
-
- start(LeaderRetrievalListener) - Method in interface org.apache.flink.runtime.leaderretrieval.LeaderRetrievalService
-
Starts the leader retrieval service with the given listener to listen for new leaders.
- start(LeaderRetrievalListener) - Method in class org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
- start() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Starts the mini cluster, based on the configured properties.
- start() - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Starts the coordinator.
- start() - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- start() - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- start() - Method in interface org.apache.flink.runtime.operators.sort.StageRunner
-
Starts the stage.
- start() - Method in interface org.apache.flink.runtime.query.KvStateServer
-
Starts the server.
- start() - Method in class org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- start(JobLeaderIdActions) - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- start(JobLeaderIdActions) - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Start the service with the given job leader actions.
- start() - Method in interface org.apache.flink.runtime.resourcemanager.ResourceManagerService
-
Start the service.
- start() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- start(ResourceManagerId, Executor, ResourceAllocator, ResourceEventListener, BlockedTaskManagerChecker) - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Starts the slot manager with the given leader id and resource manager actions.
- start(ResourceManagerId, Executor, ResourceAllocator, ResourceEventListener, BlockedTaskManagerChecker) - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Starts the slot manager with the given leader id and resource manager actions.
- start() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
Starts this REST server endpoint.
- start(ExecutionGraph, SlowTaskDetectorListener, ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.scheduler.slowtaskdetector.ExecutionTimeBasedSlowTaskDetector
-
- start(ExecutionGraph, SlowTaskDetectorListener, ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.scheduler.slowtaskdetector.SlowTaskDetector
-
Start detecting slow tasks periodically.
- start(DelegationTokenManager.Listener) - Method in class org.apache.flink.runtime.security.token.DefaultDelegationTokenManager
-
Creates a re-occurring task which obtains new tokens and automatically distributes them to
task managers.
- start(DelegationTokenManager.Listener) - Method in interface org.apache.flink.runtime.security.token.DelegationTokenManager
-
Creates a re-occurring task which obtains new tokens and automatically distributes them to
all receivers (in local JVM as well as in registered task managers too).
- start(DelegationTokenManager.Listener) - Method in class org.apache.flink.runtime.security.token.NoOpDelegationTokenManager
-
- start() - Method in interface org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Start the internal related services before using the shuffle service environment.
- start() - Method in interface org.apache.flink.runtime.shuffle.ShuffleMaster
-
Starts this shuffle master as a service.
- start() - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- start(String, RpcService, HighAvailabilityServices, JobLeaderListener) - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- start(String, RpcService, HighAvailabilityServices, JobLeaderListener) - Method in interface org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Start the job leader service with the given services.
- start() - Method in class org.apache.flink.runtime.taskexecutor.KvStateService
-
- start(TimeoutListener<K>) - Method in class org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- start(SlotActions, ComponentMainThreadExecutor) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Start the task slot table with the given slot actions.
- start(SlotActions, ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- start(TimeoutListener<K>) - Method in interface org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Starts this timer service.
- start() - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- start() - Method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- start() - Method in interface org.apache.flink.runtime.taskexecutor.TaskManagerRunner.TaskExecutorService
-
- start() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedCount
-
- start() - Method in class org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- START_WORKER_FAILURE_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- startAllOperatorCoordinators() - Method in class org.apache.flink.runtime.scheduler.DefaultOperatorCoordinatorHandler
-
- startAllOperatorCoordinators() - Method in interface org.apache.flink.runtime.scheduler.OperatorCoordinatorHandler
-
Start all operator coordinators.
- startCheckpointScheduler() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- startCheckpointScheduler() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointScheduling
-
Starts the periodic scheduling if possible.
- startCheckpointScheduler() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- startCluster() - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- startCuratorFramework(Configuration, FatalErrorHandler) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Starts a CuratorFramework instance and connects it to the given ZooKeeper quorum.
- startCuratorFramework(CuratorFrameworkFactory.Builder, FatalErrorHandler) - Static method in class org.apache.flink.runtime.util.ZooKeeperUtils
-
Starts a CuratorFramework instance and connects it to the given ZooKeeper quorum from
a builder.
- startIfConfigured(Logger, Configuration, CompletableFuture<Void>) - Static method in class org.apache.flink.runtime.taskmanager.MemoryLogger
-
- startIndex - Variable in class org.apache.flink.runtime.executiongraph.IndexRange
-
- startInternal() - Method in class org.apache.flink.runtime.rest.RestServerEndpoint
-
Hook to start sub class specific services.
- startInternal() - Method in class org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- startLeaderElection(LeaderContender) - Method in interface org.apache.flink.runtime.leaderelection.LeaderElection
-
- startLeaderElection(LeaderContender) - Method in class org.apache.flink.runtime.leaderelection.StandaloneLeaderElection
-
- startLocalMetricsRpcService(Configuration, RpcSystem) - Static method in class org.apache.flink.runtime.metrics.util.MetricUtils
-
- startNewKeyGroup(int) - Method in class org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
User code can call this method to signal that it begins to write a new key group with the
given key group id.
- startNewPartition() - Method in class org.apache.flink.runtime.state.OperatorStateCheckpointOutputStream
-
User code can call this method to signal that it begins to write a new partition of operator
state.
- startNewRegion(boolean) - Method in class org.apache.flink.runtime.io.network.partition.PartitionedFileWriter
-
Persists the region index of the current data region and starts a new region to write.
- startNextSuperstep() - Method in class org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- startNextSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- startPersisting(long, List<Buffer>) - Method in class org.apache.flink.runtime.io.network.partition.consumer.ChannelStatePersister
-
- startQueryService(RpcService, ResourceID) - Method in class org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Initializes the MetricQueryService.
- startReading() - Method in class org.apache.flink.runtime.operators.TempBarrier
-
- startRegistration() - Method in class org.apache.flink.runtime.registration.RetryingRegistration
-
This method resolves the target address to a callable gateway and starts the registration
after that.
- startRemoteMetricsRpcService(Configuration, String, String, RpcSystem) - Static method in class org.apache.flink.runtime.metrics.util.MetricUtils
-
- startScheduling() - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- startScheduling() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- startScheduling() - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- startScheduling() - Method in class org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy
-
- startScheduling() - Method in interface org.apache.flink.runtime.scheduler.strategy.SchedulingStrategy
-
Called when the scheduling is started (initial scheduling operation).
- startScheduling() - Method in class org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
-
- startSchedulingInternal() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- startSchedulingInternal() - Method in class org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- startSchedulingInternal() - Method in class org.apache.flink.runtime.scheduler.DefaultScheduler
-
- startSchedulingInternal() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- startSpilling(CompletableFuture<Void>) - Method in class org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
Mark buffer status to startSpilling.
- startTaskManager() - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
Starts additional TaskManager process.
- startTaskManager(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, MetricRegistry, TaskExecutorBlobService, boolean, ExternalResourceInfoProvider, WorkingDirectory, FatalErrorHandler, DelegationTokenReceiverRepository) - Static method in class org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- startTaskThread() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Starts the task's thread.
- startTime - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
The time when the request is created.
- startTrackingPartition(ResourceID, ResultPartitionDeploymentDescriptor) - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Starts the tracking of the given partition for the given task executor ID.
- startTrackingPartition(ResourceID, ResultPartitionDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- startTrackingPartition(JobID, TaskExecutorPartitionInfo) - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Starts the tracking of the given partition for the given job.
- startTrackingPartition(JobID, TaskExecutorPartitionInfo) - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- startTrackingPartitions(K, Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.taskexecutor.partition.PartitionTable
-
Starts the tracking of the given partition for the given key.
- startTrackingPendingDeploymentOf(ExecutionAttemptID, ResourceID) - Method in class org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- startTrackingPendingDeploymentOf(ExecutionAttemptID, ResourceID) - Method in interface org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Starts tracking the given execution that is being deployed on the given host.
- STARTUP_FAILURE_RETURN_CODE - Static variable in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- state - Variable in class org.apache.flink.runtime.state.SnapshotDirectory
-
This reference tracks the lifecycle state of the snapshot directory.
- StateAssignmentOperation - Class in org.apache.flink.runtime.checkpoint
-
This class encapsulates the operation of assigning restored state when restoring from a
checkpoint.
- StateAssignmentOperation(long, Set<ExecutionJobVertex>, Map<OperatorID, OperatorState>, boolean) - Constructor for class org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- StateBackend - Interface in org.apache.flink.runtime.state
-
A State Backend defines how the state of a streaming application is stored locally within
the cluster.
- StateBackend.CustomInitializationMetrics - Interface in org.apache.flink.runtime.state
-
- StateBackend.KeyedStateBackendParameters<K> - Interface in org.apache.flink.runtime.state
-
- StateBackend.OperatorStateBackendParameters - Interface in org.apache.flink.runtime.state
-
- StateBackendBuilder<T,E extends Throwable> - Interface in org.apache.flink.runtime.state
-
A mutable builder to build a state backend instance.
- StateBackendFactory<T extends StateBackend> - Interface in org.apache.flink.runtime.state
-
A factory to create a specific state backend.
- stateBackendFromApplicationOrConfigOrDefaultUseManagedMemory(Configuration, Optional<Boolean>, ClassLoader) - Static method in class org.apache.flink.runtime.state.StateBackendLoader
-
Checks whether state backend uses managed memory, without having to deserialize or load the
state backend.
- StateBackendLoader - Class in org.apache.flink.runtime.state
-
This class contains utility methods to load state backends from configurations.
- StateChange - Class in org.apache.flink.runtime.state.changelog
-
Change of state of a keyed operator.
- stateChanged(CuratorFramework, ConnectionState) - Method in class org.apache.flink.runtime.checkpoint.DefaultLastStateConnectionStateListener
-
- StateChangelogHandleReader<Handle extends ChangelogStateHandle> - Interface in org.apache.flink.runtime.state.changelog
-
- StateChangelogHandleStreamHandleReader - Class in org.apache.flink.runtime.state.changelog
-
- StateChangelogHandleStreamHandleReader(StateChangelogHandleStreamHandleReader.StateChangeIterator) - Constructor for class org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader
-
- StateChangelogHandleStreamHandleReader.StateChangeIterator - Interface in org.apache.flink.runtime.state.changelog
-
Reads a stream of state changes starting from a specified offset.
- StateChangelogStorage<Handle extends ChangelogStateHandle> - Interface in org.apache.flink.runtime.state.changelog
-
A storage for changelog.
- StateChangelogStorageFactory - Interface in org.apache.flink.runtime.state.changelog
-
- stateChangelogStorageForJob(JobID, Configuration, TaskManagerJobMetricGroup, LocalRecoveryConfig) - Method in class org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- StateChangelogStorageLoader - Class in org.apache.flink.runtime.state.changelog
-
- StateChangelogStorageLoader() - Constructor for class org.apache.flink.runtime.state.changelog.StateChangelogStorageLoader
-
- StateChangelogStorageView<Handle extends ChangelogStateHandle> - Interface in org.apache.flink.runtime.state.changelog
-
A storage view for changelog.
- StateChangelogWriter<Handle extends ChangelogStateHandle> - Interface in org.apache.flink.runtime.state.changelog
-
Allows to write data to the log.
- StateContentMetaInfo() - Constructor for class org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- StateContentMetaInfo(List<Long>, long) - Constructor for class org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- StateEntry<K,N,S> - Interface in org.apache.flink.runtime.state
-
Interface of entries in a state backend.
- StateEntry.SimpleStateEntry<K,N,S> - Class in org.apache.flink.runtime.state
-
- StateFactory<T extends org.apache.flink.runtime.scheduler.adaptive.State> - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Factory for creating adaptive scheduler state instances.
- stateHandleId - Variable in class org.apache.flink.runtime.state.AbstractIncrementalStateHandle
-
Unique id for this state handle.
- StateHandleID - Class in org.apache.flink.runtime.state
-
Unique ID that allows for logical comparison between state handles.
- StateHandleID(String) - Constructor for class org.apache.flink.runtime.state.StateHandleID
-
- StateHandleStore<T extends Serializable,R extends ResourceVersion<R>> - Interface in org.apache.flink.runtime.persistence
-
Class which stores state via the provided
RetrievableStateStorageHelper and writes the
returned state handle to distributed coordination system(e.g.
- StateHandleStore.AlreadyExistException - Exception in org.apache.flink.runtime.persistence
-
The key already exists in ConfigMap or the Zookeeper node already exists.
- StateHandleStore.NotExistException - Exception in org.apache.flink.runtime.persistence
-
The key does not exist in ConfigMap or the Zookeeper node does not exists.
- StateHandleStoreUtils - Class in org.apache.flink.runtime.util
-
StateHandleStoreUtils collects utility methods that might be usefule for any
StateHandleStore implementation.
- StateHandleStoreUtils() - Constructor for class org.apache.flink.runtime.util.StateHandleStoreUtils
-
- StateInitializationContext - Interface in org.apache.flink.runtime.state
-
This interface provides a context in which operators can initialize by registering to managed
state (i.e.
- StateInitializationContextImpl - Class in org.apache.flink.runtime.state
-
- StateInitializationContextImpl(Long, OperatorStateStore, KeyedStateStore, Iterable<KeyGroupStatePartitionStreamProvider>, Iterable<StatePartitionStreamProvider>) - Constructor for class org.apache.flink.runtime.state.StateInitializationContextImpl
-
- StateLocalitySlotAssigner - Class in org.apache.flink.runtime.scheduler.adaptive.allocator
-
A
SlotAssigner that assigns slots based on the number of local key groups.
- StateLocalitySlotAssigner() - Constructor for class org.apache.flink.runtime.scheduler.adaptive.allocator.StateLocalitySlotAssigner
-
- stateLocationRetriever - Variable in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- StateLocationRetriever - Interface in org.apache.flink.runtime.scheduler
-
Component to retrieve the state location of an execution vertex.
- stateLock - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
The lock to synchronize state changes (open / close) on
- StateMap<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
Base class for state maps.
- StateMap() - Constructor for class org.apache.flink.runtime.state.heap.StateMap
-
- StateMapSnapshot<K,N,S,T extends StateMap<K,N,S>> - Class in org.apache.flink.runtime.state.heap
-
- StateMapSnapshot(T) - Constructor for class org.apache.flink.runtime.state.heap.StateMapSnapshot
-
- StateMetaInfo(long[], OperatorStateHandle.Mode) - Constructor for class org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- StateMetaInfoReader - Interface in org.apache.flink.runtime.state.metainfo
-
- StateMetaInfoSnapshot - Class in org.apache.flink.runtime.state.metainfo
-
Generalized snapshot for meta information about one state in a state backend (e.g.
- StateMetaInfoSnapshot(String, StateMetaInfoSnapshot.BackendStateType, Map<String, String>, Map<String, TypeSerializerSnapshot<?>>) - Constructor for class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- StateMetaInfoSnapshot(String, StateMetaInfoSnapshot.BackendStateType, Map<String, String>, Map<String, TypeSerializerSnapshot<?>>, Map<String, TypeSerializer<?>>) - Constructor for class org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- StateMetaInfoSnapshot.BackendStateType - Enum in org.apache.flink.runtime.state.metainfo
-
Enum that defines the different types of state that live in Flink backends.
- StateMetaInfoSnapshot.CommonOptionsKeys - Enum in org.apache.flink.runtime.state.metainfo
-
Predefined keys for the most common options in the meta info.
- StateMetaInfoSnapshot.CommonSerializerKeys - Enum in org.apache.flink.runtime.state.metainfo
-
Predefined keys for the most common serializer types in the meta info.
- StateMetaInfoSnapshotReadersWriters - Class in org.apache.flink.runtime.state.metainfo
-
- StateMetaInfoWriter - Interface in org.apache.flink.runtime.state.metainfo
-
- StateObject - Interface in org.apache.flink.runtime.state
-
Base of all handles that represent checkpointed state in some form.
- StateObject.StateObjectLocation - Enum in org.apache.flink.runtime.state
-
Enum for state locations.
- StateObject.StateObjectSizeStatsCollector - Class in org.apache.flink.runtime.state
-
- StateObjectCollection<T extends StateObject> - Class in org.apache.flink.runtime.checkpoint
-
This class represents a generic collection for
StateObjects.
- StateObjectCollection() - Constructor for class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
Creates a new StateObjectCollection that is backed by an
ArrayList.
- StateObjectCollection(Collection<T>) - Constructor for class org.apache.flink.runtime.checkpoint.StateObjectCollection
-
Creates a new StateObjectCollection wraps the given collection and delegates to it.
- StatePartitionStreamProvider - Class in org.apache.flink.runtime.state
-
This class provides access to input streams that contain data of one state partition of a
partitionable state.
- StatePartitionStreamProvider(IOException) - Constructor for class org.apache.flink.runtime.state.StatePartitionStreamProvider
-
- StatePartitionStreamProvider(InputStream) - Constructor for class org.apache.flink.runtime.state.StatePartitionStreamProvider
-
- stateSerializer - Variable in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
The serializer of the state.
- StateSerializerProvider<T> - Class in org.apache.flink.runtime.state
-
A
StateSerializerProvider wraps logic on how to obtain serializers for registered state,
either with the previous schema of state in checkpoints or the current schema of state.
- stateSize - Variable in class org.apache.flink.runtime.checkpoint.filemerging.SegmentFileStateHandle
-
The size of the state in the file.
- stateSnapshot() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- stateSnapshot() - Method in class org.apache.flink.runtime.state.heap.CopyOnWriteStateTable
-
- stateSnapshot() - Method in class org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
- stateSnapshot() - Method in class org.apache.flink.runtime.state.heap.StateMap
-
Creates a snapshot of this
StateMap, to be written in checkpointing.
- stateSnapshot() - Method in class org.apache.flink.runtime.state.heap.StateTable
-
- StateSnapshot - Interface in org.apache.flink.runtime.state
-
General interface for state snapshots that should be written partitioned by key-groups.
- stateSnapshot() - Method in interface org.apache.flink.runtime.state.StateSnapshotRestore
-
Returns a snapshot of the state.
- StateSnapshot.StateKeyGroupWriter - Interface in org.apache.flink.runtime.state
-
Interface for writing a snapshot that is partitioned into key-groups.
- StateSnapshotContext - Interface in org.apache.flink.runtime.state
-
This interface provides a context in which operators that use managed (i.e.
- StateSnapshotContextSynchronousImpl - Class in org.apache.flink.runtime.state
-
This class is a default implementation for StateSnapshotContext.
- StateSnapshotContextSynchronousImpl(long, long) - Constructor for class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- StateSnapshotContextSynchronousImpl(long, long, CheckpointStreamFactory, KeyGroupRange, CloseableRegistry) - Constructor for class org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- StateSnapshotKeyGroupReader - Interface in org.apache.flink.runtime.state
-
Interface for state de-serialization into
StateTables by key-group.
- StateSnapshotRestore - Interface in org.apache.flink.runtime.state
-
Interface to deal with state snapshot and restore of state.
- StateSnapshotTransformer<T> - Interface in org.apache.flink.runtime.state
-
Transformer of state values which are included or skipped in the snapshot.
- StateSnapshotTransformer.CollectionStateSnapshotTransformer<T> - Interface in org.apache.flink.runtime.state
-
Collection state specific transformer which says how to transform entries of the collection.
- StateSnapshotTransformer.CollectionStateSnapshotTransformer.TransformStrategy - Enum in org.apache.flink.runtime.state
-
- StateSnapshotTransformer.StateSnapshotTransformFactory<T> - Interface in org.apache.flink.runtime.state
-
This factory creates state transformers depending on the form of values to transform.
- StateSnapshotTransformers - Class in org.apache.flink.runtime.state
-
Collection of common state snapshot transformers and their factories.
- StateSnapshotTransformers() - Constructor for class org.apache.flink.runtime.state.StateSnapshotTransformers
-
- StateSnapshotTransformers.ListStateSnapshotTransformer<T> - Class in org.apache.flink.runtime.state
-
General implementation of list state transformer.
- StateSnapshotTransformers.ListStateSnapshotTransformFactory<T> - Class in org.apache.flink.runtime.state
-
- StateSnapshotTransformers.MapStateSnapshotTransformer<K,V> - Class in org.apache.flink.runtime.state
-
General implementation of map state transformer.
- StateSnapshotTransformers.MapStateSnapshotTransformFactory<K,V> - Class in org.apache.flink.runtime.state
-
- StateSnapshotTransformers.StateSnapshotTransformFactoryWrapAdaptor<S,T> - Class in org.apache.flink.runtime.state
-
- stateTable - Variable in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
Map containing the actual key/value pairs.
- StateTable<K,N,S> - Class in org.apache.flink.runtime.state.heap
-
Base class for state tables.
- StateTable(InternalKeyContext<K>, RegisteredKeyValueStateBackendMetaInfo<N, S>, TypeSerializer<K>) - Constructor for class org.apache.flink.runtime.state.heap.StateTable
-
- StateTableByKeyGroupReaders - Class in org.apache.flink.runtime.state.heap
-
This class provides a static factory method to create different implementations of
StateSnapshotKeyGroupReader depending on the provided serialization format version.
- StateTableByKeyGroupReaders() - Constructor for class org.apache.flink.runtime.state.heap.StateTableByKeyGroupReaders
-
- StateTimeMetric - Interface in org.apache.flink.runtime.scheduler.metrics
-
Utility to define metrics that capture the time that some component spends in a state.
- StateTransformationFunction<S,T> - Interface in org.apache.flink.runtime.state
-
Interface for a binary function that is used for push-down of state transformation into state
backends.
- StateTransitions - Interface in org.apache.flink.runtime.scheduler.adaptive
-
An interface covering all possible State transitions.
- StateTransitions.ToCancelling - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the Canceling state.
- StateTransitions.ToCreatingExecutionGraph - Interface in org.apache.flink.runtime.scheduler.adaptive
-
- StateTransitions.ToExecuting - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the Executing state.
- StateTransitions.ToFailing - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the Failing state.
- StateTransitions.ToFinished - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the Finished state.
- StateTransitions.ToRestarting - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the Restarting state.
- StateTransitions.ToStopWithSavepoint - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the StopWithSavepoint state.
- StateTransitions.ToWaitingForResources - Interface in org.apache.flink.runtime.scheduler.adaptive
-
Interface covering transition to the WaitingForResources state.
- StateUtil - Class in org.apache.flink.runtime.state
-
- StaticExternalResourceInfoProvider - Class in org.apache.flink.runtime.externalresource
-
- StaticExternalResourceInfoProvider(Map<String, Set<? extends ExternalResourceInfo>>) - Constructor for class org.apache.flink.runtime.externalresource.StaticExternalResourceInfoProvider
-
- StaticFileServerHandler<T extends RestfulGateway> - Class in org.apache.flink.runtime.rest.handler.legacy.files
-
Simple file server handler that serves requests to web frontend's static files, such as HTML,
CSS, or JS files.
- StaticFileServerHandler(GatewayRetriever<? extends T>, Time, File) - Constructor for class org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
- Statistics - Interface in org.apache.flink.runtime.webmonitor.stats
-
Represents one or more statistics samples.
- statsResultByTaskGroup - Variable in class org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- StatsSummary - Class in org.apache.flink.runtime.checkpoint
-
Aggregated values of some measurement such as min/max/average state size.
- StatsSummaryDto - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
- StatsSummaryDto(long, long, long, double, double, double, double, double) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- StatsSummarySnapshot - Class in org.apache.flink.runtime.checkpoint
-
- StatsSummarySnapshot(long, long, long, long, HistogramStatistics) - Constructor for class org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
- StatusDurationUtils - Class in org.apache.flink.runtime.rest.messages.job
-
Utilities to calculate status duration.
- StatusDurationUtils() - Constructor for class org.apache.flink.runtime.rest.messages.job.StatusDurationUtils
-
- StatusHandler(GatewayRetriever<? extends T>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, AsynchronousOperationResult<V>, M>) - Constructor for class org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.StatusHandler
-
- stddev - Variable in class org.apache.flink.runtime.metrics.dump.MetricDump.HistogramDump
-
- stdOutFile - Variable in class org.apache.flink.runtime.webmonitor.WebMonitorUtils.LogFileLocation
-
- stop() - Method in interface org.apache.flink.runtime.dispatcher.DispatcherBootstrap
-
Stops and frees any resources (e.g.
- stop() - Method in class org.apache.flink.runtime.dispatcher.NoOpDispatcherBootstrap
-
- stop() - Method in interface org.apache.flink.runtime.heartbeat.HeartbeatManager
-
Stops the heartbeat manager.
- stop() - Method in class org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- stop() - Method in class org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- stop() - Method in interface org.apache.flink.runtime.jobmanager.JobGraphStore
-
- stop() - Method in interface org.apache.flink.runtime.jobmanager.JobGraphStoreWatcher
-
- stop() - Method in enum org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
- stop() - Method in class org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- stop() - Method in class org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreWatcher
-
- stop() - Method in class org.apache.flink.runtime.leaderretrieval.DefaultLeaderRetrievalService
-
- stop() - Method in interface org.apache.flink.runtime.leaderretrieval.LeaderRetrievalService
-
Stops the leader retrieval service.
- stop() - Method in class org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
- stop() - Method in class org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- stop() - Method in interface org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Stop the service.
- stop() - Method in class org.apache.flink.runtime.scheduler.slowtaskdetector.ExecutionTimeBasedSlowTaskDetector
-
- stop() - Method in interface org.apache.flink.runtime.scheduler.slowtaskdetector.SlowTaskDetector
-
Stop detecting slow tasks.
- stop() - Method in class org.apache.flink.runtime.security.token.DefaultDelegationTokenManager
-
Stops re-occurring token obtain task.
- stop() - Method in interface org.apache.flink.runtime.security.token.DelegationTokenManager
-
Stops re-occurring token obtain task.
- stop() - Method in class org.apache.flink.runtime.security.token.NoOpDelegationTokenManager
-
- stop() - Method in class org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- stop() - Method in interface org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Stop the job leader services.
- stop() - Method in class org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- stop() - Method in interface org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Stops this timer service.
- stopApplication(ApplicationStatus, String) - Method in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
Deregister the Flink application from the resource management system by signalling the
ResourceManager and also stop the process.
- stopCheckpointScheduler() - Method in class org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- stopCheckpointScheduler() - Method in interface org.apache.flink.runtime.checkpoint.CheckpointScheduling
-
Stops the periodic scheduling if possible.
- stopCheckpointScheduler() - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- stopClusterServices(boolean) - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- StopMode - Enum in org.apache.flink.runtime.io.network.api
-
Tells if the job is stopping because of consuming all data.
- StoppedDispatcherLeaderProcess - Enum in org.apache.flink.runtime.dispatcher.runner
-
DispatcherLeaderProcess implementation which is stopped.
- stopPersisting(long) - Method in class org.apache.flink.runtime.io.network.partition.consumer.ChannelStatePersister
-
- stopProcess() - Method in class org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
Close the web monitor and cluster components.
- stopTrackingAndPromotePartitions(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Promotes the given partitions, and stops the tracking of partitions that were promoted.
- stopTrackingAndPromotePartitions(Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- stopTrackingAndReleaseAllClusterPartitions() - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Releases and stops tracking all partitions.
- stopTrackingAndReleaseAllClusterPartitions() - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleaseClusterPartitions(Collection<IntermediateDataSetID>) - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Releases partitions associated with the given datasets and stops tracking of partitions that
were released.
- stopTrackingAndReleaseClusterPartitions(Collection<IntermediateDataSetID>) - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleaseJobPartitions(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Releases the given partitions and stop the tracking of partitions that were released.
- stopTrackingAndReleaseJobPartitions(Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleaseJobPartitionsFor(JobID) - Method in interface org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Releases all partitions for the given job and stop the tracking of partitions that were
released.
- stopTrackingAndReleaseJobPartitionsFor(JobID) - Method in class org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Releases the given partitions and stop the tracking of partitions that were released.
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>, boolean) - Method in interface org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Releases the given partitions and stop the tracking of partitions that were released.
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>, boolean) - Method in class org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.shuffle.JobShuffleContext
-
Notifies the job to stop tracking and release the target result partitions, which means these
partitions will be removed and will be reproduced if used afterwards.
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.shuffle.JobShuffleContextImpl
-
- stopTrackingDeploymentOf(ExecutionAttemptID) - Method in class org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- stopTrackingDeploymentOf(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Stops tracking the given execution.
- stopTrackingPartitions(Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- stopTrackingPartitions(Collection<ResultPartitionID>) - Method in interface org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Stops the tracking of the given partitions.
- stopTrackingPartitions(K) - Method in class org.apache.flink.runtime.taskexecutor.partition.PartitionTable
-
Stops the tracking of all partition for the given key.
- stopTrackingPartitions(K, Collection<ResultPartitionID>) - Method in class org.apache.flink.runtime.taskexecutor.partition.PartitionTable
-
Stops the tracking of the given set of partitions for the given key.
- stopTrackingPartitionsFor(K) - Method in class org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- stopTrackingPartitionsFor(K) - Method in interface org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Stops the tracking of all partitions for the given key.
- stopWithDetachedSavepoint(JobID, String, boolean, SavepointFormatType) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- stopWithSavepoint(AsynchronousJobOperationKey, String, SavepointFormatType, TriggerSavepointMode, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- stopWithSavepoint(AsynchronousJobOperationKey, String, SavepointFormatType, TriggerSavepointMode, Time) - Method in class org.apache.flink.runtime.dispatcher.DispatcherCachedOperationsHandler
-
- stopWithSavepoint(String, SavepointFormatType, boolean, Time) - Method in class org.apache.flink.runtime.jobmaster.JobMaster
-
- stopWithSavepoint(String, SavepointFormatType, boolean, Time) - Method in interface org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Stops the job with a savepoint.
- stopWithSavepoint(JobID, String, boolean, SavepointFormatType) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- stopWithSavepoint(boolean, String, SavepointFormatType) - Method in class org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- stopWithSavepoint(String, boolean, SavepointFormatType) - Method in class org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- stopWithSavepoint(String, boolean, SavepointFormatType) - Method in class org.apache.flink.runtime.scheduler.SchedulerBase
-
- stopWithSavepoint(String, boolean, SavepointFormatType) - Method in interface org.apache.flink.runtime.scheduler.SchedulerNG
-
- stopWithSavepoint(CompletableFuture<CompletedCheckpoint>, CompletableFuture<Collection<ExecutionState>>, ComponentMainThreadExecutor) - Method in class org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationManager
-
- stopWithSavepoint(AsynchronousJobOperationKey, String, SavepointFormatType, TriggerSavepointMode, Time) - Method in interface org.apache.flink.runtime.webmonitor.RestfulGateway
-
Stops the job with a savepoint, returning a future that completes when the operation is
started.
- stopWithSavepointAndGetLocation(JobID, String, SavepointFormatType, TriggerSavepointMode, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- stopWithSavepointAndGetLocation(JobID, String, SavepointFormatType, TriggerSavepointMode, Time) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherGateway
-
Stops the job with a savepoint, returning a future that completes with the savepoint location
when the savepoint is completed.
- StopWithSavepointHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - Constructor for class org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.StopWithSavepointHandler
-
- StopWithSavepointRequestBody - Class in org.apache.flink.runtime.rest.messages.job.savepoints.stop
-
- StopWithSavepointRequestBody(String, Boolean, SavepointFormatType, TriggerId) - Constructor for class org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- StopWithSavepointStoppingException - Exception in org.apache.flink.runtime.scheduler.stopwithsavepoint
-
Exception thrown when a savepoint has been created successfully when stopping with savepoint, but
the job has not finished.
- StopWithSavepointStoppingException(String, JobID) - Constructor for exception org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- StopWithSavepointStoppingException(String, JobID, Throwable) - Constructor for exception org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- StopWithSavepointTerminationHandler - Interface in org.apache.flink.runtime.scheduler.stopwithsavepoint
-
StopWithSavepointTerminationHandler handles the steps necessary for the
stop-with-savepoint operation to finish.
- StopWithSavepointTerminationHandlerImpl - Class in org.apache.flink.runtime.scheduler.stopwithsavepoint
-
- StopWithSavepointTerminationHandlerImpl(JobID, S, Logger) - Constructor for class org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationHandlerImpl
-
- StopWithSavepointTerminationManager - Class in org.apache.flink.runtime.scheduler.stopwithsavepoint
-
- StopWithSavepointTerminationManager(StopWithSavepointTerminationHandler) - Constructor for class org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationManager
-
- StopWithSavepointTriggerHeaders - Class in org.apache.flink.runtime.rest.messages.job.savepoints.stop
-
These headers define the protocol for triggering a "stop" action.
- stopWorkerIfSupported(WorkerType) - Method in class org.apache.flink.runtime.resourcemanager.ResourceManager
-
Stops the given worker if supported.
- STORAGE_PATH - Static variable in class org.apache.flink.runtime.highavailability.JobResultStoreOptions
-
- storageDir - Variable in class org.apache.flink.runtime.blob.AbstractBlobCache
-
Root directory for local file storage.
- store(T) - Method in class org.apache.flink.runtime.persistence.filesystem.FileSystemStateStorageHelper
-
- store(T) - Method in interface org.apache.flink.runtime.persistence.RetrievableStateStorageHelper
-
Stores the given state and returns a state handle to it.
- storeCheckpointMetadata(CheckpointMetadata, OutputStream) - Static method in class org.apache.flink.runtime.checkpoint.Checkpoints
-
- storeCheckpointMetadata(CheckpointMetadata, DataOutputStream) - Static method in class org.apache.flink.runtime.checkpoint.Checkpoints
-
- storeCheckpointMetadata(CheckpointMetadata, DataOutputStream, MetadataSerializer) - Static method in class org.apache.flink.runtime.checkpoint.Checkpoints
-
- storedTaskStateByCheckpointID - Variable in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
Maps checkpoint ids to local TaskStateSnapshots.
- storeLocalState(long, TaskStateSnapshot) - Method in class org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- storeLocalState(long, TaskStateSnapshot) - Method in class org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- storeLocalState(long, TaskStateSnapshot) - Method in interface org.apache.flink.runtime.state.TaskLocalStateStore
-
Stores the local state for the given checkpoint id.
- storeLocalState(long, TaskStateSnapshot) - Method in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- storesLocalResourcesOn() - Method in class org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- storesLocalResourcesOn() - Method in interface org.apache.flink.runtime.shuffle.ShuffleDescriptor
-
Returns the location of the producing task executor if the partition occupies local resources
there.
- storesLocalResourcesOn() - Method in class org.apache.flink.runtime.shuffle.UnknownShuffleDescriptor
-
- stream() - Method in class org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- StreamCompressionDecorator - Class in org.apache.flink.runtime.state
-
Implementations of this interface decorate streams with a compression scheme.
- StreamCompressionDecorator() - Constructor for class org.apache.flink.runtime.state.StreamCompressionDecorator
-
- StreamStateHandle - Interface in org.apache.flink.runtime.state
-
A
StateObject that represents state that was written to a stream.
- StringifiedAccumulatorResult - Class in org.apache.flink.runtime.accumulators
-
Container class that transports the result of an accumulator as set of strings.
- StringifiedAccumulatorResult(String, String, String) - Constructor for class org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- stringifyAccumulatorResults(Map<String, OptionalFailure<Accumulator<?, ?>>>) - Static method in class org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
Flatten a map of accumulator names to Accumulator instances into an array of
StringifiedAccumulatorResult values.
- stringifyThreadInfo(ThreadInfo, int) - Static method in class org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
Custom stringify format of JVM thread info to bypass the MAX_FRAMES = 8 limitation.
- StringResourceVersion - Class in org.apache.flink.runtime.persistence
-
- StronglyConnectedComponentsComputeUtils - Class in org.apache.flink.runtime.executiongraph.failover
-
Utility for computing strongly connected components.
- stub - Variable in class org.apache.flink.runtime.operators.BatchTask
-
The instantiated user code of this task's main operator (driver).
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
-
Gets all component metric groups that are contained in this component metric group.
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.JobManagerJobMetricGroup
-
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.JobManagerOperatorMetricGroup
-
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
-
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- subComponents() - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- submitFailedJob(JobID, String, Throwable) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- submitFailedJob(JobID, String, Throwable) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherGateway
-
- submitJob(JobGraph, Time) - Method in class org.apache.flink.runtime.dispatcher.Dispatcher
-
- submitJob(JobGraph, Time) - Method in interface org.apache.flink.runtime.dispatcher.DispatcherGateway
-
Submit a job to the dispatcher.
- submitJob(JobGraph, Time) - Method in class org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- submitJob(JobGraph) - Method in class org.apache.flink.runtime.minicluster.MiniCluster
-
- submitTask(TaskDeploymentDescriptor, Time) - Method in interface org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Submit a task to the task manager.
- submitTask(TaskDeploymentDescriptor, Time) - Method in class org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- submitTask(TaskDeploymentDescriptor, JobMasterId, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- submitTask(TaskDeploymentDescriptor, JobMasterId, Time) - Method in interface org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
- submitTask(TaskDeploymentDescriptor, JobMasterId, Time) - Method in class org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- SubpartitionBufferContext(int, List<PartitionFileWriter.SegmentBufferContext>) - Constructor for class org.apache.flink.runtime.io.network.partition.hybrid.tiered.file.PartitionFileWriter.SubpartitionBufferContext
-
- subpartitionId - Variable in class org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.SpilledBuffer
-
Id of subpartition that the buffer belongs to.
- subpartitionInfo - Variable in class org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
The info of the subpartition to identify it globally within a task.
- subpartitionReadOrder - Variable in class org.apache.flink.runtime.io.network.partition.SortBuffer
-
Data of different subpartitions in this sort buffer will be read in this order.
- subpartitions - Variable in class org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
The subpartitions of this partition.
- SubpartitionSelector<T> - Interface in org.apache.flink.runtime.io.network.partition
-
SubpartitionSelector helps to choose from multiple available subpartitions when their
output buffers should union into one stream.
- subscribe(EventListener<TaskEvent>, Class<? extends TaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.TaskEventHandler
-
- subscribeToEvent(ResultPartitionID, EventListener<TaskEvent>, Class<? extends TaskEvent>) - Method in class org.apache.flink.runtime.io.network.TaskEventDispatcher
-
Subscribes a listener to this dispatcher for events on a partition.
- substituteDeprecatedConfigKey(Configuration, String, String) - Static method in class org.apache.flink.runtime.clusterframework.BootstrapTools
-
Sets the value of a new config key to the value of a deprecated config key.
- substituteDeprecatedConfigPrefix(Configuration, String, String) - Static method in class org.apache.flink.runtime.clusterframework.BootstrapTools
-
Sets the value of a new config key to the value of a deprecated config key.
- SubtaskAccumulatorsInfo(int, int, String, String, Collection<UserAccumulator>) - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo
-
- SubtaskAttemptMessageParameters - Class in org.apache.flink.runtime.rest.messages.job
-
The type Subtask attempt message parameters.
- SubtaskAttemptMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
- SubtaskAttemptNumberStore - Interface in org.apache.flink.runtime.executiongraph
-
Contains the attempt number per subtask.
- subtaskAttemptPathParameter - Variable in class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
- SubtaskAttemptPathParameter - Class in org.apache.flink.runtime.rest.messages.job
-
Path parameter identifying subtask attempt.
- SubtaskAttemptPathParameter() - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
Instantiates a new Subtask attempt path parameter.
- SubtaskBackPressureInfo(int, Integer, JobVertexBackPressureInfo.VertexBackPressureLevel, double, double, double, List<JobVertexBackPressureInfo.SubtaskBackPressureInfo>) - Constructor for class org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- subtaskBaseDirectory(long) - Method in interface org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns the local state directory for the owning subtask the given checkpoint id w.r.t.
- subtaskBaseDirectory(long) - Method in class org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- SubtaskCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Checkpoint statistics for a subtask.
- SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Checkpoint statistics for a completed subtask checkpoint.
- SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Alignment statistics of the checkpoint.
- SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Duration of the checkpoint.
- SubtaskCheckpointStatistics.PendingSubtaskCheckpointStatistics - Class in org.apache.flink.runtime.rest.messages.checkpoints
-
Checkpoint statistics for a pending subtask checkpoint.
- SubtaskConnectionDescriptor - Class in org.apache.flink.runtime.io.network.api
-
An event that is used to (de)multiplex old channels over the same new channel.
- SubtaskConnectionDescriptor(int, int) - Constructor for class org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- SubtaskCurrentAttemptDetailsHandler - Class in org.apache.flink.runtime.rest.handler.job
-
Request handler providing details about a single task execution attempt.
- SubtaskCurrentAttemptDetailsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, SubtaskExecutionAttemptDetailsInfo, SubtaskMessageParameters>, ExecutionGraphCache, Executor, MetricFetcher) - Constructor for class org.apache.flink.runtime.rest.handler.job.SubtaskCurrentAttemptDetailsHandler
-
- SubtaskCurrentAttemptDetailsHeaders - Class in org.apache.flink.runtime.rest.messages.job
-
- SubtaskCurrentAttemptDetailsHeaders() - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- SubtaskExecutionAttemptAccumulatorsHandler - Class in org.apache.flink.runtime.rest.handler.job
-
Request handler for the subtask execution attempt accumulators.
- SubtaskExecutionAttemptAccumulatorsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, SubtaskExecutionAttemptAccumulatorsInfo, SubtaskAttemptMessageParameters>, ExecutionGraphCache, Executor) - Constructor for class org.apache.flink.runtime.rest.handler.job.SubtaskExecutionAttemptAccumulatorsHandler
-
Instantiates a new Abstract job vertex handler.
- SubtaskExecutionAttemptAccumulatorsHeaders - Class in org.apache.flink.runtime.rest.messages.job
-
- SubtaskExecutionAttemptAccumulatorsHeaders() - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- SubtaskExecutionAttemptAccumulatorsInfo - Class in org.apache.flink.runtime.rest.messages.job
-
- SubtaskExecutionAttemptAccumulatorsInfo(int, int, String, Collection<UserAccumulator>) - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsInfo
-
- SubtaskExecutionAttemptDetailsHandler - Class in org.apache.flink.runtime.rest.handler.job
-
Handler of specific sub task execution attempt.
- SubtaskExecutionAttemptDetailsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, SubtaskExecutionAttemptDetailsInfo, SubtaskAttemptMessageParameters>, ExecutionGraphCache, Executor, MetricFetcher) - Constructor for class org.apache.flink.runtime.rest.handler.job.SubtaskExecutionAttemptDetailsHandler
-
Instantiates a new subtask execution attempt details handler.
- SubtaskExecutionAttemptDetailsHeaders - Class in org.apache.flink.runtime.rest.messages.job
-
- SubtaskExecutionAttemptDetailsHeaders() - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- SubtaskExecutionAttemptDetailsInfo - Class in org.apache.flink.runtime.rest.messages.job
-
The sub task execution attempt response.
- SubtaskExecutionAttemptDetailsInfo(int, ExecutionState, int, String, String, long, long, long, IOMetricsInfo, String, Map<ExecutionState, Long>, List<SubtaskExecutionAttemptDetailsInfo>) - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- subtaskId() - Method in class org.apache.flink.runtime.source.event.ReaderRegistrationEvent
-
- subtaskIndex - Variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- subtaskIndex - Variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- subtaskIndex - Variable in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- subtaskIndex() - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- subtaskIndex - Variable in class org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
Subtask index of the owning subtask.
- subtaskIndexPathParameter - Variable in class org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- SubtaskIndexPathParameter - Class in org.apache.flink.runtime.rest.messages
-
Path parameter specifying the index of a subtask.
- SubtaskIndexPathParameter() - Constructor for class org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- subtaskIndexQueryParameter - Variable in class org.apache.flink.runtime.rest.messages.JobVertexFlameGraphParameters
-
- SubtaskIndexQueryParameter - Class in org.apache.flink.runtime.rest.messages
-
Query parameter specifying the index of a subtask.
- SubtaskIndexQueryParameter() - Constructor for class org.apache.flink.runtime.rest.messages.SubtaskIndexQueryParameter
-
- SubTaskInitializationMetrics - Class in org.apache.flink.runtime.checkpoint
-
A collection of simple metrics, around the triggering of a checkpoint.
- SubTaskInitializationMetrics(long, long, Map<String, Long>, InitializationStatus) - Constructor for class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetrics
-
- SubTaskInitializationMetricsBuilder - Class in org.apache.flink.runtime.checkpoint
-
- SubTaskInitializationMetricsBuilder(long) - Constructor for class org.apache.flink.runtime.checkpoint.SubTaskInitializationMetricsBuilder
-
- SubtaskKey(OperatorID, TaskInfo) - Constructor for class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SubtaskKey
-
- SubtaskKey(String, int, int) - Constructor for class org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SubtaskKey
-
- SubtaskMessageParameters - Class in org.apache.flink.runtime.rest.messages.job
-
Message parameters for subtask REST handlers.
- SubtaskMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- SubtaskMetricsHandler - Class in org.apache.flink.runtime.rest.handler.job.metrics
-
Handler that returns subtask metrics.
- SubtaskMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MetricFetcher) - Constructor for class org.apache.flink.runtime.rest.handler.job.metrics.SubtaskMetricsHandler
-
- SubtaskMetricsHeaders - Class in org.apache.flink.runtime.rest.messages.job.metrics
-
- SubtaskMetricsMessageParameters - Class in org.apache.flink.runtime.rest.messages.job.metrics
-
- SubtaskMetricsMessageParameters() - Constructor for class org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsMessageParameters
-
- subtaskReset(int, long) - Method in interface org.apache.flink.runtime.checkpoint.OperatorCoordinatorCheckpointContext
-
Called if a task is recovered as part of a partial failover, meaning a failover
handled by the scheduler's failover strategy (by default recovering a pipelined region).
- subtaskReset(int, long) - Method in interface org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Called if a subtask is recovered as part of a partial failover, meaning a failover
handled by the scheduler's failover strategy (by default recovering a pipelined region).
- subtaskReset(int, long) - Method in class org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- subtaskReset(int, long) - Method in class org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- subtaskReset(int, long) - Method in class org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- SubtasksAllAccumulatorsHandler - Class in org.apache.flink.runtime.rest.handler.job
-
Request handler for the subtasks all accumulators.
- SubtasksAllAccumulatorsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, SubtasksAllAccumulatorsInfo, JobVertexMessageParameters>, ExecutionGraphCache, Executor) - Constructor for class org.apache.flink.runtime.rest.handler.job.SubtasksAllAccumulatorsHandler
-
- SubtasksAllAccumulatorsHeaders - Class in org.apache.flink.runtime.rest.messages
-
- SubtasksAllAccumulatorsInfo - Class in org.apache.flink.runtime.rest.messages.job
-
- SubtasksAllAccumulatorsInfo(JobVertexID, int, Collection<SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo>) - Constructor for class org.apache.flink.runtime.rest.messages.job.SubtasksAllAccumulatorsInfo
-
- SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo - Class in org.apache.flink.runtime.rest.messages.job
-
Detailed information about subtask accumulators.
- SubtasksFilterQueryParameter - Class in org.apache.flink.runtime.rest.messages.job.metrics
-
- subtaskSpecificCheckpointDirectory(long) - Method in interface org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns the local state directory for the specific operator subtask and the given checkpoint
id w.r.t.
- subtaskSpecificCheckpointDirectory(long) - Method in class org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- SubtaskState - Class in org.apache.flink.runtime.checkpoint
-
- SubtaskState(ChainedStateHandle<OperatorStateHandle>, ChainedStateHandle<OperatorStateHandle>, KeyedStateHandle, KeyedStateHandle) - Constructor for class org.apache.flink.runtime.checkpoint.SubtaskState
-
Deprecated.
- SubtaskStateMapper - Enum in org.apache.flink.runtime.io.network.api.writer
-
The SubtaskStateMapper narrows down the subtasks that need to be read during rescaling to
recover from a particular subtask when in-flight data has been stored in the checkpoint.
- SubtaskStateStats - Class in org.apache.flink.runtime.checkpoint
-
Statistics for a single subtask that is part of a checkpoint.
- SubtasksTimesHandler - Class in org.apache.flink.runtime.rest.handler.job
-
Request handler for the subtasks times info.
- SubtasksTimesHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, SubtasksTimesInfo, JobVertexMessageParameters>, ExecutionGraphCache, Executor) - Constructor for class org.apache.flink.runtime.rest.handler.job.SubtasksTimesHandler
-
- SubtasksTimesHeaders - Class in org.apache.flink.runtime.rest.messages
-
- SubtasksTimesHeaders() - Constructor for class org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- SubtasksTimesInfo - Class in org.apache.flink.runtime.rest.messages
-
- SubtasksTimesInfo(String, String, long, List<SubtasksTimesInfo.SubtaskTimeInfo>) - Constructor for class org.apache.flink.runtime.rest.messages.SubtasksTimesInfo
-
- SubtasksTimesInfo.SubtaskTimeInfo - Class in org.apache.flink.runtime.rest.messages
-
Nested class to encapsulate the sub task times info.
- SubtaskTimeInfo(int, String, String, long, Map<ExecutionState, Long>) - Constructor for class org.apache.flink.runtime.rest.messages.SubtasksTimesInfo.SubtaskTimeInfo
-
- subtract(ResourceProfile) - Method in class org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Subtracts another piece of resource profile from this one.
- subtract(ResourceCounter) - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Subtracts decrement from this resource counter value and returns the new value.
- subtract(Map<ResourceProfile, Integer>) - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Subtracts decrement from this resource counter value and returns the new value.
- subtract(ResourceProfile, int) - Method in class org.apache.flink.runtime.util.ResourceCounter
-
Subtracts decrement from the count of the given resourceProfile and returns the new value.
- Success() - Constructor for class org.apache.flink.runtime.registration.RegistrationResponse.Success
-
- success(R) - Static method in class org.apache.flink.runtime.rest.handler.async.OperationResult
-
- success(String) - Method in class org.apache.flink.runtime.rest.messages.ProfilingInfo
-
- SUCCESSFUL_COMMITTABLES - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- SUFFIX_RATE - Static variable in class org.apache.flink.runtime.metrics.MetricNames
-
- Summary(StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Summary
-
- Summary(StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment, StatsSummaryDto) - Constructor for class org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- SuperstepBarrier - Class in org.apache.flink.runtime.iterative.concurrent
-
A resettable one-shot latch.
- SuperstepBarrier(ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- SuperstepKickoffLatch - Class in org.apache.flink.runtime.iterative.concurrent
-
Latch used to wait for the previous superstep to complete.
- SuperstepKickoffLatch() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- SuperstepKickoffLatchBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
- supportCompression() - Method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- supportMultiLeaderSession() - Method in class org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
This indicates whether the process should be terminated after losing leadership.
- supportsHighlyAvailableStorage() - Method in interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Checks whether this backend supports highly available storage of data.
- supportsHighlyAvailableStorage() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- supportsHighlyAvailableStorage() - Method in class org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- supportsNoClaimRestoreMode() - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
- supportsNoClaimRestoreMode() - Method in class org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- supportsNoClaimRestoreMode() - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
- supportsNoClaimRestoreMode() - Method in interface org.apache.flink.runtime.state.StateBackend
-
- supportsReactiveMode() - Method in class org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- supportsSavepointFormat(SavepointFormatType) - Method in class org.apache.flink.runtime.state.filesystem.FsStateBackend
-
Deprecated.
- supportsSavepointFormat(SavepointFormatType) - Method in class org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- supportsSavepointFormat(SavepointFormatType) - Method in class org.apache.flink.runtime.state.memory.MemoryStateBackend
-
Deprecated.
- supportsSavepointFormat(SavepointFormatType) - Method in interface org.apache.flink.runtime.state.StateBackend
-
- SuppressRestartsException - Exception in org.apache.flink.runtime.execution
-
Exception thrown in order to suppress job restarts.
- SuppressRestartsException(Throwable) - Constructor for exception org.apache.flink.runtime.execution.SuppressRestartsException
-
- suspend(SavepointFormatType) - Static method in class org.apache.flink.runtime.checkpoint.SavepointType
-
- suspend(Throwable) - Method in class org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- suspend() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- suspend(Throwable) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Suspends the current ExecutionGraph.
- suspend() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- suspend() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- suspend() - Method in class org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- suspend() - Method in class org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Suspends the component.
- suspend() - Method in interface org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Suspends the component.
- swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- swap(int, int, int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- swap(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Swap items at the given addresses.
- swap(int, int, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Swap records at the given addresses.
- swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- swap(int, int, int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- switchBuffers() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- SYMMETRIC_IDENTITY - Static variable in class org.apache.flink.runtime.checkpoint.RescaleMappings
-
- sync() - Method in class org.apache.flink.runtime.state.CompressibleFSDataOutputStream
-
- sync() - Method in class org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- sync() - Method in class org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- sync() - Method in class org.apache.flink.runtime.state.filesystem.FileMergingCheckpointStateOutputStream
-
- sync() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- sync() - Method in class org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
- sync() - Method in class org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- SyncEventHandler - Class in org.apache.flink.runtime.iterative.task
-
Listener for
WorkerDoneEvent which also aggregates all aggregators from iteration tasks
and signals the end of the superstep.
- SyncEventHandler(int, Map<String, Aggregator<?>>, ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- SynchronousBufferFileReader - Class in org.apache.flink.runtime.io.disk.iomanager
-
- SynchronousBufferFileReader(FileIOChannel.ID, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.SynchronousBufferFileReader
-
- SynchronousChainedCombineDriver<IN,OUT> - Class in org.apache.flink.runtime.operators.chaining
-
The chained variant of the combine driver which is also implemented in GroupReduceCombineDriver.
- SynchronousChainedCombineDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- SynchronousFileIOChannel - Class in org.apache.flink.runtime.io.disk.iomanager
-
A base class for synchronous readers and writers.
- SynchronousFileIOChannel(FileIOChannel.ID, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- SyncPreferredLocationsRetriever - Interface in org.apache.flink.runtime.scheduler
-
Component to retrieve the preferred locations of an execution vertex.
- syncPrepareResources(long) - Method in class org.apache.flink.runtime.state.SavepointSnapshotStrategy
-
- syncPrepareResources(long) - Method in interface org.apache.flink.runtime.state.SnapshotStrategy
-
Performs the synchronous part of the snapshot.
- SystemOutRedirectionUtils - Class in org.apache.flink.runtime.taskexecutor
-
- SystemOutRedirectionUtils() - Constructor for class org.apache.flink.runtime.taskexecutor.SystemOutRedirectionUtils
-
- SystemResourcesCounter - Class in org.apache.flink.runtime.metrics.util
-
Daemon thread probing system resources.
- SystemResourcesCounter(Time) - Constructor for class org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- SystemResourcesMetricsInitializer - Class in org.apache.flink.runtime.metrics.util
-
Utility class to initialize system resource metrics.
- SystemResourcesMetricsInitializer() - Constructor for class org.apache.flink.runtime.metrics.util.SystemResourcesMetricsInitializer
-
- validate(JobResourceRequirements, Map<JobVertexID, Integer>) - Static method in class org.apache.flink.runtime.jobgraph.JobResourceRequirements
-
This method validates that:
The requested boundaries are less or equal than the max parallelism.
- validateLength(int, int) - Static method in class org.apache.flink.runtime.io.compression.CompressorUtils
-
- validateOperatorsFinishedState() - Method in class org.apache.flink.runtime.checkpoint.VertexFinishedStateChecker
-
- validateUseCaseWeightsNotConflict(Map<ManagedMemoryUseCase, Integer>, Map<ManagedMemoryUseCase, Integer>) - Static method in enum org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
- value - Variable in class org.apache.flink.runtime.metrics.dump.MetricDump.GaugeDump
-
- value() - Method in class org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- value() - Method in interface org.apache.flink.runtime.state.KeyValueStateIterator
-
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointFailureReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointOptions.AlignmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointRetentionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.InitializationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.PendingCheckpoint.TaskAcknowledgeResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.SavepointType.PostCheckpointAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.SnapshotType.SharingFilesStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointStoreUtil
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.client.ClientUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.clusterframework.ApplicationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.concurrent.UnsupportedOperationExecutor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.PartitionLocationConstraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.Dispatcher.ExecutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.JobDispatcherFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.JobMasterServiceLeadershipRunnerFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.SessionDispatcherFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.TriggerSavepointMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.dispatcher.VoidHistoryServerArchivist
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.execution.ExecutionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy.NoRestartBackoffTimeStrategyFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.executiongraph.NoOpExecutionDeploymentListener
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.compression.BlockCompressionFactory.CompressionFactoryName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.api.StopMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.DataExchangeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.ConsumeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.SpillStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.SpillingStrategyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.io.PullingAsyncDataInput.EndOfDataStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.JobGraphUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.JobType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.RestoreMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.HighAvailabilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.scheduler.Locality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.scheduler.LocationPreferenceConstraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.ThrowingJobGraphWriter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreUtil
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.ExecutionDeploymentState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.factories.UnregisteredJobManagerJobMetricGroupFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool.NoOpNewSlotsListener
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.PreferredAllocationRequestSlotMatchingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.SimpleRequestSlotMatchingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.metrics.groups.AbstractMetricGroup.ChildType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.minicluster.MiniCluster.HaServices
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.minicluster.MiniClusterJobClient.JobFinalizationBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.minicluster.RpcServiceSharing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DamBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.operators.sort.StageRunner.SortStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- valueOf(String) - Static method in class org.apache.flink.runtime.persistence.StringResourceVersion
-
- valueOf(String) - Static method in enum org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager.RegistrationResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.handler.async.OperationResultStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.handler.RestHandlerException.LoggingBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.HttpMethodWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.JobRestEndpointFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ProcessingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(StatsSummary) - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- valueOf(StatsSummarySnapshot) - Static method in class org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter.AggregationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.queue.QueueStatus.Id
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter.TerminationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.SessionRestEndpointFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.util.RestConstants
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.scheduler.strategy.ResultPartitionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.shuffle.ShuffleServiceLoader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.CheckpointedStateScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonOptionsKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonSerializerKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.OperatorStateHandle.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.SnapshotExecutionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.StateObject.StateObjectLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.state.StateSnapshotTransformer.CollectionStateSnapshotTransformer.TransformStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.taskexecutor.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.taskexecutor.slot.NoOpSlotAllocationSnapshotPersistenceService
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.taskexecutor.TaskManagerRunner.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.taskmanager.Task.NotifyCheckpointOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.taskmanager.TaskManagerLocation.ResolutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.throwable.ThrowableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.util.bash.BashJavaUtils.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.util.ZooKeeperUtils.ZkClientACLMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
Returns the enum constant of this type with the specified name.
- valueOrNull(Object) - Static method in class org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- values() - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointFailureReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointOptions.AlignmentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointRetentionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.InitializationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.PendingCheckpoint.TaskAcknowledgeResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.SavepointType.PostCheckpointAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.SnapshotType.SharingFilesStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointStoreUtil
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.client.ClientUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.clusterframework.ApplicationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.concurrent.UnsupportedOperationExecutor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.PartitionLocationConstraint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.Dispatcher.ExecutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.JobDispatcherFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.JobMasterServiceLeadershipRunnerFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.SessionDispatcherFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.TriggerSavepointMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.dispatcher.VoidHistoryServerArchivist
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ExecutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.execution.ExecutionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy.NoRestartBackoffTimeStrategyFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.executiongraph.failover.NoRestartBackoffTimeStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.executiongraph.NoOpExecutionDeploymentListener
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.compression.BlockCompressionFactory.CompressionFactoryName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.api.StopMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.DataExchangeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.flink.runtime.io.network.partition.DeduplicatedQueue
-
- values() - Static method in enum org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.ConsumeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.SpillStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.SpillingStrategyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.flink.runtime.io.network.partition.ResultSubpartitionIndexSet
-
- values() - Static method in enum org.apache.flink.runtime.io.PullingAsyncDataInput.EndOfDataStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobgraph.JobGraphUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobgraph.JobType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobgraph.RestoreMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmanager.HighAvailabilityMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmanager.scheduler.Locality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmanager.scheduler.LocationPreferenceConstraint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmanager.ThrowingJobGraphWriter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreUtil
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.ExecutionDeploymentState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.factories.UnregisteredJobManagerJobMetricGroupFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool.NoOpNewSlotsListener
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.PreferredAllocationRequestSlotMatchingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.jobmaster.slotpool.SimpleRequestSlotMatchingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.metrics.groups.AbstractMetricGroup.ChildType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.minicluster.MiniCluster.HaServices
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.minicluster.MiniClusterJobClient.JobFinalizationBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.minicluster.RpcServiceSharing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.operators.DamBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.operators.sort.StageRunner.SortStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager.RegistrationResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.handler.async.OperationResultStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.handler.RestHandlerException.LoggingBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.HttpMethodWrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.JobRestEndpointFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ProcessingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter.AggregationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.ProfilingInfo.ProfilingStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.queue.QueueStatus.Id
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter.TerminationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.SessionRestEndpointFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.util.RestConstants
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.scheduler.strategy.ResultPartitionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.shuffle.ShuffleServiceLoader
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.CheckpointedStateScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonOptionsKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonSerializerKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.OperatorStateHandle.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.SnapshotExecutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.StateObject.StateObjectLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.state.StateSnapshotTransformer.CollectionStateSnapshotTransformer.TransformStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.taskexecutor.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.taskexecutor.slot.NoOpSlotAllocationSnapshotPersistenceService
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.taskexecutor.TaskManagerRunner.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.taskmanager.Task.NotifyCheckpointOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.taskmanager.TaskManagerLocation.ResolutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.throwable.ThrowableType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.util.bash.BashJavaUtils.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.flink.runtime.util.DualKeyLinkedMap
-
- values() - Static method in enum org.apache.flink.runtime.util.ZooKeeperUtils.ZkClientACLMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSerializer - Variable in class org.apache.flink.runtime.state.heap.AbstractHeapState
-
- variables - Variable in class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
The map containing all variables and their associated values, lazily computed.
- verifyEmpty() - Method in class org.apache.flink.runtime.memory.MemoryManager
-
Checks if the memory manager's memory is completely available (nothing allocated at the
moment).
- verifyEndOfSuperstepState() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- version() - Method in class org.apache.flink.runtime.checkpoint.MasterState
-
- VERSION - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
The savepoint version.
- VERSION - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
The metadata format version.
- VERSION - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
The metadata format version.
- VERSION - Static variable in class org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- VERSION - Static variable in class org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- VERSION - Static variable in class org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- VERSION_0 - Static variable in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorSerdeUtils
-
- VERSION_1 - Static variable in class org.apache.flink.runtime.source.coordinator.SourceCoordinatorSerdeUtils
-
- VERSION_PLACEHOLDER - Static variable in class org.apache.flink.runtime.rest.RestClient
-
- Vertex<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>> - Interface in org.apache.flink.runtime.topology
-
Represents a logical or execution task.
- VERTEX_TASK_FIELD_ID - Static variable in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VERTEX_TASK_FIELD_NAME - Static variable in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VERTEX_TASK_FIELD_NOW - Static variable in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VERTEX_TASK_FIELD_TASK_MANAGERS - Static variable in class org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VertexAllocationInformation(AllocationID, JobVertexID, KeyGroupRange) - Constructor for class org.apache.flink.runtime.scheduler.adaptive.allocator.JobAllocationsInformation.VertexAllocationInformation
-
- VertexAttemptNumberStore - Interface in org.apache.flink.runtime.executiongraph
-
Contains the attempt numbers per vertex.
- VertexEndOfDataListener - Class in org.apache.flink.runtime.scheduler
-
Records the end of data event of each task, and allows for checking whether all tasks of a
JobGraph have reached the end of data.
- VertexEndOfDataListener(ExecutionGraph) - Constructor for class org.apache.flink.runtime.scheduler.VertexEndOfDataListener
-
- vertexFinished(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.NotReleasingPartitionGroupReleaseStrategy
-
- vertexFinished(ExecutionVertexID) - Method in interface org.apache.flink.runtime.executiongraph.failover.partitionrelease.PartitionGroupReleaseStrategy
-
Calling this method informs the strategy that a vertex finished.
- vertexFinished(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- VertexFinishedStateChecker - Class in org.apache.flink.runtime.checkpoint
-
This class encapsulates the operation that checks if there are illegal modification to the
JobGraph when restoring from a checkpoint with partially or fully finished operator states.
- VertexFinishedStateChecker(Set<ExecutionJobVertex>, Map<OperatorID, OperatorState>) - Constructor for class org.apache.flink.runtime.checkpoint.VertexFinishedStateChecker
-
- VertexFlameGraph - Class in org.apache.flink.runtime.webmonitor.threadinfo
-
Flame Graph representation for a job vertex or an execution vertex.
- VertexFlameGraph(long, VertexFlameGraph.Node) - Constructor for class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraph
-
- VertexFlameGraph.Node - Class in org.apache.flink.runtime.webmonitor.threadinfo
-
Graph node.
- VertexFlameGraphFactory - Class in org.apache.flink.runtime.webmonitor.threadinfo
-
Factory class for creating Flame Graph representations.
- VertexFlameGraphFactory() - Constructor for class org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraphFactory
-
- VertexGroupComputeUtil - Class in org.apache.flink.runtime.executiongraph
-
Common utils for processing vertex groups.
- vertexID - Variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerOperatorQueryScopeInfo
-
- vertexID - Variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- vertexID - Variable in class org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- vertexId - Variable in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- vertexId() - Method in class org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- VertexID - Interface in org.apache.flink.runtime.topology
-
- VertexInputInfoComputationUtils - Class in org.apache.flink.runtime.executiongraph
-
- VertexInputInfoStore - Class in org.apache.flink.runtime.executiongraph
-
- VertexInputInfoStore() - Constructor for class org.apache.flink.runtime.executiongraph.VertexInputInfoStore
-
- VertexParallelism - Class in org.apache.flink.runtime.scheduler.adaptive.allocator
-
- VertexParallelism(Map<JobVertexID, Integer>) - Constructor for class org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
- VertexParallelismAndInputInfosDecider - Interface in org.apache.flink.runtime.scheduler.adaptivebatch
-
- VertexParallelismInformation - Interface in org.apache.flink.runtime.scheduler
-
Manages the parallelism properties for a vertex in the execution graph, as well as how they can
change during runtime.
- VertexParallelismStore - Interface in org.apache.flink.runtime.scheduler
-
Contains the max parallelism per vertex, along with metadata about how these maxes were
calculated.
- VertexStatsTracker<T extends Statistics> - Interface in org.apache.flink.runtime.webmonitor.stats
-
- VertexThreadInfoStats - Class in org.apache.flink.runtime.webmonitor.threadinfo
-
Thread info statistics of single JobVertex or ExecutionVertex.
- VertexThreadInfoStats(int, long, long, Map<ExecutionAttemptID, Collection<ThreadInfoSample>>) - Constructor for class org.apache.flink.runtime.webmonitor.threadinfo.VertexThreadInfoStats
-
Creates a thread details sample.
- VertexThreadInfoTracker - Class in org.apache.flink.runtime.webmonitor.threadinfo
-
- VertexThreadInfoTrackerBuilder - Class in org.apache.flink.runtime.webmonitor.threadinfo
-
- vertexUnfinished(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.NotReleasingPartitionGroupReleaseStrategy
-
- vertexUnfinished(ExecutionVertexID) - Method in interface org.apache.flink.runtime.executiongraph.failover.partitionrelease.PartitionGroupReleaseStrategy
-
Calling this method informs the strategy that a vertex is no longer in finished state, e.g.,
when a vertex is re-executed.
- vertexUnfinished(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.failover.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- VertexwiseSchedulingStrategy - Class in org.apache.flink.runtime.scheduler.strategy
-
SchedulingStrategy instance which schedules tasks in granularity of vertex (which
indicates this strategy only supports batch jobs).
- VertexwiseSchedulingStrategy(SchedulerOperations, SchedulingTopology, InputConsumableDecider.Factory) - Constructor for class org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
-
- VertexwiseSchedulingStrategy.Factory - Class in org.apache.flink.runtime.scheduler.strategy
-
- ViewUpdater - Class in org.apache.flink.runtime.metrics
-
The ViewUpdater is responsible for updating all metrics that implement the View
interface.
- ViewUpdater(ScheduledExecutorService) - Constructor for class org.apache.flink.runtime.metrics.ViewUpdater
-
- VoidBlobStore - Class in org.apache.flink.runtime.blob
-
A blob store doing nothing.
- VoidBlobStore() - Constructor for class org.apache.flink.runtime.blob.VoidBlobStore
-
- VoidBlobWriter - Class in org.apache.flink.runtime.blob
-
BlobWriter which does not support writing BLOBs to a store.
- VoidBlobWriter() - Constructor for class org.apache.flink.runtime.blob.VoidBlobWriter
-
- VoidHistoryServerArchivist - Enum in org.apache.flink.runtime.dispatcher
-
- VoidMetricFetcher - Enum in org.apache.flink.runtime.rest.handler.legacy.metrics
-
- VoidNamespace - Class in org.apache.flink.runtime.state
-
Singleton placeholder class for state without a namespace.
- VoidNamespaceSerializer - Class in org.apache.flink.runtime.state
-
- VoidNamespaceSerializer() - Constructor for class org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- VoidNamespaceSerializer.VoidNamespaceSerializerSnapshot - Class in org.apache.flink.runtime.state
-
Serializer configuration snapshot for compatibility and format evolution.
- VoidNamespaceSerializerSnapshot() - Constructor for class org.apache.flink.runtime.state.VoidNamespaceSerializer.VoidNamespaceSerializerSnapshot
-
- VoidNamespaceTypeInfo - Class in org.apache.flink.runtime.state
-
- VoidNamespaceTypeInfo() - Constructor for class org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-