- abort(long, Throwable, boolean) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
Aborts the checkpoint and fails pending result for this checkpoint.
- abort(long, Throwable, boolean) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- abort(long, Throwable, boolean) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- abort(CheckpointFailureReason, Throwable, CheckpointsCleaner, Runnable, Executor, CheckpointStatsTracker) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Aborts a checkpoint with reason and cause.
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildFirstHashJoinIterator
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildSecondHashJoinIterator
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- abort() - 类 中的方法org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- abort() - 接口 中的方法org.apache.flink.runtime.operators.util.JoinTaskIterator
-
Aborts the matching process.
- abortCheckpoint(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- abortCheckpoint(long, CheckpointException) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Abort the checkpoint.
- abortCheckpoint(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- abortCheckpoint(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- abortCheckpoint(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- abortCheckpoint(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- abortCheckpoint(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- abortCheckpoint(long) - 类 中的方法org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- abortCheckpoint(long) - 接口 中的方法org.apache.flink.runtime.state.TaskLocalStateStore
-
Notifies that the checkpoint with the given id was confirmed as aborted.
- abortCheckpoint(long) - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- abortCheckpoint(ExecutionAttemptID, long, long, long) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- abortCheckpoint(ExecutionAttemptID, long, long, long) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Abort a checkpoint for the given task.
- abortCheckpoint(ExecutionAttemptID, long, long, long) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- abortCheckpointOnBarrier(long, CheckpointException) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- abortCheckpointOnBarrier(long, CheckpointException) - 接口 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointableTask
-
Aborts a checkpoint as the result of receiving possibly some checkpoint barriers, but at
least one
CancelCheckpointMarker.
- abortCurrentTriggering() - 接口 中的方法org.apache.flink.runtime.checkpoint.OperatorCoordinatorCheckpointContext
-
- abortCurrentTriggering() - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- abortPendingCheckpoints(CheckpointException) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Aborts all the pending checkpoints due to en exception.
- AbstractAccessExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters> - org.apache.flink.runtime.rest.handler.job中的类
-
AbstractAccessExecutionGraphHandler handles requests that require accessing the job's
AccessExecutionGraph.
- AbstractAccessExecutionGraphHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, R, M>, ExecutionGraphCache, Executor) - 类 的构造器org.apache.flink.runtime.rest.handler.job.AbstractAccessExecutionGraphHandler
-
- AbstractAggregatedMetricsHeaders<P extends AbstractAggregatedMetricsParameters<?>> - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- AbstractAggregatedMetricsHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- AbstractAggregatedMetricsParameters<M extends MessageQueryParameter<?>> - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- AbstractAggregatingMetricsHandler<P extends AbstractAggregatedMetricsParameters<?>> - org.apache.flink.runtime.rest.handler.job.metrics中的类
-
Abstract request handler for querying aggregated metrics.
- AbstractAggregatingMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, AbstractAggregatedMetricsHeaders<P>, Executor, MetricFetcher) - 类 的构造器org.apache.flink.runtime.rest.handler.job.metrics.AbstractAggregatingMetricsHandler
-
- AbstractAsynchronousOperationHandlers<K extends OperationKey,R extends Serializable> - org.apache.flink.runtime.rest.handler.async中的类
-
HTTP handlers for asynchronous operations.
- AbstractAsynchronousOperationHandlers(Duration) - 类 的构造器org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers
-
- AbstractAsynchronousOperationHandlers.StatusHandler<T extends RestfulGateway,V,M extends MessageParameters> - org.apache.flink.runtime.rest.handler.async中的类
-
Handler which will be polled to retrieve the asynchronous operation's result.
- AbstractAsynchronousOperationHandlers.TriggerHandler<T extends RestfulGateway,B extends RequestBody,M extends MessageParameters> - org.apache.flink.runtime.rest.handler.async中的类
-
Handler which is responsible for triggering an asynchronous operation.
- AbstractBlobCache - org.apache.flink.runtime.blob中的类
-
Abstract base class for permanent and transient BLOB files.
- AbstractBlobCache(Configuration, Reference<File>, BlobView, Logger, InetSocketAddress) - 类 的构造器org.apache.flink.runtime.blob.AbstractBlobCache
-
- AbstractBuffersUsageGauge - org.apache.flink.runtime.io.network.metrics中的类
-
Abstract gauge implementation for calculating the buffer usage percent.
- AbstractCachedBuildSideJoinDriver<IT1,IT2,OT> - org.apache.flink.runtime.operators中的类
-
- AbstractCachedBuildSideJoinDriver(int, int) - 类 的构造器org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- AbstractChannelReaderInputView - org.apache.flink.runtime.io.disk.iomanager中的类
-
A
DataInputView that is backed by a
FileIOChannel,
making it effectively a data input stream.
- AbstractChannelReaderInputView(int) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
-
- AbstractChannelStateHandle<Info> - org.apache.flink.runtime.state中的类
-
Abstract channel state handle.
- AbstractChannelStateHandle.StateContentMetaInfo - org.apache.flink.runtime.state中的类
-
Describes the underlying content.
- AbstractChannelWriterOutputView - org.apache.flink.runtime.io.disk.iomanager中的类
-
A
DataOutputView that is backed by a
FileIOChannel,
making it effectively a data output stream.
- AbstractChannelWriterOutputView(int, int) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
- AbstractCheckpointHandler<R extends ResponseBody,M extends CheckpointMessageParameters> - org.apache.flink.runtime.rest.handler.job.checkpoints中的类
-
Base class for checkpoint related REST handler.
- AbstractCheckpointHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, R, M>, ExecutionGraphCache, Executor, CheckpointStatsCache) - 类 的构造器org.apache.flink.runtime.rest.handler.job.checkpoints.AbstractCheckpointHandler
-
- AbstractCheckpointMessage - org.apache.flink.runtime.messages.checkpoint中的类
-
The base class of all checkpoint messages.
- AbstractCheckpointMessage(JobID, ExecutionAttemptID, long) - 类 的构造器org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- AbstractCheckpointStats - org.apache.flink.runtime.checkpoint中的类
-
Base class for checkpoint statistics.
- AbstractCompleteCheckpointStore - org.apache.flink.runtime.checkpoint中的类
-
- AbstractCompleteCheckpointStore(SharedStateRegistry) - 类 的构造器org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
-
- AbstractDispatcherLeaderProcess - org.apache.flink.runtime.dispatcher.runner中的类
-
A base DispatcherLeaderProcess.
- AbstractDispatcherLeaderProcess.DispatcherGatewayService - org.apache.flink.runtime.dispatcher.runner中的接口
-
- AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory - org.apache.flink.runtime.dispatcher.runner中的接口
-
- AbstractDispatcherLeaderProcess.State - org.apache.flink.runtime.dispatcher.runner中的枚举
-
The state of the DispatcherLeaderProcess.
- AbstractEvent - org.apache.flink.runtime.event中的类
-
This type of event can be used to exchange notification messages between different
TaskExecutor objects at runtime using the communication channels.
- AbstractEvent() - 类 的构造器org.apache.flink.runtime.event.AbstractEvent
-
- AbstractExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters> - org.apache.flink.runtime.rest.handler.job中的类
-
- AbstractExecutionGraphHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, R, M>, ExecutionGraphCache, Executor) - 类 的构造器org.apache.flink.runtime.rest.handler.job.AbstractExecutionGraphHandler
-
- AbstractFileIOChannel - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AbstractFileIOChannel(FileIOChannel.ID, boolean) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
Creates a new channel to the path indicated by the given ID.
- AbstractFileStateBackend - org.apache.flink.runtime.state.filesystem中的类
-
- AbstractFileStateBackend(URI, URI) - 类 的构造器org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
已过时。
Creates a backend with the given optional checkpoint- and savepoint base directories.
- AbstractFileStateBackend(Path, Path) - 类 的构造器org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
已过时。
Creates a backend with the given optional checkpoint- and savepoint base directories.
- AbstractFileStateBackend(Path, Path, ReadableConfig) - 类 的构造器org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
已过时。
Creates a new backend using the given checkpoint-/savepoint directories, or the values
defined in the given configuration.
- AbstractFsCheckpointStorageAccess - org.apache.flink.runtime.state.filesystem中的类
-
An implementation of durable checkpoint storage to file systems.
- AbstractFsCheckpointStorageAccess(JobID, Path) - 类 的构造器org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Creates a new checkpoint storage.
- AbstractHandler<T extends RestfulGateway,R extends RequestBody,M extends MessageParameters> - org.apache.flink.runtime.rest.handler中的类
-
Super class for netty-based handlers that work with
RequestBody.
- AbstractHandler(GatewayRetriever<? extends T>, Time, Map<String, String>, UntypedResponseMessageHeaders<R, M>) - 类 的构造器org.apache.flink.runtime.rest.handler.AbstractHandler
-
- AbstractHaServices - org.apache.flink.runtime.highavailability中的类
-
Abstract high availability services based on distributed system(e.g.
- AbstractHaServices(Configuration, Executor, BlobStoreService, JobResultStore) - 类 的构造器org.apache.flink.runtime.highavailability.AbstractHaServices
-
- AbstractHashTableProber<PT,BT> - org.apache.flink.runtime.operators.hash中的类
-
- AbstractHashTableProber(TypeComparator<PT>, TypePairComparator<PT, BT>) - 类 的构造器org.apache.flink.runtime.operators.hash.AbstractHashTableProber
-
- AbstractHeapPriorityQueue<T extends HeapPriorityQueueElement> - org.apache.flink.runtime.state.heap中的类
-
Abstract base class for heap (object array) based implementations of priority queues, with
support for fast deletes via
HeapPriorityQueueElement.
- AbstractHeapPriorityQueue(int) - 类 的构造器org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- AbstractHeapState<K,N,SV> - org.apache.flink.runtime.state.heap中的类
-
Base class for partitioned State implementations that are backed by a regular heap hash
map.
- AbstractInvokable - org.apache.flink.runtime.jobgraph.tasks中的类
-
- AbstractInvokable(Environment) - 类 的构造器org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Create an Invokable task and set its environment.
- AbstractIterativeTask<S extends org.apache.flink.api.common.functions.Function,OT> - org.apache.flink.runtime.iterative.task中的类
-
The abstract base class for all tasks able to participate in an iteration.
- AbstractIterativeTask(Environment) - 类 的构造器org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
Create an Invokable task and set its environment.
- AbstractJobManagerFileHandler<M extends MessageParameters> - org.apache.flink.runtime.rest.handler.cluster中的类
-
Base class for serving files from the JobManager.
- AbstractJobManagerFileHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, UntypedResponseMessageHeaders<EmptyRequestBody, M>) - 类 的构造器org.apache.flink.runtime.rest.handler.cluster.AbstractJobManagerFileHandler
-
- AbstractJobVertexHandler<R extends ResponseBody,M extends JobVertexMessageParameters> - org.apache.flink.runtime.rest.handler.job中的类
-
- AbstractJobVertexHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, R, M>, ExecutionGraphCache, Executor) - 类 的构造器org.apache.flink.runtime.rest.handler.job.AbstractJobVertexHandler
-
Instantiates a new Abstract job vertex handler.
- AbstractKeyedStateBackend<K> - org.apache.flink.runtime.state中的类
-
Base implementation of KeyedStateBackend.
- AbstractKeyedStateBackend(TaskKvStateRegistry, TypeSerializer<K>, ClassLoader, ExecutionConfig, TtlTimeProvider, LatencyTrackingStateConfig, CloseableRegistry, InternalKeyContext<K>) - 类 的构造器org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- AbstractKeyedStateBackend(TaskKvStateRegistry, TypeSerializer<K>, ClassLoader, ExecutionConfig, TtlTimeProvider, LatencyTrackingStateConfig, CloseableRegistry, StreamCompressionDecorator, InternalKeyContext<K>) - 类 的构造器org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- AbstractKeyedStateBackend(AbstractKeyedStateBackend<K>) - 类 的构造器org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- AbstractKeyedStateBackend.PartitionStateFactory - org.apache.flink.runtime.state中的接口
-
- AbstractKeyedStateBackendBuilder<K> - org.apache.flink.runtime.state中的类
-
- AbstractKeyedStateBackendBuilder(TaskKvStateRegistry, TypeSerializer<K>, ClassLoader, int, KeyGroupRange, ExecutionConfig, TtlTimeProvider, LatencyTrackingStateConfig, Collection<KeyedStateHandle>, StreamCompressionDecorator, CloseableRegistry) - 类 的构造器org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
-
- AbstractManagedMemoryStateBackend - org.apache.flink.runtime.state中的类
-
Abstract base class for state backends that use managed memory.
- AbstractManagedMemoryStateBackend() - 类 的构造器org.apache.flink.runtime.state.AbstractManagedMemoryStateBackend
-
- AbstractMergeInnerJoinIterator<T1,T2,O> - org.apache.flink.runtime.operators.sort中的类
-
An implementation of the
JoinTaskIterator that
realizes the joining through a sort-merge join strategy.
- AbstractMergeInnerJoinIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - 类 的构造器org.apache.flink.runtime.operators.sort.AbstractMergeInnerJoinIterator
-
- AbstractMergeIterator<T1,T2,O> - org.apache.flink.runtime.operators.sort中的类
-
- AbstractMergeIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - 类 的构造器org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- AbstractMergeOuterJoinIterator<T1,T2,O> - org.apache.flink.runtime.operators.sort中的类
-
An implementation of the
JoinTaskIterator that
realizes the outer join through a sort-merge join strategy.
- AbstractMergeOuterJoinIterator(OuterJoinOperatorBase.OuterJoinType, MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - 类 的构造器org.apache.flink.runtime.operators.sort.AbstractMergeOuterJoinIterator
-
- AbstractMetricGroup<A extends AbstractMetricGroup<?>> - org.apache.flink.runtime.metrics.groups中的类
-
Abstract MetricGroup that contains key functionality for adding metrics and groups.
- AbstractMetricGroup(MetricRegistry, String[], A) - 类 的构造器org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- AbstractMetricGroup.ChildType - org.apache.flink.runtime.metrics.groups中的枚举
-
Enum for indicating which child group should be created.
- AbstractMetricsHandler<M extends MessageParameters> - org.apache.flink.runtime.rest.handler.job.metrics中的类
-
Request handler that returns for a given task a list of all available metrics or the values for a
set of metrics.
- AbstractMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, MetricCollectionResponseBody, M>, MetricFetcher) - 类 的构造器org.apache.flink.runtime.rest.handler.job.metrics.AbstractMetricsHandler
-
- AbstractMetricsHeaders<M extends MessageParameters> - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- AbstractMetricsHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- AbstractMutableHashTable<T> - org.apache.flink.runtime.operators.hash中的类
-
- AbstractMutableHashTable(TypeSerializer<T>, TypeComparator<T>) - 类 的构造器org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- AbstractNonHaServices - org.apache.flink.runtime.highavailability.nonha中的类
-
Abstract base class for non high-availability services.
- AbstractNonHaServices() - 类 的构造器org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- AbstractOuterJoinDriver<IT1,IT2,OT> - org.apache.flink.runtime.operators中的类
-
The abstract outer join driver implements the logic of an outer join operator at runtime.
- AbstractOuterJoinDriver() - 类 的构造器org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- AbstractPagedInputView - org.apache.flink.runtime.memory中的类
-
The base class for all input views that are backed by multiple memory pages.
- AbstractPagedInputView(MemorySegment, int, int) - 类 的构造器org.apache.flink.runtime.memory.AbstractPagedInputView
-
Creates a new view that starts with the given segment.
- AbstractPagedInputView(int) - 类 的构造器org.apache.flink.runtime.memory.AbstractPagedInputView
-
Creates a new view that is initially not bound to a memory segment.
- AbstractPagedOutputView - org.apache.flink.runtime.memory中的类
-
The base class for all output views that are backed by multiple memory pages.
- AbstractPagedOutputView(MemorySegment, int, int) - 类 的构造器org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Creates a new output view that writes initially to the given initial segment.
- AbstractPagedOutputView(int, int) - 类 的构造器org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- AbstractPartitionTracker<K,M> - org.apache.flink.runtime.io.network.partition中的类
-
Base partition tracker implementation, providing underlying data-structures for storing
partitions, their associated keys and meta-information.
- AbstractPartitionTracker() - 类 的构造器org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- AbstractReader - org.apache.flink.runtime.io.network.api.reader中的类
-
A basic reader implementation, which wraps an input gate and handles events.
- AbstractReader(InputGate) - 类 的构造器org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- AbstractResourceManagerDriver<WorkerType extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager.active中的类
-
- AbstractResourceManagerDriver(Configuration, Configuration) - 类 的构造器org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- AbstractResourceManagerHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters> - org.apache.flink.runtime.rest.handler.resourcemanager中的类
-
- AbstractResourceManagerHandler(GatewayRetriever<? extends T>, Time, Map<String, String>, MessageHeaders<R, P, M>, GatewayRetriever<ResourceManagerGateway>) - 类 的构造器org.apache.flink.runtime.rest.handler.resourcemanager.AbstractResourceManagerHandler
-
- AbstractRestHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters> - org.apache.flink.runtime.rest.handler中的类
-
- AbstractRestHandler(GatewayRetriever<? extends T>, Time, Map<String, String>, MessageHeaders<R, P, M>) - 类 的构造器org.apache.flink.runtime.rest.handler.AbstractRestHandler
-
- AbstractServiceConnectionManager<S> - org.apache.flink.runtime.jobmaster.slotpool中的类
-
Base class for service connection managers, taking care of the connection handling.
- AbstractServiceConnectionManager() - 类 的构造器org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- AbstractSlotPoolServiceFactory - org.apache.flink.runtime.jobmaster.slotpool中的类
-
Abstract SlotPoolServiceFactory.
- AbstractSlotPoolServiceFactory(Clock, Time, Time, Time) - 类 的构造器org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- AbstractStateBackend - org.apache.flink.runtime.state中的类
-
An abstract base implementation of the
StateBackend interface.
- AbstractStateBackend() - 类 的构造器org.apache.flink.runtime.state.AbstractStateBackend
-
- AbstractSubtaskAttemptHandler<R extends ResponseBody,M extends SubtaskAttemptMessageParameters> - org.apache.flink.runtime.rest.handler.job中的类
-
- AbstractSubtaskAttemptHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, R, M>, ExecutionGraphCache, Executor) - 类 的构造器org.apache.flink.runtime.rest.handler.job.AbstractSubtaskAttemptHandler
-
Instantiates a new Abstract job vertex handler.
- AbstractSubtaskHandler<R extends ResponseBody,M extends SubtaskMessageParameters> - org.apache.flink.runtime.rest.handler.job中的类
-
- AbstractSubtaskHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, R, M>, ExecutionGraphCache, Executor) - 类 的构造器org.apache.flink.runtime.rest.handler.job.AbstractSubtaskHandler
-
Instantiates a new Abstract job vertex handler.
- AbstractTaskManagerFileHandler<M extends TaskManagerMessageParameters> - org.apache.flink.runtime.rest.handler.taskmanager中的类
-
- AbstractTaskManagerFileHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, UntypedResponseMessageHeaders<EmptyRequestBody, M>, GatewayRetriever<ResourceManagerGateway>, TransientBlobService, Time) - 类 的构造器org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- AbstractThreadsafeJobResultStore - org.apache.flink.runtime.highavailability中的类
-
An abstract class for threadsafe implementations of the
JobResultStore.
- AbstractThreadsafeJobResultStore() - 类 的构造器org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- AbstractUserClassPathJobGraphRetriever - org.apache.flink.runtime.entrypoint.component中的类
-
Abstract class for the JobGraphRetriever which supports getting user classpaths.
- AbstractUserClassPathJobGraphRetriever(File) - 类 的构造器org.apache.flink.runtime.entrypoint.component.AbstractUserClassPathJobGraphRetriever
-
- AbstractZooKeeperHaServices - org.apache.flink.runtime.highavailability.zookeeper中的类
-
Abstract ZooKeeper based HA services.
- AbstractZooKeeperHaServices(CuratorFrameworkWithUnhandledErrorListener, Executor, Configuration, BlobStoreService) - 类 的构造器org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- ACC_TASK_BACK_PRESSURED_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- ACC_TASK_BUSY_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- ACC_TASK_IDLE_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- acceptsFileUploads() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- acceptsFileUploads() - 接口 中的方法org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
-
Returns whether this header allows file uploads.
- AccessExecution - org.apache.flink.runtime.executiongraph中的接口
-
- AccessExecutionGraph - org.apache.flink.runtime.executiongraph中的接口
-
- AccessExecutionJobVertex - org.apache.flink.runtime.executiongraph中的接口
-
- AccessExecutionVertex - org.apache.flink.runtime.executiongraph中的接口
-
- accumulate(ByteBuf, ByteBuf, int, int) - 类 中的静态方法org.apache.flink.runtime.io.network.netty.ByteBufUtils
-
Accumulates data from source to target.
- accumulateBackPressuredTime - 类 中的变量org.apache.flink.runtime.executiongraph.IOMetrics
-
- accumulateBusyTime - 类 中的变量org.apache.flink.runtime.executiongraph.IOMetrics
-
- accumulateIdleTime - 类 中的变量org.apache.flink.runtime.executiongraph.IOMetrics
-
- accumulatorMap - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The accumulator map used in the RuntimeContext.
- AccumulatorRegistry - org.apache.flink.runtime.accumulators中的类
-
Main accumulator registry which encapsulates user-defined accumulators.
- AccumulatorRegistry(JobID, ExecutionAttemptID) - 类 的构造器org.apache.flink.runtime.accumulators.AccumulatorRegistry
-
- AccumulatorReport - org.apache.flink.runtime.taskexecutor中的类
-
A report about the current values of all accumulators of the TaskExecutor for a given job.
- AccumulatorReport(List<AccumulatorSnapshot>) - 类 的构造器org.apache.flink.runtime.taskexecutor.AccumulatorReport
-
- accumulatorResults(Map<String, SerializedValue<OptionalFailure<Object>>>) - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult.Builder
-
- AccumulatorsIncludeSerializedValueQueryParameter - org.apache.flink.runtime.rest.messages中的类
-
- AccumulatorsIncludeSerializedValueQueryParameter() - 类 的构造器org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- AccumulatorSnapshot - org.apache.flink.runtime.accumulators中的类
-
This class encapsulates a map of accumulators for a single task.
- AccumulatorSnapshot(JobID, ExecutionAttemptID, Map<String, Accumulator<?, ?>>) - 类 的构造器org.apache.flink.runtime.accumulators.AccumulatorSnapshot
-
- Acknowledge - org.apache.flink.runtime.messages中的类
-
A generic acknowledgement message.
- acknowledgeAllDataProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- acknowledgeAllDataProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- acknowledgeAllDataProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- acknowledgeAllDataProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- acknowledgeAllDataProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- acknowledgeAllDataProcessed() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- acknowledgeAllRecordsProcessed(RemoteInputChannel) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- acknowledgeAllRecordsProcessed() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Acknowledges all the user records are processed.
- acknowledgeAllRecordsProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
When received
EndOfData from one channel, it need to acknowledge after this event get
processed.
- acknowledgeAllRecordsProcessed(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- acknowledgeAllRecordsProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- acknowledgeAllRecordsProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- acknowledgeAllRecordsProcessed() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- acknowledgeAllRecordsProcessed(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- acknowledgeAllRecordsProcessed(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- acknowledgeAllRecordsProcessed(RemoteInputChannel) - 接口 中的方法org.apache.flink.runtime.io.network.PartitionRequestClient
-
Acknowledges all user records are processed for this channel.
- acknowledgeAllRecordsProcessed(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, SerializedValue<TaskStateSnapshot>) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinatorGateway
-
- acknowledgeCheckpoint(long, CheckpointMetrics) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Confirms that the invokable has successfully completed all steps it needed to to for the
checkpoint with the give checkpoint-ID.
- acknowledgeCheckpoint(long, CheckpointMetrics, TaskStateSnapshot) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Confirms that the invokable has successfully completed all required steps for the checkpoint
with the give checkpoint-ID.
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, SerializedValue<TaskStateSnapshot>) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- AcknowledgeCheckpoint - org.apache.flink.runtime.messages.checkpoint中的类
-
This message is sent from the
TaskExecutor to the
JobMaster to signal that the checkpoint of an
individual task is completed.
- AcknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 类 的构造器org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
- AcknowledgeCheckpoint(JobID, ExecutionAttemptID, long) - 类 的构造器org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder
-
- acknowledgeCheckpoint(JobID, ExecutionAttemptID, long, CheckpointMetrics, TaskStateSnapshot) - 接口 中的方法org.apache.flink.runtime.taskmanager.CheckpointResponder
-
Acknowledges the given checkpoint.
- acknowledgeCheckpoint(long, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- acknowledgeCheckpoint(long, CheckpointMetrics, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- AcknowledgeCheckpointEvent - org.apache.flink.runtime.operators.coordination中的类
-
- AcknowledgeCheckpointEvent(long) - 类 的构造器org.apache.flink.runtime.operators.coordination.AcknowledgeCheckpointEvent
-
- acknowledgeCoordinatorState(OperatorInfo, ByteStreamStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- acknowledgeMasterState(String, MasterState) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Acknowledges a master state (state generated on the checkpoint coordinator) to the pending
checkpoint.
- acknowledgeTask(ExecutionAttemptID, TaskStateSnapshot, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Acknowledges the task with the given execution attempt id and the given subtask state.
- acquireLease() - 类 中的方法org.apache.flink.runtime.state.NonClosingCheckpointOutputStream
-
Returns a ResourceGuard.Lease that prevents closing this
stream.
- ActiveResourceManager<WorkerType extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager.active中的类
-
- ActiveResourceManager(ResourceManagerDriver<WorkerType>, Configuration, RpcService, UUID, ResourceID, HeartbeatServices, DelegationTokenManager, SlotManager, ResourceManagerPartitionTrackerFactory, BlocklistHandler.Factory, JobLeaderIdService, ClusterInformation, FatalErrorHandler, ResourceManagerMetricGroup, ThresholdMeter, Duration, Duration, Duration, Executor) - 类 的构造器org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- ActiveResourceManagerFactory<WorkerType extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager.active中的类
-
- ActiveResourceManagerFactory() - 类 的构造器org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- AdaptiveBatchScheduler - org.apache.flink.runtime.scheduler.adaptivebatch中的类
-
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
- AdaptiveBatchScheduler(Logger, JobGraph, Executor, Configuration, Consumer<ComponentMainThreadExecutor>, ScheduledExecutor, ClassLoader, CheckpointsCleaner, CheckpointRecoveryFactory, JobManagerJobMetricGroup, SchedulingStrategyFactory, FailoverStrategy.Factory, RestartBackoffTimeStrategy, ExecutionOperations, ExecutionVertexVersioner, ExecutionSlotAllocatorFactory, long, ComponentMainThreadExecutor, JobStatusListener, ExecutionGraphFactory, ShuffleMaster<?>, Time, VertexParallelismDecider, int) - 类 的构造器org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- AdaptiveBatchSchedulerFactory - org.apache.flink.runtime.scheduler.adaptivebatch中的类
-
- AdaptiveBatchSchedulerFactory() - 类 的构造器org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchSchedulerFactory
-
- AdaptiveScheduler - org.apache.flink.runtime.scheduler.adaptive中的类
-
A
SchedulerNG implementation that uses the declarative resource management and
automatically adapts the parallelism in case not enough resource could be acquired to run at the
configured parallelism, as described in FLIP-160.
- AdaptiveScheduler(JobGraph, Configuration, DeclarativeSlotPool, SlotAllocator, Executor, ClassLoader, CheckpointsCleaner, CheckpointRecoveryFactory, Duration, Duration, JobManagerJobMetricGroup, RestartBackoffTimeStrategy, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, ExecutionGraphFactory) - 类 的构造器org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- AdaptiveSchedulerFactory - org.apache.flink.runtime.scheduler.adaptive中的类
-
Factory for the adaptive scheduler.
- AdaptiveSchedulerFactory(Duration, Duration) - 类 的构造器org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory
-
- add(T) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- add(BufferConsumer, int) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- add(T) - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Adds a non-priority element to this deque, which will be polled last.
- add(T, boolean, boolean) - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Convenience method for adding an element with optional priority and prior removal.
- add(BufferConsumer) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- add(BufferConsumer, int) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
Adds the given buffer.
- add(MetricDump) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- add(T) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- add(T) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSet
-
Adds the element to the queue.
- add(T) - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- add(T) - 接口 中的方法org.apache.flink.runtime.state.InternalPriorityQueue
-
Adds the given element to the set, if it is not already contained.
- add(S) - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- add(T) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Add the given task to the task slot.
- add(T) - 类 中的方法org.apache.flink.runtime.util.BoundedFIFOQueue
-
Adds an element to the end of the queue.
- add(int) - 类 中的方法org.apache.flink.runtime.util.IntArrayList
-
- add(long) - 类 中的方法org.apache.flink.runtime.util.LongArrayList
-
- add(ResourceCounter) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Adds increment to this resource counter value and returns the resulting value.
- add(Map<ResourceProfile, Integer>) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Adds the given increment to this resource counter value and returns the resulting value.
- add(ResourceProfile, int) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Adds increment to the count of resourceProfile and returns the new value.
- addAll(Collection<? extends T>) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- addAll(Collection<? extends T>) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- addAll(Collection<? extends T>) - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- addAll(List<T>) - 接口 中的方法org.apache.flink.runtime.state.internal.InternalListState
-
Updates the operator state accessible by AppendingState.get() by adding the given values to
existing list of values.
- addAll(Collection<? extends T>) - 接口 中的方法org.apache.flink.runtime.state.InternalPriorityQueue
-
Adds all the given elements to the set.
- addAll(List<S>) - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- addAllocationOnPendingResource(JobID, PendingTaskManagerId, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult.Builder
-
- addAllocationOnRegisteredResource(JobID, InstanceID, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult.Builder
-
- addAndLock(String, T) - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Persist the state to distributed storage(e.g.
- addAndLock(String, T) - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Creates a state handle, stores it in ZooKeeper and locks it.
- addAny(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addAppConfigurationEntry(String, AppConfigurationEntry...) - 类 中的方法org.apache.flink.runtime.security.DynamicConfiguration
-
Add entries for the given application name.
- addBroadcastInputToGroup(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- addBufferListener(BufferListener) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Adds a buffer availability listener to the buffer provider.
- addBuffers(List<HsFileDataIndex.SpilledBuffer>) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex
-
Add buffers to the index.
- addBuffers(List<HsFileDataIndex.SpilledBuffer>) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl
-
- addChainedTask(Class<? extends ChainedDriver>, TaskConfig, String) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- addCheckpointAndSubsumeOldestOne(CompletedCheckpoint, CheckpointsCleaner, Runnable) - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- addCheckpointAndSubsumeOldestOne(CompletedCheckpoint, CheckpointsCleaner, Runnable) - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- addCheckpointAndSubsumeOldestOne(CompletedCheckpoint, CheckpointsCleaner, Runnable) - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
Synchronously writes the new checkpoints to state handle store and asynchronously removes
older ones.
- addCheckpointAndSubsumeOldestOne(CompletedCheckpoint, CheckpointsCleaner, Runnable) - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- addCheckpointAndSubsumeOldestOne(CompletedCheckpoint, CheckpointsCleaner, Runnable) - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- addClasspaths(Collection<URL>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- addConnect(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addConsumedPartitionGroup(ConsumedPartitionGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- addConsumer(JobEdge) - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- addConsumers(ConsumerVertexGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- addCredit(int) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
The credits from consumer are added in incremental way.
- addDelete(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addGet(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addGroup(String) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- addGroup(String, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- addGroup(String, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.GenericKeyMetricGroup
-
- addGroup(String) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- addGroup(String, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- addHash(int) - 类 中的方法org.apache.flink.runtime.operators.util.BloomFilter
-
- addHead(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addInputChannel(RemoteInputChannel) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkClientHandler
-
- addInputData(long, InputChannelInfo, int, CloseableIterator<Buffer>) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
- addInputData(long, InputChannelInfo, int, CloseableIterator<Buffer>) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- addInputData(long, InputChannelInfo, int, CloseableIterator<Buffer>) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- addInputFormat(OperatorID, InputFormat<?, ?>) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- addInputFormat(OperatorID, UserCodeWrapper<? extends InputFormat<?, ?>>) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- addInputFormat(OperatorID, UserCodeWrapper<? extends InputFormat<?, ?>>) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer.FormatUserCodeTable
-
- addInputToGroup(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- addIntermediateDataSetIdToConsume(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- addInternal(T) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Implements how to add an element to the queue.
- addInternal(T) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
- addIOMetrics(AccessExecution, MetricFetcher, String, String) - 类 中的方法org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
Adds the IO metrics for the given attempt to this object.
- addIterationAggregator(String, Aggregator<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- addIterationAggregators(Collection<AggregatorWithName<?>>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- addJar(Path) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Adds the path of a JAR file required to run the job on a task manager.
- addJars(List<URL>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- addJob(JobID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- addJob(JobID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- addJob(JobID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredJobManagerMetricGroup
-
- addJob(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- addJob(JobID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Add a job to be monitored to retrieve the job leader id.
- addJob(JobID, String) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- addJob(JobID, String) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Add the given job to be monitored.
- addJobVertex(JobVertex) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- addJobVertices(Collection<? extends JobVertex>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- addMasterHook(MasterTriggerRestoreHook<?>) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Adds the given master hook to the checkpoint coordinator.
- addMetric(String, Metric, AbstractMetricGroup) - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricQueryService
-
- addMetric(String, Metric) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Adds the given metric to the group and registers it at the registry, if the group is not yet
closed, and if no metric with the same name has been registered before.
- addNewBlockedNodes(Collection<BlockedNode>) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistHandler
-
Add new blocked node records.
- addNewBlockedNodes(Collection<BlockedNode>) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistOperations
-
Add new blocked node records.
- addNewBlockedNodes(Collection<BlockedNode>) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistTracker
-
Add new blocked node records.
- addNewBlockedNodes(Collection<BlockedNode>) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- addNewBlockedNodes(Collection<BlockedNode>) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- addNewBlockedNodes(Collection<BlockedNode>) - 类 中的方法org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- addOperatorCoordinator(SerializedValue<OperatorCoordinator.Provider>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- addOptions(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addOutputData(long, ResultSubpartitionInfo, int, Buffer...) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
- addOutputData(long, ResultSubpartitionInfo, int, Buffer...) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- addOutputData(long, ResultSubpartitionInfo, int, Buffer...) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- addOutputDataFuture(long, ResultSubpartitionInfo, int, CompletableFuture<List<Buffer>>) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
- addOutputDataFuture(long, ResultSubpartitionInfo, int, CompletableFuture<List<Buffer>>) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- addOutputDataFuture(long, ResultSubpartitionInfo, int, CompletableFuture<List<Buffer>>) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- addOutputFormat(OperatorID, OutputFormat<?>) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- addOutputFormat(OperatorID, UserCodeWrapper<? extends OutputFormat<?>>) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- addOutputFormat(OperatorID, UserCodeWrapper<? extends OutputFormat<?>>) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer.FormatUserCodeTable
-
- addOutputShipStrategy(ShipStrategyType) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- addParameters(OperatorID, Configuration) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- addParameters(OperatorID, String, String) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- addPartialBuffer(Buffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- addPatch(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addPendingTaskManager(PendingTaskManager) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- addPendingTaskManagerAllocate(PendingTaskManager) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult.Builder
-
- addPost(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addPriorityElement(T) - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Adds a priority element to this deque, such that it will be polled after all existing
priority elements but before any non-priority element.
- addPut(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addRecord(T) - 类 中的方法org.apache.flink.runtime.operators.sort.LargeRecordHandler
-
- addRecovered(BufferConsumer) - 接口 中的方法org.apache.flink.runtime.io.network.partition.CheckpointedResultSubpartition
-
- addRecovered(BufferConsumer) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- addRequest(R) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
- address() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Returns the network address the instance's task manager binds its sockets to.
- addressString() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Gets the IP address where the TaskManager operates.
- addRoute(HttpMethod, String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
Add route.
- addShuffleDescriptors(Map<ResultPartitionID, ShuffleDescriptor>) - 类 中的方法org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- addSlot(SlotID, ResourceProfile, TaskExecutorConnection, JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotTracker
-
- addSlots(Collection<AllocatedSlot>, long) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Adds the given collection of slots to the slot pool.
- addSlots(Collection<AllocatedSlot>, long) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- AddSplitEvent<SplitT> - org.apache.flink.runtime.source.event中的类
-
A source event that adds splits to a source reader.
- AddSplitEvent(List<SplitT>, SimpleVersionedSerializer<SplitT>) - 类 的构造器org.apache.flink.runtime.source.event.AddSplitEvent
-
- addSubsumedCheckpoint(CompletedCheckpoint) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- addTask(ExecutionAttemptID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
-
- addTask(ExecutionAttemptID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredTaskManagerJobMetricGroup
-
- addTask(T) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Add the given task to the slot identified by the task's allocation id.
- addTask(T) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- addTaskManager(TaskExecutorConnection, ResourceProfile, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- addToMessageDigest(MessageDigest) - 类 中的方法org.apache.flink.runtime.blob.BlobKey
-
- addTrace(String, T) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- addUnfulfillableJob(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult.Builder
-
- addUserArtifact(String, DistributedCache.DistributedCacheEntry) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Adds the path of a custom file required to run the job on a task manager.
- addUserArtifacts(Map<String, DistributedCache.DistributedCacheEntry>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- addUserJarBlobKey(PermanentBlobKey) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Adds the BLOB referenced by the key to the JobGraph's dependencies.
- addVertex(JobVertex) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Adds a new task vertex to the job graph if it is not already included.
- addVertex(JobVertex) - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- addVertexToGroup(JobVertexID) - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- adjustForLocalExecution(Configuration) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- adjustModifiedElement(T) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
- adjustTop() - 类 中的方法org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Should be called when the Object at top changes values.
- advance() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
-
- advance() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
Advances the view to the next memory segment.
- advance() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Moves the output view to the next page.
- AggregatedJobMetricsHeaders - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Headers for aggregating job metrics.
- AggregatedJobMetricsParameters - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Parameters for aggregating job metrics.
- AggregatedJobMetricsParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsParameters
-
- AggregatedMetric - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Response type for aggregated metrics.
- AggregatedMetric(String, Double, Double, Double, Double) - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- AggregatedMetric(String) - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- AggregatedMetricsResponseBody - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Response type for a collection of aggregated metrics.
- AggregatedMetricsResponseBody(Collection<AggregatedMetric>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody
-
- AggregatedMetricsResponseBody.Deserializer - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- AggregatedMetricsResponseBody.Serializer - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- AggregatedSubtaskMetricsHeaders - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Headers for aggregating subtask metrics.
- AggregatedSubtaskMetricsParameters - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Parameters for aggregating subtask metrics.
- AggregatedSubtaskMetricsParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsParameters
-
- AggregatedTaskDetailsInfo - org.apache.flink.runtime.rest.messages中的类
-
Aggregated info of a set of tasks.
- AggregatedTaskDetailsInfo(Map<String, Map<String, Long>>, Map<String, Map<String, Long>>) - 类 的构造器org.apache.flink.runtime.rest.messages.AggregatedTaskDetailsInfo
-
- AggregatedTaskManagerMetricsHeaders - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Headers for aggregating task manager metrics.
- AggregateTaskManagerMetricsParameters - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
Parameters for aggregating task manager metrics.
- AggregateTaskManagerMetricsParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregateTaskManagerMetricsParameters
-
- aggregateUserAccumulators() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- aggregateUserAccumulators() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Merges all accumulator results from the tasks previously executed in the Executions.
- AggregatingJobsMetricsHandler - org.apache.flink.runtime.rest.handler.job.metrics中的类
-
Request handler that returns, aggregated across jobs, a list of all available metrics or the
values for a set of metrics.
- AggregatingJobsMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, Executor, MetricFetcher) - 类 的构造器org.apache.flink.runtime.rest.handler.job.metrics.AggregatingJobsMetricsHandler
-
- AggregatingSubtasksMetricsHandler - org.apache.flink.runtime.rest.handler.job.metrics中的类
-
Request handler that returns, aggregated across subtasks, a list of all available metrics or the
values for a set of metrics.
- AggregatingSubtasksMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, Executor, MetricFetcher) - 类 的构造器org.apache.flink.runtime.rest.handler.job.metrics.AggregatingSubtasksMetricsHandler
-
- AggregatingTaskManagersMetricsHandler - org.apache.flink.runtime.rest.handler.job.metrics中的类
-
Request handler that returns, aggregated across task managers, a list of all available metrics or
the values for a set of metrics.
- AggregatingTaskManagersMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, Executor, MetricFetcher) - 类 的构造器org.apache.flink.runtime.rest.handler.job.metrics.AggregatingTaskManagersMetricsHandler
-
- AGGREGATOR_NAME - 类 中的静态变量org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
-
- AirBlockCompressor - org.apache.flink.runtime.io.compression中的类
-
Flink compressor that wraps Compressor.
- AirBlockCompressor(Compressor) - 类 的构造器org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- AirBlockDecompressor - org.apache.flink.runtime.io.compression中的类
-
Flink decompressor that wraps Decompressor.
- AirBlockDecompressor(Decompressor) - 类 的构造器org.apache.flink.runtime.io.compression.AirBlockDecompressor
-
- AirCompressorFactory - org.apache.flink.runtime.io.compression中的类
-
- AirCompressorFactory(Compressor, Decompressor) - 类 的构造器org.apache.flink.runtime.io.compression.AirCompressorFactory
-
- alignedBarrierTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- alignedBarrierTimeout(long) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Timeout the aligned barrier to unaligned barrier.
- alignedBarrierTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- alignedBarrierTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- alignedBarrierTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- alignedBarrierTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- alignedBarrierTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- alignedNoTimeout(SnapshotType, CheckpointStorageLocationReference) - 类 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- alignedWithTimeout(SnapshotType, CheckpointStorageLocationReference, long) - 类 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- allAllowedMethods() - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
Returns all methods that this router handles.
- allFieldsNoLessThan(ResourceProfile) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Check whether all fields of this resource profile are no less than the given resource
profile.
- AllGroupCombineDriver<IN,OUT> - org.apache.flink.runtime.operators中的类
-
Non-chained driver for the partial group reduce operator that acts like a combiner with a custom
output type OUT.
- AllGroupCombineDriver() - 类 的构造器org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- AllGroupReduceDriver<IT,OT> - org.apache.flink.runtime.operators中的类
-
GroupReduceDriver task which is executed by a Task Manager.
- AllGroupReduceDriver() - 类 的构造器org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- alloc() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- allocateAvailableSlot(SlotRequestId, AllocationID, ResourceProfile) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- allocateAvailableSlot(SlotRequestId, AllocationID, ResourceProfile) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Allocates the available slot with the given allocation id under the given request id for the
given requirement profile.
- allocatedHeaderBuffer() - 类 中的静态方法org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- AllocatedSlotActions - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
Interface for components which have to perform actions on allocated slots.
- AllocatedSlotInfo - org.apache.flink.runtime.jobmaster中的类
-
Information about an allocated slot which is owned by a JobMaster.
- AllocatedSlotInfo(int, AllocationID) - 类 的构造器org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
- AllocatedSlotPool - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
The slot pool is responsible for maintaining a set of AllocatedSlots.
- AllocatedSlotPool.AllocatedSlotsAndReservationStatus - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
A collection of AllocatedSlots and their reservation status.
- AllocatedSlotPool.FreeSlotInfo - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
Information about a free slot.
- AllocatedSlotReport - org.apache.flink.runtime.jobmaster中的类
-
The report of currently allocated slots from a given TaskExecutor by a JobMaster.
- AllocatedSlotReport(JobID, Collection<AllocatedSlotInfo>) - 类 的构造器org.apache.flink.runtime.jobmaster.AllocatedSlotReport
-
- allocateFromPhysicalSlot(SlotRequestId, PhysicalSlot, Locality, SlotOwner, boolean) - 类 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- allocatePages(Object, int) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Allocates a set of memory segments from this memory manager.
- allocatePages(Object, Collection<MemorySegment>, int) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Allocates a set of memory segments from this memory manager.
- allocatePhysicalSlot(PhysicalSlotRequest) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProvider
-
Submit a request to allocate a physical slot.
- allocatePhysicalSlot(PhysicalSlotRequest) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl
-
- allocateResource(WorkerResourceSpec) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceActions
-
- allocateSegments(int) - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
attempts to allocate specified number of segments and should only be used by compaction
partition fails silently if not enough segments are available since next compaction could
still succeed
- allocateSlot(InstanceID, JobID, String, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- allocateSlot(InstanceID, JobID, String, ResourceProfile) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Allocate a slot from the task manager.
- allocateSlot(int, JobID, AllocationID, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Allocate the slot with the given index for the given job and allocation id.
- allocateSlot(int, JobID, AllocationID, ResourceProfile, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Allocate the slot with the given index for the given job and allocation id.
- allocateSlot(int, JobID, AllocationID, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- allocateSlot(int, JobID, AllocationID, ResourceProfile, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- allocateSlotsAndDeploy(List<Execution>, Map<ExecutionVertexID, ExecutionVertexVersion>) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultExecutionDeployer
-
- allocateSlotsAndDeploy(List<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- allocateSlotsAndDeploy(List<Execution>, Map<ExecutionVertexID, ExecutionVertexVersion>) - 接口 中的方法org.apache.flink.runtime.scheduler.ExecutionDeployer
-
Allocate slots and deploy executions.
- allocateSlotsAndDeploy(List<ExecutionVertexID>) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerOperations
-
Allocate slots and deploy the vertex when slots are returned.
- allocateSlotsFor(List<ExecutionAttemptID>) - 接口 中的方法org.apache.flink.runtime.scheduler.ExecutionSlotAllocator
-
Allocate slots for the given executions.
- allocateSlotsFor(List<ExecutionAttemptID>) - 类 中的方法org.apache.flink.runtime.scheduler.SimpleExecutionSlotAllocator
-
- ALLOCATION_DIR_PREFIX - 类 中的静态变量org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
- allocationBaseDirectory(long) - 接口 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns the local state allocation base directory for given checkpoint id w.r.t. our rotation
over all available allocation base directories.
- allocationBaseDirectory(long) - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- allocationBaseDirsCount() - 接口 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns the total number of allocation base directories.
- allocationBaseDirsCount() - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- AllocationID - org.apache.flink.runtime.clusterframework.types中的类
-
Unique identifier for a physical slot allocated by a JobManager via the ResourceManager from a
TaskManager.
- AllocationID() - 类 的构造器org.apache.flink.runtime.clusterframework.types.AllocationID
-
Constructs a new random AllocationID.
- AllocationID(long, long) - 类 的构造器org.apache.flink.runtime.clusterframework.types.AllocationID
-
Constructs a new AllocationID with the given parts.
- allocationID - 类 中的变量org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
AllocationID of the owning slot.
- allowedMethods(String) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
Returns allowed methods for a specific URI.
- allowNonRestoredState() - 类 中的方法org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Returns whether non restored state is allowed if the savepoint contains state that cannot be
mapped back to the job.
- AllReduceDriver<T> - org.apache.flink.runtime.operators中的类
-
Reduce task which is executed by a Task Manager.
- AllReduceDriver() - 类 的构造器org.apache.flink.runtime.operators.AllReduceDriver
-
- AllWorkersDoneEvent - org.apache.flink.runtime.iterative.event中的类
-
Event sent by the IterationSynchronizationSinkTask to each IterationHead
signaling to start a new superstep.
- AllWorkersDoneEvent() - 类 的构造器org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
-
- AllWorkersDoneEvent(Map<String, Aggregator<?>>) - 类 的构造器org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
-
- AlreadyExistException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.persistence.StateHandleStore.AlreadyExistException
-
Creates a new Exception with the given message and cause.
- AlreadyExistException(String) - 异常错误 的构造器org.apache.flink.runtime.persistence.StateHandleStore.AlreadyExistException
-
Creates a new Exception with the given message and null cause.
- and(CompletableFuture<?>, CompletableFuture<?>) - 接口 中的静态方法org.apache.flink.runtime.io.AvailabilityProvider
-
- and(CompletableFuture<?>) - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- and(AvailabilityProvider) - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- announceBufferSize(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- ANY - 类 中的静态变量org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
A ResourceProfile that indicates infinite resource that matches any resource requirement.
- AnyMatchingSlotMatchingStrategy - org.apache.flink.runtime.resourcemanager.slotmanager中的枚举
-
- append(ByteBuffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
Append as many data as possible from source.
- append(ByteBuffer, int, Buffer.DataType) - 接口 中的方法org.apache.flink.runtime.io.network.partition.DataBuffer
-
Appends data of the specified channel to this
DataBuffer and returns true if this
DataBuffer is full.
- append(ByteBuffer, int, Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- append(ByteBuffer, int, Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- append(ByteBuffer, Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- append(ByteBuffer, int, Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
No partial record will be written to this
SortBasedDataBuffer, which means that
either all data of target record will be written or nothing will be written.
- append(int, byte[]) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Appends the provided data to this log.
- appendAndCommit(ByteBuffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- appendRecord(T) - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Inserts the given object into the current buffer.
- ApplicationStatus - org.apache.flink.runtime.clusterframework中的枚举
-
The status of an application.
- applicationStatus(ApplicationStatus) - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult.Builder
-
- apply(JobID, String, SavepointFormatType, TriggerSavepointMode, Time) - 接口 中的方法org.apache.flink.runtime.dispatcher.TriggerSavepointFunction
-
- apply(Object, Function<Object, R>) - 接口 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- apply(Object, Function<Object, R>) - 类 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- apply(S, T) - 接口 中的方法org.apache.flink.runtime.state.StateTransformationFunction
-
Binary function that applies a given value to the given old state to compute the new state.
- applyRepartitioner(OperatorID, OperatorStateRepartitioner<T>, List<List<T>>, int, int) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- applyRepartitioner(OperatorStateRepartitioner<T>, List<List<T>>, int, int) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- applyToAllKeys(N, TypeSerializer<N>, StateDescriptor<S, T>, KeyedStateFunction<K, S>) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- applyToAllKeys(N, TypeSerializer<N>, StateDescriptor<S, T>, KeyedStateFunction<K, S>, AbstractKeyedStateBackend.PartitionStateFactory) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- applyToAllKeys(N, TypeSerializer<N>, StateDescriptor<S, T>, KeyedStateFunction<K, S>, AbstractKeyedStateBackend.PartitionStateFactory) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- applyToAllKeys(N, TypeSerializer<N>, StateDescriptor<S, T>, KeyedStateFunction<K, S>) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
Applies the provided
KeyedStateFunction to the state with the provided
StateDescriptor of all the currently active keys.
- applyWithShuffleTypeCheck(Class<SD>, ShuffleDescriptor, Function<UnknownShuffleDescriptor, T>, Function<SD, T>) - 类 中的静态方法org.apache.flink.runtime.shuffle.ShuffleUtils
-
- ArbitraryWorkerResourceSpecFactory - org.apache.flink.runtime.resourcemanager中的类
-
- archive() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- archive() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- archive() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- archive() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- ArchivedExecution - org.apache.flink.runtime.executiongraph中的类
-
ArchivedExecution is a readonly representation of
Execution.
- ArchivedExecution(Execution) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- ArchivedExecution(StringifiedAccumulatorResult[], IOMetrics, ExecutionAttemptID, ExecutionState, ErrorInfo, TaskManagerLocation, AllocationID, long[], long[]) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- ArchivedExecutionGraph - org.apache.flink.runtime.executiongraph中的类
-
An archived execution graph represents a serializable form of an
ExecutionGraph.
- ArchivedExecutionGraph(JobID, String, Map<JobVertexID, ArchivedExecutionJobVertex>, List<ArchivedExecutionJobVertex>, long[], JobStatus, ErrorInfo, String, StringifiedAccumulatorResult[], Map<String, SerializedValue<OptionalFailure<Object>>>, ArchivedExecutionConfig, boolean, CheckpointCoordinatorConfiguration, CheckpointStatsSnapshot, String, String, TernaryBoolean, String) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- ArchivedExecutionJobVertex - org.apache.flink.runtime.executiongraph中的类
-
- ArchivedExecutionJobVertex(ExecutionJobVertex) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- ArchivedExecutionJobVertex(ArchivedExecutionVertex[], JobVertexID, String, int, int, ResourceProfile, StringifiedAccumulatorResult[]) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- ArchivedExecutionVertex - org.apache.flink.runtime.executiongraph中的类
-
- ArchivedExecutionVertex(ExecutionVertex) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- ArchivedExecutionVertex(int, String, ArchivedExecution, ExecutionHistory) - 类 的构造器org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- ArchivedJson - org.apache.flink.runtime.webmonitor.history中的类
-
A simple container for a handler's JSON response and the REST URLs for which the response
would've been returned.
- ArchivedJson(String, String) - 类 的构造器org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
- ArchivedJson(String, ResponseBody) - 类 的构造器org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
- archiveExecutionGraph(ExecutionGraphInfo) - 接口 中的方法org.apache.flink.runtime.dispatcher.HistoryServerArchivist
-
- archiveExecutionGraph(ExecutionGraphInfo) - 枚举 中的方法org.apache.flink.runtime.dispatcher.VoidHistoryServerArchivist
-
- archiveFailedExecution(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
Remove execution from currentExecutions if it is failed.
- archiveFailure(RootExceptionHistoryEntry) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- archiveFromFailureHandlingResult(FailureHandlingResultSnapshot) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- archiveGlobalFailure(Throwable) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- archiveJob(Path, JobID, Collection<ArchivedJson>) - 类 中的静态方法org.apache.flink.runtime.history.FsJobArchivist
-
Writes the given
AccessExecutionGraph to the
FileSystem pointed to by
JobManagerOptions.ARCHIVE_DIR.
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointConfigHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointingStatisticsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointStatisticDetailsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.checkpoints.TaskCheckpointStatisticDetailsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobAccumulatorsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobConfigHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobDetailsHandler
-
- archiveJsonWithPath(ExecutionGraphInfo) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobExceptionsHandler
-
- archiveJsonWithPath(ExecutionGraphInfo) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobManagerJobConfigurationHandler
-
- archiveJsonWithPath(ExecutionGraphInfo) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobManagerJobEnvironmentHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobPlanHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobsOverviewHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobVertexDetailsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobVertexTaskManagersHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.SubtaskExecutionAttemptAccumulatorsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.SubtaskExecutionAttemptDetailsHandler
-
- archiveJsonWithPath(AccessExecutionGraph) - 类 中的方法org.apache.flink.runtime.rest.handler.job.SubtasksTimesHandler
-
- archiveJsonWithPath(ExecutionGraphInfo) - 接口 中的方法org.apache.flink.runtime.webmonitor.history.JsonArchivist
-
Returns a
Collection of
ArchivedJsons containing JSON responses and their
respective REST URL for a given job.
- archiveJsonWithPath(AccessExecutionGraph) - 接口 中的方法org.apache.flink.runtime.webmonitor.history.OnlyExecutionGraphJsonArchivist
-
Returns a
Collection of
ArchivedJsons containing JSON responses and their
respective REST URL for a given job.
- archiveJsonWithPath(ExecutionGraphInfo) - 接口 中的方法org.apache.flink.runtime.webmonitor.history.OnlyExecutionGraphJsonArchivist
-
- archiveJsonWithPath(ExecutionGraphInfo) - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- areAllPartitionsFinished() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- array() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- ArrayListSerializer<T> - org.apache.flink.runtime.state中的类
-
- ArrayListSerializer(TypeSerializer<T>) - 类 的构造器org.apache.flink.runtime.state.ArrayListSerializer
-
- ArrayListSerializerSnapshot<T> - org.apache.flink.runtime.state中的类
-
- ArrayListSerializerSnapshot() - 类 的构造器org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
Constructor for read instantiation.
- ArrayListSerializerSnapshot(ArrayListSerializer<T>) - 类 的构造器org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
Constructor for creating the snapshot for writing.
- arrayOffset() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- arrayToMap(String[]) - 类 中的静态方法org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- artifactFileNames - 类 中的变量org.apache.flink.runtime.rest.messages.job.JobSubmitRequestBody
-
- asByteBuf() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
- asByteBuf() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- asByteBuf() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- asByteBuf() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- asByteBuf() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileStateHandle
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.PlaceholderStreamStateHandle
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- asBytesIfInMemory() - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister
-
- asBytesIfInMemory() - 接口 中的方法org.apache.flink.runtime.state.StreamStateHandle
-
- asConnection() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Job
-
- asCuratorFramework() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
-
- asList() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- assembleCompleteStats(long) - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
A method that is called when responses from all tasks were collected successfully.
- assertHasBeenStarted() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- assertNoException(Runnable) - 类 中的静态方法org.apache.flink.runtime.util.Runnables
-
Asserts that the given
Runnable does not throw exceptions.
- assignKeyToParallelOperator(Object, int, int) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Assigns the given key to a parallel operator index.
- assignPartition(int, byte) - 类 中的静态方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
Assigns a partition to a bucket.
- AssignRangeIndex<IN> - org.apache.flink.runtime.operators.udf中的类
-
This mapPartition function require a DataSet with RangeBoundaries as broadcast input, it generate
Tuple2 which includes range index and record itself as output.
- AssignRangeIndex(TypeComparatorFactory<IN>) - 类 的构造器org.apache.flink.runtime.operators.udf.AssignRangeIndex
-
- assignSplits(SplitsAssignment<SplitT>) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- assignStates() - 类 中的方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- assignToKeyGroup(Object, int) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Assigns the given key to a key-group index.
- asSlotInfo() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.FreeSlotInfo
-
- asUnaligned() - 类 中的方法org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- asUnmodifiableCollection() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns an unmodifiable collection view.
- asVariable(String) - 类 中的静态方法org.apache.flink.runtime.metrics.scope.ScopeFormat
-
Formats the given string to resemble a scope variable.
- AsyncExceptionHandler - org.apache.flink.runtime.taskmanager中的接口
-
An interface marking a task as capable of handling exceptions thrown by different threads, other
than the one executing the task itself.
- AsynchronousBlockReader - org.apache.flink.runtime.io.disk.iomanager中的类
-
A reader that reads data in blocks from a file channel.
- AsynchronousBlockReader(FileIOChannel.ID, RequestQueue<ReadRequest>, LinkedBlockingQueue<MemorySegment>) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Creates a new block channel reader for the given channel.
- AsynchronousBlockWriter - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AsynchronousBlockWriter(FileIOChannel.ID, RequestQueue<WriteRequest>, LinkedBlockingQueue<MemorySegment>) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
-
Creates a new block channel writer for the given channel.
- AsynchronousBlockWriterWithCallback - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AsynchronousBlockWriterWithCallback(FileIOChannel.ID, RequestQueue<WriteRequest>, RequestDoneCallback<MemorySegment>) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriterWithCallback
-
Creates a new asynchronous block writer for the given channel.
- AsynchronousBufferFileReader - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AsynchronousBufferFileReader(FileIOChannel.ID, RequestQueue<ReadRequest>, RequestDoneCallback<Buffer>) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileReader
-
- AsynchronousBufferFileSegmentReader - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AsynchronousBufferFileSegmentReader(FileIOChannel.ID, RequestQueue<ReadRequest>, RequestDoneCallback<FileSegment>) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileSegmentReader
-
- AsynchronousBufferFileWriter - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AsynchronousBufferFileWriter(FileIOChannel.ID, RequestQueue<WriteRequest>) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileWriter
-
- AsynchronousBulkBlockReader - org.apache.flink.runtime.io.disk.iomanager中的类
-
- AsynchronousBulkBlockReader(FileIOChannel.ID, RequestQueue<ReadRequest>, List<MemorySegment>, int) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousBulkBlockReader
-
- AsynchronousException - org.apache.flink.runtime.taskmanager中的异常错误
-
An exception for wrapping exceptions that are thrown by an operator in threads other than the
main compute thread of that operator.
- AsynchronousException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.taskmanager.AsynchronousException
-
- AsynchronousException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.taskmanager.AsynchronousException
-
- AsynchronousFileIOChannel<T,R extends org.apache.flink.runtime.io.disk.iomanager.IORequest> - org.apache.flink.runtime.io.disk.iomanager中的类
-
A base class for readers and writers that accept read or write requests for whole blocks.
- AsynchronousFileIOChannel(FileIOChannel.ID, RequestQueue<R>, RequestDoneCallback<T>, boolean) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Creates a new channel access to the path indicated by the given ID.
- AsynchronousJobOperationKey - org.apache.flink.runtime.rest.handler.job中的类
-
A pair of
JobID and
TriggerId used as a key to a hash based collection.
- AsynchronouslyCreatedResource<T> - org.apache.flink.runtime.rest.messages.queue中的接口
-
Interface for REST resources that are created asynchronously.
- AsynchronousOperationInfo - org.apache.flink.runtime.rest.handler.async中的类
-
Basic information object for asynchronous operations.
- AsynchronousOperationResult<V> - org.apache.flink.runtime.rest.handler.async中的类
-
Result of an asynchronous operation.
- AsynchronousOperationStatusMessageHeaders<V,M extends MessageParameters> - org.apache.flink.runtime.rest.handler.async中的类
-
Message headers for the status polling of an asynchronous operation.
- AsynchronousOperationStatusMessageHeaders() - 类 的构造器org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- AsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters> - org.apache.flink.runtime.rest.handler.async中的类
-
Message headers for the triggering of an asynchronous operation.
- AsynchronousOperationTriggerMessageHeaders() - 类 的构造器org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
- asynchronousSnapshots - 类 中的变量org.apache.flink.runtime.state.DefaultOperatorStateBackendBuilder
-
Flag to de/activate asynchronous snapshots.
- asyncSnapshot(FullSnapshotResources<K>, long, long, CheckpointStreamFactory, CheckpointOptions) - 类 中的方法org.apache.flink.runtime.state.SavepointSnapshotStrategy
-
- asyncSnapshot(SR, long, long, CheckpointStreamFactory, CheckpointOptions) - 接口 中的方法org.apache.flink.runtime.state.SnapshotStrategy
-
Operation that writes a snapshot into a stream that is provided by the given
CheckpointStreamFactory and returns a @
SupplierWithException that gives a state
handle to the snapshot.
- AsyncSnapshotCallable<T> - org.apache.flink.runtime.state中的类
-
Base class that outlines the strategy for asynchronous snapshots.
- AsyncSnapshotCallable() - 类 的构造器org.apache.flink.runtime.state.AsyncSnapshotCallable
-
- AsyncSnapshotCallable.AsyncSnapshotTask - org.apache.flink.runtime.state中的类
-
- attachJobGraph(List<JobVertex>) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- attachJobGraph(List<JobVertex>) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- attemptNumber - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- attemptNumber - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- attemptNumber() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- AvailabilityHelper() - 类 的构造器org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- availabilityHelper - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- AvailabilityProvider - org.apache.flink.runtime.io中的接口
-
Interface defining couple of essential methods for listening on data availability using
CompletableFuture.
- AvailabilityProvider.AvailabilityHelper - org.apache.flink.runtime.io中的类
-
A availability implementation for providing the helpful functions of resetting the
available/unavailable states.
- AvailabilityWithBacklog(boolean, int) - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultSubpartitionView.AvailabilityWithBacklog
-
- AVAILABLE - 接口 中的静态变量org.apache.flink.runtime.io.AvailabilityProvider
-
- available() - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- available() - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- availableMemory() - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Returns the available amount of memory handled by this memory manager.
- availableMemory - 类 中的变量org.apache.flink.runtime.operators.hash.MutableHashTable
-
The free memory segments currently available to the hash join.
- awaitStartOfSuperstepOrTermination(int) - 类 中的方法org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- cacheShuffleDescriptors(ConsumedPartitionGroup, TaskDeploymentDescriptor.MaybeOffloaded<ShuffleDescriptor[]>) - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- calculateBufferSize(long, int) - 类 中的方法org.apache.flink.runtime.throughput.BufferSizeEMA
-
Calculating the buffer size over total possible buffers size and number of buffers in use.
- calculateCandidateScore(int, int, double) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- calculateCheckpointPlan() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointPlanCalculator
-
Calculates the plan of the next checkpoint.
- calculateCheckpointPlan() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlanCalculator
-
- calculateDefaultNumSlots(ResourceProfile, ResourceProfile) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- calculateMessageDigest(File) - 类 中的静态方法org.apache.flink.runtime.blob.BlobUtils
-
- calculateRequiredSlots(Iterable<JobInformation.VertexInformation>) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.SlotAllocator
-
Calculates the total resources required for scheduling the given vertices.
- calculateRequiredSlots(Iterable<JobInformation.VertexInformation>) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator
-
- calculateThroughput() - 类 中的方法org.apache.flink.runtime.throughput.ThroughputCalculator
-
- calculateThroughput(long, long) - 类 中的方法org.apache.flink.runtime.throughput.ThroughputCalculator
-
- calculateTotalBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- calculateTotalBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.CreditBasedInputBuffersUsageGauge
-
- calculateTotalBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.ExclusiveBuffersUsageGauge
-
- calculateTotalBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.FloatingBuffersUsageGauge
-
- calculateTotalFlinkMemoryFromComponents(Configuration) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- calculateTotalProcessMemoryFromComponents(Configuration) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- calculateUsedBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- calculateUsedBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.CreditBasedInputBuffersUsageGauge
-
- calculateUsedBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.ExclusiveBuffersUsageGauge
-
- calculateUsedBuffers(SingleInputGate) - 类 中的方法org.apache.flink.runtime.io.network.metrics.FloatingBuffersUsageGauge
-
- call() - 类 中的方法org.apache.flink.runtime.state.AsyncSnapshotCallable
-
- callAsync(Callable<T>, BiConsumer<T, Throwable>, long, long) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- callAsync(Callable<T>, BiConsumer<T, Throwable>) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- callInternal() - 类 中的方法org.apache.flink.runtime.state.AsyncSnapshotCallable
-
This method implements the (async) snapshot logic.
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildFirstHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildSecondHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - 类 中的方法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>) - 类 中的方法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>) - 类 中的方法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>) - 接口 中的方法org.apache.flink.runtime.operators.util.JoinTaskIterator
-
Moves the internal pointer to the next key that both inputs share.
- canBeCompressed(Buffer) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Whether the buffer can be compressed or not.
- canBePipelinedConsumed() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
return if this partition's upstream and downstream support scheduling in the same time.
- canBeReleased() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- canBeReleased() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- canBeReleased() - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Checks whether the task executor can be released.
- canBeReleased() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- canBeSubsumed() - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- cancel() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- cancel() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- cancel() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- cancel() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
Cancels all currently running vertex executions.
- cancel() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Cancels this ExecutionVertex.
- cancel() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- cancel() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Cancel this monitor.
- cancel() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- cancel() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- cancel() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- cancel() - 接口 中的方法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) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Cancels the currently executed job.
- cancel(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- cancel(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Cancels the currently executed job.
- cancel(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- cancel(Throwable) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
Cancels all requests of this bulk.
- cancel() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.DataSinkTask
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.DataSourceTask
-
- cancel() - 接口 中的方法org.apache.flink.runtime.operators.Driver
-
This method is invoked when the driver must aborted in mid processing.
- cancel() - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- cancel() - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- cancel() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistration
-
Cancels the registration procedure.
- cancel() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- cancel() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- cancel(Execution) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultExecutionOperations
-
- cancel(Execution) - 接口 中的方法org.apache.flink.runtime.scheduler.ExecutionOperations
-
Cancel the execution.
- cancel(ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.scheduler.ExecutionSlotAllocator
-
Cancel the ongoing slot request of the given
Execution.
- cancel() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- cancel() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- cancel(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.scheduler.SimpleExecutionSlotAllocator
-
- cancel(boolean) - 类 中的方法org.apache.flink.runtime.state.AsyncSnapshotCallable.AsyncSnapshotTask
-
- cancel() - 类 中的方法org.apache.flink.runtime.state.AsyncSnapshotCallable
-
- cancel(boolean) - 类 中的方法org.apache.flink.runtime.state.DoneFuture
-
- cancelAllPendingSlotRequestsForVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- cancelAllPendingSlotRequestsInternal() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- cancelAllPendingSlotRequestsInternal() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- cancelChainedTasks(List<ChainedDriver<?, ?>>) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
- CancelCheckpointMarker - 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) - 类 的构造器org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
-
- cancelCleanupTask() - 类 中的方法org.apache.flink.runtime.blob.AbstractBlobCache
-
Cancels any cleanup task that subclasses may be executing.
- cancelCleanupTask() - 类 中的方法org.apache.flink.runtime.blob.PermanentBlobCache
-
- cancelCleanupTask() - 类 中的方法org.apache.flink.runtime.blob.TransientBlobCache
-
- cancelConsumption() - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider.ResponseHandle
-
Cancel the partition consumptions as a result of state check.
- cancelExecution(Execution) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- cancelExecution() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
Cancels the task execution.
- cancelJob(JobID, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- cancelJob(JobID, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- cancelJob(JobID) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- cancelJob(JobID, Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- cancelJob(JobID, Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Cancel the given job.
- cancelRequestFor(InputChannelID) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkClientHandler
-
- cancelSlotRequest(SlotRequestId, Throwable) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProvider
-
- cancelSlotRequest(SlotRequestId, Throwable) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotProviderImpl
-
- cancelStreamRegistry - 类 中的变量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 - 类 中的变量org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
-
- cancelStreamRegistry - 类 中的变量org.apache.flink.runtime.state.DefaultOperatorStateBackendBuilder
-
- cancelTask(ExecutionAttemptID, Time) - 接口 中的方法org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Cancel the given task.
- cancelTask(ExecutionAttemptID, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- cancelTask() - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- cancelTask(ExecutionAttemptID, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- cancelTask(ExecutionAttemptID, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Cancel the given task.
- cancelTask(ExecutionAttemptID, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- CancelTaskException - org.apache.flink.runtime.execution中的异常错误
-
Thrown to trigger a canceling of the executing task.
- CancelTaskException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.execution.CancelTaskException
-
- CancelTaskException(String) - 异常错误 的构造器org.apache.flink.runtime.execution.CancelTaskException
-
- CancelTaskException() - 异常错误 的构造器org.apache.flink.runtime.execution.CancelTaskException
-
- cancelVerticesAsync() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- cancelWithFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
Cancels all currently running vertex executions.
- canEqual(Object) - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- canFastDuplicate(StreamStateHandle) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStateToolset
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStreamFactory
-
- canFastDuplicate(StreamStateHandle) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStateToolset
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory
-
- canFastDuplicate(StreamStateHandle, CheckpointedStateScope) - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory
-
- canFastDuplicate(StreamStateHandle) - 类 中的方法org.apache.flink.runtime.state.NotDuplicatingCheckpointStateToolset
-
- canRescaleMaxParallelism(int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- canRescaleMaxParallelism(int) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- canRescaleMaxParallelism(int) - 接口 中的方法org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns whether the vertex's max parallelism can be changed to a given value.
- canRestart() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ExponentialDelayRestartBackoffTimeStrategy
-
- canRestart() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Returns whether the restarting can be conducted.
- canRestart() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureRateRestartBackoffTimeStrategy
-
- canRestart() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FixedDelayRestartBackoffTimeStrategy
-
- canRestart() - 枚举 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy
-
- canRestart() - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartBackoffTimeStrategy
-
Returns whether a restart should be conducted.
- canScaleUp(ExecutionGraph) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- canScaleUp(int, int) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.scalingpolicy.ReactiveScaleUpController
-
- canScaleUp(int, int) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.scalingpolicy.ScaleUpController
-
This method gets called whenever new resources are available to the scheduler to scale up.
- capacity() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- capacity(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- CaseInsensitiveOrderComparator() - 类 的构造器org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator
-
- castInto(Class<T>) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- castInto(Class<T>) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- castInto(Class<T>) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Tries to cast this slot pool service into the given clazz.
- ChainedAllReduceDriver<IT> - org.apache.flink.runtime.operators.chaining中的类
-
- ChainedAllReduceDriver() - 类 的构造器org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- ChainedDriver<IT,OT> - 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() - 类 的构造器org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- ChainedFlatMapDriver<IT,OT> - org.apache.flink.runtime.operators.chaining中的类
-
- ChainedFlatMapDriver() - 类 的构造器org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- ChainedMapDriver<IT,OT> - org.apache.flink.runtime.operators.chaining中的类
-
- ChainedMapDriver() - 类 的构造器org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- ChainedReduceCombineDriver<T> - org.apache.flink.runtime.operators.chaining中的类
-
Chained version of ReduceCombineDriver.
- ChainedReduceCombineDriver() - 类 的构造器org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- ChainedStateHandle<T extends StateObject> - org.apache.flink.runtime.state中的类
-
Handle to state handles for the operators in an operator chain.
- ChainedStateHandle(List<? extends T>) - 类 的构造器org.apache.flink.runtime.state.ChainedStateHandle
-
Wraps a list to the state handles for the operators in a chain.
- chainedTasks - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
A list of chained drivers, if there are any.
- ChangelogStateBackendHandle - org.apache.flink.runtime.state.changelog中的接口
-
A handle to ChangelogStateBackend state.
- ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl - org.apache.flink.runtime.state.changelog中的类
-
- ChangelogStateBackendHandleImpl(List<KeyedStateHandle>, List<ChangelogStateHandle>, KeyGroupRange, long, long, long) - 类 的构造器org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- ChangelogStateBackendLocalHandle - org.apache.flink.runtime.state.changelog中的类
-
- ChangelogStateBackendLocalHandle(List<KeyedStateHandle>, List<ChangelogStateHandle>, ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl) - 类 的构造器org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- ChangelogStateHandle - org.apache.flink.runtime.state.changelog中的接口
-
- ChangelogStateHandleStreamImpl - org.apache.flink.runtime.state.changelog中的类
-
- ChangelogStateHandleStreamImpl(List<Tuple2<StreamStateHandle, Long>>, KeyGroupRange, long, long, String) - 类 的构造器org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- ChangelogTaskLocalStateStore - org.apache.flink.runtime.state中的类
-
- ChangelogTaskLocalStateStore(JobID, AllocationID, JobVertexID, int, LocalRecoveryConfig, Executor) - 类 的构造器org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- channelActive(ChannelHandlerContext) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyMessageClientDecoderDelegate
-
- channelInactive(ChannelHandlerContext) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyMessageClientDecoderDelegate
-
Releases resources when the channel is closed.
- channelInfo - 类 中的变量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) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyMessageClientDecoderDelegate
-
- channelRead0(ChannelHandlerContext, HttpObject) - 类 中的方法org.apache.flink.runtime.rest.FileUploadHandler
-
- channelRead0(ChannelHandlerContext, RoutedRequest<Object>) - 类 中的方法org.apache.flink.runtime.rest.handler.job.GeneratedLogUrlHandler
-
- channelRead0(ChannelHandlerContext, RoutedRequest) - 类 中的方法org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- channelRead0(ChannelHandlerContext, HttpRequest) - 类 中的方法org.apache.flink.runtime.rest.handler.PipelineErrorHandler
-
- channelRead0(ChannelHandlerContext, HttpRequest) - 类 中的方法org.apache.flink.runtime.rest.handler.router.RouterHandler
-
- ChannelReaderInputView - 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) - 类 的构造器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) - 类 的构造器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> - 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) - 类 的构造器org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - 类 的构造器org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(BlockChannelReader<MemorySegment>, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - 类 的构造器org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(AbstractChannelReaderInputView, List<MemorySegment>, TypeSerializer<E>) - 类 的构造器org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> - 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> - org.apache.flink.runtime.io.network.api.writer中的类
-
A regular record-oriented runtime result writer.
- ChannelStateHolder - org.apache.flink.runtime.io.network.partition中的接口
-
Implemented by entities that hold any kind of channel state and need a reference to the
ChannelStateWriter.
- ChannelStatePersister - org.apache.flink.runtime.io.network.partition.consumer中的类
-
- ChannelStateWriter - org.apache.flink.runtime.checkpoint.channel中的接口
-
Writes channel state during checkpoint/savepoint.
- channelStateWriter - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- ChannelStateWriter.ChannelStateWriteResult - org.apache.flink.runtime.checkpoint.channel中的类
-
Channel state write result.
- ChannelStateWriter.NoOpChannelStateWriter - org.apache.flink.runtime.checkpoint.channel中的类
-
- ChannelStateWriterImpl - org.apache.flink.runtime.checkpoint.channel中的类
-
- ChannelStateWriterImpl(String, int, CheckpointStorageWorkerView) - 类 的构造器org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- ChannelStatistics() - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory.ChannelStatistics
-
- ChannelWriterOutputView - 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) - 类 的构造器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) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Creates an new ChannelWriterOutputView that writes to the given channel.
- checkAgainstThreshold() - 类 中的方法org.apache.flink.runtime.metrics.ThresholdMeter
-
- checkConfigParameter(boolean, Object, String, String) - 类 中的静态方法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() - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- checkErroneous() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Checks the exception state of this channel.
- checkErroneous() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- checkError() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Checks for an error and rethrows it if one was reported.
- checkFailureCounter(CheckpointException, long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointFailureManager
-
- checkFileValidity(File, File, Logger) - 类 中的静态方法org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Checks various conditions for file access.
- checkForBarrier(Buffer) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.ChannelStatePersister
-
- checkInProduceState() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- checkLimit(long) - 类 中的方法org.apache.flink.runtime.blob.BlobCacheSizeTracker
-
Check the size limit and return the BLOBs to delete.
- checkNotClosed() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- checkNotShutdown() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- checkParallelismPreconditions(TaskStateAssignment) - 类 中的方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- checkParallelismPreconditions(int) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
- Checkpoint - org.apache.flink.runtime.checkpoint中的接口
-
A checkpoint, pending or completed.
- CHECKPOINT - 类 中的静态变量org.apache.flink.runtime.checkpoint.CheckpointType
-
A checkpoint, full or incremental.
- Checkpoint.DiscardObject - org.apache.flink.runtime.checkpoint中的接口
-
Extra interface for discarding the checkpoint.
- CHECKPOINT_ALIGNMENT_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- CHECKPOINT_DIR_PREFIX - 类 中的静态变量org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
The prefix of the directory containing the data exclusive to a checkpoint.
- CHECKPOINT_SHARED_STATE_DIR - 类 中的静态变量org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
The name of the directory for shared checkpoint state.
- CHECKPOINT_START_DELAY_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- CHECKPOINT_TASK_OWNED_STATE_DIR - 类 中的静态变量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 - org.apache.flink.runtime.io.network.partition.consumer中的接口
-
Input, with just basic methods for blocking and resuming consumption.
- CheckpointableKeyedStateBackend<K> - 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 - org.apache.flink.runtime.jobgraph.tasks中的接口
-
A task that participates in checkpointing.
- CheckpointAlignment(long, long, long, long) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment
-
- CheckpointAlignment(StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- CheckpointBarrier - org.apache.flink.runtime.io.network.api中的类
-
Checkpoint barriers are used to align checkpoints throughout the streaming topology.
- CheckpointBarrier(long, long, CheckpointOptions) - 类 的构造器org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- CheckpointBoundKeyedStateHandle - org.apache.flink.runtime.state中的接口
-
- checkpointCompleted(long) - 接口 中的方法org.apache.flink.runtime.state.SharedStateRegistry
-
- checkpointCompleted(long) - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- CheckpointConfigHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointConfigHandler
-
- CheckpointConfigHeaders - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
- CheckpointConfigInfo - 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) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo
-
- CheckpointConfigInfo.ExternalizedCheckpointInfo - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Contains information about the externalized checkpoint configuration.
- CheckpointConfigInfo.ProcessingMode - org.apache.flink.runtime.rest.messages.checkpoints中的枚举
-
Processing mode.
- CheckpointConfigInfo.ProcessingModeDeserializer - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Processing mode deserializer.
- CheckpointConfigInfo.ProcessingModeSerializer - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
- CheckpointCoordinator - 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, ExecutionAttemptMappingProvider, CheckpointStatsTracker) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- CheckpointCoordinator(JobID, CheckpointCoordinatorConfiguration, Collection<OperatorCoordinatorCheckpointContext>, CheckpointIDCounter, CompletedCheckpointStore, CheckpointStorage, Executor, CheckpointsCleaner, ScheduledExecutor, CheckpointFailureManager, CheckpointPlanCalculator, ExecutionAttemptMappingProvider, Clock, CheckpointStatsTracker, BiFunction<Set<ExecutionJobVertex>, Map<OperatorID, OperatorState>, VertexFinishedStateChecker>) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - 接口 中的方法org.apache.flink.runtime.checkpoint.OperatorCoordinatorCheckpointContext
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Takes a checkpoint of the coordinator.
- checkpointCoordinator(long, CompletableFuture<byte[]>) - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- checkpointCoordinator(long, CompletableFuture<byte[]>) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- CheckpointCoordinatorConfiguration - org.apache.flink.runtime.jobgraph.tasks中的类
-
- CheckpointCoordinatorConfiguration(long, long, long, int, CheckpointRetentionPolicy, boolean, boolean, int, long) - 类 的构造器org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder - org.apache.flink.runtime.jobgraph.tasks中的类
-
- CheckpointCoordinatorConfigurationBuilder() - 类 的构造器org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- CheckpointCoordinatorDeActivator - org.apache.flink.runtime.checkpoint中的类
-
This actor listens to changes in the JobStatus and activates or deactivates the periodic
checkpoint scheduler.
- CheckpointCoordinatorDeActivator(CheckpointCoordinator) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointCoordinatorDeActivator
-
- CheckpointCoordinatorGateway - org.apache.flink.runtime.checkpoint中的接口
-
RPC Gateway interface for messages to the CheckpointCoordinator.
- CheckpointDuration(long, long) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration
-
- CheckpointDuration(StatsSummaryDto, StatsSummaryDto) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- CheckpointedResultPartition - org.apache.flink.runtime.io.network.partition中的接口
-
Interface for partitions that are checkpointed, meaning they store data as part of unaligned
checkpoints.
- CheckpointedResultSubpartition - org.apache.flink.runtime.io.network.partition中的接口
-
Interface for subpartitions that are checkpointed, meaning they store data as part of unaligned
checkpoints.
- CheckpointedStateScope - org.apache.flink.runtime.state中的枚举
-
The scope for a chunk of checkpointed state.
- CheckpointException - org.apache.flink.runtime.checkpoint中的异常错误
-
Base class for checkpoint related exceptions.
- CheckpointException(CheckpointFailureReason) - 异常错误 的构造器org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointException(String, CheckpointFailureReason) - 异常错误 的构造器org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointException(CheckpointFailureReason, Throwable) - 异常错误 的构造器org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointException(String, CheckpointFailureReason, Throwable) - 异常错误 的构造器org.apache.flink.runtime.checkpoint.CheckpointException
-
- CheckpointFailureManager - org.apache.flink.runtime.checkpoint中的类
-
The checkpoint failure manager which centralized manage checkpoint failure processing logic.
- CheckpointFailureManager(int, CheckpointFailureManager.FailJobCallback) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointFailureManager
-
- CheckpointFailureManager.FailJobCallback - org.apache.flink.runtime.checkpoint中的接口
-
A callback interface about how to fail a job.
- CheckpointFailureReason - org.apache.flink.runtime.checkpoint中的枚举
-
Various reasons why a checkpoint was failure.
- CheckpointIDCounter - org.apache.flink.runtime.checkpoint中的接口
-
A checkpoint ID counter.
- CheckpointIdPathParameter - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Path parameter for the checkpoint id of type
Long.
- CheckpointIdPathParameter() - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- checkpointIdPathParameter - 类 中的变量org.apache.flink.runtime.rest.messages.checkpoints.CheckpointMessageParameters
-
- checkpointIDToName(long) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointStoreUtil
-
Get the name in external storage from checkpoint id.
- checkpointIDToName(long) - 枚举 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointStoreUtil
-
Convert a checkpoint id into a ZooKeeper path.
- CheckpointingStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
- CheckpointingStatistics(CheckpointingStatistics.Counts, CheckpointingStatistics.Summary, CheckpointingStatistics.LatestCheckpoints, List<CheckpointStatistics>) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- CheckpointingStatistics.Counts - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Checkpoint counts.
- CheckpointingStatistics.LatestCheckpoints - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Statistics about the latest checkpoints.
- CheckpointingStatistics.RestoredCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Statistics for a restored checkpoint.
- CheckpointingStatistics.Summary - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Checkpoint summary.
- CheckpointingStatisticsHandler - 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>, ExecutionGraphCache, Executor) - 类 的构造器org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointingStatisticsHandler
-
- CheckpointingStatisticsHeaders - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
- CheckpointingStatisticsHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- CheckpointListener - org.apache.flink.runtime.state中的接口
-
- CheckpointMessageParameters - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Message parameters for checkpoint related messages.
- CheckpointMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointMessageParameters
-
- CheckpointMetaData - org.apache.flink.runtime.checkpoint中的类
-
Encapsulates all the meta data for a checkpoint.
- CheckpointMetaData(long, long) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- CheckpointMetaData(long, long, long) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- CheckpointMetadata - org.apache.flink.runtime.checkpoint.metadata中的类
-
The metadata of a snapshot (checkpoint or savepoint).
- CheckpointMetadata(long, Collection<OperatorState>, Collection<MasterState>) - 类 的构造器org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- CheckpointMetadata(long, Collection<OperatorState>, Collection<MasterState>, CheckpointProperties) - 类 的构造器org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- CheckpointMetadataOutputStream - org.apache.flink.runtime.state中的类
-
An output stream for checkpoint metadata.
- CheckpointMetadataOutputStream() - 类 的构造器org.apache.flink.runtime.state.CheckpointMetadataOutputStream
-
- CheckpointMetrics - org.apache.flink.runtime.checkpoint中的类
-
A collection of simple metrics, around the triggering of a checkpoint.
- CheckpointMetrics() - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- CheckpointMetrics(long, long, long, long, long, long, boolean, long, long) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- CheckpointMetricsBuilder - org.apache.flink.runtime.checkpoint中的类
-
- CheckpointMetricsBuilder() - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- CheckpointOptions - org.apache.flink.runtime.checkpoint中的类
-
Options for performing the checkpoint.
- CheckpointOptions(SnapshotType, CheckpointStorageLocationReference) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- CheckpointOptions(SnapshotType, CheckpointStorageLocationReference, CheckpointOptions.AlignmentType, long) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- CheckpointOptions.AlignmentType - org.apache.flink.runtime.checkpoint中的枚举
-
How a checkpoint should be aligned.
- CheckpointPlan - 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 - org.apache.flink.runtime.checkpoint中的接口
-
Calculates the plan of the next checkpoint, including the tasks to trigger, wait or commit for
each checkpoint.
- CheckpointPlanCalculatorContext - org.apache.flink.runtime.checkpoint中的接口
-
- CheckpointProperties - org.apache.flink.runtime.checkpoint中的类
-
The configuration of a checkpoint.
- CheckpointProperties(boolean, SnapshotType, boolean, boolean, boolean, boolean, boolean, boolean) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointProperties
-
- CheckpointRecoveryFactory - org.apache.flink.runtime.checkpoint中的接口
-
A factory for per Job checkpoint recovery components.
- CheckpointResourcesCleanupRunner - 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) - 类 的构造器org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- CheckpointResourcesCleanupRunnerFactory - org.apache.flink.runtime.dispatcher.cleanup中的枚举
-
- CheckpointResponder - org.apache.flink.runtime.taskmanager中的接口
-
Responder for checkpoint acknowledge and decline messages in the
Task.
- CheckpointRetentionPolicy - org.apache.flink.runtime.checkpoint中的枚举
-
Policy for whether checkpoints are retained after a job terminates.
- Checkpoints - org.apache.flink.runtime.checkpoint中的类
-
A utility class with the methods to write/load/dispose the checkpoint and savepoint metadata.
- CheckpointScheduling - org.apache.flink.runtime.checkpoint中的接口
-
CheckpointScheduling provides methods for starting and stopping the periodic scheduling
of checkpoints.
- CheckpointsCleaner - org.apache.flink.runtime.checkpoint中的类
-
Delegate class responsible for checkpoints cleaning and counting the number of checkpoints yet to
clean.
- CheckpointsCleaner() - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- checkpointsMatch(Collection<CompletedCheckpoint>, Collection<CompletedCheckpoint>) - 类 中的静态方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- checkpointStarted(CheckpointBarrier) - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- checkpointStarted(CheckpointBarrier) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- checkpointStarted(CheckpointBarrier) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- checkpointStarted(CheckpointBarrier) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- checkpointStarted(CheckpointBarrier) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Spills all queued buffers on checkpoint start.
- CheckpointStateOutputStream - org.apache.flink.runtime.state中的类
-
- CheckpointStateOutputStream() - 类 的构造器org.apache.flink.runtime.state.CheckpointStateOutputStream
-
- CheckpointStateToolset - org.apache.flink.runtime.state中的接口
-
A toolset of operations that can be performed on a location embedded within the class.
- CheckpointStatisticDetailsHandler - 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>, ExecutionGraphCache, Executor, CheckpointStatsCache) - 类 的构造器org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointStatisticDetailsHandler
-
- CheckpointStatisticDetailsHeaders - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
- CheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Statistics for a checkpoint.
- CheckpointStatistics.CompletedCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Statistics for a completed checkpoint.
- CheckpointStatistics.FailedCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Statistics for a failed checkpoint.
- CheckpointStatistics.PendingCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Statistics for a pending checkpoint.
- CheckpointStatsCache - org.apache.flink.runtime.rest.handler.job.checkpoints中的类
-
A size-based cache of accessed checkpoints for completed and failed checkpoints.
- CheckpointStatsCache(int) - 类 的构造器org.apache.flink.runtime.rest.handler.job.checkpoints.CheckpointStatsCache
-
- CheckpointStatsCounts - org.apache.flink.runtime.checkpoint中的类
-
Counts of checkpoints.
- CheckpointStatsHistory - org.apache.flink.runtime.checkpoint中的类
-
An array based history of checkpoint stats.
- CheckpointStatsSnapshot - org.apache.flink.runtime.checkpoint中的类
-
A snapshot of the checkpoint stats.
- CheckpointStatsStatus - org.apache.flink.runtime.checkpoint中的枚举
-
Status of the tracked checkpoint.
- CheckpointStatsTracker - org.apache.flink.runtime.checkpoint中的类
-
Tracker for checkpoint statistics.
- CheckpointStatsTracker(int, MetricGroup) - 类 的构造器org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
Creates a new checkpoint stats tracker.
- checkpointStopped(long) - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- checkpointStopped(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- checkpointStopped(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Called by task thread on cancel/complete to clean-up temporary data.
- checkpointStopped(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- checkpointStopped(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- checkpointStopped(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- CheckpointStorage - org.apache.flink.runtime.state中的接口
-
CheckpointStorage defines how
StateBackend's store their state for fault tolerance in
streaming applications.
- CheckpointStorageAccess - 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 - org.apache.flink.runtime.state中的接口
-
- CheckpointStorageFactory<T extends CheckpointStorage> - org.apache.flink.runtime.state中的接口
-
- CheckpointStorageLoader - org.apache.flink.runtime.state中的类
-
This class contains utility methods to load checkpoint storage from configurations.
- CheckpointStorageLoader() - 类 的构造器org.apache.flink.runtime.state.CheckpointStorageLoader
-
- CheckpointStorageLocation - org.apache.flink.runtime.state中的接口
-
A storage location for one particular checkpoint, offering data persistent, metadata persistence,
and lifecycle/cleanup methods.
- CheckpointStorageLocationReference - org.apache.flink.runtime.state中的类
-
A reference to a storage location.
- CheckpointStorageLocationReference(byte[]) - 类 的构造器org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
Creates a new location reference.
- CheckpointStorageWorkerView - org.apache.flink.runtime.state中的接口
-
This interface implements the durable storage of checkpoint data and metadata streams.
- CheckpointStoreUtil - org.apache.flink.runtime.checkpoint中的接口
-
- CheckpointStreamFactory - org.apache.flink.runtime.state中的接口
-
A factory for checkpoint output streams, which are used to persist data for checkpoints.
- CheckpointStreamWithResultProvider - org.apache.flink.runtime.state中的接口
-
Interface that provides access to a CheckpointStateOutputStream and a method to provide the
SnapshotResult.
- CheckpointStreamWithResultProvider.KeyedStateHandleFactory - org.apache.flink.runtime.state中的接口
-
- CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream - org.apache.flink.runtime.state中的类
-
- CheckpointStreamWithResultProvider.PrimaryStreamOnly - org.apache.flink.runtime.state中的类
-
- CheckpointType - org.apache.flink.runtime.checkpoint中的类
-
The type of checkpoint to perform.
- checkSavepointActionPreconditions(CheckpointCoordinator, String, JobID, Logger) - 类 中的静态方法org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationManager
-
- checkStateMetaInfo(StateDescriptor<?, ?>) - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- cleanCheckpoint(Checkpoint, boolean, Runnable, Executor) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- cleanCheckpointOnFailedStoring(CompletedCheckpoint, Executor) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- cleanSubsumedCheckpoints(long, Set<Long>, Runnable, Executor) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
Clean checkpoint that is not in the given .
- cleanUp(Throwable) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- cleanUp(Throwable) - 接口 中的方法org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- cleanup() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- cleanup() - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- cleanup() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- cleanup() - 接口 中的方法org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
Perform the cleanup of out dated cache entries.
- cleanup() - 类 中的方法org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- cleanup() - 类 中的方法org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- cleanup() - 类 中的方法org.apache.flink.runtime.state.SnapshotDirectory
-
Calling this method will attempt delete the underlying snapshot directory recursively, if the
state is "ongoing".
- cleanupAsync(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.DefaultResourceCleaner
-
- cleanupAsync(JobID) - 接口 中的方法org.apache.flink.runtime.dispatcher.cleanup.ResourceCleaner
-
Cleans job-related data from resources asynchronously.
- cleanupDirectories(ClusterEntrypoint.ShutdownBehaviour) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- cleanupPartialRecord() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumerWithPartialRecordLength
-
- cleanupProvidedResources() - 类 中的方法org.apache.flink.runtime.state.AsyncSnapshotCallable
-
This method implements the cleanup of resources that have been passed in (from the sync
part).
- CleanupRetryStrategyFactory - org.apache.flink.runtime.dispatcher.cleanup中的枚举
-
- CleanupRunnerFactory - org.apache.flink.runtime.dispatcher.cleanup中的接口
-
- clear() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- clear() - 接口 中的方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
- clear() - 类 中的方法org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- clear() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Removes all priority and non-priority elements.
- clear() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
Clears the internal state of the view.
- clear() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Clears the internal state.
- clear() - 类 中的方法org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Removes all entries from the PriorityQueue.
- clear() - 类 中的方法org.apache.flink.runtime.operators.util.BitSet
-
Clear the bit set.
- clear() - 类 中的方法org.apache.flink.runtime.query.KvStateEntry
-
- clear() - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- clear() - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Stop and clear the currently registered job leader id listeners.
- clear() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- clear() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- clear() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
Removes all state from the tracker.
- clear() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Clears the queue.
- clear() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- clear() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSet
-
- clear() - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- clear() - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- clear() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Removes all tasks from this task slot.
- clear() - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- clear() - 类 中的方法org.apache.flink.runtime.util.IntArrayList
-
- clear() - 类 中的方法org.apache.flink.runtime.util.LongArrayList
-
- clearAll() - 类 中的方法org.apache.flink.runtime.io.network.TaskEventDispatcher
-
Removes all registered event handlers.
- clearAllBroadcastVariables() - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- clearAllMemory(List<MemorySegment>) - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- clearAllMemory(List<MemorySegment>) - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
releases all of the partition's segments (pages and overflow buckets)
- clearAllMemory(List<MemorySegment>) - 类 中的方法org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
-
- clearBroadcastVariable(String) - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- clearBuffers() - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.MutableReader
-
- clearBuffers() - 类 中的方法org.apache.flink.runtime.io.network.api.reader.MutableRecordReader
-
- clearBuffers() - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.Reader
-
- clearBuffers() - 类 中的方法org.apache.flink.runtime.io.network.api.reader.RecordReader
-
- clearCachedInformationForPartitionGroup(ConsumedPartitionGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- clearEntries() - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Only clears all the state handle pointers on Kubernetes or ZooKeeper.
- clearEntries() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Recursively deletes all children.
- clearMetaDataFollowsFlag(byte[]) - 类 中的静态方法org.apache.flink.runtime.state.FullSnapshotUtil
-
- clearPartitions() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
This method clears all partitions currently residing (partially) in memory.
- clearPendingAllocationsOfJob(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- clearReaders(MutableReader<?>[]) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
- clearResourceRequirements(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- clearResourceRequirements(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- clearResourceRequirements(JobID) - 接口 中的方法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<?>>) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
- ClientCoordinationHandler - 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>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.coordination.ClientCoordinationHandler
-
- ClientCoordinationHeaders - org.apache.flink.runtime.rest.messages.job.coordination中的类
-
- ClientCoordinationMessageParameters - org.apache.flink.runtime.rest.messages.job.coordination中的类
-
- ClientCoordinationMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationMessageParameters
-
- ClientCoordinationRequestBody - org.apache.flink.runtime.rest.messages.job.coordination中的类
-
- ClientCoordinationRequestBody(SerializedValue<CoordinationRequest>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody
-
- ClientCoordinationResponseBody - org.apache.flink.runtime.rest.messages.job.coordination中的类
-
- ClientCoordinationResponseBody(SerializedValue<CoordinationResponse>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationResponseBody
-
- ClientHighAvailabilityServices - org.apache.flink.runtime.highavailability中的接口
-
ClientHighAvailabilityServices provides services those are required on client-side.
- ClientHighAvailabilityServicesFactory - org.apache.flink.runtime.highavailability中的接口
-
- ClientUtils - org.apache.flink.runtime.client中的枚举
-
Contains utility methods for clients.
- clock - 类 中的变量org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- cloneConfiguration(Configuration) - 类 中的静态方法org.apache.flink.runtime.clusterframework.BootstrapTools
-
Clones the given configuration and resets instance specific config options.
- close() - 类 中的方法org.apache.flink.runtime.blob.AbstractBlobCache
-
- close() - 类 中的方法org.apache.flink.runtime.blob.BlobCacheService
-
- close() - 类 中的方法org.apache.flink.runtime.blob.BlobClient
-
- close() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
Shuts down the BLOB server.
- close() - 类 中的方法org.apache.flink.runtime.blob.FileSystemBlobStore
-
- close() - 类 中的方法org.apache.flink.runtime.blob.VoidBlobStore
-
- close() - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- close() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- close() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- close() - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
-
- close() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- close(Collection<MasterTriggerRestoreHook<?>>, Logger) - 类 中的静态方法org.apache.flink.runtime.checkpoint.hooks.MasterHooks
-
Closes the master hooks.
- close() - 接口 中的方法org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
Tear-down method for the hook.
- close() - 类 中的方法org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- close() - 类 中的方法org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- close() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- close() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Closes the high availability services, releasing all resources.
- close() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- close() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- close() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneClientHAServices
-
- close() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
-
- close() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperClientHAServices
-
- close() - 类 中的方法org.apache.flink.runtime.io.disk.FileBasedBufferIterator
-
- close() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelInputView
-
- close() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
Remove all the temp directories.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Closes this output, writing pending data and releasing the memory.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
-
Closes this InputView, closing the underlying reader and returning all memory segments.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Closes this OutputView, closing the underlying writer
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Closes the channel and waits until all pending asynchronous requests are processed.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Closes this InputView, closing the underlying reader and returning all memory segments.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Closes this OutputView, closing the underlying writer and returning all memory segments.
- close() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Closes the channel.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Removes all temporary files.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Close method.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
Closes this request queue.
- close() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- close() - 类 中的方法org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- close() - 类 中的方法org.apache.flink.runtime.io.disk.SpillingBuffer
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Closes the writer.
- close() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Closes the partition writer which releases the allocated resource, for example the buffer
pool.
- close() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- close(RemoteInputChannel) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
Tries to shut down all network I/O components.
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataSpiller
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFileWriter
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- close() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- close(RemoteInputChannel) - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- close() - 类 中的方法org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- close() - 类 中的方法org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- close() - 类 中的方法org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- close() - 类 中的方法org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- close() - 接口 中的方法org.apache.flink.runtime.jobmaster.ServiceConnectionManager
-
Close the service connection manager.
- close() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- close() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- close() - 枚举 中的方法org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
- close() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- close() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Close the slot pool service.
- close() - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultMultipleComponentLeaderElectionService
-
- close() - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderElectionDriver
-
Close the services used for leader election.
- close() - 接口 中的方法org.apache.flink.runtime.leaderelection.MultipleComponentLeaderElectionDriver
-
Closes the driver.
- close() - 接口 中的方法org.apache.flink.runtime.leaderelection.MultipleComponentLeaderElectionService
-
Closes this service.
- close() - 类 中的方法org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionDriver
-
已过时。
- close() - 类 中的方法org.apache.flink.runtime.leaderelection.ZooKeeperMultipleComponentLeaderElectionDriver
-
- close() - 接口 中的方法org.apache.flink.runtime.leaderretrieval.LeaderRetrievalDriver
-
Close the services used for leader retrieval.
- close() - 类 中的方法org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver
-
- close() - 类 中的方法org.apache.flink.runtime.memory.OpaqueMemoryResource
-
Releases this resource.
- close() - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricDumpSerializer
-
- close() - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- close() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- close() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- close() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- close() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- close() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- close() - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- close() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
This method is called when the coordinator is disposed.
- close() - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- close() - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
Closes the hash table.
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Closes the hash table.
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
Closes the hash table.
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildFirstHashJoinIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildSecondHashJoinIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- close() - 类 中的方法org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.shipping.OutputCollector
-
- close() - 类 中的方法org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.sort.ExternalSorter
-
Shuts down all the threads initiated by this sort/merger.
- close() - 类 中的方法org.apache.flink.runtime.operators.sort.LargeRecordHandler
-
Closes all structures and deletes all temporary files.
- close() - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingSortMergeCoGroupIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- close() - 类 中的方法org.apache.flink.runtime.operators.TempBarrier
-
- close() - 接口 中的方法org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
General-purpose close method.
- close() - 接口 中的方法org.apache.flink.runtime.operators.util.JoinTaskIterator
-
General-purpose close method.
- close() - 类 中的方法org.apache.flink.runtime.operators.util.metrics.CountingCollector
-
- close() - 类 中的方法org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
- close() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
Close connection.
- close() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
Closes the slot manager.
- close() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- close() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Closes the slot manager.
- close() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Close this syncer, clear all the state.
- close() - 类 中的方法org.apache.flink.runtime.rest.handler.FileUploads
-
- close() - 类 中的方法org.apache.flink.runtime.rest.handler.job.JobVertexFlameGraphHandler
-
- close() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- close() - 接口 中的方法org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
Closes the execution graph cache.
- close() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleMaster
-
Closes this shuffle master service which should release all resources.
- close() - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- close() - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- close() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- close() - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- close() - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorageView
-
- close() - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Close this log.
- close() - 类 中的方法org.apache.flink.runtime.state.CheckpointMetadataOutputStream
-
This method should close the stream, if has not been closed before.
- close() - 类 中的方法org.apache.flink.runtime.state.CheckpointStateOutputStream
-
This method should close the stream, if has not been closed before.
- close() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
- close() - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- close() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- close() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- close() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- close() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- close() - 类 中的方法org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
- close() - 接口 中的方法org.apache.flink.runtime.state.KeyValueStateIterator
-
- close() - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- close() - 类 中的方法org.apache.flink.runtime.state.NonClosingCheckpointOutputStream
-
- close() - 类 中的方法org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- close() - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- close() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- close() - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- close() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Closes this job and removes it from the owning
JobTable.
- close() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.JobServices
-
Closes the job services.
- close() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- close() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- close() - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- close() - 类 中的方法org.apache.flink.runtime.util.ForwardingOutputStream
-
- close() - 类 中的方法org.apache.flink.runtime.util.NonClosingInputStreamDecorator
-
- close() - 类 中的方法org.apache.flink.runtime.util.NonClosingOutputStreamDecorator
-
- close() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedCount
-
- close() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- CloseableInputProvider<E> - org.apache.flink.runtime.operators.util中的接口
-
Utility interface for a provider of an input that can be closed.
- closeAction() - 类 中的方法org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- closeAction() - 类 中的方法org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- closeAndCleanupAllData() - 接口 中的方法org.apache.flink.runtime.blob.BlobStoreService
-
Closes and cleans up the store.
- closeAndCleanupAllData() - 类 中的方法org.apache.flink.runtime.blob.FileSystemBlobStore
-
- closeAndCleanupAllData() - 类 中的方法org.apache.flink.runtime.blob.VoidBlobStore
-
- closeAndCleanupAllData() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- closeAndCleanupAllData() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Closes the high availability services (releasing all resources) and deletes all data stored
by these services in external stores.
- closeAndCleanupAllData() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- closeAndDelete() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelInputView
-
- closeAndDelete() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Closes this output, writing pending data and releasing the memory.
- closeAndDelete() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- closeAndDelete() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
This method waits for all pending asynchronous requests to return.
- closeAndDelete() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Closes the channel and deletes the underlying file.
- closeAndDelete() - 类 中的方法org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- closeAndFinalizeCheckpoint() - 类 中的方法org.apache.flink.runtime.state.CheckpointMetadataOutputStream
-
Closes the stream after all metadata was written and finalizes the checkpoint location.
- closeAndFinalizeCheckpoint() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- closeAndFinalizeCheckpointStreamResult() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
Closes the stream ans returns a snapshot result with the stream handle(s).
- closeAndFinalizeCheckpointStreamResult() - 类 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream
-
- closeAndFinalizeCheckpointStreamResult() - 类 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryStreamOnly
-
- closeAndGetBytes() - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
Closes the stream and returns the byte array containing the stream's data.
- closeAndGetHandle() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- closeAndGetHandle() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- closeAndGetHandle() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
- closeAndGetHandle() - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- closeAndGetPrimaryHandle() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- closeAndGetSecondaryHandle() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointsCleaner
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- closeAsync() - 枚举 中的方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- closeAsync() - 枚举 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Shuts down the mini cluster, failing all currently executing jobs.
- closeAsync() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.rest.handler.AbstractHandler
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.rest.RestClient
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- closeAsync() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- closeAsync() - 枚举 中的方法org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
- closeAsyncWithTimeout(String, Runnable, Duration) - 类 中的静态方法org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Close a component with a timeout.
- closeAsyncWithTimeout(String, ThrowingRunnable<Exception>, Duration) - 类 中的静态方法org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Close a component with a timeout.
- closeChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
Closes all chained tasks, in the order as they are stored in the array.
- closeConnection() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- closed - 类 中的变量org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Flag marking this channel as closed
- closed - 类 中的变量org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
Flag to mark the table as open / closed.
- closed - 类 中的变量org.apache.flink.runtime.operators.hash.MutableHashTable
-
Flag indicating that the closing logic has been invoked.
- closeExceptionally() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- closeForCommitAction() - 类 中的方法org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- closeForCommitAction() - 类 中的方法org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- closeHandlerAsync() - 类 中的方法org.apache.flink.runtime.rest.handler.AbstractHandler
-
- closeHandlerAsync() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.StatusHandler
-
- closeJobManagerConnection(JobID, ResourceManager.ResourceRequirementHandling, Exception) - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- closeLocalStrategiesAndCaches() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- closeLock - 类 中的变量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) - 接口 中的方法org.apache.flink.runtime.io.network.ConnectionManager
-
Closes opened ChannelConnections in case of a resource release.
- closeOpenChannelConnections(ConnectionID) - 类 中的方法org.apache.flink.runtime.io.network.LocalConnectionManager
-
- closeOpenChannelConnections(ConnectionID) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- closeTask() - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- closeTaskManagerConnection(ResourceID, Exception) - 类 中的方法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) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
Closes the given stub using its RichFunction.close() method.
- CLUSTER_CONFIG_REST_PATH - 类 中的静态变量org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- ClusterConfigHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.cluster.ClusterConfigHandler
-
- ClusterConfiguration - org.apache.flink.runtime.entrypoint中的类
-
Configuration class which contains the parsed command line arguments for the
ClusterEntrypoint.
- ClusterConfiguration(String, Properties, String[]) - 类 的构造器org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- clusterConfiguration - 类 中的变量org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- ClusterConfigurationInfoHeaders - org.apache.flink.runtime.rest.messages中的类
-
- ClusterConfigurationParserFactory - org.apache.flink.runtime.entrypoint中的类
-
Parser factory which generates a
ClusterConfiguration from the given list of command line
arguments.
- ClusterConfigurationParserFactory() - 类 的构造器org.apache.flink.runtime.entrypoint.ClusterConfigurationParserFactory
-
- ClusterDatasetCorruptedException - org.apache.flink.runtime.scheduler中的异常错误
-
Indicates some task fail to consume cluster dataset.
- ClusterDatasetCorruptedException(Throwable, List<IntermediateDataSetID>) - 异常错误 的构造器org.apache.flink.runtime.scheduler.ClusterDatasetCorruptedException
-
- ClusterDataSetDeleteHandlers - org.apache.flink.runtime.rest.handler.dataset中的类
-
- ClusterDataSetDeleteHandlers(Duration) - 类 的构造器org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers
-
- ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler - org.apache.flink.runtime.rest.handler.dataset中的类
-
StatusHandler implementation for the cluster data set delete operation.
- ClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler - org.apache.flink.runtime.rest.handler.dataset中的类
-
TriggerHandler implementation for the cluster data set delete operation.
- ClusterDataSetDeleteHandlers.SerializableVoid - org.apache.flink.runtime.rest.handler.dataset中的类
-
- ClusterDataSetDeleteStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler
-
- ClusterDataSetDeleteStatusHeaders - org.apache.flink.runtime.rest.messages.dataset中的类
-
Specification for retrieving the status for the delete operation of a cluster data set.
- ClusterDataSetDeleteStatusMessageParameters - org.apache.flink.runtime.rest.messages.dataset中的类
-
- ClusterDataSetDeleteStatusMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusMessageParameters
-
- ClusterDataSetDeleteTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, GatewayRetriever<ResourceManagerGateway>) - 类 的构造器org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler
-
- ClusterDataSetDeleteTriggerHeaders - org.apache.flink.runtime.rest.messages.dataset中的类
-
Specification for triggering the deletion of a cluster data set.
- ClusterDataSetDeleteTriggerMessageParameters - org.apache.flink.runtime.rest.messages.dataset中的类
-
- ClusterDataSetDeleteTriggerMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- ClusterDataSetEntry - org.apache.flink.runtime.rest.messages.dataset中的类
-
The entry for a single cluster data set.
- clusterDataSetIdPathParameter - 类 中的变量org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- ClusterDataSetIdPathParameter - org.apache.flink.runtime.rest.messages.dataset中的类
-
Path parameter identifying cluster data sets.
- ClusterDataSetIdPathParameter() - 类 的构造器org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- ClusterDataSetListHandler - org.apache.flink.runtime.rest.handler.dataset中的类
-
- ClusterDataSetListHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, GatewayRetriever<ResourceManagerGateway>) - 类 的构造器org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetListHandler
-
- ClusterDataSetListHeaders - org.apache.flink.runtime.rest.messages.dataset中的类
-
Specification for retrieving an overview over all available cluster partitions.
- ClusterDataSetListResponseBody - org.apache.flink.runtime.rest.messages.dataset中的类
-
- ClusterEntrypoint - org.apache.flink.runtime.entrypoint中的类
-
Base class for the Flink cluster entry points.
- ClusterEntrypoint(Configuration) - 类 的构造器org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- ClusterEntrypoint.ExecutionMode - org.apache.flink.runtime.entrypoint中的枚举
-
- ClusterEntrypoint.ShutdownBehaviour - org.apache.flink.runtime.entrypoint中的枚举
-
- ClusterEntrypointException - org.apache.flink.runtime.entrypoint中的异常错误
-
- ClusterEntrypointException(String) - 异常错误 的构造器org.apache.flink.runtime.entrypoint.ClusterEntrypointException
-
- ClusterEntrypointException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.entrypoint.ClusterEntrypointException
-
- ClusterEntrypointException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.entrypoint.ClusterEntrypointException
-
- ClusterEntryPointExceptionUtils - org.apache.flink.runtime.entrypoint中的类
-
Exception utils to handle and enrich exceptions occurring in the ClusterEntrypoint.
- ClusterEntrypointUtils - org.apache.flink.runtime.entrypoint中的类
-
- ClusterInformation - org.apache.flink.runtime.entrypoint中的类
-
Information about the cluster which is shared with the cluster components.
- ClusterInformation(String, int) - 类 的构造器org.apache.flink.runtime.entrypoint.ClusterInformation
-
- ClusterOverview - org.apache.flink.runtime.messages.webmonitor中的类
-
- ClusterOverview(int, int, int, Integer, Integer, int, int, int, int) - 类 的构造器org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- ClusterOverview(ResourceOverview, JobsOverview) - 类 的构造器org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- ClusterOverviewHandler - 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>) - 类 的构造器org.apache.flink.runtime.rest.handler.cluster.ClusterOverviewHandler
-
- ClusterOverviewHeaders - org.apache.flink.runtime.rest.messages中的类
-
- ClusterOverviewWithVersion - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion
-
- ClusterPartitionManager - org.apache.flink.runtime.io.network.partition中的接口
-
Interface for components that manage cluster partitions.
- ClusterPartitionReport - 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>) - 类 的构造器org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
-
- ClusterPartitionReport.ClusterPartitionReportEntry - org.apache.flink.runtime.taskexecutor.partition中的类
-
An entry describing all partitions belonging to one dataset.
- ClusterPartitionReportEntry(IntermediateDataSetID, int, Map<ResultPartitionID, ShuffleDescriptor>) - 类 的构造器org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- ClusterResourceStatisticsProvider - org.apache.flink.runtime.resourcemanager.slotmanager中的接口
-
Provides statistics of cluster resources.
- ClusterUncaughtExceptionHandler - org.apache.flink.runtime.util中的类
-
Utility for handling any uncaught exceptions
Handles any uncaught exceptions according to cluster configuration in ClusterOptions
to either just log exception, or fail job.
- ClusterUncaughtExceptionHandler(ClusterOptions.UncaughtExceptionHandleMode) - 类 的构造器org.apache.flink.runtime.util.ClusterUncaughtExceptionHandler
-
- CoGroupDriver<IT1,IT2,OT> - org.apache.flink.runtime.operators中的类
-
CoGroup task which is executed by a Task Manager.
- CoGroupDriver() - 类 的构造器org.apache.flink.runtime.operators.CoGroupDriver
-
- CoGroupRawDriver<IT1,IT2,OT> - org.apache.flink.runtime.operators中的类
-
- CoGroupRawDriver() - 类 的构造器org.apache.flink.runtime.operators.CoGroupRawDriver
-
- CoGroupRawDriver.SimpleIterable<IN> - org.apache.flink.runtime.operators中的类
-
- CoGroupRawDriver.SimpleIterable.SimpleIterator<IN> - org.apache.flink.runtime.operators中的类
-
- CoGroupTaskIterator<T1,T2> - 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> - org.apache.flink.runtime.operators中的类
-
- CoGroupWithSolutionSetFirstDriver() - 类 的构造器org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- CoGroupWithSolutionSetSecondDriver<IT1,IT2,OT> - org.apache.flink.runtime.operators中的类
-
- CoGroupWithSolutionSetSecondDriver() - 类 的构造器org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- collect(T) - 类 中的方法org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- collect(T) - 类 中的方法org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- collect(T) - 类 中的方法org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- collect(T) - 类 中的方法org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- collect(IT) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- collect(IT) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- collect(IT) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- collect(IT) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- collect(T) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- collect(IN) - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- collect(IT) - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- collect(T) - 类 中的方法org.apache.flink.runtime.operators.shipping.OutputCollector
-
Collects a record and emits it to all writers.
- collect(OUT) - 类 中的方法org.apache.flink.runtime.operators.util.metrics.CountingCollector
-
- collectTaskStats(ImmutableSet<ExecutionAttemptID>, T) - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
Collects result from one of the tasks.
- collectUniqueDelegates(Collection<? extends AbstractChannelStateHandle<?>>...) - 类 中的静态方法org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- CoLocationConstraint - org.apache.flink.runtime.jobmanager.scheduler中的类
-
A
CoLocationConstraint stores the ID of
CoLocationGroup and an ID referring to
the actual subtask (i.e.
- CoLocationGroup - 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 - org.apache.flink.runtime.jobmanager.scheduler中的类
-
- CoLocationGroupImpl(JobVertex...) - 类 的构造器org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- combine(JobsOverview) - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
Combines the given jobs overview with this.
- CommandLineOptions - org.apache.flink.runtime.entrypoint.parser中的类
-
Container class for command line options.
- CommandLineParser<T> - org.apache.flink.runtime.entrypoint.parser中的类
-
Command line parser which produces a result from the given command line arguments.
- CommandLineParser(ParserResultFactory<T>) - 类 的构造器org.apache.flink.runtime.entrypoint.parser.CommandLineParser
-
- commit() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
Make the change visible to the readers.
- commitDate - 类 中的变量org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
The git commit date
- commitId - 类 中的变量org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
The git commit id (hash)
- CommonProcessMemorySpec<FM extends FlinkMemory> - org.apache.flink.runtime.util.config.memory中的类
-
Common memory components of Flink processes (e.g.
- CommonProcessMemorySpec(FM, JvmMetaspaceAndOverhead) - 类 的构造器org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- CompactingHashTable<T> - 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>) - 类 的构造器org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - 类 的构造器org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- CompactingHashTable.EntryIterator - org.apache.flink.runtime.operators.hash中的类
-
Iterator that traverses the whole hash table once
If entries are inserted during iteration they may be overlooked by the iterator
- CompactingHashTable.HashTableProber<PT> - org.apache.flink.runtime.operators.hash中的类
-
- compare(int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- compare(int, int, int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- compare(int, int) - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
- compare(int, int, int, int) - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
- compare(int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- compare(int, int, int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- compare(String, String) - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator
-
- compare(Tuple2<RestHandlerSpecification, ChannelInboundHandler>, Tuple2<RestHandlerSpecification, ChannelInboundHandler>) - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator
-
- comparePriority(T, T) - 接口 中的方法org.apache.flink.runtime.state.PriorityComparator
-
Compares two objects for priority.
- comparePriorityTo(T) - 接口 中的方法org.apache.flink.runtime.state.PriorityComparable
-
- compareTo(BlobKey) - 类 中的方法org.apache.flink.runtime.blob.BlobKey
-
- compareTo(HsSubpartitionFileReader) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
Provides priority calculation logic for io scheduler.
- compareTo(IntegerResourceVersion) - 类 中的方法org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- compareTo(StringResourceVersion) - 类 中的方法org.apache.flink.runtime.persistence.StringResourceVersion
-
- compareTo(SequenceNumber) - 类 中的方法org.apache.flink.runtime.state.changelog.SequenceNumber.GenericSequenceNumber
-
- compareTo(TaskManagerLocation) - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
- complete() - 类 中的静态方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
- completeAllocation() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- completed(V) - 类 中的静态方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
- completed() - 类 中的静态方法org.apache.flink.runtime.rest.messages.queue.QueueStatus
-
- CompletedCheckpoint - 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) - 类 的构造器org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- CompletedCheckpoint(JobID, long, long, long, Map<OperatorID, OperatorState>, Collection<MasterState>, CheckpointProperties, CompletedCheckpointStorageLocation, CompletedCheckpointStats, CheckpointProperties) - 类 的构造器org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- CompletedCheckpoint.CompletedCheckpointDiscardObject - org.apache.flink.runtime.checkpoint中的类
-
- CompletedCheckpointDiscardObject() - 类 的构造器org.apache.flink.runtime.checkpoint.CompletedCheckpoint.CompletedCheckpointDiscardObject
-
- CompletedCheckpointStatistics(long, CheckpointStatsStatus, boolean, long, long, long, long, long, long, long, long, int, int, CheckpointStatistics.RestAPICheckpointType, Map<JobVertexID, TaskCheckpointStatistics>, String, boolean) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.CompletedCheckpointStatistics
-
- CompletedCheckpointStats - org.apache.flink.runtime.checkpoint中的类
-
Statistics for a successfully completed checkpoint.
- CompletedCheckpointStatsSummary - org.apache.flink.runtime.checkpoint中的类
-
Summary over all completed checkpoints.
- CompletedCheckpointStatsSummarySnapshot - org.apache.flink.runtime.checkpoint中的类
-
- CompletedCheckpointStatsSummarySnapshot(StatsSummarySnapshot, StatsSummarySnapshot, StatsSummarySnapshot, StatsSummarySnapshot, StatsSummarySnapshot) - 类 的构造器org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- CompletedCheckpointStorageLocation - org.apache.flink.runtime.state中的接口
-
The CompletedCheckpointStorageLocation describes the storage aspect of a completed checkpoint.
- CompletedCheckpointStore - org.apache.flink.runtime.checkpoint中的接口
-
- completeDeploymentOf(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- completeDeploymentOf(ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Marks the deployment of the given execution as complete.
- CompletedOperationCache<K extends OperationKey,R extends Serializable> - org.apache.flink.runtime.rest.handler.async中的类
-
Cache to manage ongoing operations.
- CompletedOperationCache(Duration) - 类 的构造器org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
- CompletedSubtaskCheckpointStatistics(int, long, long, long, long, SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration, SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment, long, boolean, boolean) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- completeExceptional(SerializedThrowable) - 类 中的静态方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
- completePromiseAndDiscard() - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- completeSnapshotAndGetHandle() - 类 中的方法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 - org.apache.flink.runtime.operators.coordination中的类
-
A util class to help with a clean component shutdown.
- ComponentMetricGroup<P extends AbstractMetricGroup<?>> - org.apache.flink.runtime.metrics.groups中的类
-
Abstract MetricGroup for system components (e.g., TaskManager,
Job, Task, Operator).
- ComponentMetricGroup(MetricRegistry, String[], P) - 类 的构造器org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
-
Creates a new ComponentMetricGroup.
- CompositeBuffer - 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) - 类 的构造器org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- CompositeBuffer(BufferHeader) - 类 的构造器org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- compositeHeapBuffer() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyBufferPool
-
- compositeHeapBuffer(int) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyBufferPool
-
- CompositeKeySerializationUtils - org.apache.flink.runtime.state中的类
-
Utils for RocksDB state serialization and deserialization.
- CompositeKeySerializationUtils() - 类 的构造器org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- CompositeStateHandle - 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) - 类 中的方法org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- compress(byte[], int, int, byte[], int) - 类 中的方法org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- compress(ByteBuffer, int, int, ByteBuffer, int) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.io.compression.Lz4BlockCompressor
-
- compress(byte[], int, int, byte[], int) - 类 中的方法org.apache.flink.runtime.io.compression.Lz4BlockCompressor
-
- CompressorUtils - org.apache.flink.runtime.io.compression中的类
-
- CompressorUtils() - 类 的构造器org.apache.flink.runtime.io.compression.CompressorUtils
-
- compressToIntermediateBuffer(Buffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferCompressor
-
- compressToOriginalBuffer(Buffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferCompressor
-
- compute(Object, BiFunction<Object, Object, Object>) - 接口 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- compute(Object, BiFunction<Object, Object, Object>) - 类 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- computeConsumedSubpartitionRange(int, IntermediateResultPartition, int) - 类 中的静态方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
- computeDefaultMaxParallelism(int) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Computes a default maximum parallelism from the operator parallelism.
- computeForwardGroups(Iterable<JobVertex>, Function<JobVertexID, ExecutionJobVertex>) - 类 中的静态方法org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroupComputeUtil
-
- computeIfPresent(Object, BiFunction<Object, Object, Object>) - 接口 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- computeIfPresent(Object, BiFunction<Object, Object, Object>) - 类 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- computeKeyGroupForKeyHash(int, int) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupRangeAssignment
-
Assigns the given key to a key-group index.
- computeKeyGroupRangeForOperatorIndex(int, int, int) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Computes the memory size corresponding to the fraction of all memory governed by this
MemoryManager.
- computeNetworkBuffersForAnnouncing(int, int, int, int, int, int, Map<IntermediateDataSetID, Integer>, Map<IntermediateDataSetID, ResultPartitionType>) - 类 中的静态方法org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
- computeNumberOfPages(double) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Computes to how many pages the given number of bytes corresponds.
- computeOperatorIndexForKeyGroup(int, int, int) - 类 中的静态方法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>) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.LogicalPipelinedRegionComputeUtil
-
- computePipelinedRegions(Iterable<? extends SchedulingExecutionVertex>, Function<ExecutionVertexID, ? extends SchedulingExecutionVertex>, Function<IntermediateResultPartitionID, ? extends SchedulingResultPartition>) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.SchedulingPipelinedRegionComputeUtil
-
- computeRequiredBytesInKeyGroupPrefix(int) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor) - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleMaster
-
JM announces network memory requirement from the calculating result of this method.
- computeShuffleMemorySizeForTask(TaskInputsOutputsDescriptor) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleMaster
-
- computeVertexParallelismStore(Iterable<JobVertex>, Function<JobVertex, Integer>) - 类 中的静态方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- computeVertexParallelismStore(Iterable<JobVertex>, Function<JobVertex, Integer>, Function<Integer, Integer>) - 类 中的静态方法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>) - 类 中的静态方法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) - 类 中的静态方法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) - 类 中的静态方法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...) - 类 中的静态方法org.apache.flink.runtime.metrics.scope.ScopeFormat
-
Concatenates the given component names separated by the delimiter character.
- concatScopes(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- config - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The task configuration with the setup parameters.
- config - 类 中的变量org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- config - 类 中的变量org.apache.flink.runtime.operators.util.TaskConfig
-
- CONFIG_DIR_OPTION - 类 中的静态变量org.apache.flink.runtime.entrypoint.parser.CommandLineOptions
-
- ConfigurableCheckpointStorage - org.apache.flink.runtime.state中的接口
-
An interface for checkpoint storage types that pick up additional parameters from a
configuration.
- ConfigurableStateBackend - org.apache.flink.runtime.state中的接口
-
An interface for state backends that pick up additional parameters from a configuration.
- configuration - 类 中的变量org.apache.flink.runtime.highavailability.AbstractHaServices
-
The runtime configuration.
- ConfigurationInfo - org.apache.flink.runtime.rest.messages中的类
-
Response of the
ClusterConfigHandler, represented as a list of key-value pairs of the
cluster
Configuration.
- ConfigurationInfo() - 类 的构造器org.apache.flink.runtime.rest.messages.ConfigurationInfo
-
- ConfigurationInfo(int) - 类 的构造器org.apache.flink.runtime.rest.messages.ConfigurationInfo
-
- ConfigurationInfoEntry - org.apache.flink.runtime.rest.messages中的类
-
- ConfigurationInfoEntry(String, String) - 类 的构造器org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
- ConfigurationNotAllowedMessage - org.apache.flink.runtime.dispatcher中的类
-
If DeploymentOptions.PROGRAM_CONFIG_ENABLED is disabled, this error denotes the not
allowed configuration.
- ConfigurationParserUtils - org.apache.flink.runtime.util中的类
-
Utility class to extract related parameters from Configuration and to sanity check them.
- ConfigurationParserUtils() - 类 的构造器org.apache.flink.runtime.util.ConfigurationParserUtils
-
- configure(ReadableConfig, ClassLoader) - 接口 中的方法org.apache.flink.runtime.state.ConfigurableCheckpointStorage
-
Creates a variant of the checkpoint storage that applies additional configuration parameters.
- configure(ReadableConfig, ClassLoader) - 接口 中的方法org.apache.flink.runtime.state.ConfigurableStateBackend
-
Creates a variant of the state backend that applies additional configuration parameters.
- configure(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
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) - 类 中的方法org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- configure(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
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) - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- configure(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- configure(ReadableConfig, ClassLoader) - 类 中的方法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.
- configureUncaughtExceptionHandler(Configuration) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Sets the uncaught exception handler for current thread based on configuration.
- confirm(SequenceNumber, SequenceNumber, long) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Mark the given state changes as confirmed by the JM.
- confirmCheckpoint(long) - 类 中的方法org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- confirmCheckpoint(long) - 接口 中的方法org.apache.flink.runtime.state.TaskLocalStateStore
-
Notifies that the checkpoint with the given id was confirmed as complete.
- confirmCheckpoint(long) - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- confirmCheckpoint(ExecutionAttemptID, long, long, long) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- confirmCheckpoint(ExecutionAttemptID, long, long, long) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Confirm a checkpoint for the given task.
- confirmCheckpoint(ExecutionAttemptID, long, long, long) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- confirmLeadership(UUID, String) - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- confirmLeadership(UUID, String) - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderElectionService
-
Confirms that the
LeaderContender has accepted the leadership identified by the given
leader session id.
- confirmLeadership(UUID, String) - 类 中的方法org.apache.flink.runtime.leaderelection.StandaloneLeaderElectionService
-
- connect(S) - 接口 中的方法org.apache.flink.runtime.jobmaster.ServiceConnectionManager
-
Connect to the given service.
- connect(S) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- connect(DeclareResourceRequirementServiceConnectionManager.DeclareResourceRequirementsService) - 枚举 中的方法org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
- connect(ResourceID, JobMasterGateway, TaskManagerActions, CheckpointResponder, GlobalAggregateManager, PartitionProducerStateChecker) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Connects the job to a JobManager and associates the provided services with this
connection.
- CONNECTION_INFO_NODE - 类 中的静态变量org.apache.flink.runtime.util.ZooKeeperUtils
-
- ConnectionClosedException - org.apache.flink.runtime.rest中的异常错误
-
Exception which is thrown if the
RestClient detects that a connection was closed.
- ConnectionClosedException(String) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionClosedException
-
- ConnectionClosedException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionClosedException
-
- ConnectionClosedException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionClosedException
-
- ConnectionErrorMessage - org.apache.flink.runtime.io.network.netty中的类
-
Message for indicating connection error.
- ConnectionErrorMessage(Throwable) - 类 的构造器org.apache.flink.runtime.io.network.netty.ConnectionErrorMessage
-
- ConnectionException - org.apache.flink.runtime.rest中的异常错误
-
Base class for all connection related exception thrown by the
RestClient.
- ConnectionException(String) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionException
-
- ConnectionException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionException
-
- ConnectionException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionException
-
- ConnectionID - 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) - 类 的构造器org.apache.flink.runtime.io.network.ConnectionID
-
- ConnectionID(InetSocketAddress, int) - 类 的构造器org.apache.flink.runtime.io.network.ConnectionID
-
- ConnectionIdleException - org.apache.flink.runtime.rest中的异常错误
-
Exception which is thrown by the
RestClient if a connection becomes idle.
- ConnectionIdleException(String) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionIdleException
-
- ConnectionIdleException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionIdleException
-
- ConnectionIdleException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.ConnectionIdleException
-
- ConnectionManager - org.apache.flink.runtime.io.network中的接口
-
The connection manager manages physical connections for the (logical) remote input channels at
runtime.
- connectionManager - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- ConnectionUtils - org.apache.flink.runtime.net中的类
-
Utilities to determine the network interface and address that should be used to bind the
TaskManager communication to.
- ConnectionUtils() - 类 的构造器org.apache.flink.runtime.net.ConnectionUtils
-
- ConnectionUtils.LeaderConnectingAddressListener - org.apache.flink.runtime.net中的类
-
- connectNewDataSetAsInput(JobVertex, DistributionPattern, ResultPartitionType) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- connectNewDataSetAsInput(JobVertex, DistributionPattern, ResultPartitionType, boolean) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- connectNewDataSetAsInput(JobVertex, DistributionPattern, ResultPartitionType, IntermediateDataSetID, boolean) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- connectPartitionWithConsumerVertexGroup(IntermediateResultPartitionID, ConsumerVertexGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- connectToPredecessors(Map<IntermediateDataSetID, IntermediateResult>) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- connectToResourceManager(ResourceManagerGateway) - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
- connectToResourceManager(ResourceManagerGateway) - 类 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- connectToResourceManager(ResourceManagerGateway) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- connectToResourceManager(ResourceManagerGateway) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Connects the SlotPool to the given ResourceManager.
- connectToResourceManager(ResourceManagerGateway) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Connects the SlotPool to the given ResourceManager.
- connectVertexWithConsumedPartitionGroup(ExecutionVertexID, ConsumedPartitionGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- CONSERVATIVE_PAGE_SIZE_MULTIPLE - 类 中的静态变量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) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
Utility function that composes a string for logging purposes.
- consume(T, int) - 接口 中的方法org.apache.flink.runtime.state.KeyGroupPartitioner.KeyGroupElementsConsumer
-
- consumeAndCacheRemainingData() - 类 中的方法org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- consumeBuffer(int) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Try to consume next buffer.
- consumeBuffer(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- consumeBuffer(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- consumed() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- ConsumedPartitionGroup - org.apache.flink.runtime.scheduler.strategy中的类
-
- consumedSubpartitionIndex - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
The index of the subpartition consumed by this channel.
- ConsumerRegionGroupExecutionView - org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease中的类
-
- ConsumerRegionGroupExecutionView() - 类 的构造器org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.ConsumerRegionGroupExecutionView
-
- ConsumerVertexGroup - org.apache.flink.runtime.scheduler.strategy中的类
-
- ContaineredTaskManagerParameters - org.apache.flink.runtime.clusterframework中的类
-
This class describes the basic parameters for launching a TaskManager process.
- ContaineredTaskManagerParameters(TaskExecutorProcessSpec, HashMap<String, String>) - 类 的构造器org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters
-
- contains(Object) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- contains(T) - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns whether the given element is contained in this list.
- contains(JobVertexID) - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
- contains(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- contains(SequenceNumber) - 接口 中的方法org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- contains(SequenceNumber) - 类 中的方法org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- contains(K) - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- contains(int) - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
Checks whether or not a single key-group is contained in the range.
- contains(int) - 接口 中的方法org.apache.flink.runtime.state.KeyGroupsList
-
Returns true, if the given key group id is contained in the list, otherwise false.
- contains(VID) - 接口 中的方法org.apache.flink.runtime.topology.PipelinedRegion
-
Returns whether the vertex is in this pipelined region or not.
- containsAll(Collection<?>) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- containsFreeSlot(AllocationID) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- containsFreeSlot(AllocationID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- containsJob(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- containsJob(JobID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Check whether the given job is being monitored or not.
- containsJob(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
Check whether the service monitors the given job.
- containsJob(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Check whether the service monitors the given job.
- containsKey(Object) - 接口 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- containsKey(Object) - 类 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- containsKey(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- containsKey(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
Returns whether this map contains the specified key/namespace composite key.
- containsKey(N) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- containsKeyB(B) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- containsOperation(K) - 类 中的方法org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
Returns whether this cache contains an operation under the given operation key.
- containsPriorityElement(T) - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns whether the given element is a known priority element.
- containsResource(ResourceProfile) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Checks whether resourceProfile is contained in this counter.
- containsSinks() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- containsSinks() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- containsSlot(AllocationID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Checks whether the slot pool contains a slot with the given allocationId.
- containsSlot(AllocationID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- containsSlot(SlotID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- containsSlots(ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Checks whether the slot pool contains at least one slot belonging to the specified owner.
- containsSlots(ResourceID) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- containsSlots(ResourceID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- containsSources() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- containsSources() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- CONTENT_TYPE_BINARY - 枚举 中的静态变量org.apache.flink.runtime.rest.util.RestConstants
-
- CONTENT_TYPE_JAR - 枚举 中的静态变量org.apache.flink.runtime.rest.util.RestConstants
-
- ConversionException - org.apache.flink.runtime.rest.messages中的异常错误
-
Exception which is thrown if an input cannot be converted into the requested type.
- ConversionException(String) - 异常错误 的构造器org.apache.flink.runtime.rest.messages.ConversionException
-
- ConversionException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.messages.ConversionException
-
- ConversionException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.messages.ConversionException
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.JobIDPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexIdPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.LogFileNamePathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Converts the given string to a valid value of this parameter.
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.OperatorIDPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerIdPathParameter
-
- convertFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.TriggerIdPathParameter
-
- convertRecoveredInputChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobsFilterQueryParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsFilterParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtasksFilterQueryParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagersFilterQueryParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.UpperLimitExceptionParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
Converts the given string to a valid value of this parameter.
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- convertStringToValue(String) - 类 中的方法org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter
-
- convertToFractionOfSlot(ManagedMemoryUseCase, double, Set<ManagedMemoryUseCase>, Configuration, Optional<Boolean>, ClassLoader) - 枚举 中的静态方法org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
- convertToPriorityEvent(int, int) - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- convertToPriorityEvent(int, int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- convertToPriorityEvent(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- convertToPriorityEvent(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- convertToString(Long) - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- convertToString(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- convertToString(Integer) - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
- convertToString(JobID) - 类 中的方法org.apache.flink.runtime.rest.messages.JobIDPathParameter
-
- convertToString(JobVertexID) - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexIdPathParameter
-
- convertToString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.LogFileNamePathParameter
-
- convertToString(X) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Converts the given value to its string representation.
- convertToString(List<X>) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
- convertToString(OperatorID) - 类 中的方法org.apache.flink.runtime.rest.messages.OperatorIDPathParameter
-
- convertToString(Integer) - 类 中的方法org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- convertToString(ResourceID) - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerIdPathParameter
-
- convertToString(TriggerId) - 类 中的方法org.apache.flink.runtime.rest.messages.TriggerIdPathParameter
-
- convertValueToString(Boolean) - 类 中的方法org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- convertValueToString(FlameGraphTypeQueryParameter.Type) - 类 中的方法org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter
-
- convertValueToString(JobID) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobsFilterQueryParameter
-
- convertValueToString(MetricsAggregationParameter.AggregationMode) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter
-
- convertValueToString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsFilterParameter
-
- convertValueToString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtasksFilterQueryParameter
-
- convertValueToString(ResourceID) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagersFilterQueryParameter
-
- convertValueToString(Integer) - 类 中的方法org.apache.flink.runtime.rest.messages.job.UpperLimitExceptionParameter
-
- convertValueToString(X) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageQueryParameter
-
Converts the given value to its string representation.
- convertValueToString(Integer) - 类 中的方法org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- convertValueToString(TerminationModeQueryParameter.TerminationMode) - 类 中的方法org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter
-
- CoordinatedTask - org.apache.flink.runtime.jobgraph.tasks中的接口
-
- CoordinationRequest - org.apache.flink.runtime.operators.coordination中的接口
-
- CoordinationRequestGateway - org.apache.flink.runtime.operators.coordination中的接口
-
- CoordinationRequestHandler - org.apache.flink.runtime.operators.coordination中的接口
-
- CoordinationResponse - org.apache.flink.runtime.operators.coordination中的接口
-
- coordinator() - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- CoordinatorStore - org.apache.flink.runtime.operators.coordination中的接口
-
- CoordinatorStoreImpl - org.apache.flink.runtime.operators.coordination中的类
-
- CoordinatorStoreImpl() - 类 的构造器org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- copy() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
Returns a retained copy with separate indexes.
- copy(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- copy(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
Create a copy of this QueryScopeInfo and append the given scope.
- copy(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerQueryScopeInfo
-
- copy(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobQueryScopeInfo
-
- copy(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- copy(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskManagerQueryScopeInfo
-
- copy(String) - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- copy(ArrayList<T>) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- copy(ArrayList<T>, ArrayList<T>) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- copy(T) - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- copy(T, T) - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- copy(VoidNamespace) - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- copy(VoidNamespace, VoidNamespace) - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- copy(DataInputView, DataOutputView) - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- copy1 - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- copy2 - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- copyAndDiscardInFlightData() - 类 中的方法org.apache.flink.runtime.checkpoint.FullyFinishedOperatorState
-
- copyAndDiscardInFlightData() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- copyJobGraph() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
Returns a copy of a jobGraph that can be mutated.
- CopyOnWriteStateMap<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
Implementation of Flink's in-memory state maps with copy-on-write support.
- CopyOnWriteStateMap.StateMapEntry<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
- CopyOnWriteStateMapSnapshot<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
- CopyOnWriteStateTable<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
- CopyOnWriteStateTableSnapshot<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
This class represents the snapshot of a
CopyOnWriteStateTable and has a role in operator
state checkpointing.
- copyTemplate() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- copyWithReaderPosition(int) - 类 中的方法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 - org.apache.flink.runtime.operators.util中的异常错误
-
Exception indicating that the parsed configuration was corrupt.
- CorruptConfigurationException(String) - 异常错误 的构造器org.apache.flink.runtime.operators.util.CorruptConfigurationException
-
Creates a new exception with the given error message.
- CorruptConfigurationException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.operators.util.CorruptConfigurationException
-
- count - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDump.CounterDump
-
- countBuffers() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- counter(String) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- counter(String, C) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- counter(String) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- counter(String, C) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- CounterDump(QueryScopeInfo, String, long) - 类 的构造器org.apache.flink.runtime.metrics.dump.MetricDump.CounterDump
-
- CountingCollector<OUT> - org.apache.flink.runtime.operators.util.metrics中的类
-
- CountingCollector(Collector<OUT>, Counter) - 类 的构造器org.apache.flink.runtime.operators.util.metrics.CountingCollector
-
- CountingIterable<IN> - org.apache.flink.runtime.operators.util.metrics中的类
-
- CountingIterable(Iterable<IN>, Counter) - 类 的构造器org.apache.flink.runtime.operators.util.metrics.CountingIterable
-
- CountingIterator<IN> - org.apache.flink.runtime.operators.util.metrics中的类
-
- CountingIterator(Iterator<IN>, Counter) - 类 的构造器org.apache.flink.runtime.operators.util.metrics.CountingIterator
-
- CountingMutableObjectIterator<IN> - org.apache.flink.runtime.operators.util.metrics中的类
-
- CountingMutableObjectIterator(MutableObjectIterator<IN>, Counter) - 类 的构造器org.apache.flink.runtime.operators.util.metrics.CountingMutableObjectIterator
-
- Counts(long, long, int, long, long) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- create(BlocklistContext, Function<ResourceID, String>, ComponentMainThreadExecutor, Logger) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistHandler.Factory
-
- create(BlocklistContext, Function<ResourceID, String>, ComponentMainThreadExecutor, Logger) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistHandler.Factory
-
- create(BlocklistContext, Function<ResourceID, String>, ComponentMainThreadExecutor, Logger) - 类 中的方法org.apache.flink.runtime.blocklist.NoOpBlocklistHandler.Factory
-
- create() - 接口 中的方法org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook.Factory
-
Instantiates the MasterTriggerRestoreHook.
- create(Configuration, TaskExecutorProcessSpec) - 类 中的静态方法org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters
-
Computes the parameters to be used to start a TaskManager Java process.
- create(JobResult, CheckpointRecoveryFactory, Configuration, Executor) - 枚举 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
- create(JobResult, CheckpointRecoveryFactory, Configuration, Executor) - 接口 中的方法org.apache.flink.runtime.dispatcher.cleanup.CleanupRunnerFactory
-
- create(DispatcherGateway, ScheduledExecutor, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherBootstrapFactory
-
- create() - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerMetricGroupFactory
-
- create(DispatcherId, Collection<JobGraph>, Collection<JobResult>, JobGraphWriter, JobResultStore) - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory
-
- create(LeaderElectionService, FatalErrorHandler, DispatcherLeaderProcessFactory) - 类 中的静态方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- create(UUID) - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.DispatcherLeaderProcessFactory
-
- create(UUID) - 类 中的方法org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcessFactory
-
- create(JobGraphRetriever) - 类 中的静态方法org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcessFactoryFactory
-
- create(UUID, AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory, JobGraphStore, JobResultStore, Executor, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess
-
- create(UUID) - 类 中的方法org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactory
-
- create(DispatcherFactory) - 类 中的静态方法org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactoryFactory
-
- create(Configuration, ResourceID, Executor, RpcService, HighAvailabilityServices, BlobServer, HeartbeatServices, DelegationTokenManager, MetricRegistry, ExecutionGraphInfoStore, MetricQueryServiceRetriever, FatalErrorHandler) - 类 中的方法org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory
-
- create(Configuration, ResourceID, Executor, RpcService, HighAvailabilityServices, BlobServer, HeartbeatServices, DelegationTokenManager, MetricRegistry, ExecutionGraphInfoStore, MetricQueryServiceRetriever, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponentFactory
-
- create(File) - 类 中的静态方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- create() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ExponentialDelayRestartBackoffTimeStrategy.ExponentialDelayRestartBackoffTimeStrategyFactory
-
- create(SchedulingTopology, ResultPartitionAvailabilityChecker) - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailoverStrategy.Factory
-
- create() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureRateRestartBackoffTimeStrategy.FailureRateRestartBackoffTimeStrategyFactory
-
- create() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FixedDelayRestartBackoffTimeStrategy.FixedDelayRestartBackoffTimeStrategyFactory
-
- create() - 枚举 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy.NoRestartBackoffTimeStrategyFactory
-
- create(SchedulingTopology, ResultPartitionAvailabilityChecker) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartAllFailoverStrategy.Factory
-
- create() - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartBackoffTimeStrategy.Factory
-
- create(SchedulingTopology, ResultPartitionAvailabilityChecker) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy.Factory
-
- create(Configuration, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.highavailability.ClientHighAvailabilityServicesFactory
-
- create(Configuration, FatalErrorHandler) - 类 中的方法org.apache.flink.runtime.highavailability.DefaultClientHighAvailabilityServicesFactory
-
- create(int, ResultPartition, File, int, boolean) - 枚举 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
Creates BoundedBlockingSubpartition of this type.
- create(ShuffleIOOwnerContext, int, InputGateDeploymentDescriptor, PartitionProducerStateProvider) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
Creates an input gate and all of its input channels.
- create(PartitionTrackerFactory.TaskExecutorGatewayLookup) - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionTrackerFactory
-
Creates a new PartitionTracker.
- create(String, int, ResultPartitionDeploymentDescriptor) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionFactory
-
- create(String, int, ResultPartitionID, ResultPartitionType, int, int, SupplierWithException<BufferPool, IOException>) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionFactory
-
- create(SlotPoolServiceFactory, SchedulerNGFactory) - 类 中的静态方法org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- create(ExecutionDeploymentReconciliationHandler) - 接口 中的方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentReconciler.Factory
-
- create(JobGraph) - 类 中的方法org.apache.flink.runtime.jobmaster.factories.DefaultJobManagerJobMetricGroupFactory
-
- create(UUID) - 类 中的方法org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceProcessFactory
-
- create(JobGraph) - 接口 中的方法org.apache.flink.runtime.jobmaster.factories.JobManagerJobMetricGroupFactory
-
- create(UUID) - 接口 中的方法org.apache.flink.runtime.jobmaster.factories.JobMasterServiceProcessFactory
-
- create(JobGraph) - 枚举 中的方法org.apache.flink.runtime.jobmaster.factories.UnregisteredJobManagerJobMetricGroupFactory
-
- create(JobID, Consumer<? super Collection<ResourceRequirement>>, Time, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.BlocklistDeclarativeSlotPoolFactory
-
- create(JobID, Consumer<? super Collection<ResourceRequirement>>, Time, Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolFactory
-
- create(JobID, Consumer<? super Collection<ResourceRequirement>>, Time, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPoolFactory
-
- create() - 类 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.PreviousAllocationSlotSelectionStrategy
-
- create(SlotSelectionStrategy) - 类 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.PreviousAllocationSlotSelectionStrategy
-
- create(String, UnresolvedTaskManagerLocation, UUID) - 类 中的静态方法org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- create(String, LeaderInformation) - 类 中的静态方法org.apache.flink.runtime.leaderelection.LeaderInformationWithComponentId
-
- create(MultipleComponentLeaderElectionDriver.Listener) - 接口 中的方法org.apache.flink.runtime.leaderelection.MultipleComponentLeaderElectionDriverFactory
-
- create(MultipleComponentLeaderElectionDriver.Listener) - 类 中的方法org.apache.flink.runtime.leaderelection.ZooKeeperMultipleComponentLeaderElectionDriverFactory
-
- create(long, int) - 类 中的静态方法org.apache.flink.runtime.memory.MemoryManager
-
Creates a memory manager with the given capacity and given page size.
- create(Collection<JobStatus>) - 类 中的静态方法org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- create(MetricRegistry, String) - 类 中的静态方法org.apache.flink.runtime.metrics.groups.ProcessMetricGroup
-
- create(MetricRegistry, String) - 类 中的静态方法org.apache.flink.runtime.metrics.groups.ResourceManagerMetricGroup
-
- create(MetricRegistry, String) - 类 中的静态方法org.apache.flink.runtime.metrics.groups.SlotManagerMetricGroup
-
- create(OperatorCoordinator.Context) - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider
-
Creates the OperatorCoordinator, using the given context.
- create(SerializedValue<OperatorCoordinator.Provider>, ExecutionJobVertex, ClassLoader, CoordinatorStore, boolean) - 类 中的静态方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- create(OperatorCoordinator.Context) - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- create(OperatorCoordinator.Context, long) - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- create(List<MemorySegment>) - 类 中的方法org.apache.flink.runtime.operators.sort.DefaultInMemorySorterFactory
-
- create(List<MemorySegment>) - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorterFactory
-
- create(ResourceManagerFactory<?>, Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, MetricRegistry, String, Executor) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- create(R, M) - 类 中的静态方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
- create(R, M, Collection<File>) - 类 中的静态方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
- create(List<SubtaskExecutionAttemptDetailsInfo>) - 类 中的静态方法org.apache.flink.runtime.rest.messages.AggregatedTaskDetailsInfo
-
- create(List<IOMetricsInfo>, List<Map<ExecutionState, Long>>) - 类 中的静态方法org.apache.flink.runtime.rest.messages.AggregatedTaskDetailsInfo
-
- create() - 类 中的静态方法org.apache.flink.runtime.rest.messages.EnvironmentInfo
-
- create(AccessExecution, MetricFetcher, JobID, JobVertexID, List<SubtaskExecutionAttemptDetailsInfo>) - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- create(Collection<ThreadDumpInfo.ThreadInfo>) - 类 中的静态方法org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
- create(String, String) - 类 中的静态方法org.apache.flink.runtime.rest.messages.ThreadDumpInfo.ThreadInfo
-
- create(Map<ExecutionVertexID, LogicalSlot>) - 类 中的静态方法org.apache.flink.runtime.scheduler.adaptive.allocator.ReservedSlots
-
- create(AccessExecution, String) - 类 中的静态方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Creates an ExceptionHistoryEntry based on the provided Execution.
- create(FailureHandlingResult, Function<ExecutionVertexID, Collection<Execution>>) - 类 中的静态方法org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
- create(ClassLoader, Configuration, ScheduledExecutor, ExecutorService) - 类 中的静态方法org.apache.flink.runtime.security.token.KerberosDelegationTokenManagerFactory
-
- create(TaskManagerLocation, ExecutionAttemptID) - 类 中的静态方法org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- create(ResourceProfile, int) - 类 中的静态方法org.apache.flink.runtime.slots.ResourceRequirement
-
- create(JobID, String, Collection<ResourceRequirement>) - 类 中的静态方法org.apache.flink.runtime.slots.ResourceRequirements
-
- create(KeyGroupRangeOffsets, StreamStateHandle) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.KeyedStateHandleFactory
-
- create(String, TypeSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- create(String, TypeSerializer<T>, boolean) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- create(String, TypeSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSetFactory
-
- create(int, int, KeyExtractorFunction<T>, PriorityComparator<T>) - 接口 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue.PartitionQueueSetFactory
-
Creates a new queue for a given key-group partition.
- create(String, TypeSerializer<T>) - 接口 中的方法org.apache.flink.runtime.state.PriorityQueueSetFactory
-
- create(String, TypeSerializer<T>, boolean) - 接口 中的方法org.apache.flink.runtime.state.PriorityQueueSetFactory
-
- create(Executor, Collection<CompletedCheckpoint>, RestoreMode) - 接口 中的方法org.apache.flink.runtime.state.SharedStateRegistryFactory
-
- create() - 类 中的静态方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- create(Configuration) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Factory method for initializing a TaskExecutorMemoryConfiguration based on the passed
Configuration.
- createActivatorDeactivator() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- createAllocatedSlotReport(ResourceID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- createAllocatedSlotReport(ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Create report about the allocated slots belonging to the specified task manager.
- createAllocatedSlotReport(ResourceID) - 接口 中的方法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, Logger) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultExecutionGraphFactory
-
- createAndRestoreExecutionGraph(JobGraph, CompletedCheckpointStore, CheckpointsCleaner, CheckpointIDCounter, TaskDeploymentDescriptorFactory.PartitionLocationConstraint, long, VertexAttemptNumberStore, VertexParallelismStore, ExecutionStateUpdateListener, Logger) - 接口 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphFactory
-
- createArchivedExecutionGraph(JobStatus, Throwable) - 类 中的方法org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceProcessFactory
-
- createArchivedExecutionGraph(JobStatus, Throwable) - 接口 中的方法org.apache.flink.runtime.jobmaster.factories.JobMasterServiceProcessFactory
-
- createAvailableOrEmbeddedServices(Configuration, Executor, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
- createBlobCacheService(Configuration, Reference<File>, BlobView, InetSocketAddress) - 类 中的静态方法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) - 类 中的静态方法org.apache.flink.runtime.blob.BlobUtils
-
Creates the
BlobServer from the given configuration, fallback storage directory and
blob store.
- createBlobStore() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- createBlobStore() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Creates the BLOB store in which BLOBs are stored in a highly-available fashion.
- createBlobStore() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- createBlobStoreFromConfig(Configuration) - 类 中的静态方法org.apache.flink.runtime.blob.BlobUtils
-
Creates a BlobStore based on the parameters set in the configuration.
- createBlockChannelReader(FileIOChannel.ID) - 类 中的方法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>) - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelWriter(FileIOChannel.ID) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback<MemorySegment>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback<MemorySegment>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBlockCompressionFactory(String) - 接口 中的静态方法org.apache.flink.runtime.io.compression.BlockCompressionFactory
-
- createBufferConsumer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
This method always creates a
BufferConsumer starting from the current writer offset.
- createBufferConsumerFromBeginning() - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createBufferFileReader(FileIOChannel.ID, RequestDoneCallback<Buffer>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBufferFileSegmentReader(FileIOChannel.ID, RequestDoneCallback<FileSegment>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createBufferFileSegmentReader(FileIOChannel.ID, RequestDoneCallback<FileSegment>) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBufferFileWriter(FileIOChannel.ID) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createBufferFileWriter(FileIOChannel.ID) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBufferPool(int, int) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- createBufferPool(int, int, int, int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - 类 中的方法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) - 类 中的方法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() - 接口 中的方法org.apache.flink.runtime.io.disk.FileChannelManager
-
Creates an ID identifying an underlying file channel and returns it.
- createChannel() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
- createChannel() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createChannelEnumerator() - 接口 中的方法org.apache.flink.runtime.io.disk.FileChannelManager
-
Creates an enumerator for channels that logically belong together and returns it.
- createChannelEnumerator() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
- createChannelEnumerator() - 类 中的方法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() - 接口 中的方法org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
Creates a the serializer to (de)serializes the data stored by this hook.
- createCheckpointDirectory(Path, long) - 类 中的静态方法org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Creates the directory path for the data exclusive to a specific checkpoint.
- createCheckpointIDCounter(JobID) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointRecoveryFactory
-
- createCheckpointIDCounter(JobID) - 类 中的方法org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory
-
- createCheckpointIDCounter(JobID) - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
-
- createCheckpointIDCounter(JobID) - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointRecoveryFactory
-
- createCheckpointIDCounter(CuratorFramework) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createCheckpointIDCounterIfCheckpointingIsEnabled(JobGraph, CheckpointRecoveryFactory) - 类 中的静态方法org.apache.flink.runtime.scheduler.SchedulerUtils
-
- createCheckpointRecoveryFactory() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create the checkpoint recovery factory for the job manager.
- createCheckpointRecoveryFactory() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStreamFactory
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory
-
- createCheckpointStateOutputStream(CheckpointedStateScope) - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory
-
- createCheckpointStorage(JobID) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorage
-
Creates a storage for checkpoints for the given job.
- createCheckpointStorage(JobID) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
- createCheckpointStorage(JobID) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
- createCheckpointStorage(JobID) - 类 中的方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- createCheckpointStorage(JobID) - 类 中的方法org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- createChildGroup(String, AbstractMetricGroup.ChildType) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- createChildGroup(String, AbstractMetricGroup.ChildType) - 类 中的方法org.apache.flink.runtime.metrics.groups.GenericKeyMetricGroup
-
- createClassLoader(URL[]) - 接口 中的方法org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager.ClassLoaderFactory
-
- createClient() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
- createClientHAService(Configuration, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
- createClientHAServices(Configuration) - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesFactory
-
- createClientSSLEngineFactory() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- createClusterPartitionReport() - 接口 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
- createClusterPartitionReport() - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- createCompletedCheckpoints(CuratorFramework, Configuration, int, SharedStateRegistryFactory, Executor, Executor, RestoreMode) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createCompletedCheckpointStoreIfCheckpointingIsEnabled(JobGraph, Configuration, CheckpointRecoveryFactory, Executor, Logger) - 类 中的静态方法org.apache.flink.runtime.scheduler.SchedulerUtils
-
- createContext(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.contexts.HadoopSecurityContextFactory
-
- createContext(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.contexts.NoOpSecurityContextFactory
-
- createContext(SecurityConfiguration) - 接口 中的方法org.apache.flink.runtime.security.contexts.SecurityContextFactory
-
create security context.
- createCopy(TypeSerializer<T>, T, T) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingMergeInnerJoinIterator
-
- createCopy(TypeSerializer<T>, T, T) - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingMergeOuterJoinIterator
-
- createCopy(TypeSerializer<T>, T, T) - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingMergeInnerJoinIterator
-
- createCopy(TypeSerializer<T>, T, T) - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingMergeOuterJoinIterator
-
- created(JobResult) - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- createDefault() - 类 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- createDefaultJobManagerProcessSpec(int) - 类 中的静态方法org.apache.flink.runtime.jobmanager.JobManagerProcessUtils
-
- createDefaultJobResultStorePath(String, String) - 类 中的静态方法org.apache.flink.runtime.highavailability.FileSystemJobResultStore
-
- createDefaultWorkerResourceSpec(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.ArbitraryWorkerResourceSpecFactory
-
- createDefaultWorkerResourceSpec(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpecFactory
-
- createDeploymentDescriptor(AllocationID, JobManagerTaskRestore, Collection<ResultPartitionDeploymentDescriptor>) - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
- createDetailsForJob(AccessExecutionGraph) - 类 中的静态方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- createDirtyResult(JobResultEntry) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- createDirtyResult(JobResultEntry) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- createDirtyResultInternal(JobResultEntry) - 类 中的方法org.apache.flink.runtime.highavailability.FileSystemJobResultStore
-
- createDirtyResultInternal(JobResultEntry) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedJobResultStore
-
- createDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents) - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherFactory
-
- createDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents) - 枚举 中的方法org.apache.flink.runtime.dispatcher.JobDispatcherFactory
-
- createDispatcher(RpcService, DispatcherId, Collection<JobGraph>, Collection<JobResult>, DispatcherBootstrapFactory, PartialDispatcherServicesWithJobPersistenceComponents) - 枚举 中的方法org.apache.flink.runtime.dispatcher.SessionDispatcherFactory
-
- createDispatcherResourceManagerComponentFactory(Configuration) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createDispatcherResourceManagerComponentFactory(Configuration) - 类 中的方法org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint
-
- createDispatcherResourceManagerComponentFactory() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- createDispatcherResourceManagerComponents(Configuration, MiniCluster.RpcServiceFactory, BlobServer, HeartbeatServices, DelegationTokenManager, MetricRegistry, MetricQueryServiceRetriever, FatalErrorHandler) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- createDispatcherRunner(LeaderElectionService, FatalErrorHandler, JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices) - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunnerFactory
-
- createDispatcherRunner(LeaderElectionService, FatalErrorHandler, JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices) - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.DispatcherRunnerFactory
-
- createDriverFactory(String) - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultMultipleComponentLeaderElectionService
-
- createDriverFactory(String) - 接口 中的方法org.apache.flink.runtime.leaderelection.MultipleComponentLeaderElectionService
-
- createDuplicatingStream(long, CheckpointedStateScope, CheckpointStreamFactory, LocalRecoveryDirectoryProvider) - 接口 中的静态方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
- createErrorInfoWithNullableCause(Throwable, long) - 类 中的静态方法org.apache.flink.runtime.executiongraph.ErrorInfo
-
Instantiates an ErrorInfo to cover inconsistent behavior due to FLINK-21376.
- createEvenlySpreadOut() - 类 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- createExecutionGraphCache(RestHandlerConfiguration) - 接口 中的静态方法org.apache.flink.runtime.rest.RestEndpointFactory
-
- createExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], Time, long, int, int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- createExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], Time, long, int, int) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionJobVertex
-
- createExecutorService(int, int, String) - 类 中的静态方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.DispatcherLeaderProcessFactoryFactory
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - 类 中的方法org.apache.flink.runtime.dispatcher.runner.JobDispatcherLeaderProcessFactoryFactory
-
- createFactory(JobPersistenceComponentFactory, Executor, RpcService, PartialDispatcherServices, FatalErrorHandler) - 类 中的方法org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactoryFactory
-
- createFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.ExponentialDelayRestartBackoffTimeStrategy
-
- createFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureRateRestartBackoffTimeStrategy
-
- createFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.FixedDelayRestartBackoffTimeStrategy
-
- createFailureHandlingResultSnapshot(FailureHandlingResult) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- createFileReader(int, FileChannel, HsSubpartitionViewInternalOperations, HsFileDataIndex, int, Consumer<HsSubpartitionFileReader>, ByteBuffer) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReader.Factory
-
- createFileReader(int, FileChannel, HsSubpartitionViewInternalOperations, HsFileDataIndex, int, Consumer<HsSubpartitionFileReader>, ByteBuffer) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.Factory
-
- createFileSystemStateStorage(Configuration, String) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createFor(TaskExecutor) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- createForDeserializedState() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotTransformer.StateSnapshotTransformFactory
-
- createForDeserializedState() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotTransformers.ListStateSnapshotTransformFactory
-
- createForDeserializedState() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotTransformers.MapStateSnapshotTransformFactory
-
- createForDeserializedState() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotTransformers.StateSnapshotTransformFactoryWrapAdaptor
-
- createForSerializedState() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotTransformer.StateSnapshotTransformFactory
-
- createForSerializedState() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotTransformers.StateSnapshotTransformFactoryWrapAdaptor
-
- createFrom(Configuration, File) - 类 中的静态方法org.apache.flink.runtime.entrypoint.component.FileJobGraphRetriever
-
- createFrom(ExecutionGraph) - 类 中的静态方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- createFrom(ExecutionGraph, JobStatus) - 类 中的静态方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- createFrom(AccessExecutionGraph) - 类 中的静态方法org.apache.flink.runtime.jobmaster.JobResult
-
- createFromConfig(ReadableConfig, ClassLoader) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageFactory
-
Creates the checkpoint storage, optionally using the given configuration.
- createFromConfig(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackendFactory
-
- createFromConfig(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.hashmap.HashMapStateBackendFactory
-
- createFromConfig(ReadableConfig, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackendFactory
-
- createFromConfig(ReadableConfig, ClassLoader) - 接口 中的方法org.apache.flink.runtime.state.StateBackendFactory
-
Creates the state backend, optionally using the given configuration.
- createFromConfig(ReadableConfig, ClassLoader) - 类 中的静态方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- createFromConfig(ReadableConfig, ClassLoader) - 类 中的静态方法org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- createFromIntermediateResult(IntermediateResult) - 类 中的静态方法org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
- createFromSlotPool(SlotPool, Clock) - 类 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl
-
- createFullFlameGraphFrom(JobVertexThreadInfoStats) - 类 中的静态方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraphFactory
-
- createGateway(CompletableFuture<Tuple2<String, UUID>>) - 类 中的方法org.apache.flink.runtime.webmonitor.retriever.impl.RpcGatewayRetriever
-
- createGateway(CompletableFuture<Tuple2<String, UUID>>) - 类 中的方法org.apache.flink.runtime.webmonitor.retriever.LeaderGatewayRetriever
-
- createGlobal(Throwable) - 类 中的静态方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
Creates an ExceptionHistoryEntry that is not based on an Execution.
- createGlobalResourceCleaner(ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.DispatcherResourceCleanerFactory
-
- createGlobalResourceCleaner(ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.dispatcher.cleanup.ResourceCleanerFactory
-
- createHandler(Configuration, Map<String, String>) - 接口 中的方法org.apache.flink.runtime.io.network.netty.InboundChannelHandlerFactory
-
Creates new instance of ChannelHandler
- createHandler(Configuration) - 接口 中的方法org.apache.flink.runtime.io.network.netty.OutboundChannelHandlerFactory
-
Creates new instance of ChannelHandler
- createHaServices(Configuration, Executor, RpcSystemUtils) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createHAServices(Configuration, Executor) - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesFactory
-
- createHeartbeatManager(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatServices
-
Creates a heartbeat manager which does not actively send heartbeats.
- createHeartbeatManagerSender(ResourceID, HeartbeatListener<I, O>, ScheduledExecutor, Logger) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatServices
-
Creates a heartbeat manager which actively sends heartbeats to monitoring targets.
- createHeartbeatMonitor(ResourceID, HeartbeatTarget<O>, ScheduledExecutor, HeartbeatListener<?, O>, long, int) - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor.Factory
-
Create heartbeat monitor heartbeat monitor.
- createHeartbeatServices(Configuration) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createHighAvailabilityServices(Configuration, Executor, AddressResolution, RpcSystemUtils, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
- createHighAvailabilityServices(Configuration, Executor) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- createHistoryServerArchivist(Configuration, JsonArchivist, Executor) - 接口 中的静态方法org.apache.flink.runtime.dispatcher.HistoryServerArchivist
-
- createIn(File, String) - 类 中的静态方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- createInputGates(ShuffleIOOwnerContext, PartitionProducerStateProvider, List<InputGateDeploymentDescriptor>) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- createInputGates(ShuffleIOOwnerContext, PartitionProducerStateProvider, List<InputGateDeploymentDescriptor>) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Factory method for the
InputGates to consume result partitions.
- createInputIterator(MutableReader<?>, TypeSerializerFactory<?>) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- createInstance(SchedulingTopology) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.NotReleasingPartitionGroupReleaseStrategy.Factory
-
- createInstance(SchedulingTopology) - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.PartitionGroupReleaseStrategy.Factory
-
- createInstance(SchedulingTopology) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.RegionPartitionGroupReleaseStrategy.Factory
-
- createInstance(Logger, JobGraph, Executor, Configuration, SlotPoolService, ScheduledExecutorService, ClassLoader, CheckpointRecoveryFactory, Time, BlobWriter, JobManagerJobMetricGroup, Time, ShuffleMaster<?>, JobMasterPartitionTracker, ExecutionDeploymentTracker, long, ComponentMainThreadExecutor, FatalErrorHandler, JobStatusListener, BlocklistOperations) - 类 中的方法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, BlocklistOperations) - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchSchedulerFactory
-
- createInstance(Logger, ExecutionSlotAllocator, ExecutionOperations, ExecutionVertexVersioner, Time, BiConsumer<ExecutionVertexID, AllocationID>, ComponentMainThreadExecutor) - 类 中的方法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, BlocklistOperations) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultSchedulerFactory
-
- createInstance(Logger, ExecutionSlotAllocator, ExecutionOperations, ExecutionVertexVersioner, Time, BiConsumer<ExecutionVertexID, AllocationID>, ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.scheduler.ExecutionDeployer.Factory
-
- createInstance(ExecutionSlotAllocationContext) - 接口 中的方法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, BlocklistOperations) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNGFactory
-
- createInstance(ExecutionSlotAllocationContext) - 类 中的方法org.apache.flink.runtime.scheduler.SimpleExecutionSlotAllocator.Factory
-
- createInstance(ExecutionSlotAllocationContext) - 类 中的方法org.apache.flink.runtime.scheduler.SlotSharingExecutionSlotAllocatorFactory
-
- createInstance(SchedulerOperations, SchedulingTopology) - 类 中的方法org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy.Factory
-
- createInstance(SchedulerOperations, SchedulingTopology) - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingStrategyFactory
-
- createInstance(SchedulerOperations, SchedulingTopology) - 类 中的方法org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy.Factory
-
- createInstance() - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- createInstance() - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- createInstance(Object...) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- createInstance() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- createInternalClientSSLEngineFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
Creates a SSLEngineFactory to be used by internal communication client endpoints.
- createInternalServerSSLEngineFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
Creates a SSLEngineFactory to be used by internal communication server endpoints.
- createJobComponentFactory(ResourceManagerFactory<?>, JobGraphRetriever) - 类 中的静态方法org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory
-
- createJobGraphs(CuratorFramework, Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createJobGraphStore() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create the submitted job graph store for the job manager.
- createJobGraphStore() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- createJobGraphStore() - 类 中的方法org.apache.flink.runtime.jobmanager.HaServicesJobPersistenceComponentFactory
-
- createJobGraphStore() - 接口 中的方法org.apache.flink.runtime.jobmanager.JobPersistenceComponentFactory
-
- createJobManagerMetricGroup(MetricRegistry, String) - 类 中的静态方法org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- createJobManagerRunner(JobGraph, Configuration, RpcService, HighAvailabilityServices, HeartbeatServices, JobManagerSharedServices, JobManagerJobMetricGroupFactory, FatalErrorHandler, long) - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerFactory
-
- createJobManagerRunner(JobGraph, Configuration, RpcService, HighAvailabilityServices, HeartbeatServices, JobManagerSharedServices, JobManagerJobMetricGroupFactory, FatalErrorHandler, long) - 枚举 中的方法org.apache.flink.runtime.dispatcher.JobMasterServiceLeadershipRunnerFactory
-
- createJobManagerWorkingDirectory(Configuration, DeterminismEnvelope<ResourceID>) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Creates the working directory for the JobManager process.
- createJobMasterService(UUID, OnCompletionActions) - 类 中的方法org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceFactory
-
- createJobMasterService(UUID, OnCompletionActions) - 接口 中的方法org.apache.flink.runtime.jobmaster.factories.JobMasterServiceFactory
-
Creates a new
JobMasterService for the given leaderSessionId and onCompletionActions.
- createJobResultStore() - 类 中的方法org.apache.flink.runtime.jobmanager.HaServicesJobPersistenceComponentFactory
-
- createJobResultStore() - 接口 中的方法org.apache.flink.runtime.jobmanager.JobPersistenceComponentFactory
-
- createJobRunner(JobGraphRetriever) - 类 中的静态方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunnerFactory
-
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry, double) - 类 中的方法org.apache.flink.runtime.state.AbstractManagedMemoryStateBackend
-
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.AbstractStateBackend
-
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry) - 接口 中的方法org.apache.flink.runtime.state.StateBackend
-
- createKeyedStateBackend(Environment, JobID, String, TypeSerializer<K>, int, KeyGroupRange, TaskKvStateRegistry, TtlTimeProvider, MetricGroup, Collection<KeyedStateHandle>, CloseableRegistry, double) - 接口 中的方法org.apache.flink.runtime.state.StateBackend
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - 类 中的方法org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingMergeInnerJoinIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingMergeOuterJoinIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingMergeInnerJoinIterator
-
- createKeyGroupedIterator(MutableObjectIterator<T>, TypeSerializer<T>, TypeComparator<T>) - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingMergeOuterJoinIterator
-
- createKeyGroupPartitionReader(KeyGroupPartitioner.ElementReaderFunction<T>, KeyGroupPartitioner.KeyGroupElementsConsumer<T>) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupPartitioner
-
- createKeyGroupPartitions(int, int) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
Groups the available set of key groups into key group partitions.
- createKnownInputChannel(SingleInputGate, int, NettyShuffleDescriptor, int, SingleInputGateFactory.ChannelStatistics, InputChannelMetrics) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- createKvStateClientProxy(String, Iterator<Integer>, int, int, KvStateRequestStats) - 类 中的静态方法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() - 接口 中的方法org.apache.flink.runtime.state.FullSnapshotResources
-
- createKvStateServer(String, Iterator<Integer>, int, int, KvStateRegistry, KvStateRequestStats) - 类 中的静态方法org.apache.flink.runtime.query.QueryableStateUtils
-
Initializes the
server responsible for sending the requested internal
state to the
client proxy.
- createKvStateTaskRegistry(JobID, JobVertexID) - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- createLeaderElectionDriver(LeaderElectionEventHandler, FatalErrorHandler, String) - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderElectionDriverFactory
-
- createLeaderElectionDriver(LeaderElectionEventHandler, FatalErrorHandler, String) - 类 中的方法org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionDriverFactory
-
已过时。
- createLeaderElectionDriverFactory(CuratorFramework) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderElectionDriverFactory(CuratorFramework, String) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderElectionService(String) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create leader election service with specified leaderName.
- createLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
- createLeaderElectionService(String) - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- createLeaderElectionService(CuratorFramework) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderElectionService(CuratorFramework, String) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalDriver(LeaderRetrievalEventHandler, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.leaderretrieval.LeaderRetrievalDriverFactory
-
- createLeaderRetrievalDriver(LeaderRetrievalEventHandler, FatalErrorHandler) - 类 中的方法org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriverFactory
-
- createLeaderRetrievalDriverFactory(CuratorFramework) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalDriverFactory(CuratorFramework, String, Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalService(String) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Create leader retrieval service with specified leaderName.
- createLeaderRetrievalService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
- createLeaderRetrievalService(String) - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- createLeaderRetrievalService(CuratorFramework) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLeaderRetrievalService(CuratorFramework, String, Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- createLocalRecoveryConfig() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
Returns the configuration for local recovery, i.e. the base directories for all file-based
local state of the owning subtask and the general mode for local recovery.
- createLocalRecoveryConfig() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- createLocalResourceCleaner(ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.DispatcherResourceCleanerFactory
-
- createLocalResourceCleaner(ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.dispatcher.cleanup.ResourceCleanerFactory
-
- createLocalRpcService(Configuration, RpcSystem) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to instantiate the local RPC service.
- createLogicalScope(CharacterFilter, char) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- createLogicalScope(CharacterFilter, char) - 类 中的方法org.apache.flink.runtime.metrics.groups.GenericValueMetricGroup
-
- createMetadataOutputStream() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageLocation
-
Creates the output stream to persist the checkpoint metadata to.
- createMetadataOutputStream() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- createMetadataOutputStream() - 类 中的方法org.apache.flink.runtime.state.memory.NonPersistentMetadataCheckpointStorageLocation
-
- createMetadataOutputStream() - 类 中的方法org.apache.flink.runtime.state.memory.PersistentMetadataCheckpointStorageLocation
-
- createMetricQueryService(RpcService, ResourceID, long) - 类 中的静态方法org.apache.flink.runtime.metrics.dump.MetricQueryService
-
Starts the MetricQueryService actor in the given actor system.
- createMetricRegistry(Configuration, PluginManager, RpcSystemUtils) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createMetricRegistry(Configuration, long) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to create the metric registry for the mini cluster.
- createModule(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.modules.HadoopModuleFactory
-
- createModule(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.modules.JaasModuleFactory
-
- createModule(SecurityConfiguration) - 接口 中的方法org.apache.flink.runtime.security.modules.SecurityModuleFactory
-
- createModule(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.modules.ZookeeperModuleFactory
-
- createNettyShuffleEnvironment(NettyShuffleEnvironmentConfiguration, ResourceID, TaskEventPublisher, ResultPartitionManager, ConnectionManager, MetricGroup, Executor, int, String[]) - 类 中的静态方法org.apache.flink.runtime.io.network.NettyShuffleServiceFactory
-
- createNettySSLHandler(ByteBufAllocator) - 类 中的方法org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
- createNettySSLHandler(ByteBufAllocator, String, int) - 类 中的方法org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
- createNewSpeculativeExecution(long) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- createNoTransform() - 接口 中的静态方法org.apache.flink.runtime.state.StateSnapshotTransformer.StateSnapshotTransformFactory
-
- createOffCpuFlameGraph(JobVertexThreadInfoStats) - 类 中的静态方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraphFactory
-
- createOnCpuFlameGraph(JobVertexThreadInfoStats) - 类 中的静态方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraphFactory
-
- createOperationKey(HandlerRequest<B>) - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteTriggerHandler
-
- createOperationKey(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingTriggerHandler
-
- createOperationKey(HandlerRequest<SavepointDisposalRequest>) - 类 中的方法org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalTriggerHandler
-
- createOperatorCoordinatorHolder(SerializedValue<OperatorCoordinator.Provider>, ClassLoader, CoordinatorStore) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- createOperatorCoordinatorHolder(SerializedValue<OperatorCoordinator.Provider>, ClassLoader, CoordinatorStore) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionJobVertex
-
- createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.AbstractStateBackend
-
- createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
- createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
- createOperatorStateBackend(Environment, String, Collection<OperatorStateHandle>, CloseableRegistry) - 接口 中的方法org.apache.flink.runtime.state.StateBackend
-
- createOrUpdate(String, TypeSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.HeapPriorityQueuesManager
-
- createOrUpdate(String, TypeSerializer<T>, boolean) - 类 中的方法org.apache.flink.runtime.state.HeapPriorityQueuesManager
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>, boolean) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateFactory
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateFactory
-
- createOrUpdateInternalState(TypeSerializer<N>, StateDescriptor<S, SV>, StateSnapshotTransformer.StateSnapshotTransformFactory<SEV>, boolean) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateFactory
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
- createOuterSerializerWithNestedSerializers(TypeSerializer<?>[]) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializerSnapshot
-
- createPartitionRequestClient(ConnectionID) - 接口 中的方法org.apache.flink.runtime.io.network.ConnectionManager
-
- createPartitionRequestClient(ConnectionID) - 类 中的方法org.apache.flink.runtime.io.network.LocalConnectionManager
-
- createPartitionRequestClient(ConnectionID) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- createPartitions(int, int) - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Creates the metric query service scope for this group.
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.JobMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- createQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- createReader() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
-
- createReader() - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorageView
-
- createReadView(BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedApproximateSubpartition
-
- createReadView(BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- createReadView(BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointRecoveryFactory
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - 类 中的方法org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
-
- createRecoveredCompletedCheckpointStore(JobID, int, SharedStateRegistryFactory, Executor, RestoreMode) - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointRecoveryFactory
-
- createRemoteRpcService(Configuration, String, int, RpcSystem) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Factory method to instantiate the remote RPC service.
- createRemoteRpcService(Configuration, String, String, String, RpcSystem) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- createResourceManager(ResourceManagerProcessContext, UUID) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManager(Configuration, ResourceID, RpcService, UUID, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, ResourceManagerMetricGroup, ResourceManagerRuntimeServices, Executor) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManager(Configuration, ResourceID, RpcService, UUID, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, ResourceManagerMetricGroup, ResourceManagerRuntimeServices, Executor) - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
- createResourceManagerDriver(Configuration, String, String) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- createResourceManagerProcessContext(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, DelegationTokenManager, FatalErrorHandler, ClusterInformation, String, MetricRegistry, String, Executor) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManagerRuntimeServicesConfiguration(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- createResourceManagerRuntimeServicesConfiguration(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
- createRestartBackoffTimeStrategyFactory(RestartStrategies.RestartStrategyConfiguration, Configuration, boolean) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartBackoffTimeStrategyFactoryLoader
-
- createRestClientSSLEngineFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
- createRestEndpoint(Configuration, LeaderGatewayRetriever<DispatcherGateway>, LeaderGatewayRetriever<ResourceManagerGateway>, TransientBlobService, ScheduledExecutorService, MetricFetcher, LeaderElectionService, FatalErrorHandler) - 枚举 中的方法org.apache.flink.runtime.rest.JobRestEndpointFactory
-
- createRestEndpoint(Configuration, LeaderGatewayRetriever<DispatcherGateway>, LeaderGatewayRetriever<ResourceManagerGateway>, TransientBlobService, ScheduledExecutorService, MetricFetcher, LeaderElectionService, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.rest.RestEndpointFactory
-
- createRestEndpoint(Configuration, LeaderGatewayRetriever<DispatcherGateway>, LeaderGatewayRetriever<ResourceManagerGateway>, TransientBlobService, ScheduledExecutorService, MetricFetcher, LeaderElectionService, FatalErrorHandler) - 枚举 中的方法org.apache.flink.runtime.rest.SessionRestEndpointFactory
-
- createRestNettySSLContext(Configuration, boolean, ClientAuth, SslProvider) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
Creates an SSL context for the external REST SSL.
- createRestServerSSLEngineFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
- createRestSSLContext(Configuration, boolean) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
Creates an SSL context for clients against the external REST endpoint.
- createResult(CommandLine) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterConfigurationParserFactory
-
- createResult(CommandLine) - 类 中的方法org.apache.flink.runtime.entrypoint.DynamicParametersConfigurationParserFactory
-
- createResult(CommandLine) - 类 中的方法org.apache.flink.runtime.entrypoint.EntrypointClusterConfigurationParserFactory
-
- createResult(CommandLine) - 接口 中的方法org.apache.flink.runtime.entrypoint.parser.ParserResultFactory
-
Create the result of the command line argument parsing.
- createResultPartitionWriters(ShuffleIOOwnerContext, List<ResultPartitionDeploymentDescriptor>) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- createResultPartitionWriters(ShuffleIOOwnerContext, List<ResultPartitionDeploymentDescriptor>) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
- createRetryStrategy(Configuration) - 枚举 中的方法org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
Creates the RetryStrategy instance based on the passed Configuration.
- createRpcService() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster.CommonRpcServiceFactory
-
- createRpcService() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster.DedicatedRpcServiceFactory
-
- createRpcService() - 接口 中的方法org.apache.flink.runtime.minicluster.MiniCluster.RpcServiceFactory
-
- createRuntimeContext(OperatorMetricGroup) - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- createRuntimeContext(OperatorMetricGroup) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- createRuntimeContext() - 类 中的方法org.apache.flink.runtime.operators.DataSinkTask
-
- createRuntimeContext() - 类 中的方法org.apache.flink.runtime.operators.DataSourceTask
-
- createSavepointLocation(FileSystem, Path) - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
- createSavepointLocation(FileSystem, Path) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- createSavepointLocation(FileSystem, Path) - 类 中的方法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, BlocklistOperations) - 类 中的方法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, BlocklistOperations) - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotPoolServiceSchedulerFactory
-
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - 类 中的方法org.apache.flink.runtime.entrypoint.JobClusterEntrypoint
-
已过时。
- createSerializableExecutionGraphStore(Configuration, ScheduledExecutor) - 类 中的方法org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
-
- createSerializer(ExecutionConfig) - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- createSerializerInstance(CompositeSerializer.PrecomputedParameters, TypeSerializer<?>...) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- createServerSSLEngineFactory() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- createSessionComponentFactory(ResourceManagerFactory<?>) - 类 中的静态方法org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory
-
- createSessionRunner(DispatcherFactory) - 类 中的静态方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunnerFactory
-
- createSharedStateRegistryKeyFromFileName(StateHandleID) - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
Create a unique key to register one of our shared state handles.
- createShuffleEnvironment(ShuffleEnvironmentContext) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleServiceFactory
-
- createShuffleEnvironment(ShuffleEnvironmentContext) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleServiceFactory
-
- createShuffleIOOwnerContext(String, ExecutionAttemptID, MetricGroup) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- createShuffleIOOwnerContext(String, ExecutionAttemptID, MetricGroup) - 接口 中的方法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) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- createShuffleMaster(ShuffleMasterContext) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleServiceFactory
-
- createShuffleMaster(ShuffleMasterContext) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleServiceFactory
-
Factory method to create a specific
ShuffleMaster implementation.
- createSimpleStream(CheckpointedStateScope, CheckpointStreamFactory) - 接口 中的静态方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridgeServiceFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolServiceFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolServiceFactory
-
- createSlotPoolService(JobID, DeclarativeSlotPoolFactory) - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotPoolServiceSchedulerFactory
-
- createSlotReport(ResourceID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- createSlotReport(ResourceID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- createSlotSharingSlotAllocator(DeclarativeSlotPool) - 类 中的静态方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory
-
- createSlotSharingSlotAllocator(ReserveSlotFunction, FreeSlotFunction, IsSlotAvailableAndFreeFunction) - 类 中的静态方法org.apache.flink.runtime.scheduler.adaptive.allocator.SlotSharingSlotAllocator
-
- createSnapshot() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
Creates a new snapshot of the available stats.
- createSnapshot() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns a snapshot of the current state.
- createSnapshot() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- createSolutionSetUpdateOutputCollector(Collector<OT>) - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
Creates a new solution set update output collector.
- createSparseArchivedExecutionGraph(JobID, String, JobStatus, Throwable, JobCheckpointingSettings, long) - 类 中的静态方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
Create a sparse ArchivedExecutionGraph for a job.
- createSSLClientSocketFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
Creates a factory for SSL Client Sockets from the given configuration.
- createSSLServerSocketFactory(Configuration) - 类 中的静态方法org.apache.flink.runtime.net.SSLUtils
-
Creates a factory for SSL Server Sockets from the given configuration.
- createStartWorkerFailureRater(Configuration) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- createStateAndWrapWithLatencyTrackingIfEnabled(InternalKvState<K, N, ?>, StateDescriptor<S, V>, LatencyTrackingStateConfig) - 类 中的静态方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateFactory
-
Create latency tracking state if enabled.
- createStateAndWrapWithTtlIfEnabled(TypeSerializer<N>, StateDescriptor<S, SV>, KeyedStateBackend<K>, TtlTimeProvider) - 类 中的静态方法org.apache.flink.runtime.state.ttl.TtlStateFactory
-
- createStateMap() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateTable
-
- createStateMap() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- createStaticExternalResourceInfoProviderFromConfig(Configuration, PluginManager) - 类 中的静态方法org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
- createStorage(JobID, Configuration, TaskManagerJobMetricGroup, LocalRecoveryConfig) - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- createStorage(JobID, Configuration, TaskManagerJobMetricGroup, LocalRecoveryConfig) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
-
Create the storage based on a configuration.
- createStorageView(Configuration) - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- createStorageView(Configuration) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
-
Create the storage for recovery.
- createSubpartitionView(int, BufferAvailabilityListener) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Returns a reader for the subpartition with the given index.
- createSubpartitionView(int, BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- createSubpartitionView(int, BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- createSubpartitionView(ResultPartitionID, int, BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- createSubpartitionView(ResultPartitionID, int, BufferAvailabilityListener) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionProvider
-
Returns the requested intermediate result partition input view.
- createSubpartitionView(int, BufferAvailabilityListener) - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- createSubWorkingDirectory(String) - 类 中的方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- createTaskExecutor(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, MetricRegistry, BlobCacheService, boolean, ExternalResourceInfoProvider, WorkingDirectory, FatalErrorHandler) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner.TaskExecutorServiceFactory
-
- createTaskExecutorService(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, MetricRegistry, BlobCacheService, boolean, ExternalResourceInfoProvider, WorkingDirectory, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- createTaskManagerMetricGroup(MetricRegistry, String, ResourceID) - 类 中的静态方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- createTaskManagerWorkingDirectory(Configuration, DeterminismEnvelope<ResourceID>) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Creates the working directory for the TaskManager process.
- createTaskOwnedCheckpointStateToolset() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
- createTaskOwnedCheckpointStateToolset() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- createTaskOwnedCheckpointStateToolset() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- createTaskOwnedStateStream() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- createTaskOwnedStateStream() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- createTaskRegistry(JobID, JobVertexID) - 类 中的方法org.apache.flink.runtime.query.KvStateRegistry
-
- createThreadDump() - 类 中的静态方法org.apache.flink.runtime.util.JvmUtils
-
Creates a thread dump of the current JVM.
- createThreadInfoSample(long, int) - 类 中的静态方法org.apache.flink.runtime.util.JvmUtils
-
- createThreadInfoSample(Collection<Long>, int) - 类 中的静态方法org.apache.flink.runtime.util.JvmUtils
-
- createTmpFile(String, DistributedCache.DistributedCacheEntry, JobID, ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.filecache.FileCache
-
If the file doesn't exists locally, retrieve the file from the blob-service.
- createTreeCache(CuratorFramework, String, RunnableWithException) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
Creates a TreeCache that only observes a specific node.
- createUnregisteredJobManagerJobMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredJobManagerMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredOperatorMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredProcessMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredResourceManagerMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredSlotManagerMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredTaskManagerJobMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredTaskManagerMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createUnregisteredTaskMetricGroup() - 类 中的静态方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups
-
- createWorksetUpdateOutputCollector(Collector<OT>) - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- createWorksetUpdateOutputCollector() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- createWriter(String, KeyGroupRange, MailboxExecutor) - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
-
- createWriter(String, KeyGroupRange, MailboxExecutor) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorage
-
- createZooKeeperStateHandleStore(CuratorFramework, String, RetrievableStateStorageHelper<T>) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- CreatingExecutionGraph - org.apache.flink.runtime.scheduler.adaptive中的类
-
- CreatingExecutionGraph(CreatingExecutionGraph.Context, CompletableFuture<CreatingExecutionGraph.ExecutionGraphWithVertexParallelism>, Logger, CreatingExecutionGraph.OperatorCoordinatorHandlerFactory) - 类 的构造器org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- CreditBasedInputBuffersUsageGauge - org.apache.flink.runtime.io.network.metrics中的类
-
Gauge metric measuring the input buffers usage for
SingleInputGates under credit based
mode.
- CreditBasedInputBuffersUsageGauge(FloatingBuffersUsageGauge, ExclusiveBuffersUsageGauge, SingleInputGate[]) - 类 的构造器org.apache.flink.runtime.io.network.metrics.CreditBasedInputBuffersUsageGauge
-
- CrossDriver<T1,T2,OT> - org.apache.flink.runtime.operators中的类
-
Cross task which is executed by a Task Manager.
- CrossDriver() - 类 的构造器org.apache.flink.runtime.operators.CrossDriver
-
- crossMatchingGroup(Iterator<T1>, Iterator<T2>, FlatJoinFunction<T1, T2, O>, Collector<O>) - 类 中的方法org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- CuratorFrameworkWithUnhandledErrorListener - org.apache.flink.runtime.highavailability.zookeeper中的类
-
A wrapper for curatorFramework and unHandledErrorListener which should be unregister from
curatorFramework before closing it.
- CuratorFrameworkWithUnhandledErrorListener(CuratorFramework, UnhandledErrorListener) - 类 的构造器org.apache.flink.runtime.highavailability.zookeeper.CuratorFrameworkWithUnhandledErrorListener
-
- CURRENT_EMIT_EVENT_TIME_LAG - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- CURRENT_FETCH_EVENT_TIME_LAG - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- CURRENT_JOB_IDS_REST_PATH - 类 中的静态变量org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- CURRENT_SEND_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- CURRENT_STATE_META_INFO_SNAPSHOT_VERSION - 类 中的静态变量org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters
-
- CurrentAttempts(int, Set<Integer>) - 类 的构造器org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- currentEnumerator - 类 中的变量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) - 类 中的静态方法org.apache.flink.runtime.metrics.MetricNames
-
- currentIteration() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- currentNamespace - 类 中的变量org.apache.flink.runtime.state.heap.AbstractHeapState
-
The current namespace, which the access methods will refer to.
- currentParallelism() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets the current parallelism with which this operator is executed.
- currentParallelism() - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- currentParallelism() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorInfo
-
- currentParallelism() - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- currentRecursionDepth - 类 中的变量org.apache.flink.runtime.operators.hash.MutableHashTable
-
The recursion depth of the partition that is currently processed.
- currentSchemaSerializer() - 类 中的方法org.apache.flink.runtime.state.StateSerializerProvider
-
Gets the serializer that recognizes the current serialization schema of the state.
- currentTimestamp() - 接口 中的方法org.apache.flink.runtime.state.ttl.TtlTimeProvider
-
- GarbageCollectorInfo(String, long, long) - 类 的构造器org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMetricsInfo.GarbageCollectorInfo
-
- garbageCollectorNames - 类 中的变量org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskManagerMetricStore
-
- GatewayRetriever<T extends org.apache.flink.runtime.rpc.RpcGateway> - org.apache.flink.runtime.webmonitor.retriever中的接口
-
Generic retriever interface for RpcGateway.
- gauge(String, G) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- gauge(String, G) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- GaugeDump(QueryScopeInfo, String, String) - 类 的构造器org.apache.flink.runtime.metrics.dump.MetricDump.GaugeDump
-
- generate() - 类 中的静态方法org.apache.flink.runtime.clusterframework.types.ResourceID
-
Generate a random resource id.
- generate() - 类 中的静态方法org.apache.flink.runtime.dispatcher.DispatcherId
-
Generates a new random DispatcherId.
- generate() - 类 中的静态方法org.apache.flink.runtime.jobmaster.JobMasterId
-
Generates a new random JobMasterId.
- generate() - 类 中的静态方法org.apache.flink.runtime.resourcemanager.ResourceManagerId
-
Generates a new random ResourceManagerId.
- generate() - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerId
-
- generate() - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotId
-
- generateCheckpointStatistics(AbstractCheckpointStats, boolean) - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- generateConnectionInformationPath(String) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- generateDefaultSlotResourceProfile(WorkerResourceSpec, int) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- generateDefaultSlotResourceProfile(ResourceProfile, int) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- generateDefaultSlotResourceProfile(TaskExecutorResourceSpec, int) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- generatedIDOnly(OperatorID) - 类 中的静态方法org.apache.flink.runtime.OperatorIDPair
-
- GeneratedLogUrlHandler - org.apache.flink.runtime.rest.handler.job中的类
-
Handler for retrieving the log url of a specified TaskManager or JobManager.
- GeneratedLogUrlHandler(CompletableFuture<String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.GeneratedLogUrlHandler
-
- generateDynamicConfigsStr(TaskExecutorProcessSpec) - 类 中的静态方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- generateDynamicConfigsStr(JobManagerProcessSpec) - 类 中的静态方法org.apache.flink.runtime.jobmanager.JobManagerProcessUtils
-
- generateExternalResourcesString(Collection<ExternalResource>) - 类 中的静态方法org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
Generate the string expression of the given external resources.
- generateJobManagerWorkingDirectoryFile(Configuration, ResourceID) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Generates the working directory
File for the JobManager process.
- generateJvmParametersStr(JobManagerProcessSpec, Configuration) - 类 中的静态方法org.apache.flink.runtime.jobmanager.JobManagerProcessUtils
-
- generateJvmParametersStr(ProcessMemorySpec) - 类 中的静态方法org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- generateJvmParametersStr(ProcessMemorySpec, boolean) - 类 中的静态方法org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- generateLeaderLatchPath(String) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- generatePlan(JobGraph) - 类 中的静态方法org.apache.flink.runtime.jobgraph.jsonplan.JsonPlanGenerator
-
- generatePlan(JobID, String, JobType, Iterable<JobVertex>, VertexParallelism) - 类 中的静态方法org.apache.flink.runtime.jobgraph.jsonplan.JsonPlanGenerator
-
- generateRegistration() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
This method generate a specific Registration, for example TaskExecutor Registration at the
ResourceManager.
- generateRegistration() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorToResourceManagerConnection
-
- generateSlotOffer() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Generate the slot offer from this TaskSlot.
- generateTaskManagerTotalResourceProfile(WorkerResourceSpec) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- generateTaskManagerWorkingDirectoryFile(Configuration, ResourceID) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Generates the working directory
File for the TaskManager process.
- generateTotalAvailableResourceProfile(TaskExecutorResourceSpec) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- generateWorkingDirectoryFile(Configuration, Optional<ConfigOption<String>>, String) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Generate the working directory from the given configuration.
- generateZookeeperPath(String...) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
Creates a ZooKeeper path of the form "/a/b/...
- generic(SequenceNumber, SequenceNumber) - 接口 中的静态方法org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- GenericKeyMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
- GenericMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
A simple named MetricGroup that is used to hold subgroups of
metrics.
- GenericMetricGroup(MetricRegistry, AbstractMetricGroup, String) - 类 的构造器org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- GenericSequenceNumberRange(SequenceNumber.GenericSequenceNumber, SequenceNumber.GenericSequenceNumber) - 类 的构造器org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- GenericValueMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
- get(JobID, BlobKey, File) - 接口 中的方法org.apache.flink.runtime.blob.BlobView
-
Copies a blob to a local file.
- get(JobID, BlobKey, File) - 类 中的方法org.apache.flink.runtime.blob.FileSystemBlobStore
-
- get(JobID, BlobKey, File) - 类 中的方法org.apache.flink.runtime.blob.VoidBlobStore
-
- get() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
Atomically gets the current checkpoint ID.
- get() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- get() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- get() - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- get(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- get(JobID) - 接口 中的方法org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- get(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- get(JobID) - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- get(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- get(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- get() - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.NoOpExecutionDeploymentListener
-
- get(TaskExecutorClusterPartitionReleaser) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerFactory
-
- get(String) - 类 中的方法org.apache.flink.runtime.iterative.concurrent.Broker
-
Blocking retrieval and removal of the object to share.
- get() - 类 中的静态方法org.apache.flink.runtime.messages.Acknowledge
-
Gets the singleton instance.
- get(Object) - 接口 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStore
-
- get(Object) - 类 中的方法org.apache.flink.runtime.operators.coordination.CoordinatorStoreImpl
-
- get(int) - 类 中的方法org.apache.flink.runtime.operators.util.BitSet
-
Returns true if the bit is set in the specified index.
- get(K) - 类 中的方法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, ?>) - 接口 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend.PartitionStateFactory
-
- get(int) - 类 中的方法org.apache.flink.runtime.state.ChainedStateHandle
-
Get the state handle for a single operator in the operator chain by it's index.
- get() - 类 中的方法org.apache.flink.runtime.state.DoneFuture
-
- get(long, TimeUnit) - 类 中的方法org.apache.flink.runtime.state.DoneFuture
-
- get(CloseableRegistry) - 类 中的方法org.apache.flink.runtime.state.FullSnapshotAsyncWriter
-
- get(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- get(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
Returns the state for the composite of active key and given namespace.
- get(N) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
Returns the state for the composite of active key and given namespace.
- get(K) - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- get() - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- get(CloseableRegistry) - 接口 中的方法org.apache.flink.runtime.state.SnapshotStrategy.SnapshotResultSupplier
-
Performs the asynchronous part of a checkpoint and returns the snapshot result.
- get() - 类 中的静态方法org.apache.flink.runtime.state.VoidNamespace
-
Getter for the singleton instance
- get() - 类 中的静态方法org.apache.flink.runtime.util.EmptyIterator
-
Gets a singleton instance of the empty iterator.
- get() - 类 中的静态方法org.apache.flink.runtime.util.EmptyMutableObjectIterator
-
Gets a singleton instance of the empty iterator.
- getAccumulateBackPressuredTime() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getAccumulateBusyTime() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getAccumulatedBackpressured() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getAccumulatedBackPressuredTimeMs() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getAccumulatedBusy() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getAccumulatedCount() - 类 中的方法org.apache.flink.runtime.metrics.TimerGauge
-
- getAccumulatedIdle() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getAccumulateIdleTime() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getAccumulatorRegistry() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Return the registry for accumulators which are periodically sent to the job manager.
- getAccumulatorRegistry() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAccumulatorRegistry() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getAccumulatorReport() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorToJobManagerHeartbeatPayload
-
- getAccumulatorResults() - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult
-
- getAccumulatorResultsStringified() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the aggregated user-defined accumulators as strings.
- getAccumulatorResultsStringified() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAccumulatorResultsStringified() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
Returns the a stringified version of the user-defined accumulators.
- getAccumulators() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getAccumulators() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getAccumulators() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Gets flink and user-defined accumulators in serialized form.
- getAccumulatorSnapshots() - 类 中的方法org.apache.flink.runtime.taskexecutor.AccumulatorReport
-
- getAccumulatorsSerialized() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns a map containing the serialized values of user-defined accumulators.
- getAccumulatorsSerialized() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAccumulatorsSerialized() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
Gets a serialized accumulator map.
- getAckTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Returns the timestamp when the acknowledgement of this subtask was received at the
coordinator.
- getAckTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getAckTimestampStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getAclForPath(String) - 类 中的方法org.apache.flink.runtime.util.ZooKeeperUtils.SecureAclProvider
-
- getAcquiredResources(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- getAcquiredResources(JobID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
Returns a collection of
ResourceRequirements that describe which resources have been
assigned to a job.
- getActiveTaskSlotAllocationIds() - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Returns the
AllocationID of any active task listed in this
TaskSlotTable.
- getActiveTaskSlotAllocationIds() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getActiveTaskSlotAllocationIdsPerJob(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- getActiveTaskSlotAllocationIdsPerJob(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getAdditionalVariables() - 类 中的方法org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getAdditionalVariables() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getAddress() - 类 中的方法org.apache.flink.runtime.io.network.ConnectionID
-
- getAddress() - 异常错误 中的方法org.apache.flink.runtime.io.network.netty.exception.TransportException
-
- getAddress() - 接口 中的方法org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Return the address of the task manager with which the gateway is associated.
- getAddress() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterService
-
Get the address of the JobMaster service under which it is reachable.
- getAddress() - 类 中的方法org.apache.flink.runtime.jobmaster.ResourceManagerAddress
-
- getAddress() - 类 中的方法org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- getAddress() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getAddress() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getAddress() - 类 中的方法org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getAddress() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- getAddress() - 类 中的方法org.apache.flink.runtime.util.LeaderConnectionInfo
-
- getAddress() - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- getAggregatedUserAccumulatorsStringified() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the aggregated user-defined accumulators as strings.
- getAggregatedUserAccumulatorsStringified() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getAggregatedUserAccumulatorsStringified() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getAggregateJobVertexState(int[], int) - 类 中的静态方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
A utility function that computes an "aggregated" state for the vertex.
- getAggregates() - 类 中的方法org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- getAggregates(ClassLoader) - 类 中的方法org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- getAggregateState() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
- getAggregateState() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getAggregateState() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getAggregatingState(AggregatingStateDescriptor<IN, ACC, OUT>) - 类 中的方法org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getAggregator(String) - 类 中的方法org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAggregatorNames() - 类 中的方法org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- getAggregatorNames() - 类 中的方法org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- getAlignedCheckpointTimeout() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- getAlignedCheckpointTimeout() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getAlignment() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- getAlignment() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getAlignmentDuration() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getAlignmentDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment
-
- getAlignmentDurationNanos() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getAlignmentDurationNanos() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getAlignmentDurationNanosOrDefault() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getAlignmentDurationStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getAllAggregators() - 类 中的方法org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAllAndLock() - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Gets all available state handles from the storage.
- getAllAndLock() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Gets all available state handles from ZooKeeper and locks the respective state nodes.
- getAllAttemptsMetricStores() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.SubtaskMetricStore
-
- getAllBlockedNodeIds() - 接口 中的方法org.apache.flink.runtime.blocklist.BlockedNodeRetriever
-
Get all blocked node ids.
- getAllBlockedNodeIds() - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistHandler
-
Get all blocked node ids.
- getAllBlockedNodeIds() - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistTracker
-
Get all blocked node ids.
- getAllBlockedNodeIds() - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- getAllBlockedNodeIds() - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- getAllBlockedNodeIds() - 类 中的方法org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- getAllBlockedNodes() - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistTracker
-
Get all blocked nodes.
- getAllBlockedNodes() - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- getAllCheckpoints() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- getAllCheckpoints() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getAllCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- getAllCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getAllCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- getAllConsumedPartitionGroups() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getAllDataProcessedFuture() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- getAllDataProcessedFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getAllExceptions() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- getAllExecutionVertices() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns an iterable containing all execution vertices for this execution graph.
- getAllExecutionVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAllExecutionVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getAllExecutionVertices() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllHandles() - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Return a list of all valid name for state handles.
- getAllHandles() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
- getAllInputGates() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getAllInputGates() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAllIntermediateResults() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getAllIntermediateResults() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllNonPipelinedConsumedPartitionGroups() - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getAllNonPipelinedConsumedPartitionGroups() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingPipelinedRegion
-
- getAllocatedOrPendingSlot(AllocationID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getAllocatedSlotInfos() - 类 中的方法org.apache.flink.runtime.jobmaster.AllocatedSlotReport
-
- getAllocatedSlots() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.AllocatedSlotsAndReservationStatus
-
- getAllocatedSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getAllocatedSlots() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get allocated slots information.
- getAllocatedSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
-
- getAllocatedSlots() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsInfo
-
- getAllocatedSlots(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Return an iterator of allocated slots for the given job id.
- getAllocatedSlots(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getAllocatedSlotsInformation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- getAllocatedSlotsInformation() - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getAllocatedSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getAllocatedSlotsOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
- getAllocationId() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Gets the allocation id of this slot.
- getAllocationId() - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotInfo
-
Gets the id under which the slot has been allocated on the TaskManager.
- getAllocationId() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.FreeSlotInfo
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotInfoWithUtilization
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getAllocationId() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getAllocationId() - 异常错误 中的方法org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- getAllocationId() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getAllocationId() - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getAllocationID() - 类 中的方法org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the allocation id of this slot.
- getAllocationId() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getAllocationIdsOfFulfilledRequests() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
- getAllocationIdsPerJob(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- getAllocationIdsPerJob(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getAllocationsOnPendingResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getAllocationsOnRegisteredResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getAllPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getAllPipelinedRegions() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalTopology
-
- getAllPipelinedRegions() - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getAllPipelinedRegions() - 接口 中的方法org.apache.flink.runtime.topology.Topology
-
Returns all pipelined regions in this topology.
- getAllReleaseBySchedulerConsumedPartitionGroups() - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getAllReleaseBySchedulerConsumedPartitionGroups() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingPipelinedRegion
-
- getAllSlotsInformation() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Returns information about all slots in this pool.
- getAllSlotsInformation() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns the slot information for all slots (free and allocated slots).
- getAllSlotsInformation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- getAllSlotsInformation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- getAllSubtaskMetricStores() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
- getAllTaskStateStats() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns all task state stats instances.
- getAllTrackedClusterPartitions() - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Gets all the cluster partitions under tracking.
- getAllTrackedNonClusterPartitions() - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Gets all the non-cluster partitions under tracking.
- getAllTrackedPartitions() - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Gets all the partitions under tracking.
- getAllTrackedPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- getAllVariables() - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- getAllVariables(int, Set<String>) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- getAllVariables() - 类 中的方法org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getAllVariables() - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getAllVertices() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns a map containing all job vertices for this execution graph.
- getAllVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getAllVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getAllVertices() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllWriters() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getAllWriters() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAlwaysParentFirstLoaderPatterns() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getAmbiguousTargets() - 类 中的方法org.apache.flink.runtime.checkpoint.RescaleMappings
-
- getAndIncrement() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
Atomically increments the current checkpoint ID.
- getAndIncrement() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- getAndIncrement() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- getAndIncrement() - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- getAndLock(String) - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
- getAndLock(String) - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
- getAndRemove(Predicate<T>) - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- getAndRemove(String) - 类 中的方法org.apache.flink.runtime.iterative.concurrent.Broker
-
Blocking retrieval and removal of the object to share.
- getAndRemoveUncheckpointedAssignment(int, long) - 类 中的方法org.apache.flink.runtime.source.coordinator.SplitAssignmentTracker
-
This method is invoked when a source reader fails over.
- getAndRemoveWriteResult(long) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
- getAndRemoveWriteResult(long) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- getAndRemoveWriteResult(long) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- getAndResetUnannouncedCredit() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Gets the unannounced credit and resets it to 0 atomically.
- getAnnouncedEvent() - 类 中的方法org.apache.flink.runtime.io.network.api.EventAnnouncement
-
- getAppConfigurationEntries(SecurityConfiguration) - 类 中的静态方法org.apache.flink.runtime.security.modules.JaasModule
-
- getAppConfigurationEntry(String) - 类 中的方法org.apache.flink.runtime.security.DynamicConfiguration
-
Retrieve the AppConfigurationEntries for the specified name from this Configuration.
- getApplicationStatus() - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult
-
- getArchivedExecutionConfig() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the ArchivedExecutionConfig for this execution graph.
- getArchivedExecutionConfig() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getArchivedExecutionConfig() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
Returns the serializable ArchivedExecutionConfig.
- getArchivedExecutionGraph(JobID) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getArchivedExecutionGraph(JobStatus, Throwable) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getArchivedExecutionGraph() - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphInfo
-
- getArchivedExecutionGraphStore() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getArchivedExecutionGraphStore() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getArchivedJsons(Path) - 类 中的静态方法org.apache.flink.runtime.history.FsJobArchivist
-
- getArgs() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- getArity() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- getAssignedAllocationID() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAssignedAllocationID() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getAssignedResource() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getAssignedResourceLocation() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getAssignedResourceLocation() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAssignedResourceLocation() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getAssignmentMode() - 类 中的方法org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getAssignmentMode() - 类 中的方法org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- getAsyncCheckpointDuration() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getAsyncCheckpointDurationStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getAsyncDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration
-
- getAsyncDurationMillis() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getAsyncDurationMillis() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getAsynchronousDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- getAsyncOperationDescription() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
Returns the description for this async operation header.
- getAsyncOperationDescription() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getAsyncOperationDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getAsyncOperationDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getAsyncOperationDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getAsyncOperationDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getAsyncOperationsThreadPool() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getAsyncOperationsThreadPool() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getAttempt() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getAttemptCount(int) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultSubtaskAttemptNumberStore
-
- getAttemptCount(int) - 接口 中的方法org.apache.flink.runtime.executiongraph.SubtaskAttemptNumberStore
-
Returns the attempt number for the given subtask.
- getAttemptCounts(JobVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultVertexAttemptNumberStore
-
- getAttemptCounts(JobVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.VertexAttemptNumberStore
-
Returns the attempt numbers for the given vertex.
- getAttemptId() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getAttemptId() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAttemptId() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getAttemptNumber() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the attempt number of the subtask.
- getAttemptNumber() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the attempt number for this execution.
- getAttemptNumber() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getAttemptNumber() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getAttemptNumber() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getAttemptNumber() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getAttemptsMetricStore(int) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.SubtaskMetricStore
-
- getAvailabilityAndBacklog() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Checks whether this reader is available or not and returns the backlog at the same time.
- getAvailabilityAndBacklog(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getAvailabilityAndBacklog(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- getAvailabilityAndBacklog(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getAvailabilityAndBacklog(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getAvailabilityAndBacklog(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getAvailabilityAndBacklog(int) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- getAvailabilityProvider() - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorage
-
- getAvailableBudget() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- getAvailableBuffers() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- getAvailableFuture() - 接口 中的方法org.apache.flink.runtime.io.AvailabilityProvider
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
Returns a future that is completed when there are free segments in this pool.
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getAvailableFuture() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getAvailableJobDetails() - 接口 中的方法org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
Return the collection of
JobDetails of all currently stored jobs.
- getAvailableJobDetails(JobID) - 接口 中的方法org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- getAvailableJobDetails() - 类 中的方法org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- getAvailableJobDetails(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- getAvailableJobDetails() - 类 中的方法org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- getAvailableJobDetails(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- getAvailableMemory() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getAvailableResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getAvailableResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the available resource.
- getAvailableSlotsInformation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- getAvailableSlotsInformation() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- getAverage() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummary
-
Calculates the average over all seen values.
- getAverage() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Calculates the average over all seen values.
- getAverage() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getAverageBuffersPerRequester() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getAvg() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getBackendIdentifier() - 接口 中的方法org.apache.flink.runtime.state.IncrementalKeyedStateHandle
-
Returns the identifier of the state backend from which this handle was created.
- getBackendIdentifier() - 类 中的方法org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getBackendIdentifier() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getBackendStateType() - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getBacklog() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Get the number of buffers backlog.
- getBacklog() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- getBacklog() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- getBacklog() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView.AvailabilityWithBacklog
-
- getBackoffTime() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ExponentialDelayRestartBackoffTimeStrategy
-
- getBackoffTime() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureRateRestartBackoffTimeStrategy
-
- getBackoffTime() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FixedDelayRestartBackoffTimeStrategy
-
- getBackoffTime() - 枚举 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy
-
- getBackoffTime() - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartBackoffTimeStrategy
-
Returns the delay to do the restarting.
- getBackPressuredRatio() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getBackPressuredTimeMsPerSecond() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getBackpressureLevel() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getBackpressureLevel() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getBackPressureRatio() - 类 中的方法org.apache.flink.runtime.messages.TaskBackPressureResponse
-
- getBasePath() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
- getBatchShuffleReadBufferPool() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getBatchShuffleReadIOExecutor() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getBinary() - 类 中的方法org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- getBinary() - 接口 中的方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
Returns 1 if we are in the targeted state, otherwise 0.
- getBlobServer() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getBlobServer() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getBlobServerHostname() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterInformation
-
- getBlobServerPort(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- getBlobServerPort(Time) - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherGateway
-
Returns the port of the blob server.
- getBlobServerPort() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterInformation
-
- getBlobStorageDirectory() - 类 中的方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getBlobWriter() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getBlobWriter() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getBlobWriter() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getBlockCount() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Gets the number of blocks written by this output view.
- getBlockCount() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Gets the number of blocks used by this view.
- getBlockCount() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of blocks used by this view.
- getBlockCount() - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- getBlocked() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getBlockedNodeRetriever() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getBlockingPartitionSizes() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
- getBlockingSubpartitionType() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getBroadcastGroupSize(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastInputName(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastInputSerializer(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastState(MapStateDescriptor<K, V>) - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getBroadcastStateMetaInfoSnapshots() - 类 中的方法org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getBroadcastVariable(String) - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getBroadcastVariableManager() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getBroadcastVariableManager() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getBroadcastVariableManager() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getBroadcastVariableWithInitializer(String, BroadcastVariableInitializer<T, C>) - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWithChannel
-
- getBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
- getBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- getBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getBufferConsumer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumerWithPartialRecordLength
-
- getBufferDebloatThresholdPercentages() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getBufferedData() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getBufferIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.BufferIndexAndChannel
-
- getBufferIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
- getBufferIndexAndChannel() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- getBufferPool() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getBufferPool() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getBufferPoolSizeCheckIntervalMs() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
Check interval of buffer pool's size.
- getBufferProvider() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getBufferRequestTimeout() - 类 中的方法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) - 类 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategyUtils
-
Calculate and get expected number of buffers with the highest consumption priority.
- getBuffersInBacklogUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
Gets the number of non-event buffers in this subpartition.
- getBuffersInOrder(int, HsSpillingInfoProvider.SpillStatus, HsSpillingInfoProvider.ConsumeStatus) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getBuffersInOrder(int, HsSpillingInfoProvider.SpillStatus, HsSpillingInfoProvider.ConsumeStatus) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get all buffers with the expected status from the subpartition.
- getBufferSize() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getBuffersSatisfyStatus(HsSpillingInfoProvider.SpillStatus, HsSpillingInfoProvider.ConsumeStatus) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- getBufferToRelease() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy.Decision
-
- getBufferToSpill() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy.Decision
-
- getBuildSideBlockCount() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideChannel() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideComparator() - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getBuildSideIterator() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getBuildSideRecordCount() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideSerializer() - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getBuildTime() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getBuildTimeString() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getBusyRatio() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getByteBufLength() - 类 中的静态方法org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getByteBufLength() - 类 中的静态方法org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- getByteBufLength() - 类 中的静态方法org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- getBytes(int, ByteBuf, int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, byte[], int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, ByteBuffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, OutputStream, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, GatheringByteChannel, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytes(int, FileChannel, long, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getBytesInLatestSegment() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelOutputView
-
Gets the number of bytes written in the latest memory segment.
- getBytesMemoryUsed() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getBytesPersistedOfThisCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getBytesPersistedOfThisCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getBytesProcessedDuringAlignment() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getBytesProcessedDuringAlignment() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getBytesRead() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getBytesWritten() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of pay-load bytes already written.
- getBytesWritten() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getCachedShuffleDescriptors(ConsumedPartitionGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getCacheSize() - 类 中的方法org.apache.flink.runtime.query.KvStateEntry
-
- getCancelTask() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getCapacity() - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Gets the total capacity of this hash table, in bytes.
- getCapacity() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getCapacity() - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the total capacity of this sorter, in bytes.
- getCapacity() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDump.CounterDump
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDump.GaugeDump
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDump
-
Returns the category for this MetricDump.
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDump.HistogramDump
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDump.MeterDump
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
Returns the category for this QueryScopeInfo.
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerQueryScopeInfo
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobQueryScopeInfo
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskManagerQueryScopeInfo
-
- getCategory() - 类 中的方法org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- getCause() - 类 中的方法org.apache.flink.runtime.blocklist.BlockedNode
-
- getCause() - 类 中的方法org.apache.flink.runtime.io.network.netty.ConnectionErrorMessage
-
- getChainedStubConfig(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainedTask(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainedTaskName(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainLength() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getChange() - 类 中的方法org.apache.flink.runtime.state.changelog.StateChange
-
- getChangelogStateBackendHandle(KeyedStateHandle) - 类 中的静态方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getChangelogStorageName() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the changelog storage name for this ExecutionGraph.
- getChangelogStorageName() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getChangelogStorageName() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getChangelogStoragesByJobId(JobID) - 类 中的方法org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- getChanges() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getChanges(Handle) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogHandleReader
-
- getChanges(ChangelogStateHandleStreamImpl) - 类 中的方法org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader
-
- getChannel() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
-
Get the underlying channel.
- getChannel() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Get the underlying channel.
- getChannel() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- getChannel(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Returns the channel of this gate.
- getChannel(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getChannel(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- getChannel() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.BufferIndexAndChannel
-
- getChannel(int) - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getChannelID() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- getChannelID() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Gets the channel ID of this I/O channel.
- getChannelIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWithChannel
-
- getChannelIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- getChannelIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.BufferWithIdentity
-
- getChannelInfo() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getChannelInfo() - 类 中的方法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() - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- getChannelInfos() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Returns the channel infos of this gate.
- getChannelMapping(int) - 类 中的方法org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- getChannelStateCheckpointId() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getCheckpointAlignment() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointById(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getCheckpointCoordinator() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointCoordinator() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointCoordinatorConfiguration() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getCheckpointDirectory(long) - 类 中的方法org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- getCheckpointDirectory() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getCheckpointDirectory(long) - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- getCheckpointDirectoryForJob(Path, JobID) - 类 中的静态方法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() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getCheckpointDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the checkpointed size during that checkpoint.
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Returns the incremental state size.
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getCheckpointedSize() - 接口 中的方法org.apache.flink.runtime.state.CompositeStateHandle
-
Returns the persisted data size during checkpoint execution in bytes.
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getCheckpointedSize() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getCheckpointedSubpartition(int) - 接口 中的方法org.apache.flink.runtime.io.network.partition.CheckpointedResultPartition
-
Gets the checkpointed subpartition with the given subpartitionIndex.
- getCheckpointedSubpartition(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- getCheckpointFailureReason() - 异常错误 中的方法org.apache.flink.runtime.checkpoint.CheckpointException
-
- getCheckpointFailureReason() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the ID of this checkpoint.
- getCheckpointID() - 接口 中的方法org.apache.flink.runtime.checkpoint.Checkpoint
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- getCheckpointID() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointID() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the ID of this checkpoint.
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getCheckpointId() - 接口 中的方法org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
-
Returns the ID of the checkpoint for which the handle was created or used.
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getCheckpointId() - 接口 中的方法org.apache.flink.runtime.state.ManagedSnapshotContext
-
Returns the ID of the checkpoint for which the snapshot is taken.
- getCheckpointId() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getCheckpointIdCounterPath() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getCheckpointIdOfIgnoredInFlightData() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointingSettings() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the settings for asynchronous snapshots.
- getCheckpointingSettings() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getCheckpointInterval() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointMetrics() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
- getCheckpointOptions() - 类 中的方法org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- getCheckpointOutputStream() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider
-
Returns the encapsulated output stream.
- getCheckpointOutputStream() - 类 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryAndSecondaryStream
-
- getCheckpointOutputStream() - 类 中的方法org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.PrimaryStreamOnly
-
- getCheckpointPath() - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
已过时。
Gets the checkpoint base directory.
- getCheckpointPath() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
Gets the base directory where all the checkpoints are stored.
- getCheckpointPath() - 类 中的方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
Gets the base directory where all the checkpoints are stored.
- getCheckpointPath() - 类 中的方法org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- getCheckpointPlan() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointProperties() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getCheckpointRecoveryFactory() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getCheckpointRecoveryFactory() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the checkpoint recovery factory for the job manager.
- getCheckpointRecoveryFactory() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- getCheckpointRecoveryFactory() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- getCheckpointResponder() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getCheckpointRetentionPolicy() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getCheckpointStartDelay() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getCheckpointStartDelay() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getCheckpointStartDelayNanos() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getCheckpointStartDelayNanos() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getCheckpointStartDelayStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getCheckpointStatisticsPerTask() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getCheckpointStatsSnapshot() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns a snapshot of the checkpoint statistics or null if checkpointing is
disabled.
- getCheckpointStatsSnapshot() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getCheckpointStatsSnapshot() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics
-
- getCheckpointStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getCheckpointStorage() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getCheckpointStorageAccess() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getCheckpointStorageAccess() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getCheckpointStorageLocation() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointStorageName() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the checkpoint storage name for this ExecutionGraph.
- getCheckpointStorageName() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getCheckpointStorageName() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getCheckpointStore() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getCheckpointTimeout() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getCheckpointTimeout() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getCheckpointTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getCheckpointTimestamp() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getCheckpointType() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
Returns the type of checkpoint to perform.
- getCheckpointType() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointProperties
-
Gets the type of the checkpoint (checkpoint / savepoint).
- getCheckpointType() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getChildren() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraph.Node
-
- getClassLoader() - 类 中的方法org.apache.flink.runtime.executiongraph.SimpleInitializeOnMasterContext
-
- getClassLoader() - 接口 中的方法org.apache.flink.runtime.jobgraph.JobVertex.InitializeOnMasterContext
-
The class loader for user defined code.
- getClassLoaderHandle() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getClassLoaderHandle() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.JobServices
-
Gets the LibraryCacheManager.ClassLoaderHandle for the associated job.
- getClassLoaderResolveOrder() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getClasspaths() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- getClientChannelHandlers() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyProtocol
-
Returns the client channel handlers.
- getClientConnectTimeoutSeconds() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getClientNumThreads() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getCloseFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getClusterHighAvailableStoragePath(Configuration) - 类 中的静态方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
Gets the cluster high available storage path from the provided configuration.
- getClusterInformation() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getClusterInformation() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getClusterInformation() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the cluster information.
- getClusterPartitionReport() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
-
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
Get the shuffle descriptors of the cluster partitions ordered by partition number.
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Get the shuffle descriptors of the cluster partitions ordered by partition number.
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTracker
-
Returns all the shuffle descriptors of cluster partitions for the intermediate dataset.
- getClusterPartitionShuffleDescriptors(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl
-
- getClusterPartitionsShuffleDescriptors(IntermediateDataSetID) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Get the shuffle descriptors of the cluster partitions ordered by partition number.
- getClusterPartitionsShuffleDescriptors(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getClusterRestEndpointLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getClusterRestEndpointLeaderElectionService() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader election service for the cluster's rest endpoint.
- getClusterRestEndpointLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getClusterRestEndpointLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getClusterRestEndpointLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getClusterRestEndpointLeaderRetriever() - 接口 中的方法org.apache.flink.runtime.highavailability.ClientHighAvailabilityServices
-
Get the leader retriever for the cluster's rest endpoint.
- getClusterRestEndpointLeaderRetriever() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getClusterRestEndpointLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getClusterRestEndpointLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneClientHAServices
-
- getClusterRestEndpointLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getClusterRestEndpointLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperClientHAServices
-
- getCode() - 枚举 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
-
- getCoLocationGroup() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getCoLocationGroup() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getCoLocationGroups() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- getCommitId() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion
-
- getCommittedBytes() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- getComparatorWithCurrentReference() - 类 中的方法org.apache.flink.runtime.util.NonReusingKeyGroupedIterator
-
- getComparatorWithCurrentReference() - 类 中的方法org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
- getCompatibleVersions() - 类 中的方法org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getCompatibleVersions() - 类 中的方法org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getCompletedCheckpointStatistics() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getCompletionFuture() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Returns the completion future.
- getCompletionTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - 类 中的方法org.apache.flink.runtime.rest.handler.job.metrics.AbstractMetricsHandler
-
Returns the MetricStore.ComponentMetricStore that should be queried for metrics.
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - 类 中的方法org.apache.flink.runtime.rest.handler.job.metrics.JobManagerMetricsHandler
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - 类 中的方法org.apache.flink.runtime.rest.handler.job.metrics.JobMetricsHandler
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - 类 中的方法org.apache.flink.runtime.rest.handler.job.metrics.JobVertexMetricsHandler
-
已过时。
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - 类 中的方法org.apache.flink.runtime.rest.handler.job.metrics.SubtaskMetricsHandler
-
- getComponentMetricStore(HandlerRequest<EmptyRequestBody>, MetricStore) - 类 中的方法org.apache.flink.runtime.rest.handler.job.metrics.TaskManagerMetricsHandler
-
- getCompressionCodec() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getCompressionDecorator(ExecutionConfig) - 类 中的静态方法org.apache.flink.runtime.state.AbstractStateBackend
-
- getCompressor() - 类 中的方法org.apache.flink.runtime.io.compression.AirCompressorFactory
-
- getCompressor() - 接口 中的方法org.apache.flink.runtime.io.compression.BlockCompressionFactory
-
- getCompressor() - 类 中的方法org.apache.flink.runtime.io.compression.Lz4BlockCompressionFactory
-
- getConcurrentExceptions() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
-
- getConcurrentExceptions() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.RootExceptionHistoryEntry
-
- getConcurrentlyFailedExecution() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
All
Executions that failed and are planned to be restarted as part of this
failure handling.
- getConfig() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getConfigDir() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getConfiguration() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
Gets the configuration that holds the actual values encoded.
- getConfiguration() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getConfiguration() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleMasterContext
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleMasterContextImpl
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getConfiguration() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getConfiguration() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the configuration that the TaskManager was started with.
- getConfigurationMapLegacyTaskManagerHeapSizeToConfigOption(Configuration, ConfigOption<MemorySize>) - 类 中的静态方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- getConfigurationWithoutMaxSlotNumberIfSet(Configuration) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
Get the configuration for standalone ResourceManager, overwrite invalid configs.
- getConfWithLegacyHeapSizeMappedToNewConfigOption(Configuration, ConfigOption<MemorySize>) - 类 中的方法org.apache.flink.runtime.util.config.memory.MemoryBackwardsCompatibilityUtils
-
- getConnection(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getConnection(ResourceID) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getConnection(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable
-
Gets the connection registered under jobId.
- getConnection(ResourceID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable
-
Gets the connection registered under resourceId.
- getConnectionId() - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- getConnectionId() - 枚举 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
- getConnectionId() - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.NetworkPartitionConnectionInfo
-
- getConnectionId() - 接口 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.PartitionConnectionInfo
-
- getConnectionIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConnectionIndex() - 类 中的方法org.apache.flink.runtime.io.network.ConnectionID
-
- getConnectionInformationPath() - 类 中的方法org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver
-
- getConnectionManager() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getConnectionTimeout() - 类 中的方法org.apache.flink.runtime.rest.RestClientConfiguration
-
RestOptions.CONNECTION_TIMEOUT.
- getConsumedPartitionGroup(int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getConsumedPartitionGroups() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getConsumedPartitionGroups() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingExecutionVertex
-
- getConsumedPartitionGroups() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
- getConsumedPartitionGroupsById(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- getConsumedPartitionGroupsForVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- getConsumedPartitionShuffleDescriptor(IntermediateResultPartition, TaskDeploymentDescriptorFactory.PartitionLocationConstraint) - 类 中的静态方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory
-
- getConsumedPartitionType() - 类 中的方法org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
Returns the type of this input channel's consumed result partition.
- getConsumedPartitionType() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
Returns the type of this input channel's consumed result partition.
- getConsumedResultId() - 类 中的方法org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- getConsumedResultID() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGateID
-
- getConsumedResultPartitionsProducers(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphToInputsLocationsRetrieverAdapter
-
- getConsumedResultPartitionsProducers(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.InputsLocationsRetriever
-
Get the producers of the result partitions consumed by an execution.
- getConsumedResults() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getConsumedResults() - 接口 中的方法org.apache.flink.runtime.topology.Vertex
-
- getConsumedSubpartitionIndex() - 类 中的方法org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- getConsumedSubpartitionIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- getConsumedSubpartitionIndexRange() - 类 中的方法org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
Return the index range of the the consumed subpartitions.
- getConsumerExecutionState() - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider.ResponseHandle
-
- getConsumerID() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGateID
-
- getConsumers() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getConsumerVertexGroups() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getConsumerVertexGroups() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
- getConsumerVertexGroupsForPartition(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- getConsumerVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConsumingDistributionPattern() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConsumingOffset(boolean) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- getConsumingOffset(boolean) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionViewInternalOperations
-
Get the latest consuming offset of the subpartition.
- getContainingTask() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getContainingTask() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getContentType() - 类 中的方法org.apache.flink.runtime.rest.FileUpload
-
- getConvergenceCriterion(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getConvergenceCriterionAggregatorName() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getCoordinator(OperatorCoordinator.Context) - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- getCoordinator(OperatorCoordinator.Context) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorProvider
-
- getCoordinatorState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getCoordinatorStore() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
- getCorruptedClusterDatasetIds() - 异常错误 中的方法org.apache.flink.runtime.scheduler.ClusterDatasetCorruptedException
-
- getCount() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the count of all seen values.
- getCount() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the count of all seen values.
- getCount() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogram
-
- getCount() - 类 中的方法org.apache.flink.runtime.metrics.ThresholdMeter
-
- getCount() - 类 中的方法org.apache.flink.runtime.metrics.TimerGauge
-
- getCounts() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the snapshotted checkpoint counts.
- getCounts() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getCpu() - 类 中的方法org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getCpuCores() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getCpuCores() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the cpu cores needed.
- getCpuCores() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getCpuCores() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getCpuCoresWithFallback(Configuration, double) - 类 中的静态方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- getCpuCoresWithFallbackConfigOption(Configuration, ConfigOption<Double>) - 类 中的静态方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessUtils
-
- getCpuIdle() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuIrq() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuLoad1() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuLoad15() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuLoad5() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuNice() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuSoftIrq() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuSteal() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuSys() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuUsage() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuUsagePerProcessor(int) - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCpuUser() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getCuratorFramework() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- getCurrent() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
-
- getCurrent() - 接口 中的方法org.apache.flink.runtime.util.KeyGroupedIterator
-
- getCurrent() - 类 中的方法org.apache.flink.runtime.util.NonReusingKeyGroupedIterator
-
- getCurrent() - 类 中的方法org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
- getCurrentAllocation(int) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Get the current allocation for the task slot with the given index.
- getCurrentAllocation(int) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getCurrentAssignedResource() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentAssignedResourceLocation() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
- getCurrentAssignedResourceLocation() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getCurrentAssignedResourceLocation() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentAttempts() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- getCurrentBackoff() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Returns the current backoff in ms.
- getCurrentConfiguration() - 类 中的方法org.apache.flink.runtime.security.modules.JaasModule
-
- getCurrentExecution(int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecution(int) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentExecutionAttempt() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the current execution for this execution vertex.
- getCurrentExecutionAttempt() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getCurrentExecutionAttempt() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecutionAttempt() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentExecutionAttempts() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getCurrentExecutions() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the current executions for this execution vertex.
- getCurrentExecutions() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getCurrentExecutions() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecutions() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentIncompleteAndReset() - 类 中的方法org.apache.flink.runtime.operators.coordination.util.IncompleteFuturesTracker
-
- getCurrentKey() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getCurrentKey() - 接口 中的方法org.apache.flink.runtime.state.heap.InternalKeyContext
-
Used by states to access the current key.
- getCurrentKey() - 类 中的方法org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- getCurrentKey() - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
- getCurrentKeyGroup() - 类 中的方法org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns the key group that is currently being written.
- getCurrentKeyGroupIndex() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getCurrentKeyGroupIndex() - 接口 中的方法org.apache.flink.runtime.state.heap.InternalKeyContext
-
Returns the key-group to which the current key belongs.
- getCurrentKeyGroupIndex() - 类 中的方法org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- getCurrentNumberOfSubtasks() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the current number of subtasks the respective task is split into.
- getCurrentOffset() - 类 中的方法org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
- getCurrentOuterSnapshotVersion() - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializerSnapshot
-
- getCurrentPositionInSegment() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the position from which the next byte will be read.
- getCurrentPositionInSegment() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getCurrentSegment() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the memory segment that will be used to read the next bytes from.
- getCurrentSegment() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Gets the segment that the view currently writes to.
- getCurrentSegmentLimit() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the current limit in the memory segment.
- getCurrentTaskManagerLocationFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentTaskManagerLocationFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getCurrentTime() - 类 中的方法org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- getCurrentTime() - 接口 中的方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
Returns the time, in milliseconds, that have elapsed since we transitioned to the targeted
state.
- getCurrentTimeMetricName(String) - 接口 中的静态方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- getData() - 类 中的方法org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getDataFilePath() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- getDataPort() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getDataPort() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getDataPort() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getDataPort() - 类 中的方法org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getDataPort() - 类 中的方法org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getDataSetId() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetEntry
-
- getDataSetId() - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getDataSets() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListResponseBody
-
- getDataType(AbstractEvent, boolean) - 枚举 中的静态方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- getDataType() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets the type of data this buffer represents.
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferHeader
-
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getDataType() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getDebloatConfiguration() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getDeclarativeSlotPool() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- getDecompressor() - 类 中的方法org.apache.flink.runtime.io.compression.AirCompressorFactory
-
- getDecompressor() - 接口 中的方法org.apache.flink.runtime.io.compression.BlockCompressionFactory
-
- getDecompressor() - 类 中的方法org.apache.flink.runtime.io.compression.Lz4BlockCompressionFactory
-
- getDefault() - 类 中的静态方法org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
- getDefaultAcl() - 类 中的方法org.apache.flink.runtime.util.ZooKeeperUtils.SecureAclProvider
-
- getDefaultCheckpointStorage() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getDefaultKerberosInitAppEntryName() - 类 中的静态方法org.apache.flink.runtime.security.KerberosUtils
-
- getDefaultMaxParallelism(JobVertex) - 类 中的静态方法org.apache.flink.runtime.scheduler.SchedulerBase
-
Get a default value to use for a given vertex's max parallelism if none was specified.
- getDefaultMimeType() - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.MimeTypes
-
Gets the default MIME type, which is "application/octet-stream".
- getDefaultNumSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getDefaultNumSlots() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the default number of slots.
- getDefaultSavepointDirectory() - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Gets the default directory for savepoints.
- getDefaultSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getDefaultSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getDefaultSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getDefaultSlotResourceProfile() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the default slot resource profile.
- getDefaultSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getDefaultSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getDefaultSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getDefaultStateBackend() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getDefaultValue() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- getDefaultWorkerResourceSpec() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getDelayBetweenSamples() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the configured delay between the individual samples.
- getDelegate() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getDelegatedKeyedStateBackend(boolean) - 接口 中的方法org.apache.flink.runtime.state.TestableKeyedStateBackend
-
- getDelegatedStateBackend() - 接口 中的方法org.apache.flink.runtime.state.delegate.DelegatingStateBackend
-
- getDelegateStateHandle() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getDelegateStateHandle() - 接口 中的方法org.apache.flink.runtime.state.OperatorStateHandle
-
Returns the underlying stream state handle that points to the state data.
- getDelegateStateHandle() - 类 中的方法org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getDelegationTokenManager() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getDelimiter() - 类 中的方法org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getDelimiter() - 接口 中的方法org.apache.flink.runtime.metrics.MetricRegistry
-
Returns the global delimiter.
- getDelimiter() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryConfiguration
-
- getDelimiter() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getDelimiter() - 类 中的方法org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- getDelimiter() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getDescription() - 枚举 中的方法org.apache.flink.runtime.jobgraph.RestoreMode
-
- getDescription() - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderContender
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.AccumulatorsIncludeSerializedValueQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointIdPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetIdPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobsFilterQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsFilterParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtasksFilterQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagersFilterQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskAttemptPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.job.UpperLimitExceptionParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIDPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexIdPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.LogFileNamePathParameter
-
- getDescription() - 接口 中的方法org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the description for this header.
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns a description for REST API HTML documentation.
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.OperatorIDPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerIdPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.TriggerIdPathParameter
-
- getDescription() - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- getDirectMemoryStatsAsString(BufferPoolMXBean) - 类 中的静态方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
Returns a String with the direct memory footprint.
- getDirectory() - 类 中的方法org.apache.flink.runtime.state.DirectoryStateHandle
-
- getDirectory() - 类 中的方法org.apache.flink.runtime.state.SnapshotDirectory
-
- getDirectoryStateHandle() - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- getDirtyResults() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- getDirtyResults() - 接口 中的方法org.apache.flink.runtime.highavailability.JobResultStore
-
Get the persisted
JobResult instances that are marked as
dirty.
- getDirtyResultsInternal() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
- getDirtyResultsInternal() - 类 中的方法org.apache.flink.runtime.highavailability.FileSystemJobResultStore
-
- getDirtyResultsInternal() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedJobResultStore
-
- getDispatcherGateway() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getDispatcherGateway() - 枚举 中的方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getDispatcherGatewayFuture() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getDispatcherLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getDispatcherLeaderElectionService() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader election service for the cluster's dispatcher.
- getDispatcherLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getDispatcherLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getDispatcherLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getDispatcherLeaderRetriever() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader retriever for the dispatcher.
- getDispatcherLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getDispatcherLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getDispatcherNode() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getDispatcherService() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getDistributedCacheEntries() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getDistributedCacheEntries() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getDistributionMode() - 类 中的方法org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- getDistributionPattern() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getDistributionPattern() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the distribution pattern used for this edge.
- getDistributionPattern() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalEdge
-
- getDistributionPattern() - 接口 中的方法org.apache.flink.runtime.jobgraph.topology.LogicalEdge
-
Returns the distribution pattern used for this edge.
- getDownstreamSubtaskStateMapper() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the channel state rescaler used for rescaling persisted data on downstream side of this
JobEdge.
- getDriver() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverClass() - 枚举 中的方法org.apache.flink.runtime.operators.DriverStrategy
-
- getDriverComparator(int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getDriverComparator(int) - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getDriverComparator(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverStrategy() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getDuration() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Summary
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getDynamicProperties() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterConfiguration
-
- getDynamicPropertiesAsString(Configuration, Configuration) - 类 中的静态方法org.apache.flink.runtime.clusterframework.BootstrapTools
-
Get dynamic properties based on two Flink configurations.
- getDynamicSlotID(ResourceID) - 类 中的静态方法org.apache.flink.runtime.clusterframework.types.SlotID
-
Get a SlotID without actual slot index for dynamic slot allocation.
- getEdgeManager() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getEdgeManager() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getEdgeManager() - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getEffectiveConfigurationForResourceManager(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- getEffectiveConfigurationForResourceManager(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
Configuration changes in this method will be visible to only
ResourceManager.
- getEffectiveConfigurationForResourceManagerAndRuntimeServices(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManagerFactory
-
- getEffectiveConfigurationForResourceManagerAndRuntimeServices(Configuration) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- getEffectiveResourceProfile(ResourceProfile, ResourceProfile) - 类 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- getElementsCollectedAndReset() - 类 中的方法org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- getElementSerializer() - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- getElementSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- getEndIndex() - 类 中的方法org.apache.flink.runtime.deployment.SubpartitionIndexRange
-
- getEndKeyGroup() - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
- getEndOffsetExclusive() - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- getEndTime() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getEndTime() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getEndTime() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getEndTime() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getEndTime() - 接口 中的方法org.apache.flink.runtime.webmonitor.stats.Statistics
-
Returns the timestamp when the last sample of this
Statistics was collected.
- getEndTime() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraph
-
- getEndTime() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoStats
-
Returns the timestamp, when all samples where collected.
- getEndTimestamp() - 类 中的方法org.apache.flink.runtime.blocklist.BlockedNode
-
- getEndTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getEndToEndDuration() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Returns the end to end duration until the checkpoint failure.
- getEndToEndDuration(long) - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Computes the duration since the given trigger timestamp.
- getEndToEndDuration(long) - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
Returns the summary stats for the duration of completed checkpoints.
- getEndToEndDurationStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getEntries() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.JobExceptionHistory
-
- getEntries() - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport
-
- getEntryIterator() - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getEntryIterator() - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getEntryIterator() - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Returns an iterator that can be used to iterate over all the elements in the table.
- getEnvironment() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the environment of this task.
- getError() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Returns reason why the restarting cannot be conducted.
- getError(ClassLoader) - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getError(ClassLoader) - 类 中的方法org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Gets the attached exception, which is in serialized form.
- getErrorDelayMillis() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getEvent() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getEventPublisher() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getException() - 类 中的方法org.apache.flink.runtime.executiongraph.ErrorInfo
-
Returns the serialized form of the original exception.
- getExceptionAsString() - 类 中的方法org.apache.flink.runtime.executiongraph.ErrorInfo
-
Returns the contained exception as a string.
- getExceptionHistory() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory
-
- getExceptionHistory() - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphInfo
-
- getExceptionHistory() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getExceptionName() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getExcludedVariables() - 类 中的方法org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getExcludedVariables() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getExclusiveCheckpointDir() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
- getExecutingThread() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getExecution() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
Gets the execution attempt for the subtask execution attempt that this gateway
communicates with.
- getExecutionAttemptID() - 类 中的方法org.apache.flink.runtime.accumulators.AccumulatorSnapshot
-
- getExecutionAttemptId() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getExecutionAttemptID() - 类 中的方法org.apache.flink.runtime.messages.TaskBackPressureResponse
-
- getExecutionAttemptID() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getExecutionConfig() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the job specific ExecutionConfig.
- getExecutionConfig() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the global ExecutionConfig.
- getExecutionConfig() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getExecutionConfig() - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getExecutionConfig() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getExecutionConfigInfo() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo
-
- getExecutionDeploymentListener() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getExecutionDeploymentListener() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getExecutionDeploymentReport() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorToJobManagerHeartbeatPayload
-
- getExecutionGraph(JobID) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getExecutionGraph() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
ExecutionGraph is exposed to make it easier to rework tests to be based on the new scheduler.
- getExecutionGraphAccessor() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionGraphID() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getExecutionGraphID() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getExecutionGraphInfo() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
- getExecutionGraphInfo(JobID, RestfulGateway) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- getExecutionGraphInfo(JobID, RestfulGateway) - 接口 中的方法org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
- getExecutionHistory() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the execution history.
- getExecutionHistory() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getExecutionHistory() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionId() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Gets the ID of the task execution attempt.
- getExecutionId() - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getExecutionId() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getExecutionId() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getExecutionJobVertex(JobVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getExecutionMode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getExecutionParallelism() - 类 中的方法org.apache.flink.runtime.executiongraph.SimpleInitializeOnMasterContext
-
- getExecutionParallelism() - 接口 中的方法org.apache.flink.runtime.jobgraph.JobVertex.InitializeOnMasterContext
-
The actual parallelism this vertex will be run with.
- getExecutions() - 类 中的方法org.apache.flink.runtime.taskexecutor.ExecutionDeploymentReport
-
- getExecutionsOn(ResourceID) - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- getExecutionsOn(ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Returns all tracked executions for the given host.
- getExecutionState() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
- getExecutionState() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getExecutionState() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionState() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getExecutionState() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getExecutionState() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
Returns the current execution state of the task.
- getExecutionState() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the new execution state of the task.
- getExecutionStateDuration(AccessExecution) - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.StatusDurationUtils
-
- getExecutionVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- getExecutionVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getExecutionVertexId() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getExecutionVertexId() - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersion
-
- getExecutionVertexOrThrow(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getExecutionVertexOrThrow(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getExecutionVertexVersions(Collection<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- getExitCode() - 枚举 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner.Result
-
- getExtendedResources() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getExtendedResources() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the extended resources.
- getExtendedResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getExtendedResources() - 类 中的方法org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getExtendedResources() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getExternalAddress() - 类 中的方法org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getExternalPath() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
Returns the external pointer of this checkpoint.
- getExternalPath() - 类 中的方法org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the external path if this checkpoint was persisted externally.
- getExternalPath() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- getExternalPath() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.CompletedCheckpointStatistics
-
- getExternalPointer() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getExternalPointer() - 接口 中的方法org.apache.flink.runtime.state.CompletedCheckpointStorageLocation
-
Gets the external pointer to the checkpoint.
- getExternalPointer() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
- getExternalResourceConfigurationKeys(Configuration, String) - 类 中的静态方法org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
Get the external resource configuration keys map, indexed by the resource name.
- getExternalResourceInfoProvider() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getExternalResourceInfoProvider() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getExternalResourceInfos(String) - 接口 中的方法org.apache.flink.runtime.externalresource.ExternalResourceInfoProvider
-
Get the specific external resource information by the resourceName.
- getExternalResourceInfos(String) - 类 中的方法org.apache.flink.runtime.externalresource.StaticExternalResourceInfoProvider
-
- getExternalResourceInfos(String) - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getExternalResourcesCollection(Configuration) - 类 中的静态方法org.apache.flink.runtime.externalresource.ExternalResourceUtils
-
Get the collection of all enabled external resources.
- getExternalSharedMemoryResource(String, LongFunctionWithException<T, Exception>, long) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Acquires a shared resource, identified by a type string.
- getFailedCheckpointStatistics() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getFailedExecution() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Returns an
Optional with the
Execution causing this failure or an empty
Optional if it's a global failure.
- getFailingTaskName() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
- getFailoverRegion(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy
-
Returns the failover region that contains the given execution vertex.
- getFailureCause() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getFailureCause() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getFailureCause() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getFailureCause() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- getFailureCause() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
If the task has failed, this method gets the exception that caused this task to fail.
- getFailureHandlingResult(Execution, Throwable, long) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler
-
Return result of failure handling.
- getFailureInfo() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the exception that caused the job to fail.
- getFailureInfo() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the exception that caused the job to fail.
- getFailureInfo() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the exception that caused the job to fail.
- getFailureInfo() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getFailureInfo() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getFailureInfo() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getFailureInfo() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getFailureInfo() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getFailureInfo() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getFailureMessage() - 类 中的方法org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Returns the failure message or null if no cause was provided.
- getFailureMessage() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.FailedCheckpointStatistics
-
- getFailureTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
Returns the timestamp when this checkpoint failed.
- getFailureTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.FailedCheckpointStatistics
-
- getFatalErrorHandler() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getFatalErrorHandler() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getFatalErrorHandler() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getFeatures() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getField(TtlValue<T>, int) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- getFile(TransientBlobKey) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
Retrieves the local path of a file associated with a job and a blob key.
- getFile(JobID, PermanentBlobKey) - 类 中的方法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) - 类 中的方法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) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.blob.TransientBlobCache
-
- getFile(JobID, TransientBlobKey) - 类 中的方法org.apache.flink.runtime.blob.TransientBlobCache
-
- getFile(TransientBlobKey) - 接口 中的方法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) - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.rest.FileUpload
-
- getFile(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.cluster.AbstractJobManagerFileHandler
-
- getFile(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.cluster.JobManagerCustomLogHandler
-
- getFile(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.cluster.JobManagerLogFileHandler
-
- getFileChannel() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- getFilehandlesDriver() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getFilehandlesInput(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getFileInternal(JobID, BlobKey) - 类 中的方法org.apache.flink.runtime.blob.AbstractBlobCache
-
Returns local copy of the file for the BLOB with the given key.
- getFileInternal(JobID, BlobKey) - 类 中的方法org.apache.flink.runtime.blob.TransientBlobCache
-
- getFileName(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- getFileName(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerCustomLogHandler
-
- getFilePath() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileStateHandle
-
Gets the path where this handle's state is stored.
- getFilter() - 类 中的方法org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getFilter() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getFilterStrategy() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotTransformer.CollectionStateSnapshotTransformer
-
- getFinishedTasks() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns tasks that have already been finished when taking the checkpoint.
- getFinishedTasks() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getFirst() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getFirst() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- getFlinkConfig() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getFlinkMemory() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getFlinkRevision() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getFlinkVersion() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getForForwardExchange(ExecutionMode) - 枚举 中的静态方法org.apache.flink.runtime.io.network.DataExchangeMode
-
- getFormatDescription(OperatorID) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- getFormatType() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- getFormatType() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- getFormatType() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- getForShuffleOrBroadcast(ExecutionMode) - 枚举 中的静态方法org.apache.flink.runtime.io.network.DataExchangeMode
-
- getFQDNHostname() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getFqdnHostName() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.DefaultHostNameSupplier
-
Returns the fully-qualified domain name the TaskManager.
- getFQDNHostname() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
- getFqdnHostName() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.HostNameSupplier
-
- getFqdnHostName() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.IpOnlyHostNameSupplier
-
Returns the textual representation of the TaskManager's IP address as FQDN host name.
- getFraction() - 类 中的方法org.apache.flink.runtime.util.config.memory.RangeFraction
-
- getFractionRoundedDown(long, long) - 枚举 中的静态方法org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
- getFrameworkHeap() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured heap size used by the framework.
- getFrameworkHeap() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getFrameworkHeapMemorySize(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemoryUtils
-
- getFrameworkOffHeap() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured off-heap size used by the framework.
- getFrameworkOffHeap() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getFrameworkOffHeapMemorySize(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemoryUtils
-
- getFreedMemory() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getFreeMemory() - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getFreeMemory() - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getFreeMemory() - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- getFreeResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getFreeResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of total free resources.
- getFreeResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getFreeResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getFreeResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getFreeResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getFreeResource() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getFreeResourceOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of free resources from the TaskManager with the given instance id.
- getFreeResourceOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getFreeResourceOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getFreeResourceOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getFreeResourceOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getFreeSince() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool.FreeSlotInfo
-
Returns since when this slot is free.
- getFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotTracker
-
- getFreeSlotsInformation() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Returns information about all currently free slots.
- getFreeSlotsInformation() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns the slot information for all free slots (slots which can be allocated from the slot
pool).
- getFreeSlotsInformation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- getFreeSlotsInformation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- getFrom() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getFullBufferData(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
Returns the full buffer data in one piece of MemorySegment.
- getFullSegments() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBulkBlockReader
-
- getFullSegments() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
-
- getFullStrategyNumBuffersTriggerSpillingRatio() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
The proportion of buffers to be released.
- getFullStrategyReleaseThreshold() - 类 中的方法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() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns the job vertices whose tasks are all finished when taking the checkpoint.
- getFullyFinishedJobVertex() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getFuture() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistration
-
- getFuture() - 接口 中的方法org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever
-
Get future of object to retrieve.
- getFuture() - 类 中的方法org.apache.flink.runtime.webmonitor.retriever.LeaderGatewayRetriever
-
- getFutureExecutor() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getFutureExecutor() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
Returns the ExecutionContext associated with this ExecutionGraph.
- getFutureExecutor() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getGarbageCollectorStatsAsString(List<GarbageCollectorMXBean>) - 类 中的静态方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
Gets the garbage collection statistics from the JVM.
- getGateIdx() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- getGateIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
Returns the index of this input gate.
- getGateIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getGateIndex() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getGateway() - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayService
-
- getGateway() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- getGateway() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- getGateway() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterService
-
- getGeneratedOperatorID() - 类 中的方法org.apache.flink.runtime.OperatorIDPair
-
- getGitCommitId() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getGitCommitIdAbbrev() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getGitCommitTime() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getGitCommitTimeString() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getGlobalAggregateManager() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getGlobalAggregateManager() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getGlobalAggregateManager() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getGlobalFailureHandlingResult(Throwable, long) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler
-
Return result of failure handling on a global failure.
- getGlobalJobParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getGraph() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getGroupName(CharacterFilter) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- getGroupName(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- getGroupName(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- getGroupName(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.JobMetricGroup
-
- getGroupName(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- getGroupName(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- getGroupRangeOffsets() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getGroupSize(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getHadoopUser() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the name of the user that is running the JVM.
- getHadoopVersionString() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
- getHaLeadershipControl() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getHandleName() - 类 中的方法org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getHandlers() - 枚举 中的方法org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
- getHandlers() - 接口 中的方法org.apache.flink.runtime.webmonitor.WebMonitorExtension
-
- getHandlesAndOffsets() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getHardBackPressuredTimeMsPerSecond() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getHardBackPressuredTimePerSecond() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getHardwareDescription() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getHardwareDescription() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getHardwareDescription() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getHaServices() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getHaServices() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getHash() - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.operators.hash.HashJoinIteratorBase
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildFirstReOpenableHashJoinIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildSecondReOpenableHashJoinIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildFirstReOpenableHashJoinIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double, boolean) - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildSecondReOpenableHashJoinIterator
-
- getHeadElementIndex() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Returns the start index of the queue elements in the array.
- getHeadElementIndex() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
- getHeaderLength() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- getHeaderLength() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- getHeartbeatServices() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getHeartbeatServices() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getHeartbeatServices() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getHeartbeatTarget() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Gets heartbeat target.
- getHeartbeatTarget() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- getHeartbeatTargetId() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Gets heartbeat target id.
- getHeartbeatTargetId() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- getHighAvailabilityServices() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getHighAvailabilityServices() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getHighAvailabilityServices() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getHistoricalExecution(int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionHistory
-
- getHistoricalExecutions() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionHistory
-
- getHistory() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the snapshotted checkpoint history.
- getHistory() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getHistoryServerArchivist() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getHistoryServerArchivist() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getHistoryServerURL(Configuration) - 枚举 中的静态方法org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
- getHistorySize() - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- getHitCount() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraph.Node
-
- getHost() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getHostAddress() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getHostedPartitions() - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getHostname() - 类 中的方法org.apache.flink.runtime.entrypoint.EntrypointClusterConfiguration
-
- getHostname() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getHostname() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getHostname() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- getHostName() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.DefaultHostNameSupplier
-
Gets the hostname of the TaskManager.
- getHostname() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
- getHostName(InetAddress) - 类 中的静态方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Gets the hostname of the TaskManager based on the network address.
- getHostName() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.HostNameSupplier
-
- getHostName() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.IpOnlyHostNameSupplier
-
Returns the textual representation of the TaskManager's IP address as host name.
- getHostname() - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getHttpMethod() - 接口 中的方法org.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
已过时。
- getHttpMethod() - 类 中的方法org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
已过时。
- getHttpResponseStatus() - 异常错误 中的方法org.apache.flink.runtime.rest.handler.RestHandlerException
-
- getHttpResponseStatus() - 异常错误 中的方法org.apache.flink.runtime.rest.util.RestClientException
-
- getID() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getId() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getID() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getId() - 类 中的方法org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- getId() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getID() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the ID of this job vertex.
- getId() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- getId() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getId() - 接口 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
Returns the unique identifier describing this co-location constraint as a group.
- getId() - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- getId() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- getId() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getId() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getId() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.Metric
-
- getId() - 类 中的方法org.apache.flink.runtime.rest.messages.queue.QueueStatus
-
- getID() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the ID of the task this result belongs to
- getId() - 接口 中的方法org.apache.flink.runtime.topology.Result
-
- getId() - 接口 中的方法org.apache.flink.runtime.topology.Vertex
-
- getIdentifier() - 接口 中的方法org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
Gets the identifier of this hook.
- getIdentifier() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- getIdentifier() - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogStorageFactory
-
Get the identifier for user to use this changelog storage factory.
- getIdlenessTimeout() - 类 中的方法org.apache.flink.runtime.rest.RestClientConfiguration
-
RestOptions.IDLENESS_TIMEOUT.
- getIdleRatio() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getIdleSince() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getIdleSince() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the timestamp when the last time becoming idle.
- getIdleSince() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getIdleTimeMsPerSecond() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getIds(Collection<? extends OperatorInfo>) - 接口 中的静态方法org.apache.flink.runtime.operators.coordination.OperatorInfo
-
- getImplicitConvergenceCriterion(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getImplicitConvergenceCriterionAggregatorName() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getIndex() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics
-
- getIndex() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getIndexFilePath() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- getIndexInSubtaskGroup() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the index of this subtask in the subtask group.
- getInfo() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getInfoForCurrentThread() - 类 中的方法org.apache.flink.runtime.query.KvStateEntry
-
- getInitialCredit() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getInitializationFailure() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
This method returns the initialization failure.
- getInitializingOrRunningFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getInitialRegistrationTimeoutMillis() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getInitialTableSize(int, int, int, int) - 类 中的静态方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getInput(int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getInput(int) - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getInputChannel(InputChannelID) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkClientHandler
-
- getInputChannelId() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getInputChannelIdx() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- getInputChannelNums() - 类 中的方法org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getInputChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getInputChannelState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getInputChannelStateHandles() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult
-
- getInputChannelsWithData() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getInputComparator(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputFormats() - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer.FormatUserCodeTable
-
- getInputFormats() - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getInputGate(int) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getInputGate(InputGateID) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getInputGate(int) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getInputGateIndex() - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- getInputGateIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- getInputGateNums() - 类 中的方法org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getInputGates() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getInputGroup() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getInputLocalStrategy(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputRescalingDescriptor() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getInputRescalingDescriptor() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getInputRescalingDescriptor() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
- getInputRescalingDescriptor() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getInputs() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getInputs() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getInputs() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getInputs() - 接口 中的方法org.apache.flink.runtime.jobgraph.topology.LogicalVertex
-
- getInputSerializer(int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getInputSerializer(int) - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getInputSerializer(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputSplitData() - 类 中的方法org.apache.flink.runtime.jobmaster.SerializedInputSplit
-
- getInputSplitProvider() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the input split provider assigned to this environment.
- getInputSplitProvider() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getInputSplitSource() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getInputSubtaskIndex() - 类 中的方法org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- getInstalledContext() - 类 中的静态方法org.apache.flink.runtime.security.SecurityUtils
-
- getInstalledModules() - 类 中的静态方法org.apache.flink.runtime.security.SecurityUtils
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.blob.VoidBlobWriter
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.messages.webmonitor.RequestJobsOverview
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.messages.webmonitor.RequestJobsWithIDsOverview
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.messages.webmonitor.RequestStatusOverview
-
- getInstance() - 接口 中的方法org.apache.flink.runtime.plugable.DeserializationDelegate
-
- getInstance() - 类 中的方法org.apache.flink.runtime.plugable.NonReusingDeserializationDelegate
-
- getInstance() - 类 中的方法org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- getInstance() - 类 中的方法org.apache.flink.runtime.plugable.SerializationDelegate
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.EmptyMessageParameters
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.EmptyRequestBody
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.EmptyResponseBody
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
已过时。
- getInstance() - 类 中的静态方法org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
已过时。
- getInstanceID() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
-
- getInstanceId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getInstanceId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getInstanceId() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the instanceId of this task manager.
- getInstanceId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getInstanceId() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getIntermediateDataSetID() - 类 中的方法org.apache.flink.runtime.executiongraph.PartitionInfo
-
- getIntermediateDataSetId() - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getIntermediateDataSetID() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- getIntermediateDataSetID() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
Get the ID of IntermediateDataSet this ConsumedPartitionGroup belongs to.
- getIntermediateDataSetIdsToConsume() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getIntermediateResult() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getInternal() - 接口 中的方法org.apache.flink.runtime.state.internal.InternalAppendingState
-
Get internally stored value.
- getInternalCoordinator() - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- getInternalIndex() - 接口 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueElement
-
- getInternalListCopySerializer() - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- getInternalMapCopySerializer() - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getIntersection(KeyGroupRange) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
Create a range that represent the intersection between this range and the given range.
- getIntersection(KeyGroupRange) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.state.KeyGroupsSavepointStateHandle
-
- getIntersection(KeyGroupRange) - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getIntervalSettings() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getInvokableClass(ClassLoader) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the invokable class which represents the task of this vertex.
- getInvokableClassName() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskInformation
-
- getInvokableClassName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the name of the invokable class which represents the task of this vertex.
- getIoExecutor() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getIoExecutor() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getIoExecutor() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getIOExecutor() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getIoExecutor() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getIoExecutor() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getIOExecutor() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getIoExecutor() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getIOExecutor() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getIOManager() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getIOManager() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getIOManager() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getIOManager() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getIOManager() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getIOMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
Returns the OperatorIOMetricGroup for this operator.
- getIOMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getIOMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- getIOMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
Returns the TaskIOMetricGroup for this task.
- getIOMetrics() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getIOMetrics() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getIOMetrics() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getIOMetrics() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getIOMetrics() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getIOMetrics() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskExecutionState
-
- getIoMetricsInfo() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getIOWait() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getIsSolutionSetUpdate() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsSolutionSetUpdateWithoutReprobe() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsWorksetIteration() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsWorksetUpdate() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationAggregators() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- getIterationAggregators(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadFinalOutputConfig() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadIndexOfSyncOutput() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadPartialSolutionOrWorksetInputIndex() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadSolutionSetInputIndex() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationId() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterator() - 类 中的方法org.apache.flink.runtime.operators.sort.ExternalSorter
-
- getIterator() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - 类 中的方法org.apache.flink.runtime.operators.TempBarrier
-
This method resets the input!
- getIterator() - 接口 中的方法org.apache.flink.runtime.operators.util.CloseableInputProvider
-
Gets the iterator over this input.
- getIterator() - 类 中的方法org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
- getIterator(TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<S>, StateSnapshotTransformer<S>) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
- getIterator(TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<S>, StateSnapshotTransformer<S>) - 类 中的方法org.apache.flink.runtime.state.heap.StateMapSnapshot
-
- getIterator(int) - 接口 中的方法org.apache.flink.runtime.state.IterableStateSnapshot
-
- getIteratorForKeyGroup(int) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getJmxPort() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getJmxPort() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getJmxPort() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getJob() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- getJob() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- getJob(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getJob(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable
-
Gets the job registered under jobId.
- getJobAccumulators() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
-
- getJobConfiguration() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the job-wide configuration object that was attached to the JobGraph.
- getJobConfiguration() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobConfiguration() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobConfiguration() - 类 中的方法org.apache.flink.runtime.executiongraph.JobInformation
-
- getJobConfiguration() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the configuration object for this job.
- getJobConfiguration() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the job configuration object which was attached to the original
JobGraph.
- getJobConfiguration() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobConfiguration() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getJobExecutionResult() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getJobExecutionResult() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- getJobGraph() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getJobGraphStore() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobGraphStore() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the submitted job graph store for the job manager.
- getJobGraphStore() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- getJobGraphWriter() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getJobGraphWriter() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServicesWithJobPersistenceComponents
-
- getJobID() - 类 中的方法org.apache.flink.runtime.accumulators.AccumulatorSnapshot
-
- getJobId() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getJobId() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getJobID() - 异常错误 中的方法org.apache.flink.runtime.client.JobExecutionException
-
- getJobId() - 类 中的方法org.apache.flink.runtime.client.JobStatusMessage
-
- getJobId() - 类 中的方法org.apache.flink.runtime.client.SerializedJobExecutionResult
-
- getJobId() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's job ID.
- getJobID() - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- getJobID() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the ID of the job that the task belongs to.
- getJobID() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the JobID for this execution graph.
- getJobID() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJobID() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobId() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobId() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobID() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobId() - 类 中的方法org.apache.flink.runtime.executiongraph.JobInformation
-
- getJobId() - 类 中的方法org.apache.flink.runtime.highavailability.JobResultEntry
-
- getJobID() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the ID of the job.
- getJobId() - 类 中的方法org.apache.flink.runtime.jobmaster.AllocatedSlotReport
-
- getJobId() - 类 中的方法org.apache.flink.runtime.jobmaster.factories.DefaultJobMasterServiceProcessFactory
-
- getJobId() - 接口 中的方法org.apache.flink.runtime.jobmaster.factories.JobMasterServiceProcessFactory
-
- getJobID() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Get the job id of the executed job.
- getJobID() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- getJobId() - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult
-
- getJobId() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getJobId() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview.JobIdWithStatus
-
- getJobID() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getJobId() - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getJobId() - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the JobID the KvState instances belong to.
- getJobID() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getJobId() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getJobId() - 类 中的方法org.apache.flink.runtime.rest.handler.job.AsynchronousJobOperationKey
-
Get the job id for the given operation key.
- getJobId() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJobId() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo
-
- getJobId() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- getJobID() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getJobId() - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphInfo
-
- getJobId() - 接口 中的方法org.apache.flink.runtime.shuffle.JobShuffleContext
-
- getJobId() - 类 中的方法org.apache.flink.runtime.shuffle.JobShuffleContextImpl
-
- getJobId() - 类 中的方法org.apache.flink.runtime.slots.ResourceRequirements
-
- getJobId() - 异常错误 中的方法org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
-
- getJobId() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getJobId() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Returns the JobID which is associated with this job.
- getJobId() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getJobId() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getJobID() - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getJobID() - 类 中的方法org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the job id of the slot allocated for.
- getJobID() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobID() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getJobIds() - 类 中的方法org.apache.flink.runtime.dispatcher.SingleJobJobGraphStore
-
- getJobIds() - 类 中的方法org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- getJobIds() - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphStore
-
Get all job ids of submitted job graphs to the submitted job graph store.
- getJobIds() - 类 中的方法org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- getJobInformationOrBlobKey() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobInformationOrBlobKey() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobLeaderIdService() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
-
- getJobLeaderService() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getJobManager() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobManagerAddress(Configuration) - 类 中的静态方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
Returns the JobManager's hostname and port extracted from the given Configuration.
- getJobManagerBindAddress() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getJobManagerExternalAddress() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getJobManagerExternalPortRange() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getJobManagerFormat() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getJobManagerGateway() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobManagerGateway() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getJobManagerJobFormat() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getJobManagerLeaderElectionService(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobManagerLeaderElectionService(JobID) - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader election service for the given job.
- getJobManagerLeaderElectionService(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getJobManagerLeaderElectionService(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getJobManagerLeaderRetriever(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobManagerLeaderRetriever(JobID, String) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobManagerLeaderRetriever(JobID) - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getJobManagerLeaderRetriever(JobID, String) - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader retriever for the job JobMaster which is responsible for the given job.
- getJobManagerLeaderRetriever(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getJobManagerLeaderRetriever(JobID, String) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getJobManagerLeaderRetriever(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getJobManagerLeaderRetriever(JobID, String) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getJobManagerManagedKeyedState() - 类 中的方法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() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getJobManagerMetricGroupFactory() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getJobManagerMetricStore() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobManagerOwnedSnapshot() - 类 中的方法org.apache.flink.runtime.state.SnapshotResult
-
- getJobManagerRawKeyedState() - 类 中的方法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() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobManagerRunners() - 类 中的方法org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- getJobManagerRunners() - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- getJobManagerRunners() - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- getJobMasterGateway() - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- getJobMasterGateway() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
- getJobMasterGateway() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- getJobMasterGatewayFuture() - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getJobMasterGatewayFuture() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
- getJobMasterGatewayFuture() - 枚举 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getJobMasterId() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
- getJobMasterId() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getJobMasterMainThreadExecutor() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobMasterMainThreadExecutor() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobMasterMainThreadExecutor() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- getJobMetricsGroup(JobID) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- getJobMetricStore(String) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobName() - 类 中的方法org.apache.flink.runtime.client.JobStatusMessage
-
- getJobName() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the job name for the execution graph.
- getJobName() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJobName() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobName() - 类 中的方法org.apache.flink.runtime.executiongraph.JobInformation
-
- getJobName() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getJobName() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo
-
- getJobResult() - 类 中的方法org.apache.flink.runtime.highavailability.JobResultEntry
-
- getJobResultStore() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getJobResultStore() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServicesWithJobPersistenceComponents
-
- getJobResultStore() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getJobResultStore() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the store that holds information about the state of finished jobs.
- getJobResultStore() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- getJobs() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.MultipleJobsDetails
-
- getJobs() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getJobs() - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getJobs() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable
-
Gets all registered jobs.
- getJobsPath() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getJobState() - 类 中的方法org.apache.flink.runtime.client.JobStatusMessage
-
- getJobStatus() - 异常错误 中的方法org.apache.flink.runtime.messages.FlinkJobTerminatedWithoutCancellationException
-
- getJobStatus() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview.JobIdWithStatus
-
- getJobStatus() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobStatusInfo
-
- getJobStatus(JobID) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getJobStatus() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- getJobStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJobStatus() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- getJobStatusHooks() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- getJobsWithStatus() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobIdsWithStatusOverview
-
- getJobTable() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getJobTargetAddress() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getJobTerminationFuture() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getJobTerminationFuture() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getJobTerminationFuture() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- getJobTimeout() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- getJobType() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- getJobVertex(JobVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
- getJobVertex(JobVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJobVertex(JobVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJobVertex(JobVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobVertex() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobVertex() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobVertex(JobVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getJobVertexID() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getJobVertexId() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Gets the ID of the JobVertex for which this task executes a parallel subtask.
- getJobVertexId() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobvertexId() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskInformation
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the JobVertexID the KvState instances belong to.
- getJobVertexID() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getJobVertexID() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getJobVertexId() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getJobVertexIds() - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getJobVertexIds() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroup
-
- getJobVertexInfos() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJobVertexMetrics() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getJobVerticesPerState() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJson() - 类 中的方法org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
- getJsonPlan() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the job plan as a JSON string.
- getJsonPlan() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getJsonPlan() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getJsonPlan() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getJsonPlan() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanInfo
-
- getJvmDirectMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmDirectMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.FlinkMemory
-
- getJvmDirectMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.jobmanager.JobManagerFlinkMemory
-
- getJvmDirectMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmDirectMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getJvmHeapMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmHeapMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.FlinkMemory
-
- getJvmHeapMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.jobmanager.JobManagerFlinkMemory
-
- getJvmHeapMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmHeapMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getJvmMetaspace() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the maximum Metaspace size allowed for the task manager.
- getJvmMetaspaceAndOverhead() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmMetaspaceSize() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmMetaspaceSize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmOverhead() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the threshold for defining the maximum amount of memory used for the JVM overhead.
- getJvmOverheadSize() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getJvmOverheadSize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getJvmStartupOptions() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the system parameters and environment parameters that were passed to the JVM on startup.
- getJvmStartupOptionsArray() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the system parameters and environment parameters that were passed to the JVM on startup.
- getJvmVersion() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the version of the JVM in the form "VM_Name - Vendor - Spec/Version".
- getKey() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
- getKey() - 类 中的方法org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
- getKey() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns the key of this parameter, e.g.
- getKey() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- getKey() - 接口 中的方法org.apache.flink.runtime.state.Keyed
-
Returns the key attribute.
- getKey() - 类 中的方法org.apache.flink.runtime.state.restore.KeyGroupEntry
-
- getKey() - 接口 中的方法org.apache.flink.runtime.state.StateEntry
-
Returns the key of this entry.
- getKey() - 类 中的方法org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- getKeyAByKeyB(B) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getKeyBByKeyA(A) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getKeyContext() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeyedStateStore() - 接口 中的方法org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns an interface that allows for registering keyed state with the backend.
- getKeyedStateStore() - 类 中的方法org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getKeyedStateStreamFuture() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getKeyGroup() - 类 中的方法org.apache.flink.runtime.state.changelog.StateChange
-
- getKeyGroupCompressionDecorator() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeyGroupEntries() - 类 中的方法org.apache.flink.runtime.state.restore.KeyGroup
-
- getKeyGroupId(int) - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
- getKeyGroupId(int) - 接口 中的方法org.apache.flink.runtime.state.KeyGroupsList
-
- getKeyGroupId() - 类 中的方法org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider
-
Returns the key group that corresponds to the data in the provided stream.
- getKeyGroupId() - 类 中的方法org.apache.flink.runtime.state.restore.KeyGroup
-
- getKeyGroupList() - 类 中的方法org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns a list of all key-groups which can be written to this stream.
- getKeyGroupOffset() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getKeyGroupOffset(int) - 类 中的方法org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
Returns the offset for the given key-group.
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getKeyGroupRange() - 接口 中的方法org.apache.flink.runtime.state.CheckpointableKeyedStateBackend
-
Returns the key groups which this state backend is responsible for.
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- getKeyGroupRange() - 接口 中的方法org.apache.flink.runtime.state.FullSnapshotResources
-
- getKeyGroupRange() - 接口 中的方法org.apache.flink.runtime.state.heap.InternalKeyContext
-
Returns the key groups for this backend.
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getKeyGroupRange() - 接口 中的方法org.apache.flink.runtime.state.KeyedStateHandle
-
Returns the range of the key groups contained in the state.
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
- getKeyGroupRange() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getKeyGroupWriter() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getKeyGroupWriter() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshot
-
- getKeys(N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- getKeys(String, N) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- getKeys(N) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
- getKeys(N) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getKeys(String, N) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
- getKeysAndNamespaces(String) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- getKeysAndNamespaces() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getKeysAndNamespaces(String) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
- getKeySerializer() - 类 中的方法org.apache.flink.runtime.query.KvStateInfo
-
- getKeySerializer() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getKeySerializer() - 接口 中的方法org.apache.flink.runtime.state.FullSnapshotResources
-
Returns key TypeSerializer.
- getKeySerializer() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getKeySerializer() - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the TypeSerializer for the type of key this state is associated to.
- getKeySerializer() - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
- getKeySerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getKeySerializerSnapshot() - 类 中的方法org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getKeytab() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getKrb5LoginModuleName() - 类 中的静态方法org.apache.flink.runtime.security.KerberosUtils
-
- getKvState(KvStateID) - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- getKvStateID(int) - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the registered KvStateID for the key group index or null if none is
registered yet.
- getKvStateId() - 类 中的方法org.apache.flink.runtime.state.restore.KeyGroupEntry
-
- getKvStateLocation(String) - 类 中的方法org.apache.flink.runtime.query.KvStateLocationRegistry
-
Returns the
KvStateLocation for the registered KvState instance or
null
if no location information is available.
- getKvStateLocationOracle(JobID) - 接口 中的方法org.apache.flink.runtime.query.KvStateClientProxy
-
Retrieves a future containing the currently leading key-value state location oracle.
- getKvStateLocationRegistry() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getKvStateLocationRegistry() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getKvStateRegistry() - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- getKvStateServer() - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- getKvStateServerAddress(int) - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the registered server address for the key group index or null if none is
registered yet.
- getKvStateService() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getLast() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
Returns the last checkpoint ID (current - 1).
- getLastAccessTimestamp() - 类 中的方法org.apache.flink.runtime.state.ttl.TtlValue
-
- getLastBufferOperationTimestamp() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getLastBufferSize() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloater
-
- getLastEstimatedTimeToConsume() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getLastEstimatedTimeToConsumeBuffers() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloater
-
- getLastHeartbeat() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Gets the last heartbeat.
- getLastHeartbeat() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- getLastHeartbeat() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getLastHeartbeatFrom(ResourceID) - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManager
-
Returns the last received heartbeat from the given target.
- getLastHeartbeatFrom(ResourceID) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManagerImpl
-
- getLastHeartbeatFrom(ResourceID) - 类 中的方法org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- getLastOutputCollector() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getLastState() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultLastStateConnectionStateListener
-
- getLastState() - 接口 中的方法org.apache.flink.runtime.checkpoint.LastStateConnectionStateListener
-
Return the last state the listener was notified about.
- getLastTasksConfig() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getLastUpdateTime() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getLastUpdateTime() - 接口 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcher
-
- getLastUpdateTime() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcherImpl
-
- getLastUpdateTime() - 枚举 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
- getLatencyTrackingStateConfig() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getLatestAcknowledgedSubtaskStats() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the latest acknowledged subtask stats or null if none was acknowledged
yet.
- getLatestAcknowledgedSubtaskStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getLatestAcknowledgedSubtaskStats() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getLatestAcknowledgedSubtaskStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getLatestAckTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the ack timestamp of the latest acknowledged subtask or -1 if none was
acknowledged yet.
- getLatestAckTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getLatestAckTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getLatestAckTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getLatestCheckpoint() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- getLatestCheckpointId() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Returns the id of the latest completed checkpoints.
- getLatestCheckpoints() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getLatestCompletedCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getLatestFailedCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getLatestRestoredCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the latest restored checkpoint.
- getLatestSavepoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsHistory
-
- getLatestVersion(Collection<E>) - 接口 中的静态方法org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Accept versions and one of them as a comparator, and get the latest one.
- getLeaderAddress() - 类 中的方法org.apache.flink.runtime.leaderelection.LeaderInformation
-
- getLeaderAddressFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getLeaderAddressFuture() - 枚举 中的方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getLeaderAddressFuture() - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getLeaderAddressFuture() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
- getLeaderAddressFuture() - 枚举 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getLeaderConnectionInfoFuture() - 类 中的方法org.apache.flink.runtime.util.LeaderRetrievalUtils.LeaderConnectionInfoListener
-
- getLeaderFuture() - 类 中的方法org.apache.flink.runtime.webmonitor.retriever.LeaderRetriever
-
Returns the current JobManagerGateway future.
- getLeaderId(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- getLeaderId(JobID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
- getLeaderLatchPath() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderNow() - 类 中的方法org.apache.flink.runtime.webmonitor.retriever.LeaderRetriever
-
Returns the current leader information if available.
- getLeaderPath() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForDispatcher() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for Dispatcher.
- getLeaderPathForDispatcher() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- getLeaderPathForDispatcher() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForJob(JobID) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForJobManager(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for specific JobManager.
- getLeaderPathForJobManager(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- getLeaderPathForJobManager(JobID) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForResourceManager() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for ResourceManager.
- getLeaderPathForResourceManager() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- getLeaderPathForResourceManager() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderPathForRestServer() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Get the leader path for RestServer.
- getLeaderPathForRestServer() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- getLeaderPathForRestServer() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getLeaderResourceManager() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- getLeaderSessionId() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getLeaderSessionId() - 枚举 中的方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getLeaderSessionID() - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
Returns the current leader session ID or null, if the contender is not the leader.
- getLeaderSessionID() - 类 中的方法org.apache.flink.runtime.leaderelection.LeaderInformation
-
- getLeaderSessionId() - 类 中的方法org.apache.flink.runtime.util.LeaderConnectionInfo
-
- getLength() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- getLength() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferHeader
-
- getLength() - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- getLength() - 类 中的方法org.apache.flink.runtime.state.ChainedStateHandle
-
Returns the length of the operator chain.
- getLength() - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- getLength() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- getLibraryCacheManager() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getLibraryCacheManager() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelInputView
-
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
-
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
Gets the limit for reading bytes from the given memory segment.
- getLimitForSegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getListState(ListStateDescriptor<T>) - 类 中的方法org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getListState(ListStateDescriptor<S>) - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getLoadedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- getLocality() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Gets the locality of this slot.
- getLocality() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getLocality() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndLocality
-
- getLocalRecoveryConfig() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- getLocalRecoveryConfig() - 类 中的方法org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- getLocalRecoveryConfig() - 接口 中的方法org.apache.flink.runtime.state.TaskLocalStateStore
-
- getLocalRecoveryConfig() - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- getLocalRecoveryDirectoryProvider() - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- getLocalStateDirectory() - 类 中的方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getLocalStateDirectoryProvider() - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryConfig
-
- getLocalTaskOwnedDirectory(LocalRecoveryDirectoryProvider, JobID) - 类 中的静态方法org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- getLocation() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- getLocation() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getLocationConstraint(int) - 接口 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- getLocationConstraint(int) - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- getLocationReference() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageLocation
-
Gets a reference to the storage location.
- getLocationReference() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getLocationReference() - 类 中的方法org.apache.flink.runtime.state.memory.NonPersistentMetadataCheckpointStorageLocation
-
- getLocationReference() - 类 中的方法org.apache.flink.runtime.state.memory.PersistentMetadataCheckpointStorageLocation
-
- getLogger() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- getLogicalScope(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the logical scope of this group, for example "taskmanager.job.task".
- getLogicalScope(CharacterFilter, char) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the logical scope of this group, for example "taskmanager.job.task".
- getLogicalScope(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getLogicalScope(CharacterFilter, char) - 类 中的方法org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getLoginContextNames() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getLogInfos() - 类 中的方法org.apache.flink.runtime.rest.messages.LogListInfo
-
- getMailboxLatency() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getMailboxSize() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getMailboxThroughput() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getMainExecutor() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointPlanCalculatorContext
-
Acquires the main thread executor for this job.
- getMainExecutor() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraphCheckpointPlanCalculatorContext
-
- getMainMailboxExecutor() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getMainMailboxExecutor() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getMainThreadExecutor() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getMainThreadExecutor() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- getMainThreadExecutor() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getManaged() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getManagedKeyedState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getManagedKeyedState() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- getManagedKeyedStateHandles(OperatorState, KeyGroupRange) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- getManagedMB() - 类 中的方法org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getManagedMemory() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the managed memory needed.
- getManagedMemorySize() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getManagedMemorySize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getManagedMemorySize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getManagedMemorySize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getManagedMemoryTotal() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the total amount of memory reserved for by the MemoryManager.
- getManagedMemSize() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getManagedOperatorState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getManagedOperatorState() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- getMapForKeyGroup(int) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getMappedIndexes(int) - 类 中的方法org.apache.flink.runtime.checkpoint.RescaleMappings
-
- getMapState(MapStateDescriptor<UK, UV>) - 类 中的方法org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getMasterHooks() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- getMasterHookStates() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getMasterStates() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getMasterStates() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getMatchesFor(PT) - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getMatchFor(PT, BT) - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractHashTableProber
-
- getMatchFor(PT) - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractHashTableProber
-
- getMatchFor(PT, T) - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
-
- getMatchFor(PT) - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
-
- getMatchFor(PT, T) - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.HashTableProber
-
Searches the hash table for the record with the given key.
- getMatchFor(PT) - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.HashTableProber
-
- getMaterializationID() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getMaterializationID() - 接口 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- getMaterializationID() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getMaterializedStateHandles() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getMaterializedStateHandles() - 接口 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- getMaterializedStateHandles() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getMax() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getMax() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getMaxBufferSize() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getMaxBuffersPerChannel() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getMaxBuffersReadAhead() - 类 中的方法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() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns the maximum size of the buffer, i.e. the capacity of the underlying MemorySegment.
- getMaxCapacity() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- getMaxCapacity() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getMaxCapacity() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getMaxCapacity() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getMaxCapacity() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getMaxCheckpointStatisticCacheEntries() - 类 中的方法org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getMaxCompressedSize(int) - 类 中的方法org.apache.flink.runtime.io.compression.AirBlockCompressor
-
- getMaxCompressedSize(int) - 接口 中的方法org.apache.flink.runtime.io.compression.BlockCompressor
-
Get the max compressed size for a given original size.
- getMaxCompressedSize(int) - 类 中的方法org.apache.flink.runtime.io.compression.Lz4BlockCompressor
-
- getMaxConcurrentCheckpoints() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getMaxConcurrentRequests() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getMaxContentLength() - 类 中的方法org.apache.flink.runtime.rest.RestClientConfiguration
-
Returns the max content length that the REST client endpoint could handle.
- getMaxContentLength() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the max content length that the REST server endpoint could handle.
- getMaxDepth(int) - 类 中的静态方法org.apache.flink.runtime.operators.sort.QuickSort
-
Deepest recursion before giving up and doing a heapsort.
- getMaximum() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the maximum seen value.
- getMaximum() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the maximum seen value.
- getMaximum() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getMaximumNumberOfRetainedCheckpoints(Configuration, Logger) - 类 中的静态方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStoreUtils
-
Extracts maximum number of retained checkpoints configuration from the passed Configuration.
- getMaximumParallelism() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the maximum parallelism of all operations in this job graph.
- getMaxJvmHeapMemory() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
The maximum JVM heap size, in bytes.
- getMaxNumberOfConnections() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getMaxNumberOfMemorySegments() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the maximum number of memory segments this buffer pool should use.
- getMaxNumberOfRetainedCheckpoints() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Returns the max number of retained checkpoints.
- getMaxNumberOfRetainedCheckpoints() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getMaxNumberOfRetainedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- getMaxNumberOfRetainedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getMaxNumberOfRetainedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- getMaxNumberOfSubtasks() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskInformation
-
- getMaxNumberRestartAttempts() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FixedDelayRestartBackoffTimeStrategy
-
- getMaxOverdraftBuffersPerGate() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the max overdraft buffer size of per gate.
- getMaxOverdraftBuffersPerGate() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getMaxParallelism() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the max parallelism for this job vertex.
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the maximum parallelism for the task.
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getMaxParallelism() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- getMaxParallelism() - 接口 中的方法org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns the vertex's max parallelism.
- getMaxParallelismForVertices() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
- getMaxParallelismForVertices() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelismWithSlotSharing
-
- getMaxRegistrationDuration() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getMaxRegistrationTimeoutMillis() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getMaxRequestedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
- getMaxSingleMeasurement() - 类 中的方法org.apache.flink.runtime.metrics.TimerGauge
-
- getMaxSize() - 类 中的方法org.apache.flink.runtime.util.config.memory.RangeFraction
-
- getMaxSlotNum() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMaxStackTraceDepth() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the configured maximum depth of the collected stack traces.
- getMaxStateSize() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
Gets the size (in bytes) that a individual chunk of state may have at most.
- getMaxStateSize() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
Gets the maximum size that an individual state can have, as configured in the constructor (by
default
5242880).
- getMaxStateSize() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMaxTotalMem() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getMaxWatermark() - 类 中的方法org.apache.flink.runtime.source.event.WatermarkAlignmentEvent
-
- getMean() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getMemoryConfiguration() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getMemoryConfiguration() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getMemoryConfiguration() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getMemoryManager() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getMemoryManager() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getMemoryManager() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getMemoryManager() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getMemoryManager() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getMemoryPoolStatsAsString(List<MemoryPoolMXBean>) - 类 中的静态方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
Gets the memory pool statistics from the JVM.
- getMemorySegment() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
已过时。
- getMemorySegment() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getMemorySegment() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getMemorySegment() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getMemorySegment() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
Returns the underlying memory segment.
- getMemorySegmentOffset() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
已过时。
- getMemorySegmentOffset() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getMemorySegmentOffset() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getMemorySegmentOffset() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getMemorySegmentOffset() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getMemorySize() - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Returns the total size of memory handled by this memory manager.
- getMemorySizeFromConfig(Configuration, ConfigOption<MemorySize>) - 类 中的静态方法org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- getMemoryUsageStatsAsString(MemoryMXBean) - 类 中的静态方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
Gets the memory footprint of the JVM in a string representation.
- getMessageHeaders() - 类 中的方法org.apache.flink.runtime.rest.handler.AbstractRestHandler
-
- getMetadata() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceID
-
- getMetadataFilePath() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getMetadataHandle() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getMetadataHandle() - 接口 中的方法org.apache.flink.runtime.state.CompletedCheckpointStorageLocation
-
Gets the state handle to the checkpoint's metadata.
- getMetadataHandle() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCompletedCheckpointStorageLocation
-
- getMetaDataState() - 类 中的方法org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getMetaInfo() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
- getMetaInfo() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
- getMetaInfo() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getMetaInfo() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getMetaInfoSnapshot() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- getMetaInfoSnapshot() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshot
-
Returns a snapshot of the state's meta data.
- getMetaInfoSnapshots() - 接口 中的方法org.apache.flink.runtime.state.FullSnapshotResources
-
- getMetaspace() - 类 中的方法org.apache.flink.runtime.util.config.memory.JvmMetaspaceAndOverhead
-
- getMetaStateHandle() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getMetric(String) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
-
- getMetric(String, String) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
-
- getMetricGroup() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the task specific metric group.
- getMetricGroup() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getMetricGroup() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getMetricGroup() - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- getMetricGroup() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getMetricGroup() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getMetricIdentifier(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getMetricIdentifier(String, CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getMetricIdentifier(String) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getMetricIdentifier(String, CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getMetricQueryServiceAddress() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getMetricQueryServiceAddress() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getMetricQueryServiceGatewayRpcAddress() - 接口 中的方法org.apache.flink.runtime.metrics.MetricRegistry
-
- getMetricQueryServiceGatewayRpcAddress() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getMetricQueryServiceRpcService() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getMetricRegistry() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getMetrics() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody
-
- getMetrics() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody
-
- getMetricStore() - 接口 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcher
-
Get
MetricStore which contains all currently fetched metrics.
- getMetricStore() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricFetcherImpl
-
Returns the MetricStore containing all stored metrics.
- getMetricStore() - 枚举 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
- getMimeTypeForExtension(String) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.MimeTypes
-
Gets the MIME type for the file with the given extension.
- getMimeTypeForFileName(String) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.MimeTypes
-
Gets the MIME type for the file with the given name, by extension.
- getMin() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getMin() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getMinBufferSize() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getMinFileSizeThreshold() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
Gets the threshold below which state is stored as part of the metadata, rather than in files.
- getMinFileSizeThreshold() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the minimum seen value.
- getMinimum() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the minimum seen value.
- getMinimum() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getMinMaxFloatingBuffersPerInputGate(int) - 类 中的静态方法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, ResultPartitionType) - 类 中的静态方法org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
Calculates and returns local network buffer pool size used by the result partition.
- getMinOffloadingSize() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
Returns the configuration used by the BLOB server.
- getMinOffloadingSize() - 接口 中的方法org.apache.flink.runtime.blob.BlobWriter
-
Returns the min size before data will be offloaded to the BLOB store.
- getMinOffloadingSize() - 类 中的方法org.apache.flink.runtime.blob.VoidBlobWriter
-
- getMinPauseBetweenCheckpoints() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getMinResources() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the minimum resource for the task.
- getMinSize() - 类 中的方法org.apache.flink.runtime.util.config.memory.RangeFraction
-
- getMissingResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- getMissingResources() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
Returns a collection of
ResourceRequirements that describe which resources the
corresponding job is missing.
- getMtime() - 类 中的方法org.apache.flink.runtime.rest.messages.LogInfo
-
- getMultipartFileUploads(ChannelHandlerContext) - 类 中的静态方法org.apache.flink.runtime.rest.FileUploadHandler
-
- getMutableObjectMode() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getName() - 类 中的方法org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- getName() - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getName() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointType
-
- getName() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- getName() - 接口 中的方法org.apache.flink.runtime.checkpoint.SnapshotType
-
- getName() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the name for this job vertex.
- getName() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getName() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the name assigned to the job graph.
- getName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the name of the vertex.
- getName() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getName() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RouterHandler
-
- getName() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getName() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getName() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo.UserTaskAccumulator
-
- getName() - 类 中的方法org.apache.flink.runtime.rest.messages.LogInfo
-
- getName() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getName() - 接口 中的方法org.apache.flink.runtime.state.delegate.DelegatingStateBackend
-
- getName() - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getName() - 类 中的方法org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
- getName() - 接口 中的方法org.apache.flink.runtime.state.StateBackend
-
Return the name of this backend, default is simple class name.
- getNamespace() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- getNamespace() - 接口 中的方法org.apache.flink.runtime.state.StateEntry
-
Returns the namespace of this entry.
- getNamespace() - 类 中的方法org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- getNamespaceSerializer() - 类 中的方法org.apache.flink.runtime.query.KvStateInfo
-
- getNamespaceSerializer() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getNamespaceSerializer() - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the TypeSerializer for the type of namespace this state is associated to.
- getNamespaceSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getNestedSerializers(ArrayListSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializerSnapshot
-
- getNestedSerializers(TtlStateFactory.TtlSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializerSnapshot
-
- getNetRuntime() - 类 中的方法org.apache.flink.runtime.client.SerializedJobExecutionResult
-
- getNetRuntime(TimeUnit) - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult
-
- getNettyHttpMethod() - 枚举 中的方法org.apache.flink.runtime.rest.HttpMethodWrapper
-
- getNetwork() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getNetworkBufferPool() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getNetworkBuffersPerInputChannel(int) - 类 中的静态方法org.apache.flink.runtime.shuffle.NettyShuffleUtils
-
Calculates and returns the number of required exclusive network buffers per input channel.
- getNetworkInterfaceNames() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getNetworkMB() - 类 中的方法org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getNetworkMemory() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the network memory needed.
- getNetworkMemory() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured maximum network memory.
- getNetworkMemorySize() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getNetworkMemorySize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNetworkMemSize() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getNetworkMemSize() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getNetworkMemSize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getNetworkRetries() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getNewInMemoryPartition(int, int) - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
Returns a new inMemoryPartition object.
- getNewInMemoryPartition(int, int) - 类 中的方法org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- getNewToOldSubtasksMapping(int, int) - 枚举 中的方法org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
Returns a mapping new subtask index to all old subtask indexes.
- getNext() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getNext() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getNext() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- getNext() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getNextBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- getNextBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getNextBuffer(MemorySegment) - 接口 中的方法org.apache.flink.runtime.io.network.partition.DataBuffer
-
Copies data in this
DataBuffer to the target
MemorySegment in channel index
order and returns
BufferWithChannel which contains the copied data and the
corresponding channel index.
- getNextBuffer(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- getNextBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- getNextBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getNextBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getNextBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
Returns the next
Buffer instance of this queue iterator.
- getNextBuffer(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- getNextBufferIndexToConsume() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNextBufferIndexToConsume() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get all downstream next buffer index to consume.
- getNextDataType() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- getNextInputSplit() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getNextInputSplit(String, int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getNextInputSplit(String, int) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getNextInputSplit(ClassLoader) - 接口 中的方法org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider
-
Requests the next input split to be consumed by the calling task.
- getNextInputSplit(ClassLoader) - 类 中的方法org.apache.flink.runtime.taskexecutor.rpc.RpcInputSplitProvider
-
- getNextReceivedBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNextRecord(T) - 接口 中的方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
- getNextRecord(T) - 类 中的方法org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- getNextReturnedBlock() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Gets the next memory segment that has been filled with data by the reader.
- getNextReturnedBlock() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
-
Gets the next memory segment that has been written and is available again.
- getNextReturnedBlock() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Gets the next memory segment that has been filled with data by the reader.
- getNextReturnedBlock() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
-
Gets the next memory segment that has been written and is available again.
- getNioBuffer(int, int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets a new
ByteBuffer instance wrapping this buffer's bytes.
- getNioBuffer(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getNioBuffer(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getNioBuffer(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getNioBuffer(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getNioBufferReadable() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
- getNioBufferReadable() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getNioBufferReadable() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
This method is only called by tests and by event-deserialization, like checkpoint barriers.
- getNioBufferReadable() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getNioBufferReadable() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getNioFileChannel() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- getNioFileChannel() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
- getNodeId() - 类 中的方法org.apache.flink.runtime.blocklist.BlockedNode
-
- getNodeId() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getNodeId() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getNodeId() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNodeId() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Return the ID of node where the task manager is located on.
- getNodeId() - 类 中的方法org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getNonMaterializedStateHandles() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getNonMaterializedStateHandles() - 接口 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- getNonMaterializedStateHandles() - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.operators.RightOuterJoinDriver
-
- getNow() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getNow() - 接口 中的方法org.apache.flink.runtime.webmonitor.retriever.GatewayRetriever
-
Returns the currently retrieved gateway if there is such an object.
- getNumAckSubtasks() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getNumAckSubtasks() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getNumberAvailableSlots() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getNumberBlockedFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberBlockedTaskManagers() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberCollectedStates() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getNumberCollectedStates() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getNumberCompletedCheckpoints() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberCPUCores() - 类 中的静态方法org.apache.flink.runtime.util.Hardware
-
Gets the number of CPU cores (hardware contexts) that the JVM has access to.
- getNumberFailedCheckpoints() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberFreeSlots() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get total number of free slots.
- getNumberFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getNumberFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberFreeSlots() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberFreeSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getNumberFreeSlotsOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get number of free slots from the TaskManager with the given instance id.
- getNumberFreeSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getNumberFreeSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberFreeSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberFreeSlotsOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberInProgressCheckpoints() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberOfAcknowledgedSubtasks() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the number of acknowledged subtasks.
- getNumberOfAcknowledgedSubtasks() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getNumberOfAcknowledgedSubtasks() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getNumberOfAcknowledgedSubtasks() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getNumberOfAcknowledgedTasks() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getNumberOfActiveConnections() - 接口 中的方法org.apache.flink.runtime.io.network.ConnectionManager
-
- getNumberOfActiveConnections() - 类 中的方法org.apache.flink.runtime.io.network.LocalConnectionManager
-
- getNumberOfActiveConnections() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- getNumberOfAllocatedBytes() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyBufferPool
-
Returns the number of currently allocated bytes.
- getNumberOfArenas() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getNumberOfAssignedPartitions() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getNumberOfAvailableBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNumberOfAvailableMemorySegments() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the number memory segments, which are currently held by this buffer pool.
- getNumberOfAvailableMemorySegments() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfChainedStubs() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfCompletedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of completed checkpoints.
- getNumberOfConsumedPartitionGroupsById(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- getNumberOfCPUCores() - 类 中的方法org.apache.flink.runtime.instance.HardwareDescription
-
Returns the number of CPU cores available to the JVM on the compute node.
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- getNumberOfDriverComparators() - 接口 中的方法org.apache.flink.runtime.operators.Driver
-
Gets the number of comparators required for this driver.
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- getNumberOfDriverComparators() - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- getNumberOfEventsUntilInterruptInIterativeBroadcastGate(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfEventsUntilInterruptInIterativeGate(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfFailedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of failed checkpoints.
- getNumberOfInProgressCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of in progress checkpoints.
- getNumberOfInputChannels() - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- getNumberOfInputChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getNumberOfInputChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getNumberOfInputChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
Returns the total number of input channels across all unioned input gates.
- getNumberOfInputChannels() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the number of inputs.
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- getNumberOfInputs() - 接口 中的方法org.apache.flink.runtime.operators.Driver
-
Gets the number of inputs that the task has.
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- getNumberOfInputs() - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- getNumberOfIterations() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfKeyGroups() - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getNumberOfKeyGroups() - 接口 中的方法org.apache.flink.runtime.state.heap.InternalKeyContext
-
Returns the number of key-groups aka max parallelism.
- getNumberOfKeyGroups() - 类 中的方法org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- getNumberOfKeyGroups() - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
- getNumberOfKeyGroups() - 接口 中的方法org.apache.flink.runtime.state.KeyGroupsList
-
Returns the number of key group ids in the list.
- getNumberOfNonAcknowledgedOperatorCoordinators() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getNumberOfNonAcknowledgedTasks() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getNumberOfOutstandingRequests() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileWriter
-
- getNumberOfOutstandingRequests() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BufferFileWriter
-
Returns the number of outstanding requests.
- getNumberOfPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getNumberOfPartitions() - 类 中的方法org.apache.flink.runtime.state.OperatorStateCheckpointOutputStream
-
- getNumberOfPendingCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getNumberOfPendingRequests() - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
- getNumberOfProducedIntermediateDataSets() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Returns the number of produced intermediate data sets.
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getNumberOfQueuedBuffers(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Gets the current number of received buffers which have not been processed yet.
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- getNumberOfQueuedBuffers(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the total number of queued buffers of all subpartitions.
- getNumberOfQueuedBuffers(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the number of queued buffers of the given target subpartition.
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
Get the current size of the queue.
- getNumberOfQueuedBuffers() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- getNumberOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getNumberOfQueuedBuffers(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getNumberOfReferenceHolders(JobID) - 类 中的方法org.apache.flink.runtime.blob.PermanentBlobCache
-
- getNumberOfRegisteredBufferPools() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfRegisteredMasterHooks() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Gets the number of currently register master hooks.
- getNumberOfRegisteredTaskManagers() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getNumberOfRegisteredTaskManagers() - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Gets the currently registered number of TaskManagers.
- getNumberOfRequestedMemorySegments() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfRequiredBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getNumberOfRequiredMemorySegments() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the number of guaranteed (minimum number of) memory segments of this buffer pool.
- getNumberOfRequiredSlots() - 类 中的方法org.apache.flink.runtime.slots.ResourceRequirement
-
- getNumberOfRestarts() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getNumberOfRestarts() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Gets the number of restarts, including full restarts and fine grained restarts.
- getNumberOfRestarts() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler
-
- getNumberOfRestarts() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- getNumberOfRestarts() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getNumberOfRestoredCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the number of restored checkpoints.
- getNumberOfRetainedCheckpoints() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Returns the current number of retained checkpoints.
- getNumberOfRetainedCheckpoints() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getNumberOfRetainedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- getNumberOfRetainedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getNumberOfRetainedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- getNumberOfRetainedSuccessfulCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getNumberOfSamples() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getNumberOfSlots() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getNumberOfSlots() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNumberOfSubpartitions() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getNumberOfSubpartitions() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getNumberOfSubpartitions() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- getNumberOfSubpartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getNumberOfSubpartitions() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getNumberOfSubtasks() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the total number of subtasks involved in this checkpoint.
- getNumberOfSubtasks() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getNumberOfSubtasks() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskInformation
-
- getNumberOfSubtasks() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoStats
-
- getNumberOfUnfinishedPartitions() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getNumberOfUsedMemorySegments() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getNumberOfVariablesWithReferences() - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- getNumberOfVertices() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of all vertices.
- getNumberRegisteredSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumberRegisteredSlots() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get total number of registered slots.
- getNumberRegisteredSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getNumberRegisteredSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberRegisteredSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberRegisteredSlots() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberRegisteredSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getNumberRegisteredSlotsOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get number of registered slots from the TaskManager with the given instance id.
- getNumberRegisteredSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getNumberRegisteredSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getNumberRegisteredSlotsOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getNumberRegisteredSlotsOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getNumberReporters() - 接口 中的方法org.apache.flink.runtime.metrics.MetricRegistry
-
Returns the number of registered reporters.
- getNumberReporters() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getNumberReporters() - 类 中的方法org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- getNumberRestoredCheckpoints() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getNumberSlots() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getNumberSlots() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getNumberTaskManagers() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getNumBroadcastInputs() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumBuffers() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Returns the current size of this buffer pool.
- getNumBuffersInLocalCounter() - 类 中的方法org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBuffersInRemoteCounter() - 类 中的方法org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBuffersOut() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsOutputMetrics
-
- getNumBuffersOutCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumBuffersPerRequest() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getNumBytes() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Get output bytes.
- getNumBytesIn() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumBytesInCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumBytesInCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumBytesInLocalCounter() - 类 中的方法org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBytesInRemoteCounter() - 类 中的方法org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- getNumBytesOut() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumBytesOut() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsOutputMetrics
-
- getNumBytesOutCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumBytesOutCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumBytesProducedOfPartitions() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumBytesSendCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumCompressedBytes() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractChannelWriterOutputView
-
Get output compressed bytes, return num bytes if there is no compression.
- getNumConsumers() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getNumFinishedVertices() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getNumInputs() - 枚举 中的方法org.apache.flink.runtime.operators.DriverStrategy
-
- getNumInputs() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumIoThreads() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getNumJobsCancelled() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumJobsFailed() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumJobsFinished() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumJobsRunningOrPending() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobsOverview
-
- getNumKeyGroups() - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the number of key groups of the operator the KvState instances belong to.
- getNumMailsProcessedCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumOccupiedMemorySegments() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumPendingRequests() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- getNumPriorityElements() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- getNumRecordsIn() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumRecordsInCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsInCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumRecordsInErrorsCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- getNumRecordsInRateMeter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsOut() - 类 中的方法org.apache.flink.runtime.executiongraph.IOMetrics
-
- getNumRecordsOutCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsOutCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getNumRecordsOutErrorsCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumRecordsOutRate() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- getNumRecordsSendCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumRecordsSendErrorsCounter() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- getNumRegions() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- getNumRegisteredKeyGroups() - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the current number of registered key groups.
- getNumRegisteredPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- getNumRequiredComparators() - 枚举 中的方法org.apache.flink.runtime.operators.DriverStrategy
-
- getNumSamples() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the number of samples that are requested to be collected.
- getNumSlots() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getNumSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getNumSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getNumSlotsAvailable() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumSlotsFreeAndBlocked() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumSlotsPerWorker() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getNumSlotStatus() - 类 中的方法org.apache.flink.runtime.taskexecutor.SlotReport
-
- getNumSlotsTotal() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumSubpartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNumSubpartitions() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get the number of downstream consumers.
- getNumSubtasks() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getNumSubtasks() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getNumTargetKeyGroups() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- getNumTargetKeyGroups() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getNumTaskInputs() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationHeadTask
-
- getNumTaskInputs() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getNumTaskManagers() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getNumTaskManagersBlocked() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumTaskManagersConnected() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.ClusterOverview
-
- getNumTasks() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getNumTotalBuffers() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- getNumTotalPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- getNumTotalPartitions() - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getNumTotalRequestedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNumTotalRequestedBuffers() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get total number of buffers requested from buffer pool.
- getNumTotalUnSpillBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getNumTotalUnSpillBuffers() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get total number of not decided to spill buffers.
- getNumUnprioritizedElements() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns the number of non-priority elements.
- getNumWriteBehindBuffers(int) - 类 中的静态方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
Determines the number of buffers to be used for asynchronous write behind.
- getOccupancy() - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Gets the number of bytes currently occupied in this hash table.
- getOccupancy() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getOccupancy() - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the number of bytes currently occupied in this sorter, records and sort index.
- getOccupancy() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getOffsetForKeyGroup(int) - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getOffsets() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getOffsets() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- getOffsets() - 类 中的方法org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- getOldSubtaskIndexes(int) - 类 中的方法org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- getOldSubtasks(int, int, int) - 枚举 中的方法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() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Tries to retrieve the maximum number of open file handles.
- getOperationCaches() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getOperationCaches() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.StatusHandler
-
Extract the operation key under which the operation result future is stored.
- getOperationKey(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.dataset.ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingStatusHandler
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalStatusHandler
-
- getOperationKey(HandlerRequest<EmptyRequestBody>) - 类 中的方法org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.SavepointStatusHandler
-
- getOperatorCoordinatorEventGateway() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Gets the gateway through which operators can send events to the operator coordinators.
- getOperatorCoordinatorEventGateway() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getOperatorCoordinators() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getOperatorCoordinators() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorDescription() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorEventGateway(OperatorID) - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getOperatorID() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getOperatorId() - 类 中的方法org.apache.flink.runtime.jobgraph.OperatorInstanceID
-
- getOperatorId() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context
-
Gets the ID of the operator to which the coordinator belongs.
- getOperatorId() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Provider
-
Gets the ID of the operator to which the coordinator belongs.
- getOperatorId() - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator.Provider
-
- getOperatorIDs() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
Returns a list containing the ID pairs of all operators contained in this execution job
vertex.
- getOperatorIDs() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorLevelCachingDescription() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the operator-level caching description for this input.
- getOperatorName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorPrettyName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getOperatorsMemory() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the memory the operators needed.
- getOperatorStateMetaInfoSnapshots() - 类 中的方法org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getOperatorStates() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getOperatorStates() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.CheckpointMetadata
-
- getOperatorStates() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- getOperatorStateStore() - 接口 中的方法org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns an interface that allows for registering operator state with the backend.
- getOperatorStateStore() - 类 中的方法org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getOperatorStateStreamFuture() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getOption(String) - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getOption(StateMetaInfoSnapshot.CommonOptionsKeys) - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getOptions() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterConfigurationParserFactory
-
- getOptions() - 类 中的方法org.apache.flink.runtime.entrypoint.DynamicParametersConfigurationParserFactory
-
- getOptions() - 类 中的方法org.apache.flink.runtime.entrypoint.EntrypointClusterConfigurationParserFactory
-
- getOptions() - 接口 中的方法org.apache.flink.runtime.entrypoint.parser.ParserResultFactory
-
Returns all relevant Options for parsing the command line arguments.
- getOptionsImmutable() - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getOrAddOperator(String) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- getOrAddOperator(OperatorID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- getOrAddOperator(OperatorID, String) - 类 中的方法org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredTaskMetricGroup
-
- getOrCreateJob(JobID, SupplierWithException<? extends JobTable.JobServices, E>) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- getOrCreateJob(JobID, SupplierWithException<? extends JobTable.JobServices, E>) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable
-
Gets a registered
JobTable.Job or creates one if not present.
- getOrCreateKeyedState(TypeSerializer<N>, StateDescriptor<S, V>) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- getOrCreateKeyedState(TypeSerializer<N>, StateDescriptor<S, T>) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
Creates or retrieves a keyed state backed by this state backend.
- getOrCreateResultDataSet(IntermediateDataSetID, ResultPartitionType) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getOrResolveClassLoader(Collection<PermanentBlobKey>, Collection<URL>) - 接口 中的方法org.apache.flink.runtime.execution.librarycache.LibraryCacheManager.ClassLoaderHandle
-
Gets or resolves the user code class loader for the associated job.
- getOtherConcurrentAttempts() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getOtherConcurrentAttempts() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getOutput() - 类 中的方法org.apache.flink.runtime.state.filesystem.FSDataOutputStreamWrapper
-
- getOutput() - 类 中的方法org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- getOutputCollector() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getOutputCollector(AbstractInvokable, TaskConfig, ClassLoader, List<RecordWriter<?>>, int, int) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
Creates the Collector for the given task, as described by the given configuration.
- getOutputCollector() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getOutputCollector() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getOutputComparator(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputDataDistribution(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputFormats() - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer.FormatUserCodeTable
-
- getOutputFormats() - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getOutputGroup() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getOutputPartitioner(int, ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputRescalingDescriptor() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getOutputRescalingDescriptor() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getOutputRescalingDescriptor() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
- getOutputRescalingDescriptor() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getOutputSerializer(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputShipStrategy(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputSubtaskIndex() - 类 中的方法org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- getOverhead() - 类 中的方法org.apache.flink.runtime.util.config.memory.JvmMetaspaceAndOverhead
-
- getOversizedRecordCount() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
Gets the number of oversized records handled by this combiner.
- getOwnerName() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getOwningJob(AllocationID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
- getOwningJob(AllocationID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getOwningTaskName() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getOwningTaskName() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getP50() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP90() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP95() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP99() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getP999() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- getPageSize() - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Gets the size of the pages handled by the memory manager.
- getPageSize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getPageSize(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ConfigurationParserUtils
-
Parses the configuration to get the page size and validates the value.
- getPairComparatorFactory(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getParallelism() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the parallelism for this job vertex.
- getParallelism() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the parallelism of the task.
- getParallelism() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getParallelism() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getParallelism(JobVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelism
-
- getParallelism(JobVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.VertexParallelismWithSlotSharing
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroup
-
- getParallelism() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- getParallelism() - 接口 中的方法org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Returns a vertex's parallelism.
- getParallelismInfo(JobVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismStore
-
- getParallelismInfo(JobVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.VertexParallelismStore
-
Returns a given vertex's parallelism information.
- getParallelSubtaskIndex() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the subtask index of this execution.
- getParallelSubtaskIndex() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the subtask index of this execution vertex.
- getParallelSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getParallelSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getParallelSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getParallelSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getParameters(OperatorID) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getParentGroup() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- getParentMetricGroup() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getPartialRecordLength() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumerWithPartialRecordLength
-
- getPartitionById(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
Returns the partition with the given ID.
- getPartitionedState(N, TypeSerializer<N>, StateDescriptor<S, ?>) - 类 中的方法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, ?>) - 类 中的方法org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getPartitionedState(N, TypeSerializer<N>, StateDescriptor<S, ?>) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
Creates or retrieves a partitioned state backed by this state backend.
- getPartitionGroupReleaseStrategy() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getPartitionGroupReleaseStrategy() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getPartitionId() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getPartitionId() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getPartitionId() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- getPartitionId() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- getPartitionId() - 异常错误 中的方法org.apache.flink.runtime.io.network.partition.PartitionException
-
- getPartitionId() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getPartitionId() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- getPartitionId() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getPartitionIdx() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- getPartitionIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getPartitioningFanOutNoEstimates(int) - 类 中的静态方法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.
- getPartitionLocationConstraint() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getPartitionLocationConstraint() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getPartitionManager() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- getPartitionNumber() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getPartitionNumber() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- getPartitionNumber() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
Gets the partition number of this partition.
- getPartitionNumber() - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Gets the partition number of this partition.
- getPartitionProducer() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getPartitionProducer() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getPartitions() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getPartitionsOccupyingLocalResources() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
Report unreleased partitions.
- getPartitionsOccupyingLocalResources() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Report partitions which still occupy some resources locally.
- getPartitionStateChecker() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getPartitionStateSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- getPartitionTracker() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getPartitionTracker() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getPartitionType() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getPartitionType() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the type of this result partition.
- getPartitionType() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getPartitionTypes() - 类 中的方法org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getPath() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
Returns the path to the underlying temporary file.
- getPath() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- getPath() - 类 中的方法org.apache.flink.runtime.webmonitor.history.ArchivedJson
-
- getPathFile() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
Returns the path to the underlying temporary file as a File.
- getPathForJob(JobID) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
Returns the JobID as a String (with leading slash).
- getPathParameter(Class<PP>) - 类 中的方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.FileMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.EmptyMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregateTaskManagerMetricsParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobTaskManagerMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerFileMessageParameters
-
- getPathParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMessageParameters
-
- getPaths() - 接口 中的方法org.apache.flink.runtime.io.disk.FileChannelManager
-
Gets all the files corresponding to the config temp dirs.
- getPaths() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelManagerImpl
-
- getPayload() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Returns the set payload or null if none.
- getPayload() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getPendingAllocationsOfPendingTaskManager(PendingTaskManagerId) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getPendingCheckpointStats(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- getPendingRequests() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulk
-
- getPendingResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of total pending resources.
- getPendingResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingTaskManagerId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getPendingTaskManagers() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingTaskManagersByTotalAndDefaultSlotResourceProfile(ResourceProfile, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getPendingTaskManagersToAllocate() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getPermanentBlobService() - 类 中的方法org.apache.flink.runtime.blob.BlobCacheService
-
- getPermanentBlobService() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
- getPermanentBlobService() - 接口 中的方法org.apache.flink.runtime.blob.BlobService
-
Returns a BLOB service for accessing permanent BLOBs.
- getPermanentBlobService() - 接口 中的方法org.apache.flink.runtime.blob.TaskExecutorBlobService
-
- getPersistedData() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
- getPersistedData() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getPersistedData() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getPersistedData() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getPersistedData() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getPersistedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
- getPersistedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getPersistedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getPersistedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getPhysicalSlot() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
- getPhysicalSlotNumber() - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotInfo
-
Gets the number of the slot.
- getPhysicalSlotNumber() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotInfoWithUtilization
-
- getPhysicalSlotResourceProfile() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the desired resource profile for the physical slot to host this task slot.
- getPipelineBreakingExchange(ExecutionMode) - 枚举 中的静态方法org.apache.flink.runtime.io.network.DataExchangeMode
-
- getPipelinedRegionOfVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getPipelinedRegionOfVertex(VID) - 接口 中的方法org.apache.flink.runtime.topology.Topology
-
The pipelined region for a specified vertex.
- getPoolSize(Configuration) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypointUtils
-
Gets and verify the io-executor pool size based on configuration.
- getPoolSize() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- getPoolSize() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider
-
Get the current size of buffer pool.
- getPort() - 类 中的方法org.apache.flink.runtime.blob.AbstractBlobCache
-
Returns the port the BLOB server is listening on.
- getPort() - 类 中的方法org.apache.flink.runtime.blob.BlobCacheService
-
- getPort() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
Returns the port on which the server is listening.
- getPort() - 接口 中的方法org.apache.flink.runtime.blob.BlobService
-
Returns the port of the BLOB server that this BLOB service is working with.
- getPort() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getPos() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- getPos() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- getPos() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- getPos() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
- getPos() - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- getPosition() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- getPostCheckpointAction() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- getPreferredAllocations() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the desired allocation ids for the slot.
- getPreferredLocationBasedOnState() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- getPreferredLocations() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the preferred locations for the slot.
- getPreferredLocations(ExecutionVertexID, Set<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultPreferredLocationsRetriever
-
- getPreferredLocations(ExecutionVertexID, Set<ExecutionVertexID>) - 接口 中的方法org.apache.flink.runtime.scheduler.PreferredLocationsRetriever
-
Returns preferred locations of an execution vertex.
- getPreferredLocations(ExecutionVertexID, Set<ExecutionVertexID>) - 接口 中的方法org.apache.flink.runtime.scheduler.SyncPreferredLocationsRetriever
-
Returns preferred locations of an execution vertex.
- getPreferredResources() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the preferred resource for the task.
- getPreferredSnapshotExecutionType() - 类 中的方法org.apache.flink.runtime.state.SavepointResources
-
- getPreProcessingOperationName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the name of the pro-processing operation for this input.
- getPreviousElementSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- getPreviousGlobalAggregate(String) - 类 中的方法org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getPreviousKeySerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getPreviousNamespaceSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getPreviousPartitionStateSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- getPreviousSerializerSnapshot() - 类 中的方法org.apache.flink.runtime.state.StateSerializerProvider
-
Gets the previous serializer snapshot.
- getPreviousStateSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getPreviousStateSerializerSnapshot() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getPreviousValueSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getPrincipal() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getPrioritizedInputChannelState() - 类 中的方法org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
- getPrioritizedManagedKeyedState() - 类 中的方法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() - 类 中的方法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() - 类 中的方法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() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
- getPriorityEventAvailableFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Notifies when a priority event has been enqueued.
- getPriorityEventAvailableFuture() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getPriorityQueue() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
- getPrivateState() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- getProbeSideBlockCount() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getProbeSideChannel() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getProbeSideComparator() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getProbeSideRecordCount() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- getProcessedData() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
- getProcessedData() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getProcessedData() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getProcessedData() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getProcessedData() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
-
- getProcessedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
- getProcessedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getProcessedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getProcessedDataStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getProcessorsCount() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getProducedDataSets() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getProducedDataSets() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getProducedPartitions() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getProducedPartitions() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getProducedResults() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalVertex
-
- getProducedResults() - 接口 中的方法org.apache.flink.runtime.topology.Vertex
-
- getProducer() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getProducer() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getProducer() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getProducer() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- getProducer() - 接口 中的方法org.apache.flink.runtime.topology.Result
-
- getProducerExecutionId() - 类 中的方法org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getProducerExecutionState() - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider.ResponseHandle
-
- getProducerId() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- getProducerLocation() - 类 中的方法org.apache.flink.runtime.shuffle.ProducerDescriptor
-
- getProducerVertexId() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalEdge
-
- getProducerVertexId() - 接口 中的方法org.apache.flink.runtime.jobgraph.topology.LogicalEdge
-
Returns the ID of producer vertex.
- getProperties() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the properties of this checkpoint.
- getProperties() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getProperties() - 类 中的方法org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the properties of the restored checkpoint.
- getProxyPortRange() - 类 中的方法org.apache.flink.runtime.taskexecutor.QueryableStateConfiguration
-
Returns the port range where the queryable state client proxy can listen.
- getPushChainDriverClass() - 枚举 中的方法org.apache.flink.runtime.operators.DriverStrategy
-
- getQuantile(double) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getQueryParameter(Class<QP>) - 类 中的方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
- getQueryParameter(HandlerRequest<R>, Class<P>) - 类 中的静态方法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) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.HandlerRequestUtils
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.FileMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.EmptyMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExceptionsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexMessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameters
-
- getQueryParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerMessageParameters
-
- getQueryServiceMessageSizeLimit() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryConfiguration
-
- getQueryServiceMetricInfo(CharacterFilter) - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
Returns the metric query service scope for this group.
- getRangeFraction(MemorySize, MemorySize, ConfigOption<Float>, Configuration) - 类 中的静态方法org.apache.flink.runtime.util.config.memory.ProcessMemoryUtils
-
- getRate() - 类 中的方法org.apache.flink.runtime.metrics.ThresholdMeter
-
- getRawKeyedOperatorStateOutput() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotContext
-
Returns an output stream for keyed state
- getRawKeyedOperatorStateOutput() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getRawKeyedState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getRawKeyedState() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- getRawKeyedStateHandles(OperatorState, KeyGroupRange) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- getRawKeyedStateInputs() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getRawOperatorState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getRawOperatorState() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- getRawOperatorStateInputs() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getRawOperatorStateOutput() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotContext
-
Returns an output stream for operator state
- getRawOperatorStateOutput() - 类 中的方法org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- getReadableRegion(int, int, int) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex
-
- getReadableRegion(int, int, int) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndexImpl
-
- getReadEndAfterSuperstepEnded() - 类 中的方法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, StateMetaInfoSnapshotReadersWriters.StateTypeHint) - 类 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters
-
- getReaderIndex() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns the reader index of this buffer.
- getReaderIndex() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getReaderIndex() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getReaderIndex() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getReaderIndex() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getReadPosition() - 类 中的方法org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- getReadyToServeFuture() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- getReadyToServeFuture() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
Get the ready to serve future of the resource manager.
- getReadyToServeFuture() - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- getReason() - 类 中的方法org.apache.flink.runtime.jobmaster.JMTMRegistrationRejection
-
- getReason() - 类 中的方法org.apache.flink.runtime.registration.RegistrationResponse.Failure
-
Gets the reason for the failure.
- getReason() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationRejection
-
- getReceiveRatePerInterface(int) - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getReceiverId() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- getReceiveTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- getRecord(int) - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getRecord(T, int) - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- getRecord(int) - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the record at the given logical position.
- getRecord(T, int) - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the record at the given logical position.
- getRecord(int) - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getRecord(T, int) - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- getRecordCount() - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
number of records in partition including garbage
- getRecordsRead() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getRecordsWritten() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- getRecordWriter(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- getRecordWriter(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- getRecordWriter(int) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate
-
Returns the internal actual record writer instance based on the output index.
- getRecordWriter(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- getRecursionLevel() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
Gets this partition's recursion level.
- getRecycler() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Gets the buffer's recycler.
- getRecycler() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getRecycler() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getRecycler() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getRecycler() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getRedirectResponse(String, String, HttpResponseStatus) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.HandlerRedirectUtils
-
- getReducingState(ReducingStateDescriptor<T>) - 类 中的方法org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getRedundantTaskManagerNum() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getReferenceBytes() - 类 中的方法org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
Gets the reference bytes.
- getRefreshInterval() - 类 中的方法org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getRefreshInterval() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getRefusedDelayMillis() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- getRegisteredBroadcastStateNames() - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getRegisteredExecutions() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getRegisteredExecutions() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getRegisteredPQStates() - 类 中的方法org.apache.flink.runtime.state.HeapPriorityQueuesManager
-
- getRegisteredResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of total registered resources.
- getRegisteredResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getRegisteredResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getRegisteredResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegisteredResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getRegisteredResourceOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ClusterResourceStatisticsProvider
-
Get profile of registered resources from the TaskManager with the given instance id.
- getRegisteredResourceOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getRegisteredResourceOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getRegisteredResourceOf(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegisteredResourceOf(InstanceID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- getRegisteredStateNames() - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getRegisteredTaskManager(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegisteredTaskManagers() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- getRegistrationId() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the ID that the ResourceManager assigned the registration.
- getRegistrationName() - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Returns the name under which the KvState instances have been registered.
- getRelativeBackChannelMemory() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeInputMaterializationMemory(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeMemoryDriver() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeMemoryInput(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativePath() - 类 中的方法org.apache.flink.runtime.state.filesystem.RelativeFileStateHandle
-
- getRelativeSolutionSetMemory() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeTimeMillis() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- getReleaseFuture() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskExecutionStateTransition
-
- getRemainingResources() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndResources
-
- getRemoteMaterializedStateHandles() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getRemoteNonMaterializedStateHandles() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getReporter() - 类 中的方法org.apache.flink.runtime.metrics.ReporterSetup
-
- getReporterIndex() - 类 中的方法org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- getReporters() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getRepresentativeAttempt() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails.CurrentAttempts
-
- getRepresentativeAttempts() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getRequest() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- getRequestBody() - 类 中的方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
Returns the request body.
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getRequestClass() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getRequestClass() - 接口 中的方法org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
-
Returns the class of the request message.
- getRequestedMemory() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getRequestedSegmentsUsage() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getRequestId() - 类 中的方法org.apache.flink.runtime.messages.TaskBackPressureResponse
-
- getRequestId() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoStats
-
Returns the ID of the sample.
- getRequestId() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.ThreadInfoSamplesRequest
-
Returns the ID of the sampling request.
- getRequestSegmentsTimeout() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getRequiredClasspathURLs() - 类 中的方法org.apache.flink.runtime.executiongraph.JobInformation
-
- getRequiredJarFileBlobKeys() - 类 中的方法org.apache.flink.runtime.executiongraph.JobInformation
-
- getRequiredResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- getRequiredResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- getRequiredResources() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getRequiredResources() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Get number of workers SlotManager requested from
ResourceActions that are not yet
fulfilled.
- getRequirementCheckDelay() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getReservedAllocations() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns a set of all reserved allocation ids from the execution graph.
- getResource() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- getResourceCount(ResourceProfile) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
- getResourceEventHandler() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- getResourceHandle() - 类 中的方法org.apache.flink.runtime.memory.OpaqueMemoryResource
-
Gets the handle to the resource.
- getResourceID() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceID
-
A ResourceID can always retrieve a ResourceID.
- getResourceID() - 接口 中的方法org.apache.flink.runtime.clusterframework.types.ResourceIDRetrievable
-
Gets the ResourceID of the object.
- getResourceID() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotID
-
- getResourceID() - 类 中的方法org.apache.flink.runtime.jobmaster.JMTMRegistrationSuccess
-
- getResourceID() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
-
- getResourceId() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getResourceId() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getResourceId() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getResourceID() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry.ArchivedTaskManagerLocation
-
- getResourceId() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getResourceID() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- getResourceID() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getResourceID() - 类 中的方法org.apache.flink.runtime.taskmanager.TaskManagerLocation
-
Gets the ID of the resource in which the TaskManager is started.
- getResourceID() - 类 中的方法org.apache.flink.runtime.taskmanager.UnresolvedTaskManagerLocation
-
- getResourceIdString() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceID
-
Gets the Resource Id as string.
- getResourceManagerGateway(GatewayRetriever<ResourceManagerGateway>) - 类 中的静态方法org.apache.flink.runtime.rest.handler.resourcemanager.AbstractResourceManagerHandler
-
- getResourceManagerGatewayRetriever() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherServices
-
- getResourceManagerGatewayRetriever() - 类 中的方法org.apache.flink.runtime.dispatcher.PartialDispatcherServices
-
- getResourceManagerId() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterRegistrationSuccess
-
- getResourceManagerId() - 类 中的方法org.apache.flink.runtime.jobmaster.ResourceManagerAddress
-
- getResourceManagerId() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorRegistrationSuccess
-
Gets the unique ID that identifies the ResourceManager.
- getResourceManagerLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getResourceManagerLeaderElectionService() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader election service for the cluster's resource manager.
- getResourceManagerLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getResourceManagerLeaderElectionService() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getResourceManagerLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- getResourceManagerLeaderRetriever() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
Gets the leader retriever for the cluster's resource manager.
- getResourceManagerLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServices
-
- getResourceManagerLeaderRetriever() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
- getResourceManagerNode() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getResourceManagerResourceId() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterRegistrationSuccess
-
- getResourceOverview() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getResourceProfile() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns the resource profile for this job vertex.
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getResourceProfile() - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotInfo
-
Returns the resource profile of the slot.
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotInfoWithUtilization
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerSlot
-
- getResourceProfile() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
Get resource profile of this slot.
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.slots.ResourceRequirement
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- getResourceProfile() - 类 中的方法org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the resource profile of this slot.
- getResourceRequirements() - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Returns the current resource requirements.
- getResourceRequirements() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- getResourceRequirements() - 类 中的方法org.apache.flink.runtime.slots.ResourceRequirements
-
- getResources() - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
- getResourcesWithCount() - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Gets the stored resources and their counts.
- getResponse(HttpResponseStatus, String) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.HandlerRedirectUtils
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getResponseClass() - 接口 中的方法org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the class of the response message.
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getResponseClass() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getResponseHeaders() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Response headers that should be added to every HTTP response.
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractAggregatedMetricsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getResponseStatusCode() - 接口 中的方法org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the http status code for the response.
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getResponseStatusCode() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getResponseTypeParameters() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- getResponseTypeParameters() - 接口 中的方法org.apache.flink.runtime.rest.messages.MessageHeaders
-
Returns the collection of type parameters for the response type.
- getRestAddress() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- getRestAddress() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
- getRestartDelayMS() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Returns the delay before the restarting.
- getRestartStrategy() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- getRestBaseUrl() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
Returns the base URL of the REST server endpoint.
- getRestBindAddress() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the address that the REST server endpoint should bind itself to.
- getRestBindPortRange() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the port range that the REST server endpoint should listen on.
- getRestoreCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.JobManagerTaskRestore
-
- getRestoreCheckpointId() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
Acquires the checkpoint id to restore from.
- getRestoreCheckpointId() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getRestoredCheckpointId() - 类 中的方法org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns the checkpoint id if this was created for a restored operator, null otherwise.
- getRestoredCheckpointId() - 接口 中的方法org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns id of the restored checkpoint, if state was restored from the snapshot of a previous
execution.
- getRestoredCheckpointId() - 类 中的方法org.apache.flink.runtime.state.StateInitializationContextImpl
-
- getRestoredCheckpointStatistics() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getRestoredKeyGroups() - 类 中的方法org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
- getRestoredProperties() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getRestoreMode() - 类 中的方法org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Tells how to restore from the given savepoint.
- getRestorePath() - 类 中的方法org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Returns the path to the savepoint to restore from.
- getRestoreTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.RestoredCheckpointStats
-
Returns the timestamp when the checkpoint was restored.
- getRestoreTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- getRestPort() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- getRestPort() - 类 中的方法org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
- getRestPort() - 类 中的方法org.apache.flink.runtime.entrypoint.EntrypointClusterConfiguration
-
- getRestPort() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
- getRestPort() - 接口 中的方法org.apache.flink.runtime.rest.RestService
-
Port of the running rest service.
- getRestServerNode() - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getResult() - 类 中的方法org.apache.flink.runtime.rest.handler.async.OperationResult
-
- getResultFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- getResultFuture() - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- getResultFuture() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Get the result future of this runner.
- getResultFuture() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- getResultFuture() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
Future which is completed with the result of job execution.
- getResultFuture() - 枚举 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- getResultId() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getResultId() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
Gets id of the intermediate result.
- getResultId() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getResultOptimizerProperties() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- getResultPartition(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getResultPartition(IntermediateResultPartitionID) - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingTopology
-
- getResultPartitionAvailabilityChecker() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getResultPartitionAvailabilityChecker() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getResultPartitionAvailabilityChecker() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getResultPartitionDeploymentDescriptor(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getResultPartitionId() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionTrackerEntry
-
- getResultPartitionId() - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getResultPartitionID() - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- getResultPartitionID() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleDescriptor
-
- getResultPartitionID() - 类 中的方法org.apache.flink.runtime.shuffle.UnknownShuffleDescriptor
-
- getResultPartitionManager() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- getResultPartitionOrThrow(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getResultPartitionOrThrow(IntermediateResultPartitionID) - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getResultPartitionType() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- getResultSubpartitionState() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getResultSubpartitionStateHandles() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.ChannelStateWriteResult
-
- getResultType() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getResultType() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getResultType() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getResultType() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalResult
-
- getResultType() - 接口 中的方法org.apache.flink.runtime.topology.Result
-
- getRetryingRegistrationConfiguration() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getRetryingRegistrationConfiguration() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getReturnQueue() - 类 中的方法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() - 类 中的方法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() - 接口 中的方法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() - 接口 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.operators.RightOuterJoinDriver
-
- getRevisionInformation() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the code revision (commit and commit date) of Flink, as generated by the Maven
builds.
- getRmConfig() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getRmRuntimeServicesConfig() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getRoot() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraph
-
- getRootCause() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
The actual failure that is handled.
- getRootCauseExecution() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
Returns the
Execution that handled the root cause for this failure.
- getRootException() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- getRootTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- getRouteResult() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- getRpcPort() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- getRPCPortRange(Configuration) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
Returns the port range for the common RpcService.
- getRpcService() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getRpcServiceSharing() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getRpcTimeout() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getRpcTimeout() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getRunningJobIds() - 类 中的方法org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- getRunningJobIds() - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- getRunningJobIds() - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- getSampleInterval() - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- getSamples() - 类 中的方法org.apache.flink.runtime.messages.TaskThreadInfoResponse
-
Returns a collection of ThreadInfoSample.
- getSamplesBySubtask() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoStats
-
Returns the a map of thread info samples by subtask (execution ID).
- getSavepointPath() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalRequest
-
- getSavepointPath() - 异常错误 中的方法org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- getSavepointPath() - 接口 中的方法org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationHandler
-
Returns the a CompletableFuture referring to the result of the stop-with-savepoint
operation.
- getSavepointPath() - 类 中的方法org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationHandlerImpl
-
- getSavepointPath() - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
已过时。
Gets the directory where savepoints are stored by default (when no custom path is given to
the savepoint trigger command).
- getSavepointPath() - 类 中的方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- getSavepointPath() - 类 中的方法org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- getSavepointRestoreSettings() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the configured savepoint restore setting.
- getSavepointStatistics() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.LatestCheckpoints
-
- getSavepointStatus(AsynchronousJobOperationKey) - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherCachedOperationsHandler
-
- getSavepointTriggerCache() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
-
- getScalaVersion() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the version of the used Scala compiler as String.
- getSchedulerType() - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultSlotPoolServiceSchedulerFactory
-
- getSchedulerType() - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotPoolServiceSchedulerFactory
-
Returns the scheduler type this factory is creating.
- getSchedulerType() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveSchedulerFactory
-
- getSchedulerType() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchSchedulerFactory
-
- getSchedulerType() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultSchedulerFactory
-
- getSchedulerType() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNGFactory
-
- getSchedulingTopology() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getSchedulingTopology() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getSchedulingTopology() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- getScopeComponents() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.metrics.groups.ProxyMetricGroup
-
- getScopeFormats() - 接口 中的方法org.apache.flink.runtime.metrics.MetricRegistry
-
Returns the scope formats.
- getScopeFormats() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryConfiguration
-
- getScopeFormats() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- getScopeFormats() - 类 中的方法org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- getSecondaryStreamException() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- getSecurityConfig() - 类 中的方法org.apache.flink.runtime.security.modules.HadoopModule
-
- getSecurityContextFactories() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getSecurityModuleFactories() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getSegmentSize() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Gets the size of the segments used by this view.
- getSelectiveStrategySpillBufferRatio() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
The proportion of buffers to be spilled.
- getSelectiveStrategySpillThreshold() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getSenderBacklog() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- getSendRatePerInterface(int) - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- getSequenceNumber() - 类 中的方法org.apache.flink.runtime.io.network.api.EventAnnouncement
-
- getSequenceNumber() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel.BufferAndAvailability
-
- getSequenceNumber() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- getSequentialChannelStateReader() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
- getSequentialChannelStateReader() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getSerializedAccumulatorResults() - 类 中的方法org.apache.flink.runtime.client.SerializedJobExecutionResult
-
- getSerializedCheckpointException() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.DeclineCheckpoint
-
Gets the reason why the checkpoint was declined.
- getSerializedCoordinationRequest() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationRequestBody
-
- getSerializedCoordinationResponse() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationResponseBody
-
- getSerializedExecutionConfig() - 类 中的方法org.apache.flink.runtime.executiongraph.JobInformation
-
- getSerializedExecutionConfig() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the ExecutionConfig.
- getSerializedJobInformation() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Return the sub task's serialized job information.
- getSerializedTaskInformation() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Return the sub task's serialized task information.
- getSerializedThrowable() - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult
-
Returns an empty Optional if the job finished successfully, otherwise the Optional will carry the failure cause.
- getSerializedThrowable() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- getSerializedUserAccumulators() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
-
- getSerializedValue(byte[], TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<SV>) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- getSerializedValue(byte[], TypeSerializer<K>, TypeSerializer<N>, TypeSerializer<V>) - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the serialized value for the given key and namespace.
- getSerializer(int) - 类 中的静态方法org.apache.flink.runtime.checkpoint.metadata.MetadataSerializers
-
- getSerializerSnapshotsImmutable() - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getServerAddress() - 接口 中的方法org.apache.flink.runtime.query.KvStateServer
-
Returns the
address the server is listening to.
- getServerAddress() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
Returns the address on which this endpoint is accepting requests.
- getServerChannelHandlers() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyProtocol
-
Returns the server channel handlers.
- getServerConnectBacklog() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getServerNumThreads() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getSharedMemoryResourceForManagedMemory(String, LongFunctionWithException<T, Exception>, double) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Acquires a shared memory resource, identified by a type string.
- getSharedState() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getSharedStateDirectory() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getSharedStateHandles() - 接口 中的方法org.apache.flink.runtime.state.IncrementalKeyedStateHandle
-
Returns a set of ids of all registered shared states in the backend at the time this was
created.
- getSharedStateHandles() - 类 中的方法org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getSharedStateHandles() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getSharedStateRegistry() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
-
- getSharedStateRegistry() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
- getSharedStateRegistry() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- getSharedStateRegistry() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getSharingFilesStrategy() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointType
-
- getSharingFilesStrategy() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- getSharingFilesStrategy() - 接口 中的方法org.apache.flink.runtime.checkpoint.SnapshotType
-
- getShipStrategyName() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the name of the ship strategy for the represented input, like "forward", "partition
hash", "rebalance", "broadcast", ...
- getShuffleDescriptor() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getShuffleDescriptor() - 类 中的方法org.apache.flink.runtime.executiongraph.PartitionInfo
-
- getShuffleDescriptor() - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionInfo
-
- getShuffleDescriptors() - 类 中的方法org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- getShuffleDescriptors() - 类 中的方法org.apache.flink.runtime.io.network.partition.DataSetMetaInfo
-
- getShuffleDescriptors() - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.ClusterPartitionReport.ClusterPartitionReportEntry
-
- getShuffleEnvironment() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getShuffleMaster() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getShuffleMaster() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getShuffleMaster() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- getShutDownFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- getShutDownFuture() - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayService
-
- getShutDownFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- getShutDownFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- getShutDownFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- getShutDownFuture() - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.DispatcherRunner
-
Return shut down future of this runner.
- getShutDownFuture() - 枚举 中的方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- getShutDownFuture() - 类 中的方法org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
- getShutdownStatus() - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- getSingleLeaderElectionPathForJobManager(JobID) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- getSize() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- getSize() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Gets the size (in bytes) of the file underlying the channel.
- getSize() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns the size of the written data, i.e. the writer index, of this buffer.
- getSize() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- getSize() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- getSize() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- getSize() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- getSize() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- getSize() - 类 中的方法org.apache.flink.runtime.memory.OpaqueMemoryResource
-
Gets the size, in bytes.
- getSize() - 类 中的方法org.apache.flink.runtime.rest.messages.LogInfo
-
- getSize() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- getSizeOfFreeHeapMemory() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets an estimate of the size of the free heap memory.
- getSizeOfFreeHeapMemoryWithDefrag() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets an estimate of the size of the free heap memory.
- getSizeOfJvmHeap() - 类 中的方法org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of the JVM heap memory
- getSizeOfManagedMemory() - 类 中的方法org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of the memory managed by the system for caching, hashing, sorting, ...
- getSizeOfPhysicalMemory() - 类 中的方法org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of physical memory in bytes available on the compute node.
- getSizeOfPhysicalMemory() - 类 中的静态方法org.apache.flink.runtime.util.Hardware
-
Returns the size of the physical memory in bytes.
- getSizeOfQueuedBuffers() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getSizeOfQueuedBuffersUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- getSizeOfQueuedBuffersUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- getSizeOfQueuedBuffersUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Returns the total size in bytes of queued buffers of all subpartitions.
- getSizeOfQueuedBuffersUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- getSlot(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ConfigurationParserUtils
-
Parses the configuration to get the number of slots and validates the value.
- getSlotAllocationSnapshotDirectory() - 类 中的方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getSlotAllocationSnapshotPersistenceService() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getSlotFor(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.ReservedSlots
-
- getSlotId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getSlotId() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getSlotID() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getSlotID() - 类 中的方法org.apache.flink.runtime.taskexecutor.SlotStatus
-
Get the unique identification of this slot.
- getSlotIndex() - 类 中的方法org.apache.flink.runtime.jobmaster.AllocatedSlotInfo
-
- getSlotIndex() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- getSlotIndex() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- getSlotInfo() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndLocality
-
- getSlotInfo() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndResources
-
- getSlotInformation(AllocationID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Returns slot information specified by the given allocationId.
- getSlotInformation(AllocationID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- getSlotManager() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
-
- getSlotManagerConfiguration() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- getSlotMatchingStrategy() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getSlotNumber() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotID
-
- getSlotProfile() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest
-
- getSlotReport() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
-
- getSlotRequestId() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Gets the slot request id uniquely identifying the request with which this slot has been
allocated.
- getSlotRequestId() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest
-
- getSlotRequestId() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest.Result
-
- getSlotRequestId() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getSlotRequestTimeout() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getSlotRequestTimeout() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getSlots() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getSlotServiceStatus() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- getSlotSharingGroup() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getSlotSharingGroup() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Gets the slot sharing group that this vertex is associated with.
- getSlotSharingGroup() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation.VertexInformation
-
- getSlotSharingGroupId() - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getSlotSharingGroups() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- getSlotSharingGroups() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
-
Returns all slot-sharing groups of the job.
- getSlotSharingGroups() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getSlotTimeout() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getSnapshot() - 类 中的方法org.apache.flink.runtime.accumulators.AccumulatorRegistry
-
Creates a snapshot of this accumulator registry.
- getSnapshotResources() - 类 中的方法org.apache.flink.runtime.state.SavepointResources
-
- getSoftBackPressuredTimePerSecond() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- getSolutionSetComparator(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getSolutionSetSerializer(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getSource() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the data set at the source of the edge.
- getSourceEvent() - 类 中的方法org.apache.flink.runtime.source.event.SourceEventWrapper
-
- getSourceId() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the ID of the consumed data set.
- getSpilledFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- getSpillingDirectories() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Gets the directories that the I/O manager spills to.
- getSpillingDirectoriesPaths() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Gets the directories that the I/O manager spills to, as path strings.
- getSpillingStrategyType() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration
-
- getSpillingThresholdDriver() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getSpillingThresholdInput(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getSplitAssigner() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getSSLEnabled() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getSslHandlerFactory() - 类 中的方法org.apache.flink.runtime.rest.RestClientConfiguration
-
Returns the
SSLEngine that the REST client endpoint should use.
- getSslHandlerFactory() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the
SSLEngine that the REST server endpoint should use.
- getStackTrace() - 类 中的方法org.apache.flink.runtime.messages.ThreadInfoSample
-
- getStacktrace() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getStackTraceLocation() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexFlameGraph.Node
-
- getStartCommand(String, Map<String, String>) - 类 中的静态方法org.apache.flink.runtime.clusterframework.BootstrapTools
-
Replaces placeholders in the template start command with values from startCommandValues.
- getStartDelay() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getStartedFuture() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
Completion of this future indicates that the resource manager is fully started and is ready
to serve.
- getStartIndex() - 类 中的方法org.apache.flink.runtime.deployment.SubpartitionIndexRange
-
- getStartKeyGroup() - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
- getStartTime() - 类 中的方法org.apache.flink.runtime.client.JobStatusMessage
-
- getStartTime() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getStartTime() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getStartTime() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getStartTime() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStartTime() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoStats
-
Returns the timestamp, when the sample was triggered.
- getStartTimeCompatible() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getState(int) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getState(int) - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getState() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getState() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the current JobStatus for this execution graph.
- getState() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getState() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getState() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getState() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getState() - 接口 中的方法org.apache.flink.runtime.executiongraph.JobStatusProvider
-
Returns the current JobStatus for this execution graph.
- getState() - 类 中的方法org.apache.flink.runtime.query.KvStateEntry
-
- getState() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getState() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getState() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateFactory
-
- getState() - 类 中的方法org.apache.flink.runtime.scheduler.JobStatusStore
-
- getState() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingExecutionVertex
-
Gets the state of the execution vertex.
- getState() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingResultPartition
-
- getState(ValueStateDescriptor<T>) - 类 中的方法org.apache.flink.runtime.state.DefaultKeyedStateStore
-
- getState() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- getState() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
Returns the internal data structure.
- getState() - 接口 中的方法org.apache.flink.runtime.state.StateEntry
-
Returns the state of this entry.
- getState() - 类 中的方法org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- getStateBackendName() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the state backend name for this ExecutionGraph.
- getStateBackendName() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getStateBackendName() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getStateChangelogStorage() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
Returns the configured state changelog storage for this task.
- getStateChangelogStorage() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getStateChangelogStorageView(Configuration, ChangelogStateHandle) - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
- getStateChangelogStorageView(Configuration, ChangelogStateHandle) - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- getStateClass() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateFactory
-
- getStateConsumedFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- getStateConsumedFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getStateConsumedFuture() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- getStateConsumedFuture() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getStateEndTimestamp(ExecutionState) - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateEndTimestamp(ExecutionState) - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateEndTimestamp(ExecutionState) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getStateEndTimestamps() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateEndTimestamps() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateEndTimestamps() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getStateHandleId() - 接口 中的方法org.apache.flink.runtime.state.KeyedStateHandle
-
Returns a unique state handle id to distinguish with other keyed state handles.
- getStateHandleId() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getStateIncrementalVisitor(int) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- getStateIncrementalVisitor(int) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- getStateIncrementalVisitor(int) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
- getStateIncrementalVisitor(int) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getStateIncrementalVisitor(int) - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState
-
Get global visitor of state entries.
- getStateLocation(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.StateLocationRetriever
-
Returns state location of an execution vertex.
- getStateMapSnapshotForKeyGroup(int) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateTableSnapshot
-
- getStateMetaInfo() - 接口 中的方法org.apache.flink.runtime.state.BackendWritableBroadcastState
-
- getStateMetaInfo() - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- getStateMetaInfo() - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- getStateMetaInfoSnapshots() - 类 中的方法org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getStateMetaInfoSnapshots() - 类 中的方法org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
- getStateMetricName(String) - 接口 中的静态方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- getStateNameToPartitionOffsets() - 接口 中的方法org.apache.flink.runtime.state.OperatorStateHandle
-
Returns a map of meta data for all contained states by their name.
- getStateNameToPartitionOffsets() - 类 中的方法org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getStates() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getStates() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getStateSerializer() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- getStateSerializer() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- getStateSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getStateServerPortRange() - 类 中的方法org.apache.flink.runtime.taskexecutor.QueryableStateConfiguration
-
Returns the port range where the queryable state server can listen.
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the total checkpoint state size over all subtasks.
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
Returns the size of the checkpointed state at this subtask.
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Summary
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatistics
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.ChainedStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.DirectoryStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileStateHandle
-
Returns the file size in bytes.
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.PlaceholderStreamStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister
-
- getStateSize() - 类 中的方法org.apache.flink.runtime.state.SnapshotResult
-
- getStateSize() - 接口 中的方法org.apache.flink.runtime.state.StateObject
-
Returns the size of the state in bytes.
- getStateSize(StateObject) - 类 中的静态方法org.apache.flink.runtime.state.StateUtil
-
Returns the size of a state object.
- getStateSizeStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
Returns the summary stats for the state size of completed checkpoints.
- getStateSizeStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- getStateSizeStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getStateSnapshotTransformFactory() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getStateTable() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
This should only be used for testing.
- getStateTimestamp(ExecutionState) - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateTimestamp(ExecutionState) - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
- getStateTimestamp(ExecutionState) - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateTimestamp(ExecutionState) - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getStateTimestamp(ExecutionState) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getStateTimestamp(ExecutionState) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getStateTimestamps() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
- getStateTimestamps() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getStateTimestamps() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getStateType() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- getStateValueSerializer() - 类 中的方法org.apache.flink.runtime.query.KvStateInfo
-
- getStatistic() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getStatistics() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogram
-
- getStatsFuture() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the status of this checkpoint.
- getStatus() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
- getStatus() - 类 中的方法org.apache.flink.runtime.checkpoint.FailedCheckpointStats
-
- getStatus() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
- getStatus() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getStatus() - 类 中的方法org.apache.flink.runtime.rest.handler.async.OperationResult
-
- getStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- getStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStatus() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getStatusDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStatusDuration(ExecutionState) - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getStatusTimestamp(JobStatus) - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns the timestamp for the given JobStatus.
- getStatusTimestamp(JobStatus) - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getStatusTimestamp(JobStatus) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getStatusTimestamp(JobStatus) - 接口 中的方法org.apache.flink.runtime.executiongraph.JobStatusProvider
-
Returns the timestamp for the given JobStatus.
- getStatusTimestamp(JobStatus) - 类 中的方法org.apache.flink.runtime.scheduler.JobStatusStore
-
- getStdDev() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getStopMode() - 类 中的方法org.apache.flink.runtime.io.network.api.EndOfData
-
- getStorageDir() - 类 中的方法org.apache.flink.runtime.blob.AbstractBlobCache
-
- getStorageDir() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
- getStorageIdentifier() - 接口 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandle
-
- getStorageIdentifier() - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- getStorageIdentifier() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getStorageLocation(JobID, BlobKey) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.blob.TransientBlobCache
-
Returns a file handle to the file associated with the given blob key on the blob server.
- getStoredJobsOverview() - 接口 中的方法org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- getStoredJobsOverview() - 类 中的方法org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- getStoredJobsOverview() - 类 中的方法org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- getStream() - 类 中的方法org.apache.flink.runtime.state.StatePartitionStreamProvider
-
Returns a stream with the data of one state partition.
- getStreamCompressionDecorator() - 接口 中的方法org.apache.flink.runtime.state.FullSnapshotResources
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileStateHandle
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.memory.ByteStreamStateHandle
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.OperatorStreamStateHandle
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.PlaceholderStreamStateHandle
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- getStreamStateHandleID() - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister
-
- getStreamStateHandleID() - 接口 中的方法org.apache.flink.runtime.state.StreamStateHandle
-
- getStrictObjectMapper() - 类 中的静态方法org.apache.flink.runtime.rest.util.RestMapperUtils
-
Returns a preconfigured ObjectMapper.
- getStringifiedThreadInfo() - 类 中的方法org.apache.flink.runtime.rest.messages.ThreadDumpInfo.ThreadInfo
-
- getStringWithMetadata() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceID
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- getStub() - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- getStub() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getStubParameter(String, String) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getStubParameters() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- getStubType() - 接口 中的方法org.apache.flink.runtime.operators.Driver
-
Gets the class of the stub type that is run by this task.
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- getStubType() - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- getStubWrapper(ClassLoader) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getSubPartitionIdx() - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- getSubPartitionIndex() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- getSubpartitionInfo() - 接口 中的方法org.apache.flink.runtime.io.network.partition.CheckpointedResultSubpartition
-
- getSubpartitionInfo() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- getSubpartitionNums() - 类 中的方法org.apache.flink.runtime.shuffle.TaskInputsOutputsDescriptor
-
- getSubsetForKeyGroup(int) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSet
-
- getSubsetForKeyGroup(int) - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- getSubsetForKeyGroup(int) - 接口 中的方法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() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
Gets the subtask index of the parallel operator instance this gateway communicates with.
- getSubtask() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- getSubtaskAttemptMetricStore(String, String, int, int) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getSubtaskCheckpointStatistics() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails
-
- getSubtaskId() - 类 中的方法org.apache.flink.runtime.jobgraph.OperatorInstanceID
-
- getSubtaskIndex() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getSubtaskIndex() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's index in the subtask group.
- getSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- getSubtaskIndex() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getSubtaskIndex() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
-
- getSubtaskIndex() - 类 中的方法org.apache.flink.runtime.state.AbstractChannelStateHandle
-
- getSubtaskMetricStore(String, String, int) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getSubtaskMetricStore(int) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
- getSubtasks() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo
-
- getSubtasks() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsInfo
-
- getSubtaskState() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
-
- getSubtaskStateByOperatorID(OperatorID) - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns the subtask state for the given operator id (or null if not contained).
- getSubtaskStateMappings() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns the set of all mappings from operator id to the corresponding subtask state.
- getSubtaskStates() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- getSubtaskStates() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- getSubtaskStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
Returns the stats for all subtasks.
- getSuccessfulCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- getSum() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummary
-
Returns the sum of all seen values.
- getSum() - 类 中的方法org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
Returns the sum of all seen values.
- getSum() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetric
-
- getSummary() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics
-
- getSummary() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails
-
- getSummaryStats() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsSnapshot
-
Returns the snapshotted completed checkpoint summary stats.
- getSummaryStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats
-
- getSuperstep() - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getSupportedAPIVersions() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getSupportedAPIVersions() - 接口 中的方法org.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
Returns the supported API versions that this request supports.
- getSupportedAPIVersions() - 接口 中的方法org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
-
- getSupportedAPIVersions() - 接口 中的方法org.apache.flink.runtime.rest.messages.RuntimeUntypedResponseMessageHeaders
-
- getSupportedAPIVersions() - 类 中的方法org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
已过时。
- getSupportedAPIVersions() - 类 中的方法org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
已过时。
- getSyncCheckpointDuration() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getSyncCheckpointDurationStats() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateStats.TaskStateStatsSummary
-
- getSyncDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration
-
- getSyncDurationMillis() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getSyncDurationMillis() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- getSynchronousDuration() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- getSystemPageSize() - 类 中的静态方法org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
Tries to get the system page size.
- getSystemPageSizeOrConservativeMultiple() - 类 中的静态方法org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
Tries to get the system page size.
- getSystemPageSizeOrDefault() - 类 中的静态方法org.apache.flink.runtime.io.network.partition.PageSizeUtil
-
Tries to get the system page size.
- getSystemResourceMetricsProbingInterval() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getTarget() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the vertex connected to this edge.
- getTargetAddress() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- getTargetAddress() - 类 中的方法org.apache.flink.runtime.slots.ResourceRequirements
-
- getTargetDirectory() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- getTargetDirectory() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- getTargetGateway() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
Gets the RegisteredGateway.
- getTargetLeaderId() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- getTargetLocation() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
Returns the target location for the checkpoint.
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
-
- getTargetRestEndpointURL() - 接口 中的方法org.apache.flink.runtime.rest.handler.RestHandlerSpecification
-
Returns the generalized endpoint url that this request should be sent to, for example /job/:jobid.
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.YarnCancelJobTerminationHeaders
-
已过时。
- getTargetRestEndpointURL() - 类 中的方法org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
-
已过时。
- getTargetTotalBufferSize() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- getTask(ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Get the task for the given execution attempt id.
- getTask(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getTaskConfig() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getTaskConfig() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getTaskConfig() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getTaskConfiguration() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the task-wide configuration object, originally attached to the job vertex.
- getTaskConfiguration() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskInformation
-
- getTaskConfiguration() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the task configuration object which was attached to the original
JobVertex.
- getTaskConfiguration() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskConfiguration() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getTaskEventDispatcher() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getTaskEventDispatcher() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskEventDispatcher() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskExecutionId() - 类 中的方法org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
- getTaskExecutorAddress() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getTaskExecutorConnection() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getTaskExecutorConnection() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the taskExecutorConnection.
- getTaskExecutorGateway() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.TaskExecutorConnection
-
- getTaskExecutorProcessSpec() - 类 中的方法org.apache.flink.runtime.clusterframework.ContaineredTaskManagerParameters
-
- getTaskExecutorResourceId() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getTaskExecutorResourceSpec() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getTaskExecutorsWithAllocatedSlotsForJob(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotTracker
-
- getTaskExecutorUtilization() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndResources
-
- getTaskFormat() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getTaskHeap() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured heap size used by the tasks.
- getTaskHeap() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getTaskHeapMB() - 类 中的方法org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getTaskHeapMemory() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the task heap memory needed.
- getTaskHeapSize() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getTaskHeapSize() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getTaskHeapSize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getTaskInfo() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the TaskInfo object associated with this subtask
- getTaskInfo() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskInfo() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getTaskInformationOrBlobKey() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getTaskIOMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- getTaskKvStateRegistry() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getTaskKvStateRegistry() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskLocalSnapshot() - 类 中的方法org.apache.flink.runtime.state.SnapshotResult
-
- getTaskManagerActions() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Connection
-
- getTaskManagerBindAddress() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getTaskManagerBindAddress() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the bind address of the Taskmanager.
- getTaskManagerChangelogManager() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskManagerConnection() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerSlot
-
- getTaskManagerConnection() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getTaskManagerConnection() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
- getTaskManagerExternalAddress() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getTaskManagerExternalAddress() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerExternalAddress() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the external address of the TaskManager.
- getTaskManagerExternalPortRange() - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration
-
- getTaskManagerFormat() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getTaskManagerGateway() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Return the TaskManager gateway to talk to the TaskManager.
- getTaskManagerGateway() - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotContext
-
Gets the actor gateway that can be used to send messages to the TaskManager.
- getTaskManagerGateway() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getTaskmanagerId() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- getTaskManagerIdleSince(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- getTaskManagerInfo() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Gets the task manager info, with configuration and hostname.
- getTaskManagerInfo() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- getTaskManagerInfo() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getTaskManagerInfo() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskManagerInfoWithSlots
-
- getTaskManagerInfo() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskManagerInfos() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersInfo
-
- getTaskManagerJobFormat() - 类 中的方法org.apache.flink.runtime.metrics.scope.ScopeFormats
-
- getTaskManagerLocation() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Return the TaskManager location of this slot.
- getTaskManagerLocation() - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotInfo
-
Gets the location info of the TaskManager that offers this slot.
- getTaskManagerLocation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- getTaskManagerLocation() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotInfoWithUtilization
-
- getTaskManagerLocation() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
- getTaskManagerLocation(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphToInputsLocationsRetrieverAdapter
-
- getTaskManagerLocation(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.InputsLocationsRetriever
-
Get the task manager location future for an execution.
- getTaskManagerLocationFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getTaskManagerLogDir() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerLogPath() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerMetricsInfo() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsInfo
-
- getTaskManagerMetricStore(String) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getTaskManagerRequestTimeout() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getTaskManagerRpcAddress() - 类 中的方法org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- getTaskManagers() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getTaskManagerSession() - 类 中的方法org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- getTaskManagerShellCommand(Configuration, ContaineredTaskManagerParameters, String, String, boolean, boolean, boolean, Class<?>, String) - 类 中的静态方法org.apache.flink.runtime.clusterframework.BootstrapTools
-
Generates the shell command to start a task manager.
- getTaskManagerSlotId() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManagerSlot
-
- getTaskManagerStateStore() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTaskManagerStdoutPath() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTaskManagerTimeout() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- getTaskMemoryManager(AllocationID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Get the memory manager of the slot allocated for the task.
- getTaskMemoryManager(AllocationID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getTaskMetricStore(String, String) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.executiongraph.TaskInformation
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- getTaskName() - 异常错误 中的方法org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getTaskName() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getTaskNameWithSubtaskIndex() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionVertex
-
Returns the name of this execution vertex in the format "myTask (2/7)".
- getTaskNameWithSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionVertex
-
- getTaskNameWithSubtaskIndex() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTaskOffHeap() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorMemoryConfiguration
-
Returns the configured off-heap size used by the tasks.
- getTaskOffHeap() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getTaskOffHeapMB() - 类 中的方法org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- getTaskOffHeapMemory() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the task off-heap memory needed.
- getTaskOffHeapSize() - 类 中的方法org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
- getTaskOffHeapSize() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getTaskOffHeapSize() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceSpec
-
- getTaskOwnedStateDirectory() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageLocation
-
- getTaskResourceProfile() - 类 中的方法org.apache.flink.runtime.clusterframework.types.SlotProfile
-
Returns the desired resource profile for the task slot.
- getTaskRestore() - 类 中的方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getTaskRestore() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getTasks() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Get all tasks running in this task slot.
- getTasks(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Return an iterator over all tasks for a given job.
- getTasks(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- getTaskSlotTable() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getTasksNeedingRestart(ExecutionVertexID, Throwable) - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailoverStrategy
-
Returns a set of IDs corresponding to the set of vertices that should be restarted.
- getTasksNeedingRestart(ExecutionVertexID, Throwable) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartAllFailoverStrategy
-
Returns all vertices on any task failure.
- getTasksNeedingRestart(ExecutionVertexID, Throwable) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy
-
Returns a set of IDs corresponding to the set of vertices that should be restarted.
- getTasksPerState() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails
-
- getTasksPerState() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo.JobVertexDetailsInfo
-
- getTaskStateManager() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getTaskStateManager() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getTaskStateSnapshot() - 类 中的方法org.apache.flink.runtime.checkpoint.JobManagerTaskRestore
-
- getTaskStateStats(JobVertexID) - 类 中的方法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() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getTasksToTrigger() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns the tasks who need to be sent a message when a checkpoint is started.
- getTasksToTrigger() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getTasksToWaitFor() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointPlan
-
Returns tasks who need to acknowledge a checkpoint before it succeeds.
- getTasksToWaitFor() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- getTaskVertices() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionJobVertex
-
Returns all execution vertices for this job vertex.
- getTaskVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionJobVertex
-
- getTaskVertices() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getTempDirs() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- getTemporaryFileDirectory() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the directory for temporary files, as returned by the JVM system property
"java.io.tmpdir".
- getTerminalStateFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
Gets a future that completes once the task execution reaches a terminal state.
- getTerminalStateFuture() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot.Payload
-
Gets the terminal state future which is completed once the payload has reached a terminal
state.
- getTerminationFuture() - 接口 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.DispatcherGatewayService
-
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherGatewayService
-
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getTerminationFuture() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getTerminationFuture() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterService
-
Get the termination future of this job master service.
- getTerminationFuture() - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerService
-
Return termination future of the service.
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- getTerminationFuture() - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotPayload
-
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- getTerminationFuture() - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner.TaskExecutorService
-
- getTerminationFuture() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- getThreadInfos() - 类 中的方法org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
- getThreadName() - 类 中的方法org.apache.flink.runtime.rest.messages.ThreadDumpInfo.ThreadInfo
-
- getThreadState() - 类 中的方法org.apache.flink.runtime.messages.ThreadInfoSample
-
- getThrowable() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.BufferIndexOrError
-
- getThrowable() - 类 中的方法org.apache.flink.runtime.rest.handler.async.OperationResult
-
- getThrowableType(Throwable) - 类 中的静态方法org.apache.flink.runtime.throwable.ThrowableClassifier
-
- getTimeout() - 类 中的方法org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetaData
-
- getTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- getTimestamp() - 类 中的方法org.apache.flink.runtime.executiongraph.ErrorInfo
-
Returns the timestamp for the contained exception.
- getTimestamp() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Returns the time of the failure.
- getTimestamp() - 类 中的方法org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- getTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.ExceptionInfo
-
- getTimestamp() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.FailureHandlingResultSnapshot
-
The time the failure occurred.
- getTimestamps() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- getTimeZoneName() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getTimeZoneOffset() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration
-
- getTmpDirectories() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTmpDirectories() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the list of temporary file directories.
- getTmpDirectory() - 类 中的方法org.apache.flink.runtime.entrypoint.WorkingDirectory
-
- getTmpDirectory() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterConfiguration
-
- getTmpDirPaths() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- getTmpDirPaths() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServicesConfiguration
-
- getTmpWorkingDirectory() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTmpWorkingDirectory() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Gets the temporary working directory of the TaskManager instance.
- getTo() - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- getTolerableCheckpointFailureNumber() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- getTotalBudget() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- getTotalBytesPersisted() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getTotalFields() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- getTotalFlinkMemory() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getTotalFlinkMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.FlinkMemory
-
- getTotalFlinkMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.jobmanager.JobManagerFlinkMemory
-
- getTotalFlinkMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getTotalFlinkMemorySize() - 类 中的方法org.apache.flink.runtime.util.config.memory.taskmanager.TaskExecutorFlinkMemory
-
- getTotalMemory() - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Get the total memory needed.
- getTotalMemory() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getTotalMemSize() - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec
-
- getTotalNumberCheckpoints() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Counts
-
- getTotalNumberOfBuffersUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getTotalNumberOfBuffersUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
Gets the total numbers of buffers (data buffers plus events).
- getTotalNumberOfBytesUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- getTotalNumberOfBytesUnsafe() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- getTotalNumberOfCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsCounts
-
Returns the total number of checkpoints (in progress, completed, failed).
- getTotalNumberOfMemorySegments() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getTotalNumberOfParallelSubtasks() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTotalNumberOfPartitions() - 类 中的方法org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- getTotalNumberOfPartitions() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- getTotalProcessMemory() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
- getTotalProcessMemorySize() - 接口 中的方法org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
- getTotalResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- getTotalResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- getTotalResource() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Get the total resource.
- getTotalResource() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- getTotalResource() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerInfo
-
- getTotalResourceCount() - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Computes the total number of resources in this counter.
- getTotalResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getTotalResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.PendingTaskManager
-
- getTotalResourceProfile() - 类 中的方法org.apache.flink.runtime.resourcemanager.TaskExecutorRegistration
-
- getTotalResourceProfile() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- getTotalTime() - 类 中的方法org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- getTotalTime() - 接口 中的方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
Returns the total time, in milliseconds, that we have spent in the targeted state.
- getTotalTimeMetricName(String) - 接口 中的静态方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- getTransientBlobService() - 类 中的方法org.apache.flink.runtime.blob.BlobCacheService
-
- getTransientBlobService() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
- getTransientBlobService() - 接口 中的方法org.apache.flink.runtime.blob.BlobService
-
Returns a BLOB service for accessing transient BLOBs.
- getTransportType() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConfig
-
- getTriggeredSavepointStatus(AsynchronousJobOperationKey) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- getTriggeredSavepointStatus(AsynchronousJobOperationKey) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Get the status of a savepoint triggered under the specified operation key.
- getTriggerId() - 类 中的方法org.apache.flink.runtime.rest.handler.async.OperationKey
-
Get the trigger id for the given operation key.
- getTriggerId() - 类 中的方法org.apache.flink.runtime.rest.handler.async.TriggerResponse
-
- getTriggerId() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- getTriggerId() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- getTriggerTimestamp() - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCheckpointStats
-
Returns the timestamp when the checkpoint was triggered.
- getTriggerTimestamp() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- getType() - 类 中的方法org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- getType() - 异常错误 中的方法org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- getType() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo.UserTaskAccumulator
-
- getTypeClass() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- getTypeSerializer(String) - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
TODO this method should be removed once the serializer map is removed.
- getTypeSerializerSnapshot(String) - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getTypeSerializerSnapshot(StateMetaInfoSnapshot.CommonSerializerKeys) - 类 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- getUdfRuntimeContext() - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getUnalignedCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetrics
-
- getUnalignedCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- getUnalignedCheckpoint() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- getUnannouncedCredit() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Gets the currently unannounced credit.
- getUnavailableToResetAvailable() - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- getUnavailableToResetUnavailable() - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
Creates a new uncompleted future as the current state and returns the previous
uncompleted one.
- getUnconsumedBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
Gets the unconsumed buffer which needs to be persisted in unaligned checkpoint scenario.
- getUnconsumedBuffer() - 类 中的方法org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- getUnfinishedChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
Returns the list of channels that have not received EndOfPartitionEvent.
- getUnfinishedChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- getUnfinishedChannels() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- getUnfulfillableJobs() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceAllocationResult
-
- getUnionListState(ListStateDescriptor<S>) - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- getUniqueInputFormat() - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getUniqueOutputFormat() - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- getUnmodifiedExecutionVertices(Set<ExecutionVertexVersion>) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- getUnreleasedPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatisticsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatisticDetailsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerCustomLogHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogFileHeader
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerLogListHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerStdoutFileHeader
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.JobManagerThreadDumpHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterConfigurationInfoHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.ClusterOverviewHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.coordination.ClientCoordinationHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobConfigurationHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobManagerJobEnvironmentHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobStatusInfoHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobSubmitHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AbstractMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedJobMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedSubtaskMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedTaskManagerMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobManagerMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.TaskManagerMetricsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalTriggerHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointTriggerHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobIdsWithStatusesOverviewHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerEnvironmentHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobManagerLogUrlHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobsOverviewHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexDetailsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexFlameGraphHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.JobVertexTaskManagersHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksAllAccumulatorsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerCustomLogHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerDetailsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogFileHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerLogsHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagersHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerStdoutFileHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.taskmanager.TaskManagerThreadDumpHeaders
-
- getUnresolvedMessageParameters() - 类 中的方法org.apache.flink.runtime.rest.messages.TaskManagerLogUrlHeaders
-
- getUnresolvedMessageParameters() - 接口 中的方法org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
-
- getUnresolvedTaskManagerLocation() - 类 中的方法org.apache.flink.runtime.jobmaster.TaskManagerRegistrationInformation
-
- getUnresolvedTaskManagerLocation() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- getUploadDir() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpointConfiguration
-
Returns the directory used to temporarily store multipart/form-data uploads.
- getUploadedFiles() - 类 中的方法org.apache.flink.runtime.rest.handler.FileUploads
-
- getUploadedFiles() - 类 中的方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
- getUpstreamSubtaskStateMapper() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the channel state rescaler used for rescaling persisted data on upstream side of this
JobEdge.
- getURLVersionPrefix() - 接口 中的方法org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Returns the URL version prefix (e.g.
- getURLVersionPrefix() - 枚举 中的方法org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns the URL version prefix (e.g.
- getUsedMemory() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- getUseLargeRecordHandler() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getUserAccumulators() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getUserAccumulators() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo
-
- getUserAccumulatorsStringified() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecution
-
Returns the user-defined accumulators as strings.
- getUserAccumulatorsStringified() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecution
-
- getUserAccumulatorsStringified() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getUserArtifacts() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the list of assigned user jar paths.
- getUserClassLoader() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getUserClassLoader() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- getUserClassLoader() - 类 中的方法org.apache.flink.runtime.query.KvStateEntry
-
- getUserClassPaths() - 类 中的方法org.apache.flink.runtime.entrypoint.component.AbstractUserClassPathJobGraphRetriever
-
- getUserCodeClassLoader() - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
Returns the user code class loader
- getUserCodeClassLoader() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the user code class loader of this invokable.
- getUserCodeClassloader() - 接口 中的方法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() - 接口 中的方法org.apache.flink.runtime.operators.TaskContext
-
- getUserCodeClassLoader() - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getUserDefinedOperatorID() - 类 中的方法org.apache.flink.runtime.OperatorIDPair
-
- getUserJarBlobKeys() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns a set of BLOB keys referring to the JAR files required to run this job.
- getUserJars() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the list of assigned user jar paths.
- getUserMap() - 类 中的方法org.apache.flink.runtime.accumulators.AccumulatorRegistry
-
Gets the map for user-defined accumulators.
- getUserValue() - 类 中的方法org.apache.flink.runtime.state.ttl.TtlValue
-
- getValue() - 类 中的方法org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- getValue() - 类 中的方法org.apache.flink.runtime.executiongraph.metrics.DownTimeGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.executiongraph.metrics.UpTimeGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.InputBuffersGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.InputBuffersSizeGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.OutputBufferPoolUsageGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.OutputBuffersGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.OutputBuffersSizeGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.io.network.metrics.TimeToConsumeGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.metrics.TimerGauge
-
- getValue() - 类 中的方法org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- getValue() - 类 中的方法org.apache.flink.runtime.persistence.StringResourceVersion
-
- getValue() - 类 中的方法org.apache.flink.runtime.rest.messages.ConfigurationInfoEntry
-
- getValue() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.Metric
-
- getValue() - 类 中的方法org.apache.flink.runtime.rest.messages.JobAccumulatorsInfo.UserTaskAccumulator
-
- getValue() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns the resolved value of this parameter, or null if it isn't resolved yet.
- getValue() - 类 中的方法org.apache.flink.runtime.state.restore.KeyGroupEntry
-
- getValue() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- getValue() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperVersionedValue
-
- getValueByKeyA(A) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getValueByKeyB(B) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- getValueClass() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
-
- getValueClass() - 类 中的方法org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusHeaders
-
- getValueClass() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- getValueClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusHeaders
-
- getValueClass() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusHeaders
-
- getValues() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- getValues() - 接口 中的方法org.apache.flink.runtime.util.KeyGroupedIterator
-
- getValues() - 类 中的方法org.apache.flink.runtime.util.NonReusingKeyGroupedIterator
-
Returns an iterator over all values that belong to the current key.
- getValues() - 类 中的方法org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
Returns an iterator over all values that belong to the current key.
- getValues1() - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingSortMergeCoGroupIterator
-
- getValues1() - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- getValues1() - 接口 中的方法org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
Returns an iterable over the left input values for the current key.
- getValues2() - 类 中的方法org.apache.flink.runtime.operators.sort.NonReusingSortMergeCoGroupIterator
-
- getValues2() - 类 中的方法org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- getValues2() - 接口 中的方法org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
Returns an iterable over the left input values for the current key.
- getValueSerializer() - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState
-
Returns the TypeSerializer for the type of value this state holds.
- getValueSerializer() - 类 中的方法org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- getVariable() - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
- getVariable(BroadcastVariableInitializer<T, C>) - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
- getVersion() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
- getVersion() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- getVersion() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- getVersion() - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- getVersion() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.messages.ClusterOverviewWithVersion
-
- getVersion() - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersion
-
- getVersion() - 类 中的方法org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- getVersion() - 类 中的方法org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- getVersion() - 类 中的静态方法org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the version of the code as String.
- getVersionedValue() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedCount
-
- getVertex(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.checkpoint.ExecutionAttemptMappingProvider
-
- getVertex() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getVertex(JobVertexID) - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
- getVertex(JobVertexID) - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalTopology
-
- getVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getVertex(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getVertex(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingTopology
-
- getVertex(VID) - 接口 中的方法org.apache.flink.runtime.topology.PipelinedRegion
-
Returns the vertex with the specified vertex id.
- getVertexId() - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getVertexIds() - 接口 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
Returns the IDs of the
JobVertex instances participating in this group.
- getVertexIds() - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroupImpl
-
- getVertexInformation(JobVertexID) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.JobInformation
-
- getVertexInformation(JobVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getVertexStats(JobID, AccessExecutionJobVertex) - 接口 中的方法org.apache.flink.runtime.webmonitor.stats.JobVertexStatsTracker
-
Returns statistics for a job vertex.
- getVertexStats(JobID, AccessExecutionJobVertex) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTracker
-
- getVertexWithAttempt() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- getVertices() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an Iterable to iterate all vertices registered with the job graph.
- getVertices() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalPipelinedRegion
-
- getVertices() - 类 中的方法org.apache.flink.runtime.jobgraph.topology.DefaultLogicalTopology
-
- getVertices() - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- getVertices() - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultSchedulingPipelinedRegion
-
- getVertices() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.JobGraphJobInformation
-
- getVertices() - 接口 中的方法org.apache.flink.runtime.topology.BaseTopology
-
Returns an iterable over all vertices, topologically sorted.
- getVertices() - 接口 中的方法org.apache.flink.runtime.topology.PipelinedRegion
-
Returns vertices that are in this pipelined region.
- getVerticesAsArray() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an array of all job vertices that are registered with the job graph.
- getVerticesSortedTopologicallyFromSources() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- getVerticesTopologically() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns an iterable containing all job vertices for this execution graph in the order they
were created.
- getVerticesTopologically() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- getVerticesTopologically() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- getVerticesTopologically() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getVerticesToRestart() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Returns the tasks to restart.
- getWaitForSolutionSetUpdate() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- getWatermark() - 类 中的方法org.apache.flink.runtime.source.event.ReportedWatermarkEvent
-
- getWebInterfaceUrl() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- getWebMonitorAddress(Configuration, AddressResolution) - 类 中的静态方法org.apache.flink.runtime.highavailability.HighAvailabilityServicesUtils
-
Get address of web monitor from configuration.
- getWebMonitorLeaderElectionService() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getWebMonitorLeaderRetriever() - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- getWebUiDir() - 类 中的方法org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- getWorker() - 类 中的方法org.apache.flink.runtime.resourcemanager.registration.WorkerRegistration
-
- getWorkerIndex() - 类 中的方法org.apache.flink.runtime.iterative.event.WorkerDoneEvent
-
- getWrappedDelegate() - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- getWrappedException() - 异常错误 中的方法org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
-
- getWrappedMetricGroup() - 类 中的方法org.apache.flink.runtime.metrics.groups.FrontMetricGroup
-
- getWritableBytes() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- getWriteBufferSize() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
Gets the write buffer size for created checkpoint stream.
- getWriteBufferSize() - 类 中的方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
Gets the write buffer size for created checkpoint stream.
- getWriteEnd() - 类 中的方法org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
-
Called by iteration tail to save the output of the current superstep.
- getWriteOffset() - 类 中的方法org.apache.flink.runtime.io.disk.FileChannelOutputView
-
- getWriter(int) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- getWriter() - 类 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters
-
- getWriter(int) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- getWriters() - 类 中的方法org.apache.flink.runtime.operators.shipping.OutputCollector
-
List of writers that are associated with this output collector
- getWrittenBytes() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- getZooKeeperEnsemble(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
Returns the configured ZooKeeper quorum (and removes whitespace, because ZooKeeper does not
tolerate it).
- getZooKeeperLoginContextName() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- getZooKeeperServiceName() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- GlobalAggregateManager - org.apache.flink.runtime.taskexecutor中的接口
-
This interface gives access to transient, named, global aggregates.
- globalCleanupAsync(JobID, Executor) - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
Removes all BLOBs from local and HA store belonging to the given JobID.
- globalCleanupAsync(JobID, Executor) - 接口 中的方法org.apache.flink.runtime.dispatcher.cleanup.GloballyCleanableResource
-
globalCleanupAsync is expected to be called from the main thread.
- globalCleanupAsync(JobID, Executor) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
- globalCleanupAsync(JobID, Executor) - 接口 中的方法org.apache.flink.runtime.highavailability.HighAvailabilityServices
-
- globalCleanupAsync(JobID, Executor) - 类 中的方法org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- globalCleanupAsync(JobID, Executor) - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphWriter
-
- GlobalFailureHandler - org.apache.flink.runtime.scheduler中的接口
-
An interface for handling global failures.
- GloballyCleanableResource - 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>) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToCanceling(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToCancelling
-
Transitions into the Canceling state.
- goToCreatingExecutionGraph() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToCreatingExecutionGraph() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToCreatingExecutionGraph
-
- goToExecuting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToExecuting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, List<ExceptionHistoryEntry>) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToExecuting
-
Transitions into the Executing state.
- goToFailing(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Throwable, List<ExceptionHistoryEntry>) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToFailing(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Throwable, List<ExceptionHistoryEntry>) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToFailing
-
Transitions into the Failing state.
- goToFinished(ArchivedExecutionGraph) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToFinished(ArchivedExecutionGraph) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToFinished
-
Transitions into the Finished state.
- goToRestarting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Duration, List<ExceptionHistoryEntry>) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToRestarting(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, Duration, List<ExceptionHistoryEntry>) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToRestarting
-
Transitions into the Restarting state.
- goToStopWithSavepoint(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, CheckpointScheduling, CompletableFuture<String>, List<ExceptionHistoryEntry>) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToStopWithSavepoint(ExecutionGraph, ExecutionGraphHandler, OperatorCoordinatorHandler, CheckpointScheduling, CompletableFuture<String>, List<ExceptionHistoryEntry>) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToStopWithSavepoint
-
Transitions into the StopWithSavepoint state.
- goToWaitingForResources() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- goToWaitingForResources() - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToWaitingForResources
-
Transitions into the WaitingForResources state.
- grantDispatcherLeadership() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- grantDispatcherLeadership() - 接口 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- grantJobMasterLeadership(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- grantJobMasterLeadership(JobID) - 接口 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- grantLeadership(UUID) - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- grantLeadership(UUID) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- grantLeadership(UUID) - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderContender
-
Callback method which is called by the
LeaderElectionService upon selecting this
instance as the new leader.
- grantLeadership(UUID) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- grantLeadership(UUID) - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- grantResourceManagerLeadership() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- grantResourceManagerLeadership() - 接口 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- GroupReduceCombineDriver<IN,OUT> - 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() - 类 的构造器org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- GroupReduceDriver<IT,OT> - org.apache.flink.runtime.operators中的类
-
GroupReduce task which is executed by a Task Manager.
- GroupReduceDriver() - 类 的构造器org.apache.flink.runtime.operators.GroupReduceDriver
-
- id - 类 中的变量org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
The ID of the underlying channel.
- ID(File, int, Random) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
- IDENTIFIER - 类 中的静态变量org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- identity(int, int) - 类 中的静态方法org.apache.flink.runtime.checkpoint.RescaleMappings
-
- idlingStarted() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- IllegalExecutionStateException - org.apache.flink.runtime.executiongraph中的异常错误
-
- IllegalExecutionStateException(ExecutionState, ExecutionState) - 异常错误 的构造器org.apache.flink.runtime.executiongraph.IllegalExecutionStateException
-
Creates a new IllegalExecutionStateException with the error message indicating the expected
and actual state.
- IllegalExecutionStateException(Execution, ExecutionState, ExecutionState) - 异常错误 的构造器org.apache.flink.runtime.executiongraph.IllegalExecutionStateException
-
Creates a new IllegalExecutionStateException with the error message indicating the expected
and actual state.
- immutableEntries() - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- InboundChannelHandlerFactory - org.apache.flink.runtime.io.network.netty中的接口
-
Custom netty inbound handler factory in order to make custom changes on netty inbound data.
- includeSerializedAccumulatorsParameter - 类 中的变量org.apache.flink.runtime.rest.messages.JobAccumulatorsMessageParameters
-
- incomingDataSize(long) - 类 中的方法org.apache.flink.runtime.throughput.ThroughputCalculator
-
- IncompleteFuturesTracker - 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() - 类 的构造器org.apache.flink.runtime.operators.coordination.util.IncompleteFuturesTracker
-
- increaseBackoff() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
Increases the current backoff and returns whether the operation was successful.
- increaseResourceRequirementsBy(ResourceCounter) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Increases the resource requirements by increment.
- increaseResourceRequirementsBy(ResourceCounter) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- IncrementalKeyedStateHandle - org.apache.flink.runtime.state中的接口
-
- IncrementalLocalKeyedStateHandle - org.apache.flink.runtime.state中的类
-
- IncrementalLocalKeyedStateHandle(UUID, long, DirectoryStateHandle, KeyGroupRange, StreamStateHandle, Map<StateHandleID, StreamStateHandle>) - 类 的构造器org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- IncrementalRemoteKeyedStateHandle - org.apache.flink.runtime.state中的类
-
The handle to states of an incremental snapshot.
- IncrementalRemoteKeyedStateHandle(UUID, KeyGroupRange, long, Map<StateHandleID, StreamStateHandle>, Map<StateHandleID, StreamStateHandle>, StreamStateHandle) - 类 的构造器org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- IncrementalRemoteKeyedStateHandle(UUID, KeyGroupRange, long, Map<StateHandleID, StreamStateHandle>, Map<StateHandleID, StreamStateHandle>, StreamStateHandle, long) - 类 的构造器org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- IncrementalRemoteKeyedStateHandle(UUID, KeyGroupRange, long, Map<StateHandleID, StreamStateHandle>, Map<StateHandleID, StreamStateHandle>, StreamStateHandle, long, StateHandleID) - 类 的构造器org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- incrementIterationCounter() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- incrementRestarts() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- incrementRestarts() - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- INDEX_ENTRY_SIZE - 类 中的静态变量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_FILE_SUFFIX - 类 中的静态变量org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- IndexedInputGate - org.apache.flink.runtime.io.network.partition.consumer中的类
-
- IndexedInputGate() - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.IndexedInputGate
-
- IndexedSortable - org.apache.flink.runtime.operators.sort中的接口
-
- IndexedSorter - org.apache.flink.runtime.operators.sort中的接口
-
- inFirstIteration() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- InflightDataGateOrPartitionRescalingDescriptor(int[], RescaleMappings, Set<Integer>, InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType) - 类 的构造器org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor
-
- InflightDataRescalingDescriptor - org.apache.flink.runtime.checkpoint中的类
-
Captures ambiguous mappings of old channels to new channels for a particular gate or partition.
- InflightDataRescalingDescriptor(InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor[]) - 类 的构造器org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor - org.apache.flink.runtime.checkpoint中的类
-
Captures ambiguous mappings of old channels to new channels.
- InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType - org.apache.flink.runtime.checkpoint中的枚举
-
Type of mapping which should be used for this in-flight data.
- INFO_CATEGORY_JM - 类 中的静态变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_JOB - 类 中的静态变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_OPERATOR - 类 中的静态变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_TASK - 类 中的静态变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- INFO_CATEGORY_TM - 类 中的静态变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- InfoMessage - 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) - 接口 中的方法org.apache.flink.runtime.security.token.DelegationTokenProvider
-
- init(Configuration) - 类 中的方法org.apache.flink.runtime.security.token.HadoopFSDelegationTokenProvider
-
- initBroadcastInputReaders() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- initBroadcastInputsSerializers(int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
Creates all the serializers and iterators for the broadcast inputs.
- initFailureCause(Throwable, long) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- initFailureCause(Throwable, long) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- INITIAL_CHECKPOINT_ID - 接口 中的静态变量org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
- initialBackoff - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
The initial backoff (in ms).
- InitializationTypeConflictException - 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<?>) - 异常错误 的构造器org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- initialize(int, Time, long, SubtaskAttemptNumberStore, CoordinatorStore) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- initialize() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
Initializes this buffer pool which allocates all the buffers.
- initialize() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- initialize() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationIntermediateTask
-
- initialize() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationTailTask
-
- initialize() - 类 中的方法org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- initialize() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- initialize() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- initialize() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- initialize() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- initialize() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- initialize() - 接口 中的方法org.apache.flink.runtime.operators.ResettableDriver
-
- initialize(ResourceEventHandler<WorkerType>, ScheduledExecutor, Executor, BlockedNodeRetriever) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
- initialize() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- initialize(ResourceEventHandler<WorkerType>, ScheduledExecutor, Executor, BlockedNodeRetriever) - 接口 中的方法org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Initialize the deployment specific components.
- initialize() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
Initializes the framework specific components.
- initialize(TaskManagerTracker, ResourceTracker, ResourceManagerId, Executor) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- initialize(TaskManagerTracker, ResourceTracker, ResourceManagerId, Executor) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Initialize this syncer.
- initialize() - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- initialize(PluginManager) - 类 中的静态方法org.apache.flink.runtime.state.changelog.StateChangelogStorageLoader
-
- initializeBaseLocationsForCheckpoint() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Initializes the necessary prerequisites for storage locations of checkpoints.
- initializeBaseLocationsForCheckpoint() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- initializeBaseLocationsForCheckpoint() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- initializeBroadcastVariable(Iterable<T>) - 类 中的方法org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
-
- initializeHandlers(CompletableFuture<String>) - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint
-
- initializeHandlers(CompletableFuture<String>) - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- initializeInternal() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.AbstractResourceManagerDriver
-
Initialize the deployment specific components.
- initializeJobVertex(ExecutionJobVertex, long) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- initializeJobVertex(ExecutionJobVertex, long) - 接口 中的方法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) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Initializes a storage location for new checkpoint with the given ID.
- initializeLocationForCheckpoint(long) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- initializeLocationForCheckpoint(long) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- initializeLocationForSavepoint(long, String) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Initializes a storage location for new savepoint with the given ID.
- initializeLocationForSavepoint(long, String) - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
Creates a file system based storage location for a savepoint.
- initializeOnMaster(JobVertex.InitializeOnMasterContext) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- initializeOnMaster(JobVertex.InitializeOnMasterContext) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultOperatorCoordinatorHandler
-
- initializeOperatorCoordinators(ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.scheduler.OperatorCoordinatorHandler
-
Initialize operator coordinators.
- initializeServices(Configuration, PluginManager) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- initializeWebSubmissionHandlers(CompletableFuture<String>) - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint
-
- initializeWebSubmissionHandlers(CompletableFuture<String>) - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- initialPartitionBuffersCount - 类 中的变量org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
-
- initialSequenceNumber() - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
- initInputReaders() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- initInputsSerializersAndComparators(int, int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
Creates all the serializers and comparators.
- initLocalStrategies(int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
NOTE: This method must be invoked after the invocation of #initInputReaders() and
#initInputSerializersAndComparators(int)!
- initOutputs() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationHeadTask
-
- initOutputs() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
Creates a writer for each output.
- initOutputs(AbstractInvokable, UserCodeClassLoader, TaskConfig, List<ChainedDriver<?, ?>>, List<RecordWriter<?>>, ExecutionConfig, Map<String, Accumulator<?, ?>>) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
Creates a writer for each output.
- initStub(Class<? super S>) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- initTable(int, byte) - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- InMemoryChangelogStateHandle - org.apache.flink.runtime.state.changelog.inmemory中的类
-
- InMemoryChangelogStateHandle(List<StateChange>, SequenceNumber, SequenceNumber, KeyGroupRange) - 类 的构造器org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- InMemoryPartition<T> - org.apache.flink.runtime.operators.hash中的类
-
- InMemoryPartition(TypeSerializer<T>, int, ListMemorySegmentSource, int, int) - 类 的构造器org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Creates a new partition, in memory, with one buffer.
- InMemorySorter<T> - org.apache.flink.runtime.operators.sort中的接口
-
- InMemorySorterFactory<T> - org.apache.flink.runtime.operators.sort中的接口
-
- InMemoryStateChangelogStorage - org.apache.flink.runtime.state.changelog.inmemory中的类
-
- InMemoryStateChangelogStorage() - 类 的构造器org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
-
- InMemoryStateChangelogStorageFactory - org.apache.flink.runtime.state.changelog.inmemory中的类
-
- InMemoryStateChangelogStorageFactory() - 类 的构造器org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorageFactory
-
- InPlaceMutableHashTable<T> - org.apache.flink.runtime.operators.hash中的类
-
This hash table supports updating elements.
- InPlaceMutableHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - 类 的构造器org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
- InPlaceMutableHashTable.EntryIterator - org.apache.flink.runtime.operators.hash中的类
-
WARNING: Doing any other operation on the table invalidates the iterator!
- InPlaceMutableHashTable.HashTableProber<PT> - org.apache.flink.runtime.operators.hash中的类
-
A prober for accessing the table.
- InPlaceMutableHashTable.ReduceFacade - 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() - 类 中的静态方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
- inProgress() - 类 中的静态方法org.apache.flink.runtime.rest.handler.async.OperationResult
-
- inProgress() - 类 中的静态方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- inProgress() - 类 中的静态方法org.apache.flink.runtime.rest.messages.queue.QueueStatus
-
- input - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.InputGate.InputWithData
-
- input - 类 中的变量org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- input - 类 中的变量org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- input - 类 中的变量org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- InputBuffersGauge - org.apache.flink.runtime.io.network.metrics中的类
-
Gauge metric measuring the number of queued input buffers for
SingleInputGates.
- InputBuffersGauge(SingleInputGate[]) - 类 的构造器org.apache.flink.runtime.io.network.metrics.InputBuffersGauge
-
- InputBuffersSizeGauge - org.apache.flink.runtime.io.network.metrics中的类
-
Gauge metric measuring the size in bytes of queued input buffers for
SingleInputGates.
- InputBuffersSizeGauge(SingleInputGate[]) - 类 的构造器org.apache.flink.runtime.io.network.metrics.InputBuffersSizeGauge
-
- InputChannel - org.apache.flink.runtime.io.network.partition.consumer中的类
-
- InputChannel(SingleInputGate, int, ResultPartitionID, int, int, int, Counter, Counter) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- InputChannel.BufferAndAvailability - 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 subpartition.
- InputChannelID - org.apache.flink.runtime.io.network.partition.consumer中的类
-
Identifier for input channels.
- InputChannelID() - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- InputChannelID(long, long) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- InputChannelID(AbstractID) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.InputChannelID
-
- InputChannelInfo - org.apache.flink.runtime.checkpoint.channel中的类
-
- InputChannelInfo(int, int) - 类 的构造器org.apache.flink.runtime.checkpoint.channel.InputChannelInfo
-
- InputChannelMetrics - org.apache.flink.runtime.io.network.metrics中的类
-
- InputChannelMetrics(MetricGroup...) - 类 的构造器org.apache.flink.runtime.io.network.metrics.InputChannelMetrics
-
- InputChannelStateHandle - org.apache.flink.runtime.state中的类
-
- InputChannelStateHandle(int, InputChannelInfo, StreamStateHandle, AbstractChannelStateHandle.StateContentMetaInfo) - 类 的构造器org.apache.flink.runtime.state.InputChannelStateHandle
-
- InputChannelStateHandle(InputChannelInfo, StreamStateHandle, List<Long>) - 类 的构造器org.apache.flink.runtime.state.InputChannelStateHandle
-
- InputChannelStateHandle(int, InputChannelInfo, StreamStateHandle, List<Long>, long) - 类 的构造器org.apache.flink.runtime.state.InputChannelStateHandle
-
- inputComparators - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The comparators for the central driver.
- inputGate - 类 中的变量org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
The input gate to read from.
- inputGate - 类 中的变量org.apache.flink.runtime.io.network.partition.consumer.InputChannel
-
- InputGate - org.apache.flink.runtime.io.network.partition.consumer中的类
-
An input gate consumes one or more partitions of a single produced intermediate result.
- InputGate() - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- InputGate.InputWithData<INPUT,DATA> - org.apache.flink.runtime.io.network.partition.consumer中的类
-
Simple pojo for INPUT, DATA and moreAvailable.
- InputGateDeploymentDescriptor - org.apache.flink.runtime.deployment中的类
-
Deployment descriptor for a single input gate instance.
- InputGateDeploymentDescriptor(IntermediateDataSetID, ResultPartitionType, int, ShuffleDescriptor[]) - 类 的构造器org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- InputGateDeploymentDescriptor(IntermediateDataSetID, ResultPartitionType, SubpartitionIndexRange, TaskDeploymentDescriptor.MaybeOffloaded<ShuffleDescriptor[]>) - 类 的构造器org.apache.flink.runtime.deployment.InputGateDeploymentDescriptor
-
- InputGateID - org.apache.flink.runtime.io.network.partition.consumer中的类
-
- InputGateID(IntermediateDataSetID, ExecutionAttemptID) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.InputGateID
-
- InputGateMetrics - org.apache.flink.runtime.io.network.metrics中的类
-
Collects metrics of an input gate.
- inputGates - 类 中的变量org.apache.flink.runtime.io.network.metrics.AbstractBuffersUsageGauge
-
- InputGateWithMetrics - 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) - 类 的构造器org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- inputIterators - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The inputs reader, wrapped in an iterator.
- InputOutputFormatContainer - org.apache.flink.runtime.jobgraph中的类
-
A container for InputFormats and OutputFormats, along
with their Configuration.
- InputOutputFormatContainer(ClassLoader) - 类 的构造器org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- InputOutputFormatContainer(TaskConfig, ClassLoader) - 类 的构造器org.apache.flink.runtime.jobgraph.InputOutputFormatContainer
-
- InputOutputFormatContainer.FormatUserCodeTable - org.apache.flink.runtime.jobgraph中的类
-
Container for multiple wrappers containing InputFormat and OutputFormat code.
- InputOutputFormatVertex - org.apache.flink.runtime.jobgraph中的类
-
A task vertex that runs an initialization and a finalization on the master.
- InputOutputFormatVertex(String) - 类 的构造器org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- InputOutputFormatVertex(String, JobVertexID, List<OperatorIDPair>) - 类 的构造器org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- inputReaders - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The input readers of this task.
- inputs - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The inputs to the operator.
- inputSerializers - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The serializers for the input data type.
- InputsLocationsRetriever - org.apache.flink.runtime.scheduler中的接口
-
Component to retrieve the inputs locations of a
Execution.
- inputsLocationsRetriever - 类 中的变量org.apache.flink.runtime.scheduler.SchedulerBase
-
- InputSplitProvider - 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 - org.apache.flink.runtime.jobgraph.tasks中的异常错误
-
- InputSplitProviderException(String) - 异常错误 的构造器org.apache.flink.runtime.jobgraph.tasks.InputSplitProviderException
-
- InputSplitProviderException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.jobgraph.tasks.InputSplitProviderException
-
- InputSplitProviderException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.jobgraph.tasks.InputSplitProviderException
-
- InputViewIterator<E> - org.apache.flink.runtime.io.disk中的类
-
- InputViewIterator(DataInputView, TypeSerializer<E>) - 类 的构造器org.apache.flink.runtime.io.disk.InputViewIterator
-
- insert(T) - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- insert(T) - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- insert(T) - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Inserts the given record into the hash table.
- insertAfterNoMatch(T) - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.HashTableProber
-
This method can be called after getMatchFor returned null.
- insertIntoBuildBuffer(BT) - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
Inserts the given object into the current buffer.
- insertIntoProbeBuffer(PT) - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
Inserts the given record into the probe side buffers.
- insertIntoTable(BT, int) - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
- insertOrReplaceRecord(T) - 类 中的方法org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- insertOrReplaceRecord(T) - 类 中的方法org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Replaces record in hash table if record already present or append record if not.
- insertOrReplaceRecord(T) - 类 中的方法org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable
-
Searches the hash table for a record with the given key.
- install() - 类 中的方法org.apache.flink.runtime.security.modules.HadoopModule
-
- install() - 类 中的方法org.apache.flink.runtime.security.modules.JaasModule
-
- install() - 接口 中的方法org.apache.flink.runtime.security.modules.SecurityModule
-
Install the security module.
- install() - 类 中的方法org.apache.flink.runtime.security.modules.ZooKeeperModule
-
- install(SecurityConfiguration) - 类 中的静态方法org.apache.flink.runtime.security.SecurityUtils
-
Installs a process-wide security configuration.
- installAsShutdownHook(Logger) - 类 中的静态方法org.apache.flink.runtime.util.JvmShutdownSafeguard
-
Installs the safeguard shutdown hook.
- installAsShutdownHook(Logger, long) - 类 中的静态方法org.apache.flink.runtime.util.JvmShutdownSafeguard
-
Installs the safeguard shutdown hook.
- instance() - 类 中的静态方法org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.checkpoint.FinishedOperatorSubtaskState
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
The singleton instance of the serializer.
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
The singleton instance of the serializer.
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.checkpoint.RoundRobinOperatorStateRepartitioner
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.highavailability.DefaultClientHighAvailabilityServicesFactory
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.io.network.api.EndOfPartitionEvent
-
The singleton instance of this event.
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.io.network.api.EndOfSuperstepEvent
-
The singleton instance of this event.
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.io.network.buffer.BufferRecycler.DummyBufferRecycler
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.io.network.buffer.FreeingBufferRecycler
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.io.network.partition.consumer.EndOfChannelStateEvent
-
The singleton instance of this event.
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl.Factory
-
- instance() - 类 中的静态方法org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
-
Retrieve singleton instance.
- instance() - 类 中的静态方法org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
-
Retrieve singleton instance.
- instance() - 类 中的静态方法org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker
-
Retrieve the singleton instance.
- instance() - 类 中的静态方法org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrierBroker
-
- instance() - 类 中的静态方法org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
-
Retrieve the singleton instance.
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.iterative.event.TerminationEvent
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.resourcemanager.ArbitraryWorkerResourceSpecFactory
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.rest.messages.DashboardConfigurationHeaders
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteTriggerHeaders
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetListHeaders
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.rest.messages.job.metrics.JobVertexWatermarksHeaders
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.state.SnappyStreamCompressionDecorator
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.state.UncompressedStreamCompressionDecorator
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.state.VoidNamespace
-
The singleton instance
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- INSTANCE - 类 中的静态变量org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- InstanceID - org.apache.flink.runtime.instance中的类
-
Class for statistically unique instance IDs.
- InstanceID() - 类 的构造器org.apache.flink.runtime.instance.InstanceID
-
- InstanceID(byte[]) - 类 的构造器org.apache.flink.runtime.instance.InstanceID
-
- instantiateFlinkMemoryMetricGroup(MetricGroup, TaskSlotTable<?>, Supplier<Long>) - 类 中的静态方法org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateProcessMetricGroup(MetricRegistry, String, Optional<Time>) - 类 中的静态方法org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateStatusMetrics(MetricGroup) - 类 中的静态方法org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateSystemMetrics(MetricGroup, Time) - 类 中的静态方法org.apache.flink.runtime.metrics.util.SystemResourcesMetricsInitializer
-
- instantiateTaskManagerMetricGroup(MetricRegistry, String, ResourceID, Optional<Time>) - 类 中的静态方法org.apache.flink.runtime.metrics.util.MetricUtils
-
- instantiateUserCode(TaskConfig, ClassLoader, Class<? super T>) - 类 中的静态方法org.apache.flink.runtime.operators.BatchTask
-
Instantiates a user code class from is definition in the task configuration.
- IntArrayList - org.apache.flink.runtime.util中的类
-
Minimal implementation of an array-backed list of ints
- IntArrayList(int) - 类 的构造器org.apache.flink.runtime.util.IntArrayList
-
- IntegerResourceVersion - org.apache.flink.runtime.persistence中的类
-
- IntermediateDataSet - 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) - 类 的构造器org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- IntermediateDataSetID - org.apache.flink.runtime.jobgraph中的类
-
- IntermediateDataSetID() - 类 的构造器org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates an new random intermediate data set ID.
- IntermediateDataSetID(AbstractID) - 类 的构造器org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates a new intermediate data set ID with the bytes of the given ID.
- IntermediateDataSetID(UUID) - 类 的构造器org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates a new intermediate data set ID with the bytes of the given UUID.
- IntermediateResult - org.apache.flink.runtime.executiongraph中的类
-
- IntermediateResult(IntermediateDataSet, ExecutionJobVertex, int, ResultPartitionType) - 类 的构造器org.apache.flink.runtime.executiongraph.IntermediateResult
-
- IntermediateResultPartition - org.apache.flink.runtime.executiongraph中的类
-
- IntermediateResultPartition(IntermediateResult, ExecutionVertex, int, EdgeManager) - 类 的构造器org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- IntermediateResultPartitionID - org.apache.flink.runtime.jobgraph中的类
-
- IntermediateResultPartitionID() - 类 的构造器org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
Creates an new random intermediate result partition ID for testing.
- IntermediateResultPartitionID(IntermediateDataSetID, int) - 类 的构造器org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
- INTERNAL_CLUSTER_EXECUTION_MODE - 类 中的静态变量org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- InternalAggregatingState<K,N,IN,SV,OUT> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the AggregatingState in the internal state type hierarchy.
- InternalAppendingState<K,N,IN,SV,OUT> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the AppendingState in the internal state type hierarchy.
- InternalCacheMetricGroup - 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) - 类 的构造器org.apache.flink.runtime.metrics.groups.InternalCacheMetricGroup
-
Creates a subgroup with the specified subgroup name under the parent group.
- internalCleanup() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Clean up the meta data in the distributed system(e.g.
- internalCleanup() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- internalCleanupJobData(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Clean up the meta data in the distributed system(e.g.
- internalCleanupJobData(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- internalClose() - 类 中的方法org.apache.flink.runtime.highavailability.AbstractHaServices
-
Closes the components which is used for external operations(e.g.
- internalClose() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.AbstractZooKeeperHaServices
-
- internalClose() - 类 中的方法org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperMultipleComponentLeaderElectionHaServices
-
- internalDeregisterApplication(ApplicationStatus, String) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- internalDeregisterApplication(ApplicationStatus, String) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
The framework specific code to deregister the application.
- internalDeregisterApplication(ApplicationStatus, String) - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- InternalExecutionGraphAccessor - org.apache.flink.runtime.executiongraph中的接口
-
This interface encapsulates all methods needed by ExecutionJobVertex / ExecutionVertices /
Execution from the DefaultExecutionGraph.
- InternalFailuresListener - 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> - org.apache.flink.runtime.state.heap中的接口
-
This interface is the current context of a keyed state.
- InternalKeyContextImpl<K> - org.apache.flink.runtime.state.heap中的类
-
- InternalKeyContextImpl(KeyGroupRange, int) - 类 的构造器org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- InternalKvState<K,N,V> - 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> - org.apache.flink.runtime.state.internal中的接口
-
The state entry visitor which supports remove and update of the last returned entries.
- InternalListState<K,N,T> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the ListState in the internal state type hierarchy.
- InternalMapState<K,N,UK,UV> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the MapState in the internal state type hierarchy.
- InternalMergingState<K,N,IN,SV,OUT> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the MergingState in the internal state type hierarchy.
- internalNioBuffer(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- InternalOperatorIOMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
Metric group that contains shareable pre-defined IO-related metrics.
- InternalOperatorIOMetricGroup(InternalOperatorMetricGroup) - 类 的构造器org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
- InternalOperatorMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
Special MetricGroup representing an Operator.
- InternalPriorityQueue<T> - org.apache.flink.runtime.state中的接口
-
Interface for collection that gives in order access to elements w.r.t their priority.
- InternalReducingState<K,N,T> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the ReducingState in the internal state type hierarchy.
- InternalSinkWriterMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
Special MetricGroup representing an Operator.
- InternalSourceReaderMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
Special MetricGroup representing an Operator.
- InternalValueState<K,N,T> - org.apache.flink.runtime.state.internal中的接口
-
The peer to the ValueState in the internal state type hierarchy.
- INVALID_CHECKPOINT_ID - 接口 中的静态变量org.apache.flink.runtime.checkpoint.CheckpointStoreUtil
-
- invalidateClusterDataset(AbstractID) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- invalidateCurrentSchemaSerializerAccess() - 类 中的方法org.apache.flink.runtime.state.StateSerializerProvider
-
Invalidates access to the current schema serializer.
- invert() - 类 中的方法org.apache.flink.runtime.checkpoint.RescaleMappings
-
- inView - 类 中的变量org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- inView - 类 中的变量org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- invoke() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- invoke() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- invoke() - 接口 中的方法org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
Starts the execution.
- invoke() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
The main work method.
- invoke() - 类 中的方法org.apache.flink.runtime.operators.DataSinkTask
-
- invoke() - 类 中的方法org.apache.flink.runtime.operators.DataSourceTask
-
- invokeRegistration(G, F, long) - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistration
-
- IO_CURRENT_INPUT_1_WATERMARK - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
已过时。
- IO_CURRENT_INPUT_2_WATERMARK - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
已过时。
- IO_CURRENT_INPUT_WATERMARK - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_CURRENT_INPUT_WATERMARK_PATERN - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_CURRENT_OUTPUT_WATERMARK - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BUFFERS_IN - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BUFFERS_OUT - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BUFFERS_OUT_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_IN - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_IN_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_OUT - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_BYTES_OUT_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_IN - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_IN_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_OUT - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- IO_NUM_RECORDS_OUT_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- ioExecutor - 类 中的变量org.apache.flink.runtime.highavailability.AbstractHaServices
-
The executor to run external IO operations on.
- ioExecutor - 类 中的变量org.apache.flink.runtime.resourcemanager.ResourceManager
-
- IOManager - org.apache.flink.runtime.io.disk.iomanager中的类
-
The facade for the provided I/O manager services.
- IOManager(String[]) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Constructs a new IOManager.
- ioManager - 类 中的变量org.apache.flink.runtime.operators.hash.MutableHashTable
-
The I/O manager used to instantiate writers for the spilled partitions.
- IOManagerAsync - org.apache.flink.runtime.io.disk.iomanager中的类
-
A version of the
IOManager that uses asynchronous I/O.
- IOManagerAsync() - 类 的构造器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) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manager, writing file to the given directory.
- IOManagerAsync(String[]) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manager, writing file round robin across the given
directories.
- IOMetrics - 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, Map<IntermediateResultPartitionID, Counter>, Gauge<Long>, Gauge<Long>, Gauge<Double>) - 类 的构造器org.apache.flink.runtime.executiongraph.IOMetrics
-
- IOMetrics(long, long, long, long, long, long, long) - 类 的构造器org.apache.flink.runtime.executiongraph.IOMetrics
-
- IOMetricsInfo - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
IO metrics information.
- IOMetricsInfo(long, boolean, long, boolean, long, boolean, long, boolean, long, long, double) - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- IpOnlyHostNameSupplier(InetAddress) - 类 的构造器org.apache.flink.runtime.taskmanager.TaskManagerLocation.IpOnlyHostNameSupplier
-
- IS_BACK_PRESSURED - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- isAborted() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics
-
- isAcknowledgedBy(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- isActive(JobID, AllocationID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isAlive() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
True if the slot is alive and has not been released.
- isAlive() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- isAllocated(JobID, AllocationID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isAllocated(int, JobID, AllocationID) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isAllToAllDistribution() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- isAmbiguous(int, int) - 类 中的方法org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor
-
- isAmbiguous() - 枚举 中的方法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) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- isApproximateLocalRecoveryEnabled() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- isApproximatelyAvailable() - 接口 中的方法org.apache.flink.runtime.io.AvailabilityProvider
-
- isAvailable(IntermediateResultPartitionID) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraphResultPartitionAvailabilityChecker
-
- isAvailable(IntermediateResultPartitionID) - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.ResultPartitionAvailabilityChecker
-
Returns whether the given partition is available.
- isAvailable() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- isAvailable() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- isAvailable() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- isAvailable() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView.AvailabilityWithBacklog
-
- isBackPressured() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- isBasicType() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- isBatchShuffleCompressionEnabled() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isBlockedNode(String) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistTracker
-
Returns whether the given node is blocked.
- isBlockedNode(String) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- isBlockedTaskManager(ResourceID) - 接口 中的方法org.apache.flink.runtime.blocklist.BlockedTaskManagerChecker
-
Returns whether the given task manager is located on a blocked node.
- isBlockedTaskManager(ResourceID) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistHandler
-
Returns whether the given task manager is blocked (located on blocked nodes).
- isBlockedTaskManager(ResourceID) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- isBlockedTaskManager(ResourceID) - 类 中的方法org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- isBlockingOrBlockingPersistentResultPartition() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isBlockingUpstream() - 枚举 中的方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isBlocklistEnabled(Configuration) - 类 中的静态方法org.apache.flink.runtime.blocklist.BlocklistUtils
-
- isBounded() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
Whether this partition uses a limited number of (network) buffers or not.
- isBroadcast() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- isBroadcast() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ChannelSelector
-
Returns whether the channel selector always selects all the output channels.
- isBroadcast() - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- isBroadcast() - 类 中的方法org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- isBroadcast() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets whether the edge is broadcast edge.
- isBroadcast() - 类 中的方法org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- isBroadcast() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.BlockingResultInfo
-
- isBroadcast() - 类 中的方法org.apache.flink.runtime.shuffle.PartitionDescriptor
-
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.FileSegment
-
- isBuffer() - 枚举 中的方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns whether this buffer represents a buffer or an event.
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- isBufferConsumed() - 枚举 中的方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
- isBytesReadComplete() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isBytesWrittenComplete() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isCanceled() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- isCanceled() - 类 中的方法org.apache.flink.runtime.registration.RetryingRegistration
-
Checks if the registration was canceled.
- isCanceledOrFailed() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
Checks whether the task has failed, is canceled, or is being canceled at the moment.
- isCancelJob() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- isCancelled() - 类 中的方法org.apache.flink.runtime.state.DoneFuture
-
- isChangelogStateBackend(StateBackend) - 类 中的静态方法org.apache.flink.runtime.state.StateBackendLoader
-
- isChangelogStateBackendEnabled() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns whether the state changelog is enabled for this ExecutionGraph.
- isChangelogStateBackendEnabled() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- isChangelogStateBackendEnabled() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- isChangelogStateBackendEnabled() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.JobCheckpointingSettings
-
- isCheckpoint() - 类 中的方法org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- isCheckpointingEnabled(JobGraph) - 类 中的静态方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraphBuilder
-
- isCheckpointingEnabled() - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Checks if the checkpointing was enabled for this job graph.
- isClosed() - 类 中的方法org.apache.flink.runtime.blob.BlobClient
-
- isClosed() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- isClosed() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
- isClosed() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- isClosed() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Checks whether the channel has been closed.
- isClosed() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
Checks whether this request queue is closed.
- isClosed() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- isClosed() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- isClosed() - 类 中的方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
- isClosed() - 类 中的方法org.apache.flink.runtime.operators.sort.ExternalSorter
-
- isClosed() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- isClosed() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- isClosed() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- isClosed() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
Checks whether the stream is closed.
- isClosed() - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- isClosed() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isCompacted() - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- isCompatibleWith(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.contexts.HadoopSecurityContextFactory
-
- isCompatibleWith(SecurityConfiguration) - 类 中的方法org.apache.flink.runtime.security.contexts.NoOpSecurityContextFactory
-
- isCompatibleWith(SecurityConfiguration) - 接口 中的方法org.apache.flink.runtime.security.contexts.SecurityContextFactory
-
Check if this factory is compatible with the security configuration.
- isComplete() - 类 中的方法org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetEntry
-
- isComplete() - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- isCompleted() - 枚举 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns whether the checkpoint has completed successfully.
- isCompleted() - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskStateStats
-
- isCompressed() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
- isCompressed() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferHeader
-
- isCompressed() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- isCompressed() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- isCompressed() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isCompressed() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isConcurrentExecutionAttemptsSupported() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.blob.BlobClient
-
- isConnected() - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- isConnected() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- isConnected() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Returns true if the job is connected to a JobManager.
- isConnectionReuseEnabled() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isConsumable() - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- isConsumed() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- isConverged(int, LongValue) - 类 中的方法org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
-
- isDataAvailable() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
Returns true if there is new data available for reading.
- isDataAvailable() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- isDefaultReference() - 类 中的方法org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
Returns true, if this object is the default reference.
- isDefaultVersion() - 接口 中的方法org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Returns whether this version is the default REST API version.
- isDefaultVersion() - 枚举 中的方法org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns whether this version is the default REST API version.
- isDestroyed() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- isDestroyed() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Checks whether this buffer pool has been destroyed.
- isDestroyed() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns whether the buffer provider has been destroyed.
- isDestroyed() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- isDeterministic() - 类 中的方法org.apache.flink.runtime.entrypoint.DeterminismEnvelope
-
- isDirect() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isDiscarded() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
Returns whether the checkpoint has been discarded.
- isDiscarded() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.CompletedCheckpointStatistics
-
- isDiscarded - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- isDisposed() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- isDone() - 类 中的方法org.apache.flink.runtime.state.DoneFuture
-
- isDynamic() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- isDynamic() - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns true if there are no elements.
- isEmpty() - 类 中的方法org.apache.flink.runtime.jobmaster.SerializedInputSplit
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.leaderelection.LeaderInformation
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Checks whether the buffer is empty.
- isEmpty() - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Checks whether the buffer is empty.
- isEmpty() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Checks whether the buffer is empty.
- isEmpty() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.state.ChainedStateHandle
-
Check if there are any states handles present.
- isEmpty() - 类 中的方法org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- isEmpty() - 接口 中的方法org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- isEmpty() - 接口 中的方法org.apache.flink.runtime.state.InternalPriorityQueue
-
Check if the set contains any elements.
- isEmpty() - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobTable
-
- isEmpty() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobTable
-
Returns true if the job table does not contain any jobs.
- isEmpty() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.util.IntArrayList
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.util.LongArrayList
-
- isEmpty() - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Checks whether the resource counter is empty.
- isEnableCheckpointsAfterTasksFinish() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isEnabled() - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- isEnabled() - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloatConfiguration
-
- isEnableFineGrainedResourceManagement() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- isEndOfSuperstep() - 类 中的方法org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- isEvent() - 枚举 中的方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- isEvent() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- isEventAvailable() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition.BufferAndBacklog
-
- isExactlyOnce() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isExactlyOnceMode() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- isExisting() - 类 中的方法org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- isExisting() - 接口 中的方法org.apache.flink.runtime.persistence.ResourceVersion
-
Check whether the state handle is existing.
- isExisting() - 类 中的方法org.apache.flink.runtime.persistence.StringResourceVersion
-
- isFailed() - 枚举 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns whether the checkpoint has failed.
- isFinished() - 类 中的方法org.apache.flink.runtime.checkpoint.FinishedOperatorSubtaskState
-
- isFinished() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- isFinished() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- isFinished() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- isFinished() - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
Returns whether the reader has consumed the input.
- isFinished() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- isFinished() - 接口 中的方法org.apache.flink.runtime.io.network.partition.DataBuffer
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- isFinished() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- isFinished() - 接口 中的方法org.apache.flink.runtime.io.PullingAsyncDataInput
-
- isFinished() - 类 中的方法org.apache.flink.runtime.rest.handler.async.OperationResult
-
- isFinished() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- isForward() - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Gets whether the edge is forward edge.
- isFull() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferBuilder
-
- isFullRecord() - 枚举 中的方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
- isFullyAcknowledged() - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- isFullyFinished() - 类 中的方法org.apache.flink.runtime.checkpoint.FullyFinishedOperatorState
-
- isFullyFinished() - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- isGlobal() - 类 中的方法org.apache.flink.runtime.scheduler.exceptionhistory.ExceptionHistoryEntry
-
- isGlobalFailure() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.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() - 异常错误 中的方法org.apache.flink.runtime.client.DuplicateJobSubmissionException
-
Checks whether the duplicate job has already been finished.
- isHadoopCommonOnClasspath(ClassLoader) - 类 中的静态方法org.apache.flink.runtime.hadoop.HadoopDependency
-
- isHighAvailabilityModeActivated(Configuration) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.HighAvailabilityMode
-
Returns true if the defined recovery mode supports high availability.
- isHistoryServer() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isIdentity() - 类 中的方法org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor
-
- isIdentity() - 类 中的方法org.apache.flink.runtime.checkpoint.RescaleMappings
-
- isIdle() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerRegistration
-
- isIdle() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerInfo
-
Check whether this task manager is idle.
- isIdle() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerRegistration
-
- isImmutableType() - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- isImmutableType() - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- isImmutableType() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- isInitializationFailure() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
- isInitialized() - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- isInitialized() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isInitialized() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Flag indicating if the JobManagerRunner has been initialized.
- isInitialized() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- isInitializedAndRunning() - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultJobMasterServiceProcess
-
- isInitializedAndRunning() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess
-
- isInitializedAndRunning() - 枚举 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
- isInMemory() - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
Checks whether this partition is in memory or spilled.
- isInProgress() - 枚举 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
Returns whether the checkpoint is in progress.
- isInputAsynchronouslyMaterialized(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- isInputCached(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- isInputResettable(int) - 类 中的方法org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- isInputResettable(int) - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- isInputResettable(int) - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- isInputResettable(int) - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- isInputResettable(int) - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- isInputResettable(int) - 接口 中的方法org.apache.flink.runtime.operators.ResettableDriver
-
- isInputVertex() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- isIterativeInputGate(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- isKeyGroupAlreadyFinished(int) - 类 中的方法org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns true if the key group is already completely written and immutable.
- isKeyGroupAlreadyStarted(int) - 类 中的方法org.apache.flink.runtime.state.KeyedStateCheckpointOutputStream
-
Returns true, if the key group with the given id was already started.
- isKeyType() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- isLeader() - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultMultipleComponentLeaderElectionService
-
- isLeader() - 接口 中的方法org.apache.flink.runtime.leaderelection.MultipleComponentLeaderElectionDriver.Listener
-
Callback that is called once the driver obtains the leadership.
- isLeader() - 类 中的方法org.apache.flink.runtime.leaderelection.ZooKeeperLeaderElectionDriver
-
已过时。
- isLeader() - 类 中的方法org.apache.flink.runtime.leaderelection.ZooKeeperMultipleComponentLeaderElectionDriver
-
- isLocalCommunicationOnly() - 类 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- isLocalRecoveryEnabled() - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryConfig
-
- isLocalTo(ResourceID) - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- isLoginPossible() - 类 中的方法org.apache.flink.runtime.security.token.KerberosLoginProvider
-
- isMandatory() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns whether this parameter must be resolved for the request.
- isMatching(ResourceProfile) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Check whether required resource profile can be matched.
- isMatchingRequirement(ResourceProfile) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerSlotInformation
-
Returns true if the required
ResourceProfile can be fulfilled by this slot.
- isMaterializing() - 枚举 中的方法org.apache.flink.runtime.operators.DamBehavior
-
Checks whether this enumeration represents some form of materialization, either with a full
dam or without.
- isMaterializing() - 枚举 中的方法org.apache.flink.runtime.operators.DriverStrategy
-
- isMeasuring() - 类 中的方法org.apache.flink.runtime.metrics.TimerGauge
-
- isModified(ExecutionVertexVersion) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- isNetworkDetailedMetrics() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isNetworkStrategy() - 枚举 中的方法org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
- isNewKeyGroup() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- isNewKeyGroup() - 接口 中的方法org.apache.flink.runtime.state.KeyValueStateIterator
-
Indicates if current key starts a new key-group, i.e. belong to a different key-group than
it's predecessor.
- isNewKeyValueState() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- isNewKeyValueState() - 接口 中的方法org.apache.flink.runtime.state.KeyValueStateIterator
-
Indicates if current key starts a new k/v-state, i.e. belong to a different k/v-state than
it's predecessor.
- isNullOrEmpty(ChainedStateHandle<?>) - 类 中的静态方法org.apache.flink.runtime.state.ChainedStateHandle
-
- isNumBytesInComplete() - 类 中的方法org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isNumBytesOutComplete() - 类 中的方法org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isNumRecordsInComplete() - 类 中的方法org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isNumRecordsOutComplete() - 类 中的方法org.apache.flink.runtime.rest.handler.util.MutableIOMetrics
-
- isObjectReuse() - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo.ExecutionConfigInfo
-
- isOriginalAttempt(int) - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
Returns whether the given attempt is the original execution attempt of the execution vertex,
i.e. it is created along with the creation of resetting of the execution vertex.
- isOutputVertex() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- isOwner(T) - 类 中的方法org.apache.flink.runtime.state.heap.StateMapSnapshot
-
Returns true iff the given state map is the owner of this snapshot object.
- isParallelismDecided() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isParallelismDecided() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroup
-
- isPartitionTracked(ResultPartitionID) - 类 中的方法org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- isPartitionTracked(ResultPartitionID) - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Returns whether the given partition is being tracked.
- isPeriodicCheckpointingConfigured() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Returns whether periodic checkpointing has been configured.
- isPeriodicCheckpointingStarted() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- isPersistent() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isPipelinedOrPipelinedBoundedResultPartition() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isPreFlight() - 枚举 中的方法org.apache.flink.runtime.checkpoint.CheckpointFailureReason
-
- isProducerReadyOrAbortConsumption(PartitionProducerStateProvider.ResponseHandle) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteChannelStateChecker
-
- isProxyUser(UserGroupInformation) - 类 中的静态方法org.apache.flink.runtime.hadoop.HadoopUserUtils
-
- isReadable() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFile
-
- isReconsumable() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isRecordsReadComplete() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isRecordsWrittenComplete() - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
- isRecycled() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns whether this buffer has been recycled or not.
- isRecycled() - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferConsumer
-
- isRecycled() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- isRecycled() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- isRecycled() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- isRecycled() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isRegionOfVertexFinished(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- isRegistered(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- isRegistered(JobID) - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- isRegistered(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- isRegisteredAsAvailable() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- isReleaseByScheduler() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isReleaseByUpstream() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- isReleased() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- isReleased() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- isReleased() - 接口 中的方法org.apache.flink.runtime.io.network.partition.DataBuffer
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Whether this partition is released.
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- isReleased() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- isReleased() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- isReleased() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
- isReleasing() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
- isRequirementEmpty(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultResourceTracker
-
- isRequirementEmpty(JobID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceTracker
-
- isResolved() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Returns whether this parameter has been resolved.
- isResolved() - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameters
-
Returns whether all mandatory parameters have been resolved.
- isRestored() - 类 中的方法org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState
-
Returns true if this was created for a restored operator, false otherwise.
- isRestored() - 接口 中的方法org.apache.flink.runtime.state.ManagedInitializationContext
-
Returns true, if state was restored from the snapshot of a previous execution.
- isRestored() - 类 中的方法org.apache.flink.runtime.state.StateInitializationContextImpl
-
- isRunning() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Checks if the mini cluster was started and is running.
- isSafeToReuseKVState() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointProperties
-
Returns whether the checkpoint properties describe a standard savepoint.
- isSavepoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointType
-
- isSavepoint() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- isSavepoint() - 接口 中的方法org.apache.flink.runtime.checkpoint.SnapshotType
-
- isSavepoint() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- isSavepoint() - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics
-
- isSerializerTypeVariableSized(TypeSerializer<?>) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- isShutdown() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
Tests whether the BLOB server has been requested to shut down.
- isShutdown() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- isShutDown() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.AbstractNonHaServices
-
- isShutdown() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
- isShutdown() - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Checks whether the MemoryManager has been shut down.
- isShutdown() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Returns whether this registry has been shutdown.
- isShutdown() - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- isShutDown - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Flag indicating whether the coordinator is still running.
- isSlotAvailableAndFree(AllocationID) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.IsSlotAvailableAndFreeFunction
-
Returns
true if a slot with the given
AllocationID is available and free.
- IsSlotAvailableAndFreeFunction - org.apache.flink.runtime.scheduler.adaptive.allocator中的接口
-
Functional interface for checking whether a slot is available and free.
- isSlotFree(int) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Check whether the task slot with the given index is free.
- isSlotFree(int) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isSnapshotCompleted() - 类 中的方法org.apache.flink.runtime.state.SnapshotDirectory
-
Returns true if the snapshot is marked as completed.
- isSolutionSetUnmanaged() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- isSolutionSetUpdate - 类 中的变量org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- isSpillStarted() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
- isSSLEnabled() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- isSSLEnabled(Configuration) - 枚举 中的静态方法org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
- isStableVersion() - 接口 中的方法org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
Returns whether this version is considered stable.
- isStableVersion() - 枚举 中的方法org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Returns whether this version is considered stable.
- isStarted() - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
Checks whether the service has been started.
- isState(State) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- isStateImmutableInStateBackend(CheckpointType) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
已过时。
- isStateNameAsVariable() - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig
-
- isStoppable() - 接口 中的方法org.apache.flink.runtime.executiongraph.AccessExecutionGraph
-
Returns whether the job for this execution graph is stoppable.
- isStoppable() - 类 中的方法org.apache.flink.runtime.executiongraph.ArchivedExecutionGraph
-
- isStoppable() - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- isStoppable() - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- isStoppable() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobDetailsInfo
-
- isSuccess() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunnerResult
-
- isSuccess() - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult
-
Returns true if the job finished successfully.
- isSynchronous() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointProperties
-
Returns whether the checkpoint properties describe a synchronous savepoint/checkpoint.
- isSynchronous() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- isTaskDeployedAsFinished() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns whether all the operators of the task are already finished on restoring.
- isTaskDeployedAsFinished() - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
Whether all the operators of the task are finished on restore.
- isTaskDeployedAsFinished() - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- isTaskFinished() - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
Returns whether all the operators of the task have called finished methods.
- isTerminal() - 枚举 中的方法org.apache.flink.runtime.execution.ExecutionState
-
- isTerminalMode() - 枚举 中的方法org.apache.flink.runtime.dispatcher.TriggerSavepointMode
-
Whether the operation will result in a globally terminal job status.
- isTimeoutable() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- isTrackingPartitionsFor(K) - 类 中的方法org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- isTrackingPartitionsFor(K) - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Returns whether any partition is being tracked for the given key.
- isTriggering() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- isTruncated() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfo
-
- isTruncated() - 类 中的方法org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.JobExceptionHistory
-
- isTtlStateSerializer(TypeSerializer<?>) - 类 中的静态方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- isTupleType() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-
- isUnalignedCheckpoint() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointOptions
-
- isUnalignedCheckpointsEnabled() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration
-
- isUnclaimed() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointProperties
-
- isUnknown() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleDescriptor
-
Returns whether the partition is known and registered with the
ShuffleMaster
implementation.
- isUnknown() - 类 中的方法org.apache.flink.runtime.shuffle.UnknownShuffleDescriptor
-
- isUnrecoverableError(Throwable) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.ExecutionFailureHandler
-
- isUsingAsynchronousSnapshots() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
Gets whether the key/value data structures are asynchronously snapshotted, which is always
true for this state backend.
- isUsingAsynchronousSnapshots() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
Gets whether the key/value data structures are asynchronously snapshotted, which is always
true for this state backend.
- isUsingKeyGroupCompression() - 类 中的方法org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- isUsingNonBlockingInput() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- isUsingNonBlockingInput() - 接口 中的方法org.apache.flink.runtime.jobgraph.tasks.TaskInvokable
-
- isValid() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- isValid() - 接口 中的方法org.apache.flink.runtime.state.KeyValueStateIterator
-
Check if the iterator is still valid.
- isValid(K, UUID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- isValid(K, UUID) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionHistory
-
- isValidTimeout(JobID, UUID) - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- isValidTimeout(JobID, UUID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Checks whether the given timeoutId for the given jobId is valid or not.
- isValidTimeout(AllocationID, UUID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Check whether the timeout with ticket is valid for the given allocation id.
- isValidTimeout(AllocationID, UUID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- isWaitResultConsumedBeforeRelease() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- isWebCancelEnabled() - 类 中的方法org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- isWebCancelEnabled() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isWebSubmitEnabled() - 类 中的方法org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- isWebSubmitEnabled() - 类 中的方法org.apache.flink.runtime.rest.messages.DashboardConfiguration.Features
-
- isWorksetIteration - 类 中的变量org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- isWorksetUpdate - 类 中的变量org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- isWritable() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isWritable(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- isZkSaslDisable() - 类 中的方法org.apache.flink.runtime.security.SecurityConfiguration
-
- isZooKeeperRecoveryMode(Configuration) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- IterableStateSnapshot<K,N,S> - org.apache.flink.runtime.state中的接口
-
- IterationAggregatorBroker - org.apache.flink.runtime.iterative.concurrent中的类
-
- IterationAggregatorBroker() - 类 的构造器org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
-
- IterationEventWithAggregators - org.apache.flink.runtime.iterative.event中的类
-
Base class for iteration
TaskEvent transmitting operator aggregators.
- IterationEventWithAggregators() - 类 的构造器org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationEventWithAggregators(String, Value) - 类 的构造器org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationEventWithAggregators(Map<String, Aggregator<?>>) - 类 的构造器org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationHeadTask<X,Y,S extends org.apache.flink.api.common.functions.Function,OT> - org.apache.flink.runtime.iterative.task中的类
-
The head is responsible for coordinating an iteration and can run a
Driver inside.
- IterationHeadTask(Environment) - 类 的构造器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> - org.apache.flink.runtime.iterative.task中的类
-
An intermediate iteration task, which runs a
Driver
inside.
- IterationIntermediateTask(Environment) - 类 的构造器org.apache.flink.runtime.iterative.task.IterationIntermediateTask
-
Create an Invokable task and set its environment.
- IterationSynchronizationSinkTask - org.apache.flink.runtime.iterative.task中的类
-
The task responsible for synchronizing all iteration heads, implemented as an output task.
- IterationSynchronizationSinkTask(Environment) - 类 的构造器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> - org.apache.flink.runtime.iterative.task中的类
-
An iteration tail, which runs a driver inside.
- IterationTailTask(Environment) - 类 的构造器org.apache.flink.runtime.iterative.task.IterationTailTask
-
Create an Invokable task and set its environment.
- iterativeBroadcastInputs - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The indices of the iterative broadcast inputs.
- iterativeInputs - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The indices of the iterative inputs.
- iterator() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- iterator() - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.ConsumerRegionGroupExecutionView
-
- iterator() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- iterator() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable
-
- iterator() - 类 中的方法org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
- iterator() - 类 中的方法org.apache.flink.runtime.operators.util.metrics.CountingIterable
-
- iterator() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- iterator() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- iterator() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Returns an iterator over the elements in this queue.
- iterator() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- iterator() - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- iterator() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- iterator() - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- iterator() - 接口 中的方法org.apache.flink.runtime.state.InternalPriorityQueue
-
Iterator over all elements, no order guaranteed.
- iterator(int) - 接口 中的方法org.apache.flink.runtime.state.KeyGroupPartitioner.PartitioningResult
-
- iterator() - 类 中的方法org.apache.flink.runtime.state.KeyGroupRange
-
- iterator() - 类 中的方法org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
- iterator() - 类 中的方法org.apache.flink.runtime.taskexecutor.SlotReport
-
- iterator() - 类 中的方法org.apache.flink.runtime.util.BoundedFIFOQueue
-
Returns the
BoundedFIFOQueue's
Iterator.
- iterator() - 类 中的方法org.apache.flink.runtime.util.EmptyIterator
-
- iterator() - 类 中的方法org.apache.flink.runtime.util.NonReusingKeyGroupedIterator.ValuesIterator
-
- iterator() - 类 中的方法org.apache.flink.runtime.util.NonReusingMutableToRegularIteratorWrapper
-
- iterator() - 类 中的方法org.apache.flink.runtime.util.ReusingKeyGroupedIterator.ValuesIterator
-
- iterator() - 类 中的方法org.apache.flink.runtime.util.ReusingMutableToRegularIteratorWrapper
-
- iterator() - 类 中的方法org.apache.flink.runtime.util.SingleElementIterator
-
- iterator1 - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- iterator2 - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- RandomAccessInputView - org.apache.flink.runtime.io.disk中的类
-
- RandomAccessInputView(ArrayList<MemorySegment>, int) - 类 的构造器org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- RandomAccessInputView(ArrayList<MemorySegment>, int, int) - 类 的构造器org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- RandomAccessOutputView - org.apache.flink.runtime.io.disk中的类
-
- RandomAccessOutputView(MemorySegment[], int) - 类 的构造器org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- RandomAccessOutputView(MemorySegment[], int, int) - 类 的构造器org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- randomEmit(T) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
This is used to send LatencyMarks to a random target channel.
- randomId() - 类 中的静态方法org.apache.flink.runtime.executiongraph.ExecutionAttemptID
-
- randomStateHandleId() - 类 中的静态方法org.apache.flink.runtime.state.StateHandleID
-
- RangeBoundaryBuilder<T> - org.apache.flink.runtime.operators.udf中的类
-
Build RangeBoundaries with input records.
- RangeBoundaryBuilder(TypeComparatorFactory<T>, int) - 类 的构造器org.apache.flink.runtime.operators.udf.RangeBoundaryBuilder
-
- RangeFraction - org.apache.flink.runtime.util.config.memory中的类
-
Range and fraction of a memory component, which is a capped fraction of another component.
- rate - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDump.MeterDump
-
- RawJsonDeserializer - org.apache.flink.runtime.rest.messages.json中的类
-
Json deserializer which deserializes raw json.
- RawJsonDeserializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.RawJsonDeserializer
-
- ReactiveScaleUpController - org.apache.flink.runtime.scheduler.adaptive.scalingpolicy中的类
-
Simple scaling policy for a reactive mode.
- ReactiveScaleUpController(Configuration) - 类 的构造器org.apache.flink.runtime.scheduler.adaptive.scalingpolicy.ReactiveScaleUpController
-
- read() - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileSegmentReader
-
- read() - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BufferFileSegmentReader
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.CancelCheckpointMarker
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.EndOfData
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.EndOfPartitionEvent
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.EndOfSuperstepEvent
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.EventAnnouncement
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.EndOfChannelStateEvent
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.iterative.event.TerminationEvent
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.iterative.event.WorkerDoneEvent
-
- read(byte[]) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- read(byte[], int, int) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.plugable.NonReusingDeserializationDelegate
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.plugable.SerializationDelegate
-
- read() - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- read(byte[]) - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- read(byte[], int, int) - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- read(StreamStateHandle, long) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader.StateChangeIterator
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- read(DataInputView) - 类 中的方法org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- read() - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- read(byte[]) - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- read(byte[], int, int) - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- readableBytes() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
- readableBytes() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- readableBytes() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- ReadableRegion(int, int, long) - 类 的构造器org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.ReadableRegion
-
- readAndSetBroadcastInput(int, String, DistributedRuntimeUDFContext, int) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- readBlock(MemorySegment) - 类 中的方法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) - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readBufferFromFileChannel(Buffer) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.BufferFileChannelReader
-
Reads data from the object's file channel into the given buffer.
- readBuffers(Queue<MemorySegment>, BufferRecycler) - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReader
-
Read data from disk.
- readBuffers(Queue<MemorySegment>, BufferRecycler) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
Read subpartition data into buffers.
- readByte() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readByteBufferFully(FileChannel, ByteBuffer, long) - 类 中的静态方法org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- readBytes(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- readChar() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readDouble() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readElement(DataInputView) - 接口 中的方法org.apache.flink.runtime.state.KeyGroupPartitioner.ElementReaderFunction
-
- reader - 类 中的变量org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- Reader<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.reader中的接口
-
A record-oriented reader for immutable record types.
- ReaderBase - org.apache.flink.runtime.io.network.api.reader中的接口
-
The basic API for every reader.
- readerForVersion(StateTable<K, N, S>, int) - 类 中的静态方法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> - 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>) - 类 的构造器org.apache.flink.runtime.operators.util.ReaderIterator
-
Creates a new iterator, wrapping the given reader.
- ReaderRegistrationEvent - org.apache.flink.runtime.source.event中的类
-
An
OperatorEvent that registers a
SourceReader to the SourceCoordinator.
- ReaderRegistrationEvent(int, String) - 类 的构造器org.apache.flink.runtime.source.event.ReaderRegistrationEvent
-
- readFile(JobID, PermanentBlobKey) - 类 中的方法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) - 接口 中的方法org.apache.flink.runtime.blob.PermanentBlobService
-
Returns the content of the file for the BLOB with the provided job ID the blob key.
- readFloat() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readFromByteChannel(FileChannel, ByteBuffer, MemorySegment, BufferRecycler) - 类 中的静态方法org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- readFully(byte[]) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readFully(byte[], int, int) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readInputData(InputGate[]) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
-
- readInputData(InputGate[]) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- readInt() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readIntLE(byte[], int) - 类 中的静态方法org.apache.flink.runtime.io.compression.CompressorUtils
-
- readInto(Buffer) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileReader
-
- readInto(Buffer) - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BufferFileReader
-
- readInto(Buffer) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.SynchronousBufferFileReader
-
- readInto(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- readKey(TypeSerializer<K>, DataInputDeserializer, boolean) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readKeyGroup(int, DataInputView) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readLeaderInformation(byte[]) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
- readLine() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readLong() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readMappingsInKeyGroup(DataInputView, int) - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotKeyGroupReader
-
Read the data for the specified key-group from the input.
- readNamespace(TypeSerializer<N>, DataInputDeserializer, boolean) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readOnlySlice() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
- readOnlySlice(int, int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Returns a read-only slice of this buffer.
- readOnlySlice() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- readOnlySlice(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- readOnlySlice() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- readOnlySlice(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- readOnlySlice() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- readOnlySlice(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- readOnlySlice() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- readOnlySlice(int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- ReadOnlySlicedNetworkBuffer - 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.
- readOutputData(ResultPartitionWriter[], boolean) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReader
-
- readOutputData(ResultPartitionWriter[], boolean) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- readPhase - 类 中的变量org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- readRecordAt(long, T) - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- readRecordAt(long) - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- readResolve() - 类 中的方法org.apache.flink.runtime.messages.Acknowledge
-
Read resolve to preserve the singleton object property.
- readResolve() - 类 中的方法org.apache.flink.runtime.state.CheckpointStorageLocationReference
-
readResolve() preserves the singleton property of the default value.
- readShort() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readStateMetaInfoSnapshot(DataInputView, ClassLoader) - 类 中的方法org.apache.flink.runtime.state.metainfo.LegacyStateMetaInfoReaders.OperatorBackendStateMetaInfoReaderV1
-
- readStateMetaInfoSnapshot(DataInputView, ClassLoader) - 接口 中的方法org.apache.flink.runtime.state.metainfo.StateMetaInfoReader
-
Reads a snapshot from the given input view.
- readUnsignedByte() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readUnsignedShort() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readUTF() - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- readVariableIntBytes(DataInputView, int) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- readWriteLock - 类 中的变量org.apache.flink.runtime.blob.AbstractBlobCache
-
Lock guarding concurrent file accesses.
- rebound(long) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- rebound(long) - 接口 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle
-
- rebound(long) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- rebound(long) - 接口 中的方法org.apache.flink.runtime.state.CheckpointBoundKeyedStateHandle
-
- rebound(long) - 类 中的方法org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle
-
- rebound(long) - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- recalculateBufferSize(long, int) - 类 中的方法org.apache.flink.runtime.throughput.BufferDebloater
-
- receiveAcknowledgeMessage(AcknowledgeCheckpoint, String) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Receives an AcknowledgeCheckpoint message and returns whether the message was associated with
a pending checkpoint.
- receiveDeclineMessage(DeclineCheckpoint, String) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- receiveHeartbeat(ResourceID, I) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManagerImpl
-
- receiveHeartbeat(ResourceID, I) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatSender
-
- receiveHeartbeat(ResourceID, I) - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatTarget
-
Sends a heartbeat response to the target.
- receiveHeartbeat(ResourceID, I) - 类 中的方法org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- recentPendingRequestIds - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
A list of recent request IDs to identify late messages vs. invalid ones.
- reconcileExecutionDeployments(ResourceID, ExecutionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState>) - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentReconciler
-
- reconcileExecutionDeployments(ResourceID, ExecutionDeploymentReport, Map<ExecutionAttemptID, ExecutionDeploymentState>) - 接口 中的方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentReconciler
-
Reconciles the deployment states between all reported/expected executions for the given task
executor.
- reconnect(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- reconnect(JobID) - 接口 中的方法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> - org.apache.flink.runtime.io.network.api.serialization中的接口
-
Interface for turning sequences of memory segments into records.
- RecordDeserializer.DeserializationResult - org.apache.flink.runtime.io.network.api.serialization中的枚举
-
Status of the deserialization result.
- recordEmitted(long) - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
Called when a new record was emitted with the given timestamp.
- recordModification(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- RecordReader<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.reader中的类
-
Record oriented reader for immutable types.
- RecordReader(InputGate, Class<T>, String[]) - 类 的构造器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.
- recordSize() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- recordSize() - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the size of each record, the number of bytes separating the head of successive records.
- recordSize() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- recordsPerSegment() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- recordsPerSegment() - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the number of elements in each memory segment.
- recordsPerSegment() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- recordSplitAssignment(SplitsAssignment<SplitT>) - 类 中的方法org.apache.flink.runtime.source.coordinator.SplitAssignmentTracker
-
Record a new split assignment.
- recordTaskFailure(Execution, Throwable) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- recordVertexModifications(Collection<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionVertexVersioner
-
- RecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.writer中的类
-
An abstract record-oriented runtime result writer.
- RecordWriterBuilder<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.writer中的类
-
Utility class to encapsulate the logic of building a
RecordWriter instance.
- RecordWriterBuilder() - 类 的构造器org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- RecordWriterDelegate<T extends org.apache.flink.core.io.IOReadableWritable> - 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 - org.apache.flink.runtime.state.filesystem中的类
-
- RecoverableStreamWrapper(RecoverableFsDataOutputStream) - 类 的构造器org.apache.flink.runtime.state.filesystem.RecoverableStreamWrapper
-
- recoverCheckpointStore(int, StoreType, SharedStateRegistryFactory, Executor, RestoreMode) - 接口 中的方法org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper
-
- RecoveredInputChannel - org.apache.flink.runtime.io.network.partition.consumer中的类
-
An input channel reads recovered state from previous unaligned checkpoint snapshots.
- recoverJobGraph(JobID) - 类 中的方法org.apache.flink.runtime.dispatcher.SingleJobJobGraphStore
-
- recoverJobGraph(JobID) - 类 中的方法org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- recoverJobGraph(JobID) - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphStore
-
Returns the
JobGraph with the given
JobID or
null if no job was
registered.
- recoverJobGraph(JobID) - 类 中的方法org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- RecreateOnResetOperatorCoordinator - org.apache.flink.runtime.operators.coordination中的类
-
- RecreateOnResetOperatorCoordinator.Provider - org.apache.flink.runtime.operators.coordination中的类
-
The provider for a private RecreateOnResetOperatorCoordinator.
- recursionLevel - 类 中的变量org.apache.flink.runtime.operators.hash.HashPartition
-
- recycle(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
Recycles the target buffer to this buffer pool.
- recycle(Collection<MemorySegment>) - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
Recycles a collection of buffers to this buffer pool.
- recycle(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.buffer.BufferRecycler.DummyBufferRecycler
-
- recycle(MemorySegment) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferRecycler
-
Recycles the
MemorySegment to its original
BufferPool instance.
- recycle(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FreeingBufferRecycler
-
Frees the given memory segment.
- recycle(MemorySegment) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- recycleBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Releases this buffer once, i.e. reduces the reference count and recycles the buffer if the
reference count reaches 0.
- recycleBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- recycleBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- recycleBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- recycleBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- recyclePooledMemorySegment(MemorySegment) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- recycleUnpooledMemorySegments(Collection<MemorySegment>) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- RedirectingSslHandler - org.apache.flink.runtime.net中的类
-
SSL handler which automatically redirects Non-SSL requests to SSL address.
- RedirectingSslHandler(String, CompletableFuture<String>, SSLHandlerFactory) - 类 的构造器org.apache.flink.runtime.net.RedirectingSslHandler
-
- reDistributeInputChannelStates(TaskStateAssignment) - 类 中的方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- reDistributePartitionableStates(Map<OperatorID, OperatorState>, int, Function<OperatorSubtaskState, StateObjectCollection<T>>, OperatorStateRepartitioner<T>, Map<OperatorInstanceID, List<T>>) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- reDistributeResultSubpartitionStates(TaskStateAssignment) - 类 中的方法org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- ReduceCombineDriver<T> - org.apache.flink.runtime.operators中的类
-
Combine operator for Reduce functions, standalone (not chained).
- ReduceCombineDriver() - 类 的构造器org.apache.flink.runtime.operators.ReduceCombineDriver
-
- ReduceDriver<T> - org.apache.flink.runtime.operators中的类
-
Reduce driver which is executed by a Task Manager.
- ReduceDriver() - 类 的构造器org.apache.flink.runtime.operators.ReduceDriver
-
- ReduceFacade(ReduceFunction<T>, Collector<T>, boolean) - 类 的构造器org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.ReduceFacade
-
- refCnt() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
The current reference counter.
- refCnt() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- refCnt() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- refresh() - 类 中的方法org.apache.flink.runtime.security.DynamicConfiguration
-
- RegionPartitionGroupReleaseStrategy - org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease中的类
-
Releases blocking intermediate result partitions that are incident to a
SchedulingPipelinedRegion, as soon as the region's execution vertices are finished.
- RegionPartitionGroupReleaseStrategy(SchedulingTopology) - 类 的构造器org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- RegionPartitionGroupReleaseStrategy.Factory - org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease中的类
-
- register(JobManagerRunner) - 类 中的方法org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- register(JobManagerRunner) - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- register(JobManagerRunner) - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- register(Metric, String, AbstractMetricGroup) - 接口 中的方法org.apache.flink.runtime.metrics.MetricRegistry
-
Registers a new Metric with this registry.
- register(Metric, String, AbstractMetricGroup) - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
- register(Metric, String, AbstractMetricGroup) - 类 中的方法org.apache.flink.runtime.metrics.NoOpMetricRegistry
-
- register(MetricOptions.JobStatusMetricsSettings, MetricGroup, StateTimeMetric, String) - 接口 中的静态方法org.apache.flink.runtime.scheduler.metrics.StateTimeMetric
-
- register(StreamStateHandle, long) - 接口 中的方法org.apache.flink.runtime.state.changelog.LocalChangelogRegistry
-
Called upon ChangelogKeyedStateBackend#notifyCheckpointComplete.
- register(StreamStateHandle, long) - 类 中的方法org.apache.flink.runtime.state.changelog.LocalChangelogRegistryImpl
-
- register(Logger) - 类 中的静态方法org.apache.flink.runtime.util.SignalHandler
-
Register some signal handlers.
- registerAll(Iterable<? extends CompositeStateHandle>, long) - 接口 中的方法org.apache.flink.runtime.state.SharedStateRegistry
-
Register given shared states in the registry.
- registerAll(Iterable<? extends CompositeStateHandle>, long) - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- registerAllAfterRestored(CompletedCheckpoint, RestoreMode) - 接口 中的方法org.apache.flink.runtime.state.SharedStateRegistry
-
Set the lowest checkpoint ID below which no state is discarded, inclusive.
- registerAllAfterRestored(CompletedCheckpoint, RestoreMode) - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- registerAllRequestsProcessedListener(NotificationListener) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileWriter
-
- registerAllRequestsProcessedListener(NotificationListener) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Registers a listener to be notified when all outstanding requests have been processed.
- registerAllRequestsProcessedListener(NotificationListener) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultOperatorCoordinatorHandler
-
- registerAndStartNewCoordinators(Collection<OperatorCoordinatorHolder>, ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.scheduler.OperatorCoordinatorHandler
-
Register and start new operator coordinators.
- registerBlocklistListener(BlocklistListener) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistHandler
-
Register a new blocklist listener.
- registerBlocklistListener(BlocklistListener) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistHandler
-
- registerBlocklistListener(BlocklistListener) - 类 中的方法org.apache.flink.runtime.blocklist.NoOpBlocklistHandler
-
- registerClassLoaderLease(JobID) - 类 中的方法org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- registerClassLoaderLease(JobID) - 接口 中的方法org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Registers a new class loader lease for the given jobId.
- registerConsumedPartitionGroup(ConsumedPartitionGroup) - 类 中的方法org.apache.flink.runtime.executiongraph.EdgeManager
-
- registerDebloatingTaskMetrics(SingleInputGate[], MetricGroup) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- RegisteredBroadcastStateBackendMetaInfo<K,V> - org.apache.flink.runtime.state中的类
-
- RegisteredBroadcastStateBackendMetaInfo(String, OperatorStateHandle.Mode, TypeSerializer<K>, TypeSerializer<V>) - 类 的构造器org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- RegisteredBroadcastStateBackendMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K, V>) - 类 的构造器org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- RegisteredBroadcastStateBackendMetaInfo(StateMetaInfoSnapshot) - 类 的构造器org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- RegisteredKeyValueStateBackendMetaInfo<N,S> - 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>) - 类 的构造器org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- RegisteredKeyValueStateBackendMetaInfo(StateDescriptor.Type, String, TypeSerializer<N>, TypeSerializer<S>, StateSnapshotTransformer.StateSnapshotTransformFactory<S>) - 类 的构造器org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- RegisteredKeyValueStateBackendMetaInfo(StateMetaInfoSnapshot) - 类 的构造器org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- RegisteredOperatorStateBackendMetaInfo<S> - org.apache.flink.runtime.state中的类
-
Compound meta information for a registered state in an operator state backend.
- RegisteredOperatorStateBackendMetaInfo(String, TypeSerializer<S>, OperatorStateHandle.Mode) - 类 的构造器org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- RegisteredOperatorStateBackendMetaInfo(StateMetaInfoSnapshot) - 类 的构造器org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- RegisteredPriorityQueueStateBackendMetaInfo<T> - org.apache.flink.runtime.state中的类
-
Meta information about a priority queue state in a backend.
- RegisteredPriorityQueueStateBackendMetaInfo(String, TypeSerializer<T>) - 类 的构造器org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- RegisteredPriorityQueueStateBackendMetaInfo(StateMetaInfoSnapshot) - 类 的构造器org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- registeredReaders() - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- registeredReadersOfAttempts() - 类 中的方法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> - 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) - 类 的构造器org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- RegisteredStateMetaInfoBase - org.apache.flink.runtime.state中的类
-
Base class for all registered state in state backends.
- RegisteredStateMetaInfoBase(String) - 类 的构造器org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
- registerEventHandler(OperatorID, OperatorEventHandler) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- registerExecution(Execution) - 接口 中的方法org.apache.flink.runtime.executiongraph.InternalExecutionGraphAccessor
-
- registerInputMetrics(boolean, MetricGroup, SingleInputGate[]) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerJob(JobID) - 接口 中的方法org.apache.flink.runtime.blob.JobPermanentBlobService
-
Register the given job.
- registerJob(JobID) - 类 中的方法org.apache.flink.runtime.blob.PermanentBlobCache
-
Registers use of job-related BLOBs.
- registerJob(JobShuffleContext) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- registerJobMaster(JobMasterId, ResourceID, String, JobID, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Register a
JobMaster at the resource manager.
- registerJobMetrics(MetricGroup, JobStatusProvider, Gauge<Long>, DeploymentStateTimeMetrics, Consumer<JobStatusListener>, long, MetricOptions.JobStatusMetricsSettings) - 类 中的静态方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- registerJobStatusListener(JobStatusListener) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- registerJobStatusListener(JobStatusListener) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- registerKeySelectionListener(KeyedStateBackend.KeySelectionListener<K>) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
- registerKvState(KeyGroupRange, KvStateID, InetSocketAddress) - 类 中的方法org.apache.flink.runtime.query.KvStateLocation
-
Registers a KvState instance for the given key group index.
- registerKvState(JobID, JobVertexID, KeyGroupRange, String, InternalKvState<?, ?, ?>, ClassLoader) - 类 中的方法org.apache.flink.runtime.query.KvStateRegistry
-
Registers the KvState instance and returns the assigned ID.
- registerKvState(KeyGroupRange, String, InternalKvState<?, ?, ?>, ClassLoader) - 类 中的方法org.apache.flink.runtime.query.TaskKvStateRegistry
-
Registers the KvState instance at the KvStateRegistry.
- registerLeaderElectionEventHandler(String, LeaderElectionEventHandler) - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultMultipleComponentLeaderElectionService
-
- registerLeaderElectionEventHandler(String, LeaderElectionEventHandler) - 接口 中的方法org.apache.flink.runtime.leaderelection.MultipleComponentLeaderElectionService
-
Registers a new leader election event handler under the given component id.
- registerLegacyNetworkMetrics(boolean, MetricGroup, ResultPartitionWriter[], InputGate[]) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerLegacyNetworkMetrics(MetricGroup, ResultPartitionWriter[], InputGate[]) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- registerListener(JobID, KvStateRegistryListener) - 类 中的方法org.apache.flink.runtime.query.KvStateRegistry
-
Registers a listener with the registry.
- registerMailboxSizeSupplier(TaskIOMetricGroup.SizeGauge.SizeSupplier<Integer>) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- registerMetrics() - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- registerMetrics() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- registerMetrics(MetricGroup) - 类 中的方法org.apache.flink.runtime.scheduler.metrics.DeploymentStateTimeMetrics
-
- registerMetrics(MetricGroup) - 类 中的方法org.apache.flink.runtime.scheduler.metrics.JobStatusMetrics
-
- registerMetrics(MetricGroup) - 接口 中的方法org.apache.flink.runtime.scheduler.metrics.MetricsRegistrar
-
- registerNewSerializerForRestoredState(TypeSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.StateSerializerProvider
-
For restored state, register a new serializer that potentially has a new serialization
schema.
- registerNewSlotsListener(DeclarativeSlotPool.NewSlotsListener) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Registers a listener which is called whenever new slots become available.
- registerNewSlotsListener(DeclarativeSlotPool.NewSlotsListener) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- registerNewSubpartition(int, HsSubpartitionViewInternalOperations) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
This method only called by result partition to create subpartitionFileReader.
- registerNumBytesProducedCounterForPartition(IntermediateResultPartitionID, Counter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- registerOngoingOperation(K, CompletableFuture<R>) - 类 中的方法org.apache.flink.runtime.rest.handler.async.CompletedOperationCache
-
Registers an ongoing operation with the cache.
- registerOutputMetrics(boolean, MetricGroup, ResultPartition[]) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerPartition(ResultPartitionID) - 类 中的方法org.apache.flink.runtime.io.network.TaskEventDispatcher
-
- registerPartitionWithProducer(JobID, PartitionDescriptor, ProducerDescriptor) - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleMaster
-
- registerPartitionWithProducer(JobID, PartitionDescriptor, ProducerDescriptor) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleMaster
-
Asynchronously register a partition and its producer with the shuffle service.
- registerProducedPartitions(TaskManagerLocation) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- registerQueueLengthMetrics(MetricGroup, SingleInputGate[]) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.InputGateMetrics
-
- registerQueueLengthMetrics(MetricGroup, ResultPartition[]) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.ResultPartitionMetrics
-
- registerReference(SharedStateRegistryKey, StreamStateHandle, long) - 接口 中的方法org.apache.flink.runtime.state.SharedStateRegistry
-
- registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean) - 接口 中的方法org.apache.flink.runtime.state.SharedStateRegistry
-
Register a reference to the given shared state in the registry.
- registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean) - 类 中的方法org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- registerRequester(Object) - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- registerResultPartition(ResultPartition) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- registerSchedulingTopologyListener(SchedulingTopologyListener) - 类 中的方法org.apache.flink.runtime.scheduler.adapter.DefaultExecutionTopology
-
- registerSchedulingTopologyListener(SchedulingTopologyListener) - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingTopology
-
Register a scheduling topology listener.
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.checkpoint.TaskState
-
已过时。
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendLocalHandle
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- registerSharedStates(SharedStateRegistry, long) - 接口 中的方法org.apache.flink.runtime.state.CompositeStateHandle
-
Register both newly created and already referenced shared states in the given
SharedStateRegistry.
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.DirectoryKeyedStateHandle
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- registerSharedStates(SharedStateRegistry, long) - 类 中的方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- registerSharedStatesAfterRestored(SharedStateRegistry, RestoreMode) - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
Register all shared states in the given registry.
- registerShuffleMetrics(MetricGroup, NetworkBufferPool) - 类 中的静态方法org.apache.flink.runtime.io.network.metrics.NettyShuffleMetricFactory
-
- registerSlots(Collection<? extends SlotOffer>, TaskManagerLocation, TaskManagerGateway, long) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.BlocklistDeclarativeSlotPool
-
- registerSlots(Collection<? extends SlotOffer>, TaskManagerLocation, TaskManagerGateway, long) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Registers the given set of slots at the slot pool.
- registerSlots(Collection<? extends SlotOffer>, TaskManagerLocation, TaskManagerGateway, long) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- registerSlotStatusUpdateListener(SlotStatusUpdateListener) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotTracker
-
- registerSubpartitionView(int, HsSubpartitionViewInternalOperations) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- registerTaskEventListener(EventListener<TaskEvent>, Class<? extends TaskEvent>) - 类 中的方法org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- registerTaskEventListener(EventListener<TaskEvent>, Class<? extends TaskEvent>) - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- registerTaskExecutor(TaskExecutorRegistration, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- registerTaskExecutor(TaskExecutorRegistration, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- registerTaskManager(JobID, TaskManagerRegistrationInformation, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- registerTaskManager(JobID, TaskManagerRegistrationInformation, Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Registers the task manager at the job manager.
- registerTaskManager(ResourceID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- registerTaskManager(ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- registerTaskManager(ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
- registerTaskManager(TaskExecutorConnection, SlotReport, ResourceProfile, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
Registers a new task manager at the slot manager.
- registerTaskManager(TaskExecutorConnection, SlotReport, ResourceProfile, ResourceProfile) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Registers a new task manager at the slot manager.
- registerTaskManager(TaskExecutorConnection, SlotReport, ResourceProfile, ResourceProfile) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Registers a new task manager at the slot manager.
- registerTimeout(K, long, TimeUnit) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- registerTimeout(K, long, TimeUnit) - 接口 中的方法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> - org.apache.flink.runtime.registration中的接口
-
Classes which want to be notified about the registration result by the
RegisteredRpcConnection have to implement this interface.
- RegistrationResponse - org.apache.flink.runtime.registration中的类
-
- RegistrationResponse() - 类 的构造器org.apache.flink.runtime.registration.RegistrationResponse
-
- RegistrationResponse.Failure - org.apache.flink.runtime.registration中的类
-
A registration failure.
- RegistrationResponse.Rejection - org.apache.flink.runtime.registration中的类
-
A rejected (declined) registration.
- RegistrationResponse.Success - org.apache.flink.runtime.registration中的类
-
Base class for a successful registration.
- RegistrationTimeoutException - org.apache.flink.runtime.taskexecutor.exceptions中的异常错误
-
Exception which indicates that the
TaskExecutor could not register at the master in time.
- RegistrationTimeoutException(String) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
-
- RegistrationTimeoutException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
-
- RegistrationTimeoutException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.RegistrationTimeoutException
-
- registry - 类 中的变量org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
The registry that this metrics group belongs to.
- RegularToMutableObjectIterator<T> - org.apache.flink.runtime.util中的类
-
- RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - 类 的构造器org.apache.flink.runtime.util.RegularToMutableObjectIterator
-
- Rejection() - 类 的构造器org.apache.flink.runtime.registration.RegistrationResponse.Rejection
-
- RelativeFileStateHandle - org.apache.flink.runtime.state.filesystem中的类
-
- RelativeFileStateHandle(Path, String, long) - 类 的构造器org.apache.flink.runtime.state.filesystem.RelativeFileStateHandle
-
- release(ResourceProfile) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- release() - 接口 中的方法org.apache.flink.runtime.execution.librarycache.LibraryCacheManager.ClassLoaderLease
-
Releases the lease to the user code class loader for the associated job.
- release(Throwable) - 接口 中的方法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() - 接口 中的方法org.apache.flink.runtime.io.network.partition.DataBuffer
-
Releases this
DataBuffer which releases all resources.
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.HashBasedDataBuffer
-
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
Mark buffer status to release.
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
Releases this file data manager and delete shuffle data after all readers is removed.
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataSpiller
-
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- release(Throwable) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- release() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- release(Throwable) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlot.Payload
-
Releases the payload.
- release(Throwable) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Tries to release the memory for the specified segment.
- release(Collection<MemorySegment>) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Tries to release many memory segments together.
- release(String) - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Releases the lock on the specific state handle so that it could be deleted by other
StateHandleStore.
- release() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- release(int) - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- release() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMapSnapshot
-
- release() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateTableSnapshot
-
- release() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueStateSnapshot
-
- release() - 类 中的方法org.apache.flink.runtime.state.heap.StateMapSnapshot
-
Release the snapshot.
- release() - 接口 中的方法org.apache.flink.runtime.state.SnapshotResources
-
Cleans up the resources after the asynchronous part is done.
- release() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshot
-
Release the snapshot.
- release(String) - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Releases the lock from the node under the given ZooKeeper path.
- releaseAll(Object) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Releases all memory segments for the given owner.
- releaseAll() - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Releases all the locks on corresponding state handle so that it could be deleted by other
StateHandleStore.
- releaseAll() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Releases all lock nodes of this ZooKeeperStateHandleStore.
- releaseAllMemory(Object) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Releases all reserved memory chunks from an owner to this memory manager.
- releaseAllReferencesFromTask(BatchTask<?, ?>) - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseAllResources() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- releaseAllResources() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- releaseAllResources() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- releaseAllResources() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- releaseAllResources() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- releaseAllResources() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- releaseAndTryRemove(String) - 接口 中的方法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) - 类 中的方法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.
- releaseAndTryRemoveAll() - 接口 中的方法org.apache.flink.runtime.persistence.StateHandleStore
-
Releases and removes all the states.
- releaseAndTryRemoveAll() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Releases all lock nodes of this ZooKeeperStateHandleStores and tries to remove all state
nodes which are not locked anymore.
- releaseBroadcastVariables(String, int, DistributedRuntimeUDFContext) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- releaseClusterPartitions(IntermediateDataSetID) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Releases all partitions associated with the given dataset.
- releaseClusterPartitions(IntermediateDataSetID) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl
-
- releaseClusterPartitions(ResourceID, Set<IntermediateDataSetID>) - 接口 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorClusterPartitionReleaser
-
- releaseClusterPartitions(IntermediateDataSetID) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- releaseClusterPartitions(Collection<IntermediateDataSetID>, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- releaseClusterPartitions(Collection<IntermediateDataSetID>, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Releases all cluster partitions belong to any of the given data sets.
- releaseClusterPartitions(Collection<IntermediateDataSetID>, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- releaseDataView() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsDataView
-
Release this
HsDataView when related subpartition view is releasing.
- releaseDataView() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionFileReaderImpl
-
- releaseDataView() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- releaseFreeSlotsOnTaskManager(ResourceID, Exception) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- releaseFreeSlotsOnTaskManager(ResourceID, Exception) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Releases all free slots belonging to the owning TaskExecutor if it has been registered.
- releaseIdleSlots(long) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- releaseInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- releaseInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- releaseInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Releases all produced data including both those stored in memory and persisted on disk.
- releaseInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- releaseJob(JobID) - 接口 中的方法org.apache.flink.runtime.blob.JobPermanentBlobService
-
Release the given job.
- releaseJob(JobID) - 类 中的方法org.apache.flink.runtime.blob.PermanentBlobCache
-
Unregisters use of job-related BLOBs and allow them to be released.
- releaseJob(JobID, ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.filecache.FileCache
-
- releaseLocalStateForAllocationId(AllocationID) - 类 中的方法org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
- releaseMemory(Object, long) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Releases a memory chunk of a certain size from an owner to this memory manager.
- releasePartition(ResultPartitionID, Throwable) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- releasePartitionExternally(ShuffleDescriptor) - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleMaster
-
- releasePartitionExternally(ShuffleDescriptor) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleMaster
-
Release any external resources occupied by the given partition.
- releasePartitions(JobID, Set<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Batch release intermediate result partitions.
- releasePartitions(JobID, Set<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- releasePartitions(JobID, Set<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- releasePartitions(JobID, Set<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Batch release intermediate result partitions.
- releasePartitions(JobID, Set<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- releasePartitionsLocally(Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- releasePartitionsLocally(Collection<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Release local resources occupied by the given partitions.
- releaseQuietly() - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFileWriter
-
Used to close and delete the failed
PartitionedFile when any exception occurs.
- releaseReference(String, int, BatchTask<?, ?>) - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseReference(BroadcastVariableKey, BatchTask<?, ?>) - 类 中的方法org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseResource(WorkerType) - 接口 中的方法org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Release resource to the external resource manager.
- releaseResource(InstanceID, Exception) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- releaseResource(InstanceID, Exception) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.ResourceActions
-
Releases the resource with the given instance id.
- releaseResourcesForJob(JobID) - 类 中的方法org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- releaseSlot() - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
- releaseSlot(Throwable) - 接口 中的方法org.apache.flink.runtime.jobmaster.LogicalSlot
-
Releases this slot.
- releaseSlot(SlotRequestId, Throwable) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotActions
-
- releaseSlot(AllocationID, Exception) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Releases the slot specified by allocationId if one exists.
- releaseSlot(SlotRequestId, Throwable) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- releaseSlot(AllocationID, Exception) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- releaseSlot(Throwable) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- releaseSlots(ResourceID, Exception) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Releases all slots belonging to the owning TaskExecutor if it has been registered.
- releaseSlots(ResourceID, Exception) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- releaseSnapshot(StateMapSnapshot<K, N, S, ? extends StateMap<K, N, S>>) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- releaseSnapshot(StateMapSnapshot<K, N, S, ? extends StateMap<K, N, S>>) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
- releaseSubpartitionBuffers(List<BufferIndexAndChannel>) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
Release this subpartition's buffers in a decision.
- releaseSubpartitionReader(HsSubpartitionFileReader) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- releaseTable() - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- releaseTaskManager(ResourceID, Exception) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- releaseTaskManager(ResourceID, Exception) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- releaseTaskManager(ResourceID, Exception) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
- remainingCapacity() - 类 中的方法org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Returns the remaining capacity of the backing array.
- RemoteChannelStateChecker - org.apache.flink.runtime.io.network.partition.consumer中的类
-
- RemoteChannelStateChecker(ResultPartitionID, String) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.RemoteChannelStateChecker
-
- RemoteInputChannel - org.apache.flink.runtime.io.network.partition.consumer中的类
-
An input channel, which requests a remote partition queue.
- RemoteInputChannel(SingleInputGate, int, ResultPartitionID, int, ConnectionID, ConnectionManager, int, int, int, Counter, Counter, ChannelStateWriter) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- RemoteRecoveredInputChannel - 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.
- RemoteTransportException - org.apache.flink.runtime.io.network.netty.exception中的异常错误
-
- RemoteTransportException(String, SocketAddress) - 异常错误 的构造器org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException
-
- RemoteTransportException(String, SocketAddress, Throwable) - 异常错误 的构造器org.apache.flink.runtime.io.network.netty.exception.RemoteTransportException
-
- remove(Object) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- remove(String) - 类 中的方法org.apache.flink.runtime.iterative.concurrent.Broker
-
Blocking retrieval and removal of the object to share.
- remove() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable.SimpleIterator
-
- remove() - 类 中的方法org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- remove() - 类 中的方法org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- remove() - 类 中的方法org.apache.flink.runtime.operators.util.metrics.CountingIterator
-
- remove(T) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- remove(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- remove(T) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- remove(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
Removes the mapping for the composite of active key and given namespace.
- remove(N) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
Removes the mapping for the composite of active key and given namespace.
- remove(K) - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- remove(StateEntry<K, N, V>) - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState.StateIncrementalVisitor
-
- remove(T) - 接口 中的方法org.apache.flink.runtime.state.InternalPriorityQueue
-
Removes the given element from the set, if is contained in the set.
- remove(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Remove the task identified by the given execution attempt id.
- remove() - 类 中的方法org.apache.flink.runtime.util.EmptyIterator
-
- remove() - 类 中的方法org.apache.flink.runtime.util.NonReusingKeyGroupedIterator.ValuesIterator
-
- remove() - 类 中的方法org.apache.flink.runtime.util.NonReusingMutableToRegularIteratorWrapper
-
- remove() - 类 中的方法org.apache.flink.runtime.util.ReusingKeyGroupedIterator.ValuesIterator
-
- remove() - 类 中的方法org.apache.flink.runtime.util.ReusingMutableToRegularIteratorWrapper
-
- remove() - 类 中的方法org.apache.flink.runtime.util.SingleElementIterator
-
- removeAll(Collection<?>) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- removeAndGetOld(K, N) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- removeAndGetOld(K, N) - 类 中的方法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) - 类 中的方法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.
- removeIf(Predicate<? super T>) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- removeInputChannel(RemoteInputChannel) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkClientHandler
-
- removeInternal(int) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
Implements how to remove the element at the given index from the queue.
- removeInternal(int) - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueue
-
- removeJob(JobID) - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- removeJob(JobID) - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Remove the given job from being monitored by the service.
- removeJob(JobID, Exception) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- removeJob(JobID) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- removeJob(JobID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Remove the given job from being monitored by the job leader service.
- removeJobMetricsGroup(JobID) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- removeKeyA(A) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- removeKeyB(B) - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- removeLast() - 类 中的方法org.apache.flink.runtime.util.IntArrayList
-
- removeLong(int) - 类 中的方法org.apache.flink.runtime.util.LongArrayList
-
- removeMetric(Metric) - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricQueryService
-
- removePathPattern(String) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
Removes the route specified by the path pattern.
- removePendingTaskManager(PendingTaskManagerId) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- RemoveRangeIndex<T> - org.apache.flink.runtime.operators.udf中的类
-
- RemoveRangeIndex() - 类 的构造器org.apache.flink.runtime.operators.udf.RemoveRangeIndex
-
- removeSlot(AllocationID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Removes the slot with the given allocationId from the slot pool.
- removeSlot(AllocationID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- removeSlots(ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Removes all slots belonging to the owning TaskExecutor identified by owner.
- removeSlots(ResourceID) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- removeSlots(Iterable<SlotID>) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotTracker
-
- removeTask(ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Remove the task with the given execution attempt id from its task slot.
- removeTask(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- removeTaskManager(InstanceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- removeTaskMetricGroup(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
-
- removeTimeoutNodes(long) - 接口 中的方法org.apache.flink.runtime.blocklist.BlocklistTracker
-
Remove timeout nodes.
- removeTimeoutNodes(long) - 类 中的方法org.apache.flink.runtime.blocklist.DefaultBlocklistTracker
-
- removeVertexFromGroup(JobVertexID) - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- reopen(Iterator<T>) - 类 中的方法org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- ReOpenableHashPartition<BT,PT> - org.apache.flink.runtime.operators.hash中的类
-
- ReOpenableMutableHashTable<BT,PT> - org.apache.flink.runtime.operators.hash中的类
-
- ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager, boolean) - 类 的构造器org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- reopenProbe(MutableObjectIterator<V2>) - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildFirstReOpenableHashJoinIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<V1>) - 类 中的方法org.apache.flink.runtime.operators.hash.NonReusingBuildSecondReOpenableHashJoinIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<PT>) - 类 中的方法org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- reopenProbe(MutableObjectIterator<V2>) - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildFirstReOpenableHashJoinIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<V1>) - 类 中的方法org.apache.flink.runtime.operators.hash.ReusingBuildSecondReOpenableHashJoinIterator
-
Set new input for probe side
- repartitionState(List<List<T>>, int, int) - 类 中的方法org.apache.flink.runtime.checkpoint.MappingBasedRepartitioner
-
- repartitionState(List<List<T>>, int, int) - 接口 中的方法org.apache.flink.runtime.checkpoint.OperatorStateRepartitioner
-
- repartitionState(List<List<OperatorStateHandle>>, int, int) - 类 中的方法org.apache.flink.runtime.checkpoint.RoundRobinOperatorStateRepartitioner
-
- replace(String, R, T) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
Replaces a state handle in ZooKeeper and discards the old state handle.
- replaceAllPendingAllocations(Map<PendingTaskManagerId, Map<JobID, ResourceCounter>>) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedTaskManagerTracker
-
- reportAllElementKeyGroups() - 类 中的方法org.apache.flink.runtime.state.KeyGroupPartitioner
-
This method iterates over the input data and reports the key-group for each element.
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinatorGateway
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- reportCheckpointMetrics(ExecutionAttemptID, long, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder
-
- reportCheckpointMetrics(JobID, ExecutionAttemptID, long, CheckpointMetrics) - 接口 中的方法org.apache.flink.runtime.taskmanager.CheckpointResponder
-
Report metrics for the given checkpoint.
- reportClusterPartitions(ResourceID, ClusterPartitionReport) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ClusterPartitionManager
-
Report the cluster partitions status in the task executor.
- reportClusterPartitions(ResourceID, ClusterPartitionReport) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ReportedWatermarkEvent - org.apache.flink.runtime.source.event中的类
-
- ReportedWatermarkEvent(long) - 类 的构造器org.apache.flink.runtime.source.event.ReportedWatermarkEvent
-
- ReporterScopedSettings - org.apache.flink.runtime.metrics.groups中的类
-
Encapsulates all settings that are defined per reporter.
- ReporterScopedSettings(int, char, MetricFilter, Set<String>, Map<String, String>) - 类 的构造器org.apache.flink.runtime.metrics.groups.ReporterScopedSettings
-
- ReporterSetup - org.apache.flink.runtime.metrics中的类
-
Encapsulates everything needed for the instantiation and configuration of a MetricReporter.
- ReporterSetup(String, MetricConfig, MetricReporter, MetricFilter, Map<String, String>) - 类 的构造器org.apache.flink.runtime.metrics.ReporterSetup
-
- reportFailedCheckpointsWithoutInProgress() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
Callback when a checkpoint failure without in progress checkpoint.
- reportHeartbeat() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Report heartbeat from the monitored target.
- reportHeartbeat() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- reportHeartbeatRpcFailure() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Reports that the heartbeat rpc could not be sent to the target.
- reportHeartbeatRpcFailure() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- reportHeartbeatRpcSuccess() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Reports that the heartbeat rpc could be sent to the target.
- reportHeartbeatRpcSuccess() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- reportIncompleteStats(long, ExecutionVertex, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointStatsTracker
-
- reportIncompleteTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics) - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
Report the stats for state snapshots for an aborted checkpoint.
- reportIncompleteTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- reportKeyGroupOfElementAtIndex(int, int) - 类 中的方法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) - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatListener
-
Callback which is called whenever a heartbeat with an associated payload is received.
- reportSlotStatus(InstanceID, SlotReport) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
Reports the current slot allocations for a task manager identified by the given instance id.
- reportSlotStatus(InstanceID, SlotReport) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DefaultSlotStatusSyncer
-
- reportSlotStatus(InstanceID, SlotReport) - 类 中的方法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) - 接口 中的方法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) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotStatusSyncer
-
Reconcile the slot status with the slot report.
- reportStats(long, ExecutionAttemptID, CheckpointMetrics) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- reportTaskFinishedOnRestore(ExecutionVertex) - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- reportTaskFinishedOnRestore(ExecutionVertex) - 接口 中的方法org.apache.flink.runtime.checkpoint.FinishedTaskStateProvider
-
Reports the task is finished on restoring.
- reportTaskHasFinishedOperators(ExecutionVertex) - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCheckpointPlan
-
- reportTaskHasFinishedOperators(ExecutionVertex) - 接口 中的方法org.apache.flink.runtime.checkpoint.FinishedTaskStateProvider
-
Reports the task has finished all the operators.
- reportTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics, TaskStateSnapshot, TaskStateSnapshot) - 接口 中的方法org.apache.flink.runtime.state.TaskStateManager
-
Report the state snapshots for the operator instances running in the owning task.
- reportTaskStateSnapshots(CheckpointMetaData, CheckpointMetrics, TaskStateSnapshot, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.state.TaskStateManagerImpl
-
- RequestBody - org.apache.flink.runtime.rest.messages中的接口
-
Marker interface for all requests of the REST API.
- requestBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns a
Buffer instance from the buffer provider, if one is available.
- requestBuffer() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Requests buffer from input channel directly for receiving network data.
- requestBufferBlocking() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- requestBufferBuilder() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilder(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilderBlocking() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilderBlocking(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
- requestBufferBuilderBlocking() - 接口 中的方法org.apache.flink.runtime.io.network.partition.CheckpointedResultSubpartition
-
- requestBufferBuilderBlocking() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- requestBufferFromPool() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- requestBufferFromPool() - 接口 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManagerOperation
-
Request buffer from buffer pool.
- requestBuffers() - 类 中的方法org.apache.flink.runtime.io.disk.BatchShuffleReadBufferPool
-
- requestClusterOverview(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestClusterOverview() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- requestClusterOverview(Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestClusterOverview(Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests the cluster status overview.
- RequestDoneCallback<T> - org.apache.flink.runtime.io.disk.iomanager中的接口
-
Callback to be executed on completion of an asynchronous I/O request.
- requestExecutionGraphInfo(JobID, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestExecutionGraphInfo(JobID, Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestExecutionGraphInfo(JobID, Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestFailed(T, IOException) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
-
- requestFailed(T, IOException) - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerCustomLogHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerLogFileHandler
-
- requestFileUpload(ResourceManagerGateway, Tuple2<ResourceID, String>) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.TaskManagerStdoutFileHandler
-
- requestFileUploadByName(String, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestFileUploadByName(String, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the file upload of the specified name to the cluster's
BlobServer.
- requestFileUploadByName(String, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestFileUploadByType(FileType, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestFileUploadByType(FileType, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the file upload of the specified type to the cluster's
BlobServer.
- requestFileUploadByType(FileType, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestHeartbeat(ResourceID, I) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManagerImpl
-
- requestHeartbeat(ResourceID, I) - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatReceiver
-
- requestHeartbeat(ResourceID, I) - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatTarget
-
Requests a heartbeat from the target.
- requestHeartbeat(ResourceID, I) - 类 中的方法org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- requestId - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
ID of the sampling request to this coordinator.
- requestIdCounter - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Sample ID counter.
- requestJob(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- requestJob(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
- requestJob(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- requestJob(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- requestJob(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- requestJob() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestJob() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestJob() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestJob(JobID, Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestJobDetails(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- requestJobDetails(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Request the details of the executed job.
- requestJobDetails(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- requestJobDetails(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Request the details of the executed job.
- requestJobDetails(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- RequestJobDetails - 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) - 类 的构造器org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- requestJobDetails() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestJobDetails() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestJobDetails() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestJobResult(JobID, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestJobResult(JobID, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- requestJobResult(JobID) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- requestJobResult(JobID, Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestJobResult(JobID, Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests the
JobResult of a job specified by the given jobId.
- RequestJobsOverview - org.apache.flink.runtime.messages.webmonitor中的类
-
This message requests an overview of how many jobs are in which status.
- requestJobStatus(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- requestJobStatus(JobID, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestJobStatus(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
Requests the current job status.
- requestJobStatus(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- requestJobStatus(Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Requests the current job status.
- requestJobStatus(Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- requestJobStatus() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestJobStatus() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestJobStatus() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestJobStatus(JobID, Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Request the JobStatus of the given job.
- RequestJobsWithIDsOverview - org.apache.flink.runtime.messages.webmonitor中的类
-
This message requests an overview of how many jobs are in which status.
- requestKvStateLocation(JobID, String) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- requestKvStateLocation(JobID, String) - 接口 中的方法org.apache.flink.runtime.jobmaster.KvStateLocationOracle
-
- requestKvStateLocation(JobID, String) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestKvStateLocation(JobID, String) - 类 中的方法org.apache.flink.runtime.scheduler.KvStateHandler
-
- requestKvStateLocation(JobID, String) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestKvStateLocation(JobID, String) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestLogList(Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestLogList(Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests for the historical log file names on the TaskManager.
- requestLogList(Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestMemorySegment() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns a MemorySegment instance from the buffer provider.
- requestMemorySegmentBlocking() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferProvider
-
Returns a MemorySegment instance from the buffer provider.
- requestMetricQueryServiceAddress(Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestMetricQueryServiceAddress(Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Returns the gateway of Metric Query Service on the TaskManager.
- requestMetricQueryServiceAddress(Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestMetricQueryServiceAddresses(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestMetricQueryServiceAddresses(Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestMetricQueryServiceAddresses(Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestMultipleJobDetails(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestMultipleJobDetails(Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestMultipleJobDetails(Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests job details currently being executed on the Flink cluster.
- requestNewAllocatedBatchSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- requestNewAllocatedBatchSlot(SlotRequestId, ResourceProfile) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Requests the allocation of a new batch slot from the resource manager.
- requestNewAllocatedBatchSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- requestNewAllocatedSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
- requestNewAllocatedSlot(SlotRequestId, ResourceProfile, Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Request the allocation of a new slot from the resource manager.
- requestNewAllocatedSlot(SlotRequestId, ResourceProfile, Collection<AllocationID>, Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Request the allocation of a new slot from the resource manager.
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestNextInputSplit(JobVertexID, ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestPartitionProducerState(IntermediateDataSetID, ResultPartitionID, Consumer<? super PartitionProducerStateProvider.ResponseHandle>) - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionProducerStateProvider
-
Trigger the producer execution state request.
- requestPartitionProducerState(JobID, IntermediateDataSetID, ResultPartitionID) - 接口 中的方法org.apache.flink.runtime.taskexecutor.PartitionProducerStateChecker
-
Requests the execution state of the execution producing a result partition.
- requestPartitionProducerState(JobID, IntermediateDataSetID, ResultPartitionID) - 类 中的方法org.apache.flink.runtime.taskexecutor.rpc.RpcPartitionStateChecker
-
- requestPartitionProducerState(IntermediateDataSetID, ResultPartitionID, Consumer<? super PartitionProducerStateProvider.ResponseHandle>) - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
- requestPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- requestPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- requestPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- requestPartitions() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Requests the current state of the partition.
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - 类 中的方法org.apache.flink.runtime.scheduler.ExecutionGraphHandler
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- requestPartitionState(IntermediateDataSetID, ResultPartitionID) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- requestPooledMemorySegment() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- requestPooledMemorySegmentsBlocking(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- requestQueue - 类 中的变量org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
- RequestQueue<E> - org.apache.flink.runtime.io.disk.iomanager中的类
-
- RequestQueue() - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
- requestResource(TaskExecutorProcessSpec) - 接口 中的方法org.apache.flink.runtime.resourcemanager.active.ResourceManagerDriver
-
Request resource from the external resource manager.
- requestResourceOverview(Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestResourceOverview(Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Requests the resource overview.
- requestSlot(SlotID, JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestSlot(SlotID, JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests a slot from the TaskManager.
- requestSlot(SlotID, JobID, AllocationID, ResourceProfile, String, ResourceManagerId, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- RequestSlotMatchingStrategy - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
Strategy to match slot requests to slots.
- RequestSlotMatchingStrategy.RequestSlotMatch - org.apache.flink.runtime.jobmaster.slotpool中的类
-
Result class representing matches.
- requestsNotReturned - 类 中的变量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 - org.apache.flink.runtime.source.event中的类
-
An event to request splits, sent typically from the Source Reader to the Source Enumerator.
- RequestSplitEvent() - 类 的构造器org.apache.flink.runtime.source.event.RequestSplitEvent
-
Creates a new RequestSplitEvent with no host information.
- RequestSplitEvent(String) - 类 的构造器org.apache.flink.runtime.source.event.RequestSplitEvent
-
Creates a new RequestSplitEvent with a hostname.
- RequestStatusOverview - 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, int, RemoteInputChannel, int) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
Requests a remote intermediate result partition queue.
- requestSubpartition() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- requestSubpartition() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
Requests a remote subpartition.
- requestSubpartition(ResultPartitionID, int, RemoteInputChannel, int) - 接口 中的方法org.apache.flink.runtime.io.network.PartitionRequestClient
-
Requests a remote sub partition.
- requestSubpartitionView(ResultPartitionProvider, ResultPartitionID, int) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
- requestSuccessful(T) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
-
- requestSuccessful(T) - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
-
- requestTaskExecutorThreadInfoGateway(ResourceID, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskExecutorThreadInfoGateway(ResourceID, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerDetailsInfo(ResourceID, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerDetailsInfo(ResourceID, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerFileUploadByName(ResourceID, String, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerFileUploadByName(ResourceID, String, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerFileUploadByType(ResourceID, FileType, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerFileUploadByType(ResourceID, FileType, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerInfo(Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerInfo(Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerLogList(ResourceID, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerLogList(ResourceID, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestTaskManagerMetricQueryServiceAddresses(Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
- requestTermination() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- requestTermination() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- requestTermination() - 接口 中的方法org.apache.flink.runtime.iterative.task.Terminable
-
- requestThreadDump(Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- requestThreadDump(ResourceID, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- requestThreadDump(ResourceID, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
- requestThreadDump(Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestThreadDump(Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
Requests the thread dump from this TaskManager.
- requestThreadDump(Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestThreadDump(Time) - 类 中的方法org.apache.flink.runtime.webmonitor.NonLeaderRetrievalRestfulGateway
-
- requestThreadDump(Time) - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
Requests the thread dump from the JobManager.
- requestThreadInfoSamples(Collection<ExecutionAttemptID>, ThreadInfoSamplesRequest, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- requestThreadInfoSamples(Collection<ExecutionAttemptID>, ThreadInfoSamplesRequest, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- requestThreadInfoSamples(Collection<ExecutionAttemptID>, ThreadInfoSamplesRequest, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorThreadInfoGateway
-
Request a thread info sample from the given tasks.
- requestTimeout - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Request time out of the triggered tasks stats request.
- requestUnpooledMemorySegments(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
- RequirementMatcher - org.apache.flink.runtime.slots中的接口
-
A matcher for resource profiles to requirements.
- requiresAnnouncement() - 枚举 中的方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
- requiresComparator() - 枚举 中的方法org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
- requiresComparator() - 枚举 中的方法org.apache.flink.runtime.operators.util.LocalStrategy
-
- requiresExternalizedCheckpoints() - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
This method returns whether the completed checkpoint store requires checkpoints to be
externalized.
- requiresExternalizedCheckpoints() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- requiresExternalizedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- requiresExternalizedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- requiresExternalizedCheckpoints() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- requiresLegacySynchronousTimerSnapshots(SnapshotType) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- RescaleMappings - org.apache.flink.runtime.checkpoint中的类
-
Contains the fine-grain channel mappings that occur when a connected operator has been rescaled.
- RescalingHandlers - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
Rest handler to trigger and poll the rescaling of a running job.
- RescalingHandlers(Duration) - 类 的构造器org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers
-
- RescalingHandlers.RescalingStatusHandler - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
Handler which reports the status of the rescaling operation.
- RescalingHandlers.RescalingTriggerHandler - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
Handler which triggers the rescaling of the specified job.
- rescalingParallelismQueryParameter - 类 中的变量org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerMessageParameters
-
- RescalingParallelismQueryParameter - org.apache.flink.runtime.rest.messages中的类
-
- RescalingParallelismQueryParameter() - 类 的构造器org.apache.flink.runtime.rest.messages.RescalingParallelismQueryParameter
-
- RescalingStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingStatusHandler
-
- RescalingStatusHeaders - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
Message headers for polling the status of an ongoing rescaling operation.
- RescalingStatusMessageParameters - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
- RescalingStatusMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.handler.job.rescaling.RescalingStatusMessageParameters
-
- RescalingTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.rescaling.RescalingHandlers.RescalingTriggerHandler
-
- RescalingTriggerHeaders - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
Message headers for triggering the rescaling of a job.
- RescalingTriggerMessageParameters - org.apache.flink.runtime.rest.handler.job.rescaling中的类
-
- RescalingTriggerMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.handler.job.rescaling.RescalingTriggerMessageParameters
-
- reserve(ResourceProfile) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- ReservedSlots - org.apache.flink.runtime.scheduler.adaptive.allocator中的类
-
- reserveFreeSlot(AllocationID) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.AllocatedSlotPool
-
Reserves the free slot specified by the given allocationId.
- reserveFreeSlot(AllocationID, ResourceProfile) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultAllocatedSlotPool
-
- reserveFreeSlot(AllocationID, ResourceProfile) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- reserveMemory(Object, long) - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Reserves a memory chunk of a certain size for an owner from this memory manager.
- reserveSegments(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Reserves the target number of segments to this pool.
- reserveSlot(AllocationID, ResourceProfile) - 接口 中的方法org.apache.flink.runtime.scheduler.adaptive.allocator.ReserveSlotFunction
-
Reserves the slot identified by the given allocation ID for the given resource profile.
- ReserveSlotFunction - org.apache.flink.runtime.scheduler.adaptive.allocator中的接口
-
A function for reserving slots.
- reset(Collection<MasterTriggerRestoreHook<?>>, Logger) - 类 中的静态方法org.apache.flink.runtime.checkpoint.hooks.MasterHooks
-
Resets the master hooks.
- reset() - 接口 中的方法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() - 类 中的方法org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- reset() - 接口 中的方法org.apache.flink.runtime.operators.ResettableDriver
-
- reset() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - 接口 中的方法org.apache.flink.runtime.operators.sort.InMemorySorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - 类 中的方法org.apache.flink.runtime.operators.util.BloomFilter
-
- reset() - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- reset(SequenceNumber, SequenceNumber, long) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Reset the state the given state changes.
- reset() - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- reset() - 接口 中的方法org.apache.flink.runtime.util.ResettableIterator
-
Resets the iterator.
- reset() - 接口 中的方法org.apache.flink.runtime.util.ResettableMutableObjectIterator
-
Resets the iterator.
- resetAllInputs() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- resetAvailable() - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
- resetEndOfSuperstep() - 类 中的方法org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- resetForNewExecution() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Archives the current Execution and creates a new Execution for this vertex.
- resetForNewExecution() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- resetForNewExecution(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- resetForNewExecution(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- resetForNewExecutions(Collection<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- resetOverflowBuckets() - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
resets overflow bucket counters and returns freed memory and should only be used for resizing
- resetRecordCounter() - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
sets record counter to zero and should only be used on compaction partition
- resetRWViews() - 类 中的方法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> - 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 - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The resettable inputs in the case where no temp barrier is needed.
- ResettableIterator<E> - 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> - 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[]) - 接口 中的方法org.apache.flink.runtime.checkpoint.OperatorCoordinatorCheckpointContext
-
Resets the coordinator to the checkpoint with the given state.
- resetToCheckpoint(long, byte[]) - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Resets the coordinator to the given checkpoint.
- resetToCheckpoint(long, byte[]) - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- resetToCheckpoint(long, byte[]) - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- resetToCheckpoint(long, byte[]) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- resetUnavailable() - 类 中的方法org.apache.flink.runtime.io.AvailabilityProvider.AvailabilityHelper
-
Judges to reset the current available state as unavailable.
- resizeForBulkLoad(int) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- resizeQueueArray(int, int) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- resolve(X) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Resolves this parameter for the given value.
- resolveCheckpoint(String) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorage
-
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
- resolveCheckpoint(String) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
- resolveCheckpoint(String) - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFileStateBackend
-
已过时。
- resolveCheckpoint(String) - 类 中的方法org.apache.flink.runtime.state.filesystem.AbstractFsCheckpointStorageAccess
-
- resolveCheckpoint(String) - 类 中的方法org.apache.flink.runtime.state.storage.FileSystemCheckpointStorage
-
- resolveCheckpoint(String) - 类 中的方法org.apache.flink.runtime.state.storage.JobManagerCheckpointStorage
-
- resolveCheckpointPointer(String) - 类 中的静态方法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) - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
Resolves a storage location reference into a CheckpointStreamFactory.
- resolveCheckpointStorageLocation(long, CheckpointStorageLocationReference) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- resolveCheckpointStorageLocation(long, CheckpointStorageLocationReference) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- resolveFromString(String) - 类 中的方法org.apache.flink.runtime.rest.messages.MessageParameter
-
Resolves this parameter for the given string value representation.
- resolveJobId(JobID) - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- resolveParametersAndCreate(R, M, Map<String, String>, Map<String, List<String>>, Collection<File>) - 类 中的静态方法org.apache.flink.runtime.rest.handler.HandlerRequest
-
- resolvePrioritizedAlternatives(StateObjectCollection<T>, List<StateObjectCollection<T>>, BiFunction<T, T, Boolean>) - 类 中的方法org.apache.flink.runtime.checkpoint.PrioritizedOperatorSubtaskState.Builder
-
This helper method resolves the dependencies between the ground truth of the operator
state obtained from the job manager and potential alternatives for recovery, e.g. from a
task-local source.
- resolveSchemaCompatibilityViaRedirectingToNewSnapshotClass(TypeSerializerConfigSnapshot<ArrayList<T>>) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
We need to implement this method as a TypeSerializerConfigSnapshot.SelfResolvingTypeSerializer because this serializer was
previously returning a shared CollectionSerializerConfigSnapshot as its snapshot.
- resolveSchemaCompatibilityViaRedirectingToNewSnapshotClass(TypeSerializerConfigSnapshot<TtlValue<T>>) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- resolveTerminationMode(TerminationModeQueryParameter.TerminationMode) - 类 中的方法org.apache.flink.runtime.rest.messages.JobCancellationMessageParameters
-
- resolveUrl(String, MessageParameters) - 类 中的静态方法org.apache.flink.runtime.rest.messages.MessageParameters
-
Resolves the given URL (e.g "jobs/:jobid") using the given path/query parameters.
- resource() - 类 中的方法org.apache.flink.runtime.rest.handler.async.AsynchronousOperationResult
-
- resource() - 类 中的方法org.apache.flink.runtime.rest.messages.job.JobExecutionResultResponseBody
-
- resource() - 接口 中的方法org.apache.flink.runtime.rest.messages.queue.AsynchronouslyCreatedResource
-
Returns the resource if it is available, null otherwise.
- RESOURCE_MANAGER_NAME - 类 中的静态变量org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ResourceActions - org.apache.flink.runtime.resourcemanager.slotmanager中的接口
-
Resource related actions which the
SlotManager can perform.
- ResourceAllocationResult - org.apache.flink.runtime.resourcemanager.slotmanager中的类
-
- ResourceAllocationResult.Builder - org.apache.flink.runtime.resourcemanager.slotmanager中的类
-
- ResourceAllocationStrategy - org.apache.flink.runtime.resourcemanager.slotmanager中的接口
-
Strategy for allocating slots and task managers to fulfill the unfulfilled requirements.
- ResourceBudgetManager - org.apache.flink.runtime.clusterframework.types中的类
-
- ResourceBudgetManager(ResourceProfile) - 类 的构造器org.apache.flink.runtime.clusterframework.types.ResourceBudgetManager
-
- ResourceCleaner - org.apache.flink.runtime.dispatcher.cleanup中的接口
-
ResourceCleaner executes instances on the given JobID.
- ResourceCleanerFactory - org.apache.flink.runtime.dispatcher.cleanup中的接口
-
ResourceCleanerFactory provides methods to create
ResourceCleaner for local and
global cleanup.
- ResourceCounter - org.apache.flink.runtime.util中的类
-
- ResourceEventHandler<WorkerType extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager.active中的接口
-
Callback interfaces for handling resource events from external resource managers.
- ResourceID - org.apache.flink.runtime.clusterframework.types中的类
-
Class for Resource Ids identifying Flink's distributed components.
- ResourceID(String) - 类 的构造器org.apache.flink.runtime.clusterframework.types.ResourceID
-
- ResourceID(String, String) - 类 的构造器org.apache.flink.runtime.clusterframework.types.ResourceID
-
- ResourceIDDeserializer - org.apache.flink.runtime.rest.messages.json中的类
-
- ResourceIDDeserializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.ResourceIDDeserializer
-
- ResourceIDRetrievable - org.apache.flink.runtime.clusterframework.types中的接口
-
An interface to retrieve the ResourceID of an object.
- ResourceIDSerializer - org.apache.flink.runtime.rest.messages.json中的类
-
- ResourceIDSerializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.ResourceIDSerializer
-
- ResourceManager<WorkerType extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager中的类
-
ResourceManager implementation.
- ResourceManager(RpcService, UUID, ResourceID, HeartbeatServices, DelegationTokenManager, SlotManager, ResourceManagerPartitionTrackerFactory, BlocklistHandler.Factory, JobLeaderIdService, ClusterInformation, FatalErrorHandler, ResourceManagerMetricGroup, Time, Executor) - 类 的构造器org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ResourceManagerAddress - org.apache.flink.runtime.jobmaster中的类
-
Current address and fencing token of the leading ResourceManager.
- ResourceManagerAddress(String, ResourceManagerId) - 类 的构造器org.apache.flink.runtime.jobmaster.ResourceManagerAddress
-
- ResourceManagerDriver<WorkerType extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager.active中的接口
-
A
ResourceManagerDriver is responsible for requesting and releasing resources from/to a
particular external resource manager.
- ResourceManagerException - org.apache.flink.runtime.resourcemanager.exceptions中的异常错误
-
- ResourceManagerException(String) - 异常错误 的构造器org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- ResourceManagerException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- ResourceManagerException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.resourcemanager.exceptions.ResourceManagerException
-
- ResourceManagerFactory<T extends ResourceIDRetrievable> - org.apache.flink.runtime.resourcemanager中的类
-
- ResourceManagerFactory() - 类 的构造器org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
- ResourceManagerGateway - org.apache.flink.runtime.resourcemanager中的接口
-
- ResourceManagerId - org.apache.flink.runtime.resourcemanager中的类
-
- ResourceManagerMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
- resourceManagerMetricGroup - 类 中的变量org.apache.flink.runtime.resourcemanager.ResourceManager
-
- ResourceManagerPartitionTracker - org.apache.flink.runtime.io.network.partition中的接口
-
Utility for tracking and releasing partitions on the ResourceManager.
- ResourceManagerPartitionTrackerFactory - org.apache.flink.runtime.io.network.partition中的接口
-
- ResourceManagerPartitionTrackerImpl - org.apache.flink.runtime.io.network.partition中的类
-
- ResourceManagerPartitionTrackerImpl(TaskExecutorClusterPartitionReleaser) - 类 的构造器org.apache.flink.runtime.io.network.partition.ResourceManagerPartitionTrackerImpl
-
- ResourceManagerProcessContext - 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) - 类 的构造器org.apache.flink.runtime.resourcemanager.ResourceManagerProcessContext
-
- ResourceManagerRuntimeServices - org.apache.flink.runtime.resourcemanager中的类
-
- ResourceManagerRuntimeServices(SlotManager, JobLeaderIdService) - 类 的构造器org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServices
-
- ResourceManagerRuntimeServicesConfiguration - org.apache.flink.runtime.resourcemanager中的类
-
- ResourceManagerRuntimeServicesConfiguration(Time, SlotManagerConfiguration, boolean) - 类 的构造器org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration
-
- ResourceManagerService - org.apache.flink.runtime.resourcemanager中的接口
-
- ResourceManagerServiceImpl - org.apache.flink.runtime.resourcemanager中的类
-
- ResourceManagerUtils - org.apache.flink.runtime.util中的类
-
Common utils for ResourceManager.
- ResourceManagerUtils() - 类 的构造器org.apache.flink.runtime.util.ResourceManagerUtils
-
- ResourceOverview - org.apache.flink.runtime.resourcemanager中的类
-
Class containing information about the available cluster resources.
- ResourceOverview(int, int, int, int, int, ResourceProfile, ResourceProfile) - 类 的构造器org.apache.flink.runtime.resourcemanager.ResourceOverview
-
- ResourceProfile - org.apache.flink.runtime.clusterframework.types中的类
-
Describe the immutable resource profile of the slot, either when requiring or offering it.
- ResourceProfile.Builder - org.apache.flink.runtime.clusterframework.types中的类
-
- ResourceProfileInfo - org.apache.flink.runtime.rest.messages中的类
-
- ResourceProfileInfo(double, int, int, int, int, Map<String, Double>) - 类 的构造器org.apache.flink.runtime.rest.messages.ResourceProfileInfo
-
- ResourceRequirement - org.apache.flink.runtime.slots中的类
-
Represents the number of required resources for a specific
ResourceProfile.
- ResourceRequirements - 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) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskExecutorResourceUtils
-
- ResourceTracker - org.apache.flink.runtime.resourcemanager.slotmanager中的接口
-
Tracks for each job how many resource are required/acquired.
- ResourceVersion<R> - org.apache.flink.runtime.persistence中的接口
-
Resource version for specific state handle on the underlying storage.
- respondAsLeader(ChannelHandlerContext, RoutedRequest, T) - 类 中的方法org.apache.flink.runtime.rest.handler.AbstractHandler
-
- respondAsLeader(ChannelHandlerContext, RoutedRequest, T) - 类 中的方法org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- respondAsLeader(ChannelHandlerContext, RoutedRequest, T) - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<R>, T) - 类 中的方法org.apache.flink.runtime.rest.handler.AbstractHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<R>, T) - 类 中的方法org.apache.flink.runtime.rest.handler.AbstractRestHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<EmptyRequestBody>, RestfulGateway) - 类 中的方法org.apache.flink.runtime.rest.handler.cluster.AbstractJobManagerFileHandler
-
- respondToRequest(ChannelHandlerContext, HttpRequest, HandlerRequest<EmptyRequestBody>, RestfulGateway) - 类 中的方法org.apache.flink.runtime.rest.handler.taskmanager.AbstractTaskManagerFileHandler
-
- ResponseBody - org.apache.flink.runtime.rest.messages中的接口
-
Marker interface for all responses of the REST API.
- responseHeaders - 类 中的变量org.apache.flink.runtime.rest.handler.LeaderRetrievalHandler
-
- responseHeaders - 类 中的变量org.apache.flink.runtime.rest.RestServerEndpoint
-
- REST_CONTENT_TYPE - 枚举 中的静态变量org.apache.flink.runtime.rest.util.RestConstants
-
- REST_PORT_OPTION - 类 中的静态变量org.apache.flink.runtime.entrypoint.parser.CommandLineOptions
-
- RestAPIVersion<T extends RestAPIVersion<T>> - org.apache.flink.runtime.rest.versioning中的接口
-
Interface for all versions of the REST API.
- restartable(Execution, Throwable, long, Set<ExecutionVertexID>, long, boolean) - 类 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.FailureHandlingResult
-
Creates a result of a set of tasks to restart to recover from the failure.
- RestartAllFailoverStrategy - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
A failover strategy that proposes to restart all vertices when a vertex fails.
- RestartAllFailoverStrategy(SchedulingTopology) - 类 的构造器org.apache.flink.runtime.executiongraph.failover.flip1.RestartAllFailoverStrategy
-
- RestartAllFailoverStrategy.Factory - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
- RestartBackoffTimeStrategy - org.apache.flink.runtime.executiongraph.failover.flip1中的接口
-
Strategy to decide whether to restart failed tasks and the delay to do the restarting.
- RestartBackoffTimeStrategy.Factory - org.apache.flink.runtime.executiongraph.failover.flip1中的接口
-
- RestartBackoffTimeStrategyFactoryLoader - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
- restartOrFail(FailureResult, T, StateWithExecutionGraph) - 类 中的静态方法org.apache.flink.runtime.scheduler.adaptive.FailureResultUtil
-
- RestartPipelinedRegionFailoverStrategy - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
A failover strategy that proposes to restart involved regions when a vertex fails.
- RestartPipelinedRegionFailoverStrategy(SchedulingTopology) - 类 的构造器org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy
-
Creates a new failover strategy to restart pipelined regions that works on the given
topology.
- RestartPipelinedRegionFailoverStrategy(SchedulingTopology, ResultPartitionAvailabilityChecker) - 类 的构造器org.apache.flink.runtime.executiongraph.failover.flip1.RestartPipelinedRegionFailoverStrategy
-
Creates a new failover strategy to restart pipelined regions that works on the given
topology.
- RestartPipelinedRegionFailoverStrategy.Factory - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
- restartTasks(Set<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy
-
- restartTasks(Set<ExecutionVertexID>) - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingStrategy
-
Called whenever vertices need to be restarted (due to task failure).
- restartTasks(Set<ExecutionVertexID>) - 类 中的方法org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
-
- RestClient - org.apache.flink.runtime.rest中的类
-
- RestClient(Configuration, Executor) - 类 的构造器org.apache.flink.runtime.rest.RestClient
-
- RestClientConfiguration - org.apache.flink.runtime.rest中的类
-
- RestClientException - 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) - 异常错误 的构造器org.apache.flink.runtime.rest.util.RestClientException
-
- RestClientException(String, Throwable, HttpResponseStatus) - 异常错误 的构造器org.apache.flink.runtime.rest.util.RestClientException
-
- restConfiguration - 类 中的变量org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- RestConstants - org.apache.flink.runtime.rest.util中的枚举
-
This class contains constants to be used by rest components.
- RestEndpointFactory<T extends RestfulGateway> - org.apache.flink.runtime.rest中的接口
-
- RestfulGateway - org.apache.flink.runtime.webmonitor中的接口
-
Gateway for restful endpoints.
- RestHandlerConfiguration - org.apache.flink.runtime.rest.handler中的类
-
Configuration object containing values for the rest handler configuration.
- RestHandlerConfiguration(long, int, Time, File, boolean, boolean) - 类 的构造器org.apache.flink.runtime.rest.handler.RestHandlerConfiguration
-
- RestHandlerException - 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) - 异常错误 的构造器org.apache.flink.runtime.rest.handler.RestHandlerException
-
- RestHandlerException(String, HttpResponseStatus, RestHandlerException.LoggingBehavior) - 异常错误 的构造器org.apache.flink.runtime.rest.handler.RestHandlerException
-
- RestHandlerException(String, HttpResponseStatus, Throwable) - 异常错误 的构造器org.apache.flink.runtime.rest.handler.RestHandlerException
-
- RestHandlerException.LoggingBehavior - org.apache.flink.runtime.rest.handler中的枚举
-
Enum to control logging behavior of RestHandlerExceptions.
- RestHandlerSpecification - org.apache.flink.runtime.rest.handler中的接口
-
Rest handler interface which all rest handler implementation have to implement.
- RestHandlerUrlComparator() - 类 的构造器org.apache.flink.runtime.rest.RestServerEndpoint.RestHandlerUrlComparator
-
- RestMapperUtils - org.apache.flink.runtime.rest.util中的类
-
This class contains utilities for mapping requests and responses to/from JSON.
- RestMapperUtils() - 类 的构造器org.apache.flink.runtime.rest.util.RestMapperUtils
-
- restore() - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
- restore() - 接口 中的方法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) - 类 中的静态方法org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl
-
- restore(List<Tuple2<StreamStateHandle, Long>>, KeyGroupRange, long, long, String, StateHandleID) - 类 中的静态方法org.apache.flink.runtime.state.changelog.ChangelogStateHandleStreamImpl
-
- restore(List<StateChange>, SequenceNumber, SequenceNumber, KeyGroupRange, StateHandleID) - 类 中的静态方法org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
- restore() - 类 中的方法org.apache.flink.runtime.state.heap.HeapRestoreOperation
-
- restore() - 类 中的方法org.apache.flink.runtime.state.heap.HeapSavepointRestoreOperation
-
- restore(UUID, KeyGroupRange, long, Map<StateHandleID, StreamStateHandle>, Map<StateHandleID, StreamStateHandle>, StreamStateHandle, long, StateHandleID) - 类 中的静态方法org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
-
- restore(KeyGroupRangeOffsets, StreamStateHandle, StateHandleID) - 类 中的静态方法org.apache.flink.runtime.state.KeyGroupsStateHandle
-
- restore() - 类 中的方法org.apache.flink.runtime.state.OperatorStateRestoreOperation
-
- restore() - 类 中的方法org.apache.flink.runtime.state.restore.FullSnapshotRestoreOperation
-
- restore() - 接口 中的方法org.apache.flink.runtime.state.RestoreOperation
-
Restores state that was previously snapshot-ed from the provided state handles.
- RESTORE_MODE - 类 中的静态变量org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
Describes the mode how Flink should restore from the given savepoint or retained checkpoint.
- restoreCheckpoint(long, T) - 接口 中的方法org.apache.flink.runtime.checkpoint.MasterTriggerRestoreHook
-
This method is called by the checkpoint coordinator prior to restoring the state of a
checkpoint.
- RestoredCheckpointStatistics(long, long, boolean, String) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.RestoredCheckpointStatistics
-
- RestoredCheckpointStats - org.apache.flink.runtime.checkpoint中的类
-
Statistics for a restored checkpoint.
- restoreInitialCheckpointIfPresent(Set<ExecutionJobVertex>) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restores the latest checkpointed at the beginning of the job execution.
- restoreLatestCheckpointedStateToAll(Set<ExecutionJobVertex>, boolean) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restores the latest checkpointed state to all tasks and all coordinators.
- restoreLatestCheckpointedStateToSubtasks(Set<ExecutionJobVertex>) - 类 中的方法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) - 类 中的静态方法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 - org.apache.flink.runtime.jobgraph中的枚举
-
Defines how Flink should restore from a given savepoint or retained checkpoint.
- RestoreOperation<R> - org.apache.flink.runtime.state中的接口
-
Interface for restore operation.
- restoreSavepoint(SavepointRestoreSettings, Map<JobVertexID, ExecutionJobVertex>, ClassLoader) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Restore the state with given savepoint.
- restoreSavepoint() - 类 中的方法org.apache.flink.runtime.jobgraph.SavepointRestoreSettings
-
Returns whether to restore from savepoint.
- restoreState(Set<ExecutionVertexID>, boolean) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- restoreStateHandles - 类 中的变量org.apache.flink.runtime.state.AbstractKeyedStateBackendBuilder
-
- restoreStateHandles - 类 中的变量org.apache.flink.runtime.state.DefaultOperatorStateBackendBuilder
-
State handles for restore.
- RestServerEndpoint - org.apache.flink.runtime.rest中的类
-
An abstract class for netty-based REST server endpoints.
- RestServerEndpoint(Configuration) - 类 的构造器org.apache.flink.runtime.rest.RestServerEndpoint
-
- RestServerEndpoint.RestHandlerUrlComparator - org.apache.flink.runtime.rest中的类
-
Comparator for Rest URLs.
- RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator - org.apache.flink.runtime.rest中的类
-
Comparator for Rest URLs.
- RestServerEndpointConfiguration - org.apache.flink.runtime.rest中的类
-
- RestService - org.apache.flink.runtime.rest中的接口
-
Rest service interface.
- Result(SlotRequestId, PhysicalSlot) - 类 的构造器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>> - org.apache.flink.runtime.topology中的接口
-
Represents a data set produced by a
Vertex Each result is produced by one
Vertex.
- resultFuture - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
The future with the final result.
- resultHandler - 类 中的变量org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Handler for completed requests
- ResultID - org.apache.flink.runtime.topology中的接口
-
- ResultPartition - 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>) - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultPartition
-
- ResultPartitionAvailabilityChecker - org.apache.flink.runtime.executiongraph.failover.flip1中的接口
-
This checker helps to query result partition availability.
- ResultPartitionDeploymentDescriptor - org.apache.flink.runtime.deployment中的类
-
Deployment descriptor for a result partition.
- ResultPartitionDeploymentDescriptor(PartitionDescriptor, ShuffleDescriptor, int) - 类 的构造器org.apache.flink.runtime.deployment.ResultPartitionDeploymentDescriptor
-
- ResultPartitionFactory - org.apache.flink.runtime.io.network.partition中的类
-
- ResultPartitionFactory(ResultPartitionManager, FileChannelManager, BufferPoolFactory, BatchShuffleReadBufferPool, ScheduledExecutorService, BoundedBlockingSubpartitionType, int, int, int, boolean, String, int, int, int, boolean, int) - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultPartitionFactory
-
- ResultPartitionID - org.apache.flink.runtime.io.network.partition中的类
-
- ResultPartitionID() - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- ResultPartitionID(IntermediateResultPartitionID, ExecutionAttemptID) - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultPartitionID
-
- ResultPartitionManager - org.apache.flink.runtime.io.network.partition中的类
-
The result partition manager keeps track of all currently produced/consumed partitions of a task
manager.
- ResultPartitionManager() - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- ResultPartitionMetrics - org.apache.flink.runtime.io.network.metrics中的类
-
Collects metrics of a result partition.
- ResultPartitionProvider - org.apache.flink.runtime.io.network.partition中的接口
-
Interface for creating result partitions.
- ResultPartitionState - org.apache.flink.runtime.scheduler.strategy中的枚举
-
- ResultPartitionType - org.apache.flink.runtime.io.network.partition中的枚举
-
Type of a result partition.
- ResultPartitionWriter - org.apache.flink.runtime.io.network.api.writer中的接口
-
A record-oriented runtime result writer API for producing results.
- ResultSubpartition - org.apache.flink.runtime.io.network.partition中的类
-
- ResultSubpartition(int, ResultPartition) - 类 的构造器org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
- ResultSubpartition.BufferAndBacklog - 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.
- ResultSubpartitionInfo - org.apache.flink.runtime.checkpoint.channel中的类
-
- ResultSubpartitionInfo(int, int) - 类 的构造器org.apache.flink.runtime.checkpoint.channel.ResultSubpartitionInfo
-
- ResultSubpartitionStateHandle - org.apache.flink.runtime.state中的类
-
- ResultSubpartitionStateHandle(int, ResultSubpartitionInfo, StreamStateHandle, AbstractChannelStateHandle.StateContentMetaInfo) - 类 的构造器org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- ResultSubpartitionStateHandle(ResultSubpartitionInfo, StreamStateHandle, List<Long>) - 类 的构造器org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- ResultSubpartitionStateHandle(int, ResultSubpartitionInfo, StreamStateHandle, List<Long>, long) - 类 的构造器org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
- ResultSubpartitionView - org.apache.flink.runtime.io.network.partition中的接口
-
- ResultSubpartitionView.AvailabilityWithBacklog - org.apache.flink.runtime.io.network.partition中的类
-
- resumeConsumption(RemoteInputChannel) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
- resumeConsumption() - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Resumes data consumption after an exactly once checkpoint.
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionDirectTransferReader
-
- resumeConsumption(InputChannelInfo) - 接口 中的方法org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
- resumeConsumption() - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.LocalInputChannel
-
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RemoteInputChannel
-
- resumeConsumption(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- resumeConsumption(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionView
-
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.NoOpResultSubpartitionView
-
- resumeConsumption() - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartitionView
-
- resumeConsumption() - 接口 中的方法org.apache.flink.runtime.io.network.partition.ResultSubpartitionView
-
- resumeConsumption(RemoteInputChannel) - 接口 中的方法org.apache.flink.runtime.io.network.PartitionRequestClient
-
Requests to resume data consumption from one remote input channel.
- resumeConsumption(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- resumeMeasurement() - 类 中的方法org.apache.flink.runtime.throughput.ThroughputCalculator
-
Mark when the time should be included to the throughput calculation.
- retain() - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- retain(int) - 类 中的方法org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- retainAll(Collection<?>) - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- retainBuffer() - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Retains this buffer for further use, increasing the reference counter by 1.
- retainBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- retainBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- retainBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- retainBuffer() - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- retainJobs(Collection<JobID>, Executor) - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
- retainLocalStateForAllocations(Set<AllocationID>) - 类 中的方法org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
Retains the given set of allocations.
- RetrievableStateHandle<T extends Serializable> - org.apache.flink.runtime.state中的接口
-
- RetrievableStateStorageHelper<T extends Serializable> - 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> - org.apache.flink.runtime.state中的类
-
Wrapper around a
StreamStateHandle to make the referenced state object retrievable trough
a simple get call.
- RetrievableStreamStateHandle(StreamStateHandle) - 类 的构造器org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- RetrievableStreamStateHandle(Path, long) - 类 的构造器org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- retrieveCompletedCheckpoints(StateHandleStore<CompletedCheckpoint, R>, CheckpointStoreUtil) - 类 中的静态方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStoreUtils
-
- retrieveJobGraph(Configuration) - 类 中的方法org.apache.flink.runtime.entrypoint.component.FileJobGraphRetriever
-
- retrieveJobGraph(Configuration) - 接口 中的方法org.apache.flink.runtime.entrypoint.component.JobGraphRetriever
-
- retrieveLeaderConnectionInfo(LeaderRetrievalService, Duration) - 类 中的静态方法org.apache.flink.runtime.util.LeaderRetrievalUtils
-
Retrieves the leader akka url and the current leader session ID.
- retrieveLocalState(long) - 类 中的方法org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- retrieveLocalState(long) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- retrievePayload(ResourceID) - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatListener
-
Retrieves the payload value for the next heartbeat message.
- retrieveService(String) - 类 中的方法org.apache.flink.runtime.webmonitor.retriever.impl.RpcMetricQueryServiceRetriever
-
- retrieveService(String) - 接口 中的方法org.apache.flink.runtime.webmonitor.retriever.MetricQueryServiceRetriever
-
- retrieveState() - 接口 中的方法org.apache.flink.runtime.state.RetrievableStateHandle
-
Retrieves the object that was previously written to state.
- retrieveState() - 类 中的方法org.apache.flink.runtime.state.RetrievableStreamStateHandle
-
- retriggerPartitionRequest(IntermediateResultPartitionID, int) - 类 中的方法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> - 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) - 类 的构造器org.apache.flink.runtime.registration.RetryingRegistration
-
- RetryingRegistrationConfiguration - org.apache.flink.runtime.registration中的类
-
Configuration for the cluster components.
- RetryingRegistrationConfiguration(long, long, long, long) - 类 的构造器org.apache.flink.runtime.registration.RetryingRegistrationConfiguration
-
- returnLogicalSlot(LogicalSlot) - 接口 中的方法org.apache.flink.runtime.jobmaster.SlotOwner
-
Return the given slot to the slot owner.
- reuseInputMetricsForTask() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
Causes the containing task to use this operators input record counter.
- reuseOutputMetricsForTask() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorIOMetricGroup
-
Causes the containing task to use this operators output record counter.
- reuseRecordsInputCounter(Counter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- reuseRecordsOutputCounter(Counter) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- ReusingBlockResettableIterator<T> - 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) - 类 的构造器org.apache.flink.runtime.operators.resettable.ReusingBlockResettableIterator
-
- ReusingBlockResettableIterator(MemoryManager, TypeSerializer<T>, int, AbstractInvokable) - 类 的构造器org.apache.flink.runtime.operators.resettable.ReusingBlockResettableIterator
-
- ReusingBuildFirstHashJoinIterator<V1,V2,O> - 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) - 类 的构造器org.apache.flink.runtime.operators.hash.ReusingBuildFirstHashJoinIterator
-
- ReusingBuildFirstReOpenableHashJoinIterator<V1,V2,O> - 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) - 类 的构造器org.apache.flink.runtime.operators.hash.ReusingBuildFirstReOpenableHashJoinIterator
-
- ReusingBuildSecondHashJoinIterator<V1,V2,O> - 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) - 类 的构造器org.apache.flink.runtime.operators.hash.ReusingBuildSecondHashJoinIterator
-
- ReusingBuildSecondReOpenableHashJoinIterator<V1,V2,O> - 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) - 类 的构造器org.apache.flink.runtime.operators.hash.ReusingBuildSecondReOpenableHashJoinIterator
-
- ReusingDeserializationDelegate<T> - org.apache.flink.runtime.plugable中的类
-
- ReusingDeserializationDelegate(TypeSerializer<T>) - 类 的构造器org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- ReusingKeyGroupedIterator<E> - 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>) - 类 的构造器org.apache.flink.runtime.util.ReusingKeyGroupedIterator
-
Initializes the KeyGroupedIterator.
- ReusingKeyGroupedIterator.ValuesIterator - org.apache.flink.runtime.util中的类
-
- ReusingMergeInnerJoinIterator<T1,T2,O> - 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) - 类 的构造器org.apache.flink.runtime.operators.sort.ReusingMergeInnerJoinIterator
-
- ReusingMergeOuterJoinIterator<T1,T2,O> - 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) - 类 的构造器org.apache.flink.runtime.operators.sort.ReusingMergeOuterJoinIterator
-
- ReusingMutableToRegularIteratorWrapper<T> - org.apache.flink.runtime.util中的类
-
This class wraps a
MutableObjectIterator into a regular
Iterator.
- ReusingMutableToRegularIteratorWrapper(MutableObjectIterator<T>, TypeSerializer<T>) - 类 的构造器org.apache.flink.runtime.util.ReusingMutableToRegularIteratorWrapper
-
- ReusingSortMergeCoGroupIterator<T1,T2> - org.apache.flink.runtime.operators.sort中的类
-
- ReusingSortMergeCoGroupIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>) - 类 的构造器org.apache.flink.runtime.operators.sort.ReusingSortMergeCoGroupIterator
-
- RevisionInformation(String, String) - 类 的构造器org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
- revokeDispatcherLeadership() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- revokeDispatcherLeadership() - 接口 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- revokeJobMasterLeadership(JobID) - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- revokeJobMasterLeadership(JobID) - 接口 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- revokeLeadership() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.DefaultDispatcherRunner
-
- revokeLeadership() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- revokeLeadership() - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderContender
-
Callback method which is called by the
LeaderElectionService upon revoking the
leadership of a former leader.
- revokeLeadership() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- revokeLeadership() - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- revokeResourceManagerLeadership() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedHaServicesWithLeadershipControl
-
- revokeResourceManagerLeadership() - 接口 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.HaLeadershipControl
-
- RightOuterJoinDriver<IT1,IT2,OT> - org.apache.flink.runtime.operators中的类
-
The right outer join driver implements the logic of an outer join operator at runtime.
- RightOuterJoinDriver() - 类 的构造器org.apache.flink.runtime.operators.RightOuterJoinDriver
-
- rng - 类 中的变量org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- ROCKSDB_STATE_BACKEND_NAME - 类 中的静态变量org.apache.flink.runtime.state.StateBackendLoader
-
The shortcut configuration name for the RocksDB State Backend.
- RootExceptionHistoryEntry - org.apache.flink.runtime.scheduler.exceptionhistory中的类
-
RootExceptionHistoryEntry extending
ExceptionHistoryEntry by providing a list of
ExceptionHistoryEntry instances to store concurrently caught failures.
- RootExceptionHistoryEntry(Throwable, long, String, TaskManagerLocation, Iterable<ExceptionHistoryEntry>) - 类 的构造器org.apache.flink.runtime.scheduler.exceptionhistory.RootExceptionHistoryEntry
-
Instantiates a RootExceptionHistoryEntry.
- RootExceptionInfo(String, String, long, Collection<JobExceptionsInfoWithHistory.ExceptionInfo>) - 类 的构造器org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
-
- RootExceptionInfo(String, String, long, String, String, Collection<JobExceptionsInfoWithHistory.ExceptionInfo>) - 类 的构造器org.apache.flink.runtime.rest.messages.JobExceptionsInfoWithHistory.RootExceptionInfo
-
- RoundRobinChannelSelector<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.writer中的类
-
- RoundRobinChannelSelector() - 类 的构造器org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- RoundRobinOperatorStateRepartitioner - org.apache.flink.runtime.checkpoint中的类
-
- RoundRobinOperatorStateRepartitioner() - 类 的构造器org.apache.flink.runtime.checkpoint.RoundRobinOperatorStateRepartitioner
-
- route(HttpMethod, String) - 类 中的方法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>>) - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
- RoutedRequest<T> - org.apache.flink.runtime.rest.handler.router中的类
-
Class for handling
HttpRequest with associated
RouteResult.
- RoutedRequest(RouteResult<T>, HttpRequest) - 类 的构造器org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
- Router<T> - org.apache.flink.runtime.rest.handler.router中的类
-
This is adopted and simplified code from tv.cntt:netty-router library.
- Router() - 类 的构造器org.apache.flink.runtime.rest.handler.router.Router
-
- RouteResult<T> - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.router.RouteResult
-
The maps will be wrapped in Collections.unmodifiableMap.
- RouterHandler - 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>) - 类 的构造器org.apache.flink.runtime.rest.handler.router.RouterHandler
-
- RpcCheckpointResponder - org.apache.flink.runtime.taskexecutor.rpc中的类
-
- RpcCheckpointResponder(CheckpointCoordinatorGateway) - 类 的构造器org.apache.flink.runtime.taskexecutor.rpc.RpcCheckpointResponder
-
- RpcGatewayRetriever<F extends Serializable,T extends org.apache.flink.runtime.rpc.FencedRpcGateway<F>> - org.apache.flink.runtime.webmonitor.retriever.impl中的类
-
- RpcGatewayRetriever(RpcService, Class<T>, Function<UUID, F>, RetryStrategy) - 类 的构造器org.apache.flink.runtime.webmonitor.retriever.impl.RpcGatewayRetriever
-
- RpcGlobalAggregateManager - org.apache.flink.runtime.taskexecutor.rpc中的类
-
- RpcGlobalAggregateManager(JobMasterGateway) - 类 的构造器org.apache.flink.runtime.taskexecutor.rpc.RpcGlobalAggregateManager
-
- RpcInputSplitProvider - org.apache.flink.runtime.taskexecutor.rpc中的类
-
- RpcInputSplitProvider(JobMasterGateway, JobVertexID, ExecutionAttemptID, Time) - 类 的构造器org.apache.flink.runtime.taskexecutor.rpc.RpcInputSplitProvider
-
- RpcKvStateRegistryListener - org.apache.flink.runtime.taskexecutor.rpc中的类
-
- RpcKvStateRegistryListener(KvStateRegistryGateway, InetSocketAddress) - 类 的构造器org.apache.flink.runtime.taskexecutor.rpc.RpcKvStateRegistryListener
-
- RpcMetricQueryServiceRetriever - org.apache.flink.runtime.webmonitor.retriever.impl中的类
-
- RpcMetricQueryServiceRetriever(RpcService) - 类 的构造器org.apache.flink.runtime.webmonitor.retriever.impl.RpcMetricQueryServiceRetriever
-
- RpcPartitionStateChecker - org.apache.flink.runtime.taskexecutor.rpc中的类
-
- RpcPartitionStateChecker(JobMasterGateway) - 类 的构造器org.apache.flink.runtime.taskexecutor.rpc.RpcPartitionStateChecker
-
- RpcServiceSharing - 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 - org.apache.flink.runtime.jobmaster中的类
-
- RpcTaskManagerGateway(TaskExecutorGateway, JobMasterId) - 类 的构造器org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- RpcTaskOperatorEventGateway - org.apache.flink.runtime.taskexecutor.rpc中的类
-
- RpcTaskOperatorEventGateway(JobMasterOperatorEventGateway, ExecutionAttemptID, Consumer<Throwable>) - 类 的构造器org.apache.flink.runtime.taskexecutor.rpc.RpcTaskOperatorEventGateway
-
- rpcTimeout - 类 中的变量org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- run() - 类 中的方法org.apache.flink.runtime.blob.BlobServer
-
- run() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManagerSenderImpl
-
- run() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatMonitorImpl
-
- run() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
- run() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- run() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationHeadTask
-
- run() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationIntermediateTask
-
- run() - 类 中的方法org.apache.flink.runtime.iterative.task.IterationTailTask
-
- run() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- run() - 类 中的方法org.apache.flink.runtime.operators.AbstractCachedBuildSideJoinDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
- run() - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- run() - 接口 中的方法org.apache.flink.runtime.operators.Driver
-
The main operation method of the task.
- run() - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- run() - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- run() - 类 中的方法org.apache.flink.runtime.state.DoneFuture
-
- run() - 类 中的方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
- run() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
The core work method that bootstraps the task and executes its code.
- run() - 类 中的方法org.apache.flink.runtime.util.JvmShutdownSafeguard
-
- runClusterEntrypoint(ClusterEntrypoint) - 类 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- runDetached(JobGraph) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
This method executes a job in detached mode.
- runFlinkZkQuorumPeer(String, int) - 类 中的静态方法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) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- runIfState(State, Runnable, Duration) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- runInCoordinatorThread(Runnable) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
If the runnable throws an Exception, the corresponding job is failed.
- Runnables - org.apache.flink.runtime.util中的类
-
- Runnables() - 类 的构造器org.apache.flink.runtime.util.Runnables
-
- running - 类 中的变量org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- running - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The flag that tags the task as still running.
- running - 类 中的变量org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- running - 类 中的变量org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- running - 类 中的变量org.apache.flink.runtime.operators.JoinDriver
-
- running - 类 中的变量org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- running - 类 中的变量org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- runPostJobGloballyTerminated(JobID, JobStatus) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- runPostJobGloballyTerminated(JobID, JobStatus) - 类 中的方法org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- runSecured(Callable<T>) - 类 中的方法org.apache.flink.runtime.security.contexts.HadoopSecurityContext
-
- runSecured(Callable<T>) - 类 中的方法org.apache.flink.runtime.security.contexts.NoOpSecurityContext
-
- runSecured(Callable<T>) - 接口 中的方法org.apache.flink.runtime.security.contexts.SecurityContext
-
- runTaskManager(Configuration, PluginManager) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- runTaskManagerProcessSecurely(String[]) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- runTaskManagerProcessSecurely(Configuration) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- RUNTIME_FAILURE_RETURN_CODE - 类 中的静态变量org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- RuntimeAggregatorRegistry - org.apache.flink.runtime.iterative.task中的类
-
- RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - 类 的构造器org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- RuntimeEnvironment - org.apache.flink.runtime.taskmanager中的类
-
- RuntimeEnvironment(JobID, JobVertexID, ExecutionAttemptID, ExecutionConfig, TaskInfo, Configuration, Configuration, UserCodeClassLoader, MemoryManager, IOManager, BroadcastVariableManager, TaskStateManager, GlobalAggregateManager, AccumulatorRegistry, TaskKvStateRegistry, InputSplitProvider, Map<String, Future<Path>>, ResultPartitionWriter[], IndexedInputGate[], TaskEventDispatcher, CheckpointResponder, TaskOperatorEventGateway, TaskManagerRuntimeInfo, TaskMetricGroup, Task, ExternalResourceInfoProvider) - 类 的构造器org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- RuntimeEvent - org.apache.flink.runtime.event中的类
-
Subclasses of this event are recognized as events exchanged by the core runtime.
- RuntimeEvent() - 类 的构造器org.apache.flink.runtime.event.RuntimeEvent
-
- RuntimeMessageHeaders<R extends RequestBody,P extends ResponseBody,M extends MessageParameters> - 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 - org.apache.flink.runtime.rest.versioning中的枚举
-
An enum for all versions of the REST API.
- runtimeUdfContext - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The udf's runtime context.
- RuntimeUntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters> - org.apache.flink.runtime.rest.messages中的接口
-
Message headers for a web handler request that belongs to runtime module.
- savepoint(SavepointFormatType) - 类 中的静态方法org.apache.flink.runtime.checkpoint.SavepointType
-
- savepoint() - 接口 中的方法org.apache.flink.runtime.state.CheckpointableKeyedStateBackend
-
- savepoint() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- SAVEPOINT_IGNORE_UNCLAIMED_STATE - 类 中的静态变量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 - 类 中的静态变量org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
The path to a savepoint that will be used to bootstrap the pipeline's state.
- SavepointConfigOptions - org.apache.flink.runtime.jobgraph中的类
-
The configuration options used when restoring from a savepoint.
- SavepointConfigOptions() - 类 的构造器org.apache.flink.runtime.jobgraph.SavepointConfigOptions
-
- SavepointDisposalHandlers - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
Handlers to trigger the disposal of a savepoint.
- SavepointDisposalHandlers(Duration) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers
-
- SavepointDisposalHandlers.SavepointDisposalStatusHandler - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
StatusHandler implementation for the savepoint disposal operation.
- SavepointDisposalHandlers.SavepointDisposalTriggerHandler - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
TriggerHandler implementation for the savepoint disposal operation.
- SavepointDisposalRequest - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
Request body for a savepoint disposal call.
- SavepointDisposalRequest(String) - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalRequest
-
- SavepointDisposalStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalStatusHandler
-
- SavepointDisposalStatusHeaders - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
- SavepointDisposalStatusMessageParameters - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
- SavepointDisposalStatusMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.SavepointDisposalStatusMessageParameters
-
- SavepointDisposalTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointDisposalHandlers.SavepointDisposalTriggerHandler
-
- SavepointDisposalTriggerHeaders - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
- SavepointHandlers - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
HTTP handlers for asynchronous triggering of savepoints.
- SavepointHandlers(String) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers
-
- SavepointHandlers.SavepointStatusHandler - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
HTTP handler to query for the status of the savepoint.
- SavepointHandlers.SavepointTriggerHandler - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
HTTP handler to trigger savepoints.
- SavepointHandlers.StopWithSavepointHandler - org.apache.flink.runtime.rest.handler.job.savepoints中的类
-
HTTP handler to stop a job with a savepoint.
- SavepointInfo - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
Represents information about a finished savepoint.
- SavepointInfo(String, SerializedThrowable) - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- SavepointKeyedStateHandle - org.apache.flink.runtime.state中的接口
-
- SavepointResources<K> - org.apache.flink.runtime.state中的类
-
- SavepointResources(FullSnapshotResources<K>, SnapshotExecutionType) - 类 的构造器org.apache.flink.runtime.state.SavepointResources
-
- SavepointRestoreResult - org.apache.flink.runtime.state.restore中的类
-
- SavepointRestoreResult(List<StateMetaInfoSnapshot>, ThrowingIterator<KeyGroup>) - 类 的构造器org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
- SavepointRestoreSettings - org.apache.flink.runtime.jobgraph中的类
-
Savepoint restore settings.
- SavepointSnapshotStrategy<K> - org.apache.flink.runtime.state中的类
-
- SavepointSnapshotStrategy(FullSnapshotResources<K>) - 类 的构造器org.apache.flink.runtime.state.SavepointSnapshotStrategy
-
- SavepointStatusHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.SavepointStatusHandler
-
- SavepointStatusHeaders - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
These headers define the protocol for triggering a savepoint.
- SavepointStatusMessageParameters - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
The parameters for triggering a savepoint.
- SavepointStatusMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.SavepointStatusMessageParameters
-
- SavepointTriggerHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.SavepointTriggerHandler
-
- SavepointTriggerHeaders - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
These headers define the protocol for triggering a savepoint.
- SavepointTriggerMessageParameters - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
The parameters for triggering a savepoint.
- SavepointTriggerMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerMessageParameters
-
- SavepointTriggerRequestBody - org.apache.flink.runtime.rest.messages.job.savepoints中的类
-
- SavepointTriggerRequestBody(String, Boolean, SavepointFormatType, TriggerId) - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- SavepointType - org.apache.flink.runtime.checkpoint中的类
-
The type of checkpoint to perform.
- SavepointType.PostCheckpointAction - org.apache.flink.runtime.checkpoint中的枚举
-
What's the intended action after the checkpoint (relevant for stopping with savepoint).
- ScaleUpController - org.apache.flink.runtime.scheduler.adaptive.scalingpolicy中的接口
-
- schedulePendingRequestBulkTimeoutCheck(PhysicalSlotRequestBulk, Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkChecker
-
- schedulePendingRequestBulkTimeoutCheck(PhysicalSlotRequestBulk, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl
-
- SchedulerBase - org.apache.flink.runtime.scheduler中的类
-
- SchedulerBase(Logger, JobGraph, Executor, Configuration, CheckpointsCleaner, CheckpointRecoveryFactory, JobManagerJobMetricGroup, ExecutionVertexVersioner, long, ComponentMainThreadExecutor, JobStatusListener, ExecutionGraphFactory, VertexParallelismStore) - 类 的构造器org.apache.flink.runtime.scheduler.SchedulerBase
-
- SchedulerNG - org.apache.flink.runtime.scheduler中的接口
-
Interface for scheduling Flink jobs.
- SchedulerNGFactory - org.apache.flink.runtime.scheduler中的接口
-
- SchedulerOperations - org.apache.flink.runtime.scheduler中的接口
-
- SchedulerUtils - org.apache.flink.runtime.scheduler中的类
-
Utils class for Flink's scheduler implementations.
- SchedulingExecutionVertex - org.apache.flink.runtime.scheduler.strategy中的接口
-
- SchedulingPipelinedRegion - org.apache.flink.runtime.scheduler.strategy中的接口
-
- SchedulingPipelinedRegionComputeUtil - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
- SchedulingResultPartition - org.apache.flink.runtime.scheduler.strategy中的接口
-
- SchedulingStrategy - org.apache.flink.runtime.scheduler.strategy中的接口
-
Component which encapsulates the scheduling logic.
- SchedulingStrategyFactory - org.apache.flink.runtime.scheduler.strategy中的接口
-
- SchedulingTopology - org.apache.flink.runtime.scheduler.strategy中的接口
-
- SchedulingTopologyListener - org.apache.flink.runtime.scheduler中的接口
-
This listener will be notified whenever the scheduling topology is updated.
- scope - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
The remaining scope not covered by specific fields.
- SCOPE_HOST - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_INHERIT_PARENT - 类 中的静态变量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 - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_JOB_NAME - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_OPERATOR_ID - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_OPERATOR_NAME - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_SEPARATOR - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_ATTEMPT_ID - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_ATTEMPT_NUM - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_NAME - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_SUBTASK_INDEX - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASK_VERTEX_ID - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- SCOPE_TASKMANAGER_ID - 类 中的静态变量org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- ScopeFormat - 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[]) - 类 的构造器org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- ScopeFormats - org.apache.flink.runtime.metrics.scope中的类
-
A container for component scope formats.
- scopeInfo - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDump
-
The scope information for the stored metric.
- secondDam() - 枚举 中的方法org.apache.flink.runtime.operators.DriverStrategy
-
- SecureAclProvider() - 类 的构造器org.apache.flink.runtime.util.ZooKeeperUtils.SecureAclProvider
-
- SecurityConfiguration - org.apache.flink.runtime.security中的类
-
The global security configuration.
- SecurityConfiguration(Configuration) - 类 的构造器org.apache.flink.runtime.security.SecurityConfiguration
-
Create a security configuration from the global configuration.
- SecurityConfiguration(Configuration, List<String>, List<String>) - 类 的构造器org.apache.flink.runtime.security.SecurityConfiguration
-
Create a security configuration from the global configuration.
- SecurityContext - org.apache.flink.runtime.security.contexts中的接口
-
A security context with may be required to run a Callable.
- SecurityContextFactory - org.apache.flink.runtime.security.contexts中的接口
-
- SecurityContextInitializeException - org.apache.flink.runtime.security中的异常错误
-
Indicates a problem with installing or uninstalling a security module or context.
- SecurityContextInitializeException(String) - 异常错误 的构造器org.apache.flink.runtime.security.SecurityContextInitializeException
-
- SecurityContextInitializeException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.security.SecurityContextInitializeException
-
- SecurityFactoryServiceLoader - org.apache.flink.runtime.security中的类
-
The Service provider discovery for searching suitable security factory.
- SecurityFactoryServiceLoader() - 类 的构造器org.apache.flink.runtime.security.SecurityFactoryServiceLoader
-
- SecurityInstallException(String) - 异常错误 的构造器org.apache.flink.runtime.security.modules.SecurityModule.SecurityInstallException
-
- SecurityInstallException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.security.modules.SecurityModule.SecurityInstallException
-
- SecurityModule - org.apache.flink.runtime.security.modules中的接口
-
An installable security module.
- SecurityModule.SecurityInstallException - org.apache.flink.runtime.security.modules中的异常错误
-
Indicates a problem with installing or uninstalling a security module.
- SecurityModuleFactory - org.apache.flink.runtime.security.modules中的接口
-
- SecurityUtils - org.apache.flink.runtime.security中的类
-
Security Environment that holds the security context and modules installed.
- SecurityUtils() - 类 的构造器org.apache.flink.runtime.security.SecurityUtils
-
- seek(long) - 类 中的方法org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- SeekableFileChannelInputView - 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) - 类 的构造器org.apache.flink.runtime.io.disk.SeekableFileChannelInputView
-
- seekInput(MemorySegment, int, int) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
Sets the internal state to the given memory segment and the given position within the
segment.
- seekTo(long) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileSegmentReader
-
- seekTo(long) - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BufferFileSegmentReader
-
- seekToPosition(long) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
- seekToPosition(long) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.AsynchronousBufferFileReader
-
- seekToPosition(long) - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
- seekToPosition(long) - 接口 中的方法org.apache.flink.runtime.io.disk.iomanager.BufferFileReader
-
- seekToPosition(long) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.SynchronousBufferFileReader
-
- segmentSize - 类 中的变量org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- segmentSize - 类 中的变量org.apache.flink.runtime.operators.hash.MutableHashTable
-
The size of the segments used by the hash join buckets.
- select(ExecutionMode, ShipStrategyType, boolean) - 枚举 中的静态方法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) - 接口 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns a specific allocation base directory.
- selectAllocationBaseDirectory(int) - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- selectBestSlotForProfile(Collection<SlotSelectionStrategy.SlotInfoAndResources>, SlotProfile) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- selectBestSlotForProfile(Collection<SlotSelectionStrategy.SlotInfoAndResources>, SlotProfile) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PreviousAllocationSlotSelectionStrategy
-
- selectBestSlotForProfile(Collection<SlotSelectionStrategy.SlotInfoAndResources>, SlotProfile) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy
-
Selects the best
SlotInfo w.r.t. a certain selection criterion from the provided list
of available slots and considering the given
SlotProfile that describes the
requirements.
- selectChannel(T) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ChannelSelector
-
Returns the logical channel index, to which the given record should be written.
- selectChannel(T) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- selectChannel(SerializationDelegate<T>) - 类 中的方法org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- selectSlotSelectionStrategy(JobType, Configuration) - 类 中的静态方法org.apache.flink.runtime.util.SlotSelectionStrategyUtils
-
- selectSubtaskBaseDirectory(int) - 接口 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns a specific subtask base directory.
- selectSubtaskBaseDirectory(int) - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- selectWithoutLocationPreference(Collection<SlotSelectionStrategy.SlotInfoAndResources>, ResourceProfile) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.LocationPreferenceSlotSelectionStrategy
-
- send(StageRunner.SortStage, CircularElement<E>) - 接口 中的方法org.apache.flink.runtime.operators.sort.StageRunner.StageMessageDispatcher
-
Sends a message to the given stage.
- sendCoordinationRequest(OperatorID, CoordinationRequest) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- sendCoordinationRequest(OperatorID, CoordinationRequest) - 接口 中的方法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>) - 类 中的静态方法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>) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given error response and status code to the given channel.
- sendEvent(OperatorEvent) - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator.SubtaskGateway
-
Sends an event to the parallel subtask with the given subtask index.
- sendEventToCoordinator(OperatorEvent) - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorEventGateway
-
- sendEventToSourceReader(int, SourceEvent) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- sendEventToSourceReader(int, int, SourceEvent) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- sendNotModified(ChannelHandlerContext) - 类 中的静态方法org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Send the "304 Not Modified" response.
- sendOperatorEvent(OperatorID, SerializedValue<OperatorEvent>) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
Sends the operator event to the Task on the Task Executor.
- sendOperatorEventToCoordinator(OperatorID, SerializedValue<OperatorEvent>) - 接口 中的方法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>) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- sendOperatorEventToCoordinator(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterOperatorEventGateway
-
- sendOperatorEventToCoordinator(OperatorID, SerializedValue<OperatorEvent>) - 类 中的方法org.apache.flink.runtime.taskexecutor.rpc.RpcTaskOperatorEventGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 接口 中的方法org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 类 中的方法org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- sendOperatorEventToTask(ExecutionAttemptID, OperatorID, SerializedValue<OperatorEvent>) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Sends a new read requests, if further requests remain.
- sendRequest(String, int, M) - 类 中的方法org.apache.flink.runtime.rest.RestClient
-
- sendRequest(String, int, M, U, R) - 类 中的方法org.apache.flink.runtime.rest.RestClient
-
- sendRequest(String, int, M, U, R, Collection<FileUpload>) - 类 中的方法org.apache.flink.runtime.rest.RestClient
-
- sendRequest(String, int, M, U, R, Collection<FileUpload>, RestAPIVersion<? extends RestAPIVersion<?>>) - 类 中的方法org.apache.flink.runtime.rest.RestClient
-
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - 接口 中的方法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>) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterOperatorEventGateway
-
- sendRequestToCoordinator(OperatorID, SerializedValue<CoordinationRequest>) - 类 中的方法org.apache.flink.runtime.taskexecutor.rpc.RpcTaskOperatorEventGateway
-
- sendResponse(ChannelHandlerContext, HttpRequest, P, HttpResponseStatus, Map<String, String>) - 类 中的静态方法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>) - 类 中的静态方法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>) - 类 中的静态方法org.apache.flink.runtime.rest.handler.util.HandlerUtils
-
Sends the given response and status code to the given channel.
- sendResult(MutableObjectIterator<E>) - 接口 中的方法org.apache.flink.runtime.operators.sort.StageRunner.StageMessageDispatcher
-
Sends a result to the corresponding
Sorter.
- sendSlotReport(ResourceID, InstanceID, SlotReport, Time) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
- sendSlotReport(ResourceID, InstanceID, SlotReport, Time) - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerGateway
-
Sends the given
SlotReport to the ResourceManager.
- sendTaskEvent(TaskEvent) - 类 中的方法org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- sendTaskEvent(TaskEvent) - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- sendTaskEvent(ResultPartitionID, TaskEvent, RemoteInputChannel) - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyPartitionRequestClient
-
Sends a task event backwards to an intermediate result partition producer.
- sendTaskEvent(TaskEvent) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- sendTaskEvent(TaskEvent) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- sendTaskEvent(TaskEvent) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- sendTaskEvent(ResultPartitionID, TaskEvent, RemoteInputChannel) - 接口 中的方法org.apache.flink.runtime.io.network.PartitionRequestClient
-
Sends a task event backwards to an intermediate result partition.
- sendTaskEvent(TaskEvent) - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- SEQUENCE_NUMBER_RESTORED - 接口 中的静态变量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 - 接口 中的静态变量org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
Signifies that buffer sequence number is unknown (e.g. if passing sequence numbers is not
implemented).
- SequenceNumber - org.apache.flink.runtime.state.changelog中的接口
-
A logical timestamp to draw a boundary between the materialized and non-materialized changes.
- SequenceNumber.GenericSequenceNumber - org.apache.flink.runtime.state.changelog中的类
-
- SequenceNumberRange - org.apache.flink.runtime.state.changelog中的接口
-
- SequenceNumberRange.GenericSequenceNumberRange - org.apache.flink.runtime.state.changelog中的类
-
- SequentialChannelStateReader - org.apache.flink.runtime.checkpoint.channel中的接口
-
Reads channel state saved during checkpoint/savepoint.
- SequentialChannelStateReaderImpl - org.apache.flink.runtime.checkpoint.channel中的类
-
- SequentialChannelStateReaderImpl(TaskStateSnapshot) - 类 的构造器org.apache.flink.runtime.checkpoint.channel.SequentialChannelStateReaderImpl
-
- SerializationDelegate<T> - 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>) - 类 的构造器org.apache.flink.runtime.plugable.SerializationDelegate
-
- serialize(CheckpointMetadata, DataOutputStream) - 接口 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataSerializer
-
Serializes a savepoint or checkpoint metadata to an output stream.
- serialize(CheckpointMetadata, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
- serialize(CheckpointMetadata, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- serialize(CheckpointMetadata, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serialize(CheckpointMetadata, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- serialize(JobDetails, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.messages.webmonitor.JobDetails.JobDetailsSerializer
-
- serialize(Map<Counter, Tuple2<QueryScopeInfo, String>>, Map<Gauge<?>, Tuple2<QueryScopeInfo, String>>, Map<Histogram, Tuple2<QueryScopeInfo, String>>, Map<Meter, Tuple2<QueryScopeInfo, String>>) - 类 中的方法org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricDumpSerializer
-
Serializes the given metrics and returns the resulting byte array.
- serialize(CheckpointConfigInfo.ProcessingMode, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ProcessingModeSerializer
-
- serialize(AggregatedMetricsResponseBody, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody.Serializer
-
- serialize(MetricCollectionResponseBody, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody.Serializer
-
- serialize(JobConfigInfo, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.JobConfigInfo.Serializer
-
- serialize(JobPlanInfo.RawJson, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.JobPlanInfo.RawJson.Serializer
-
- serialize(JobID, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.JobIDSerializer
-
- serialize(JobResult, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.JobResultSerializer
-
- serialize(JobVertexID, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.JobVertexIDKeySerializer
-
- serialize(JobVertexID, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.JobVertexIDSerializer
-
- serialize(ResourceID, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.ResourceIDSerializer
-
- serialize(SerializedThrowable, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.SerializedThrowableSerializer
-
- serialize(SerializedValue<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.json.SerializedValueSerializer
-
- serialize(TriggerId, JsonGenerator, SerializerProvider) - 类 中的方法org.apache.flink.runtime.rest.messages.TriggerId.TriggerIdSerializer
-
- serialize(Credentials) - 类 中的静态方法org.apache.flink.runtime.security.token.DelegationTokenConverter
-
Serializes delegation tokens.
- serialize(ArrayList<T>, DataOutputView) - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- serialize(T, DataOutputView) - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- serialize(VoidNamespace, DataOutputView) - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- serializeAndTryOffload(T, JobID, BlobWriter) - 接口 中的静态方法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 - org.apache.flink.runtime.messages.checkpoint中的类
-
Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized
throwable.
- SerializedCheckpointException(CheckpointException) - 类 的构造器org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- SerializedCompositeKeyBuilder<K> - org.apache.flink.runtime.state中的类
-
Responsible for serialization of currentKey, currentGroup and namespace.
- SerializedCompositeKeyBuilder(TypeSerializer<K>, int, int) - 类 的构造器org.apache.flink.runtime.state.SerializedCompositeKeyBuilder
-
- serializedCounters - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- serializedGauges - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- serializedHistograms - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- SerializedInputSplit - org.apache.flink.runtime.jobmaster中的类
-
- SerializedInputSplit(byte[]) - 类 的构造器org.apache.flink.runtime.jobmaster.SerializedInputSplit
-
- SerializedJobExecutionResult - 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>>>) - 类 的构造器org.apache.flink.runtime.client.SerializedJobExecutionResult
-
Creates a new SerializedJobExecutionResult.
- serializedMeters - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDumpSerialization.MetricSerializationResult
-
- serializedThrowable(SerializedThrowable) - 类 中的方法org.apache.flink.runtime.jobmaster.JobResult.Builder
-
- SerializedThrowableDeserializer - org.apache.flink.runtime.rest.messages.json中的类
-
JSON deserializer for SerializedThrowable.
- SerializedThrowableDeserializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.SerializedThrowableDeserializer
-
- SerializedThrowableSerializer - org.apache.flink.runtime.rest.messages.json中的类
-
JSON serializer for SerializedThrowable.
- SerializedThrowableSerializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.SerializedThrowableSerializer
-
- SerializedUpdateBuffer - org.apache.flink.runtime.iterative.io中的类
-
- SerializedUpdateBuffer() - 类 的构造器org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- SerializedUpdateBuffer(List<MemorySegment>, int, IOManager) - 类 的构造器org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- serializedValue - 类 中的变量org.apache.flink.runtime.deployment.TaskDeploymentDescriptor.NonOffloaded
-
The serialized value.
- SerializedValueDeserializer - org.apache.flink.runtime.rest.messages.json中的类
-
JSON deserializer for SerializedValue.
- SerializedValueDeserializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.SerializedValueDeserializer
-
- SerializedValueDeserializer(JavaType) - 类 的构造器org.apache.flink.runtime.rest.messages.json.SerializedValueDeserializer
-
- serializedValueKey - 类 中的变量org.apache.flink.runtime.deployment.TaskDeploymentDescriptor.Offloaded
-
The key of the offloaded value BLOB.
- SerializedValueSerializer - org.apache.flink.runtime.rest.messages.json中的类
-
JSON serializer for SerializedValue.
- SerializedValueSerializer() - 类 的构造器org.apache.flink.runtime.rest.messages.json.SerializedValueSerializer
-
- SerializedValueSerializer(JavaType) - 类 的构造器org.apache.flink.runtime.rest.messages.json.SerializedValueSerializer
-
- serializeInputChannelStateHandle(InputChannelStateHandle, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeInputChannelStateHandle(InputChannelStateHandle, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeKeyedStateHandleUtil(KeyedStateHandle, DataOutputStream) - 类 中的静态方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeKeyGroup(int, byte[]) - 类 中的静态方法org.apache.flink.runtime.state.CompositeKeySerializationUtils
-
- serializeList(List<T>, TypeSerializer<T>) - 类 中的方法org.apache.flink.runtime.state.ListDelimitedSerializer
-
- serializeMasterState(MasterState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeMetadata(CheckpointMetadata, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeOperatorState(OperatorState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- serializeOperatorState(OperatorState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeOperatorState(OperatorState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeOperatorStateHandleUtil(OperatorStateHandle, DataOutputStream) - 类 中的静态方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeOrDiscard(StateObject) - 类 中的静态方法org.apache.flink.runtime.util.StateHandleStoreUtils
-
Serializes the passed
StateObject and discards the state in case of failure.
- serializer - 类 中的变量org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- serializer - 类 中的变量org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- serializer - 类 中的变量org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- Serializer() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.AggregatedMetricsResponseBody.Serializer
-
- Serializer() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.MetricCollectionResponseBody.Serializer
-
- Serializer() - 类 的构造器org.apache.flink.runtime.rest.messages.JobConfigInfo.Serializer
-
- Serializer() - 类 的构造器org.apache.flink.runtime.rest.messages.JobPlanInfo.RawJson.Serializer
-
- serializer1 - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- serializer2 - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- serializeRecord(DataOutputSerializer, IOReadableWritable) - 类 中的静态方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
- serializeResultSubpartitionStateHandle(ResultSubpartitionStateHandle, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeResultSubpartitionStateHandle(ResultSubpartitionStateHandle, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeStreamStateHandle(StreamStateHandle, DataOutputStream) - 类 中的静态方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeSubtaskState(OperatorSubtaskState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
- serializeSubtaskState(OperatorSubtaskState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV2V3SerializerBase
-
- serializeSubtaskState(OperatorSubtaskState, DataOutputStream) - 类 中的方法org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
- serializeTaskStateSnapshot(TaskStateSnapshot) - 类 中的静态方法org.apache.flink.runtime.checkpoint.TaskStateSnapshot
-
- serverAddress - 类 中的变量org.apache.flink.runtime.blob.AbstractBlobCache
-
- service - 类 中的变量org.apache.flink.runtime.jobmaster.slotpool.AbstractServiceConnectionManager
-
- ServiceConnectionManager<S> - org.apache.flink.runtime.jobmaster中的接口
-
Base interface for managers of services that are explicitly connected to / disconnected from.
- serviceName() - 接口 中的方法org.apache.flink.runtime.security.token.DelegationTokenProvider
-
Name of the service to provide delegation tokens.
- serviceName() - 类 中的方法org.apache.flink.runtime.security.token.HadoopFSDelegationTokenProvider
-
- SessionClusterEntrypoint - org.apache.flink.runtime.entrypoint中的类
-
Base class for session cluster entry points.
- SessionClusterEntrypoint(Configuration) - 类 的构造器org.apache.flink.runtime.entrypoint.SessionClusterEntrypoint
-
- SessionDispatcherFactory - org.apache.flink.runtime.dispatcher中的枚举
-
- SessionDispatcherLeaderProcess - org.apache.flink.runtime.dispatcher.runner中的类
-
Process which encapsulates the job recovery logic and life cycle management of a
Dispatcher.
- SessionDispatcherLeaderProcessFactory - org.apache.flink.runtime.dispatcher.runner中的类
-
- SessionDispatcherLeaderProcessFactory(AbstractDispatcherLeaderProcess.DispatcherGatewayServiceFactory, JobPersistenceComponentFactory, Executor, FatalErrorHandler) - 类 的构造器org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcessFactory
-
- SessionDispatcherLeaderProcessFactoryFactory - org.apache.flink.runtime.dispatcher.runner中的类
-
- SessionRestEndpointFactory - org.apache.flink.runtime.rest中的枚举
-
- set(int) - 类 中的方法org.apache.flink.runtime.operators.util.BitSet
-
Sets the bit at specified index.
- set(E) - 类 中的方法org.apache.flink.runtime.util.SingleElementIterator
-
Resets the element.
- setAccumulators(Map<String, Accumulator<?, ?>>) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
Update accumulators (discarded when the Execution has already been terminated).
- setAlignedCheckpointTimeout(long) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setAlignmentDurationNanos(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setAlignmentDurationNanos(CompletableFuture<Long>) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setAllocator(ByteBufAllocator) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the buffer allocator for use in netty.
- setAllocator(ByteBufAllocator) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setAllocator(ByteBufAllocator) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setAllocator(ByteBufAllocator) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setAllocator(ByteBufAllocator) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setAsyncDurationMillis(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setAsyncOperationsThreadPool(ExecutorService) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- setAsyncOperationsThreadPool(ExecutorService) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- setAttemptCount(JobVertexID, int, int) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultVertexAttemptNumberStore
-
- setAttemptCount(JobVertexID, int, int) - 接口 中的方法org.apache.flink.runtime.executiongraph.MutableVertexAttemptNumberStore
-
Sets the attempt count for the given subtask of the given vertex.
- setBitsLocation(MemorySegment, int) - 类 中的方法org.apache.flink.runtime.operators.util.BloomFilter
-
- setBlobServerAddress(InetSocketAddress) - 类 中的方法org.apache.flink.runtime.blob.AbstractBlobCache
-
- setBlobServerAddress(InetSocketAddress) - 类 中的方法org.apache.flink.runtime.blob.BlobCacheService
-
- setBlobServerAddress(InetSocketAddress) - 接口 中的方法org.apache.flink.runtime.blob.TaskExecutorBlobService
-
Sets the blob server address.
- setBroadcastGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastInputName(String, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastInputSerializer(TypeSerializerFactory<?>, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastVariable(String, BroadcastVariableMaterialization<?, ?>) - 类 中的方法org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- setBufferPool(BufferPool) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setBufferPoolSizeCheckIntervalMs(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setBufferRequestTimeout(Duration) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setByteChannelBufferHeader(Buffer, ByteBuffer) - 类 中的静态方法org.apache.flink.runtime.io.network.partition.BufferReaderWriterUtil
-
- setBytes(int, ByteBuf, int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, byte[], int, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, ByteBuffer) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, InputStream, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, ScatteringByteChannel, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytes(int, FileChannel, long, int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setBytesPersistedDuringAlignment(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setBytesPersistedOfThisCheckpoint(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setBytesProcessedDuringAlignment(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setBytesProcessedDuringAlignment(CompletableFuture<Long>) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setCancellerHandle(ScheduledFuture<?>) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Sets the handle for the canceller to this pending checkpoint.
- setChangelogStateBackendEnabled(TernaryBoolean) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- setChannelInfo(InputChannelInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- setChannelSelector(ChannelSelector<T>) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- setChannelStateWriter(ChannelStateWriter) - 接口 中的方法org.apache.flink.runtime.io.network.partition.ChannelStateHolder
-
- setChannelStateWriter(ChannelStateWriter) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
- setChannelStateWriter(ChannelStateWriter) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.RecoveredInputChannel
-
- setChannelStateWriter(ChannelStateWriter) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedResultPartition
-
- setChannelStateWriter(ChannelStateWriter) - 类 中的方法org.apache.flink.runtime.io.network.partition.PipelinedSubpartition
-
- setChannelStateWriter(ChannelStateWriter) - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- setCheckpointIdOfIgnoredInFlightData(long) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointInterval(long) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointRetentionPolicy(CheckpointRetentionPolicy) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setCheckpointStartDelayNanos(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setCheckpointStorageAccess(CheckpointStorageAccess) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- setCheckpointStorageAccess(CheckpointStorageAccess) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- setCheckpointTargetLocation(CheckpointStorageLocation) - 类 中的方法org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
- setCheckpointTimeout(long) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setClasspaths(List<URL>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the classpaths required to run the job on a task manager.
- setCleanUpInterval(Duration) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTrackerBuilder
-
Sets cleanUpInterval.
- setCommonBindAddress(String) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setCompressed(boolean) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Tags the buffer as compressed or uncompressed.
- setCompressed(boolean) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setCompressed(boolean) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setCompressed(boolean) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setCompressed(boolean) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setConfiguration(Configuration) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setContentTypeHeader(HttpResponse, File) - 类 中的静态方法org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Sets the content type header for the HTTP Response.
- setConvergenceCriterion(String, ConvergenceCriterion<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setCoordinator(ThreadInfoRequestCoordinator) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTrackerBuilder
-
Sets cleanUpInterval.
- setCoordinatorState(ByteStreamStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.FullyFinishedOperatorState
-
- setCoordinatorState(ByteStreamStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorState
-
- setCount(long) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
Sets the current checkpoint ID.
- setCount(long) - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- setCount(long) - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- setCount(long) - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- setCpuCores(CPUResource) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setCpuCores(double) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setCpuCores(double) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setCurrentKey(K) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- setCurrentKey(K) - 接口 中的方法org.apache.flink.runtime.state.heap.InternalKeyContext
-
Set current key of the context.
- setCurrentKey(K) - 类 中的方法org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- setCurrentKey(K) - 接口 中的方法org.apache.flink.runtime.state.KeyedStateBackend
-
Sets the current key that is used for partitioned state.
- setCurrentKeyGroupIndex(int) - 类 中的方法org.apache.flink.runtime.state.AbstractKeyedStateBackend
-
- setCurrentKeyGroupIndex(int) - 接口 中的方法org.apache.flink.runtime.state.heap.InternalKeyContext
-
Set current key group index of the context.
- setCurrentKeyGroupIndex(int) - 类 中的方法org.apache.flink.runtime.state.heap.InternalKeyContextImpl
-
- setCurrentNamespace(N) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setCurrentNamespace(N) - 接口 中的方法org.apache.flink.runtime.state.internal.InternalKvState
-
Sets the current namespace, which will be used when using the state access methods.
- setCurrentSendTimeGauge(Gauge<Long>) - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSinkWriterMetricGroup
-
- setDataType(Buffer.DataType) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the type of data this buffer represents.
- setDataType(Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setDataType(Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setDataType(Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setDataType(Buffer.DataType) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setDateAndCacheHeaders(HttpResponse, File) - 类 中的静态方法org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Sets the "date" and "cache" headers for the HTTP Response.
- setDateHeader(FullHttpResponse) - 类 中的静态方法org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
Sets the "date" header for the HTTP response.
- setDefaultValue(SV) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setDelayBetweenSamples(Duration) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTrackerBuilder
-
Sets delayBetweenSamples.
- setDownstreamSubtaskStateMapper(SubtaskStateMapper) - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverComparator(TypeComparatorFactory<?>, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverPairComparator(TypePairComparatorFactory<?, ?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverStrategy(DriverStrategy) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setEnableBusyTime(boolean) - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskIOMetricGroup
-
- setEnableCheckpointsAfterTasksFinish(boolean) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setEnabled(boolean) - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setEndOffsetExclusive(long) - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- setError(Throwable) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setExecutionConfig(ExecutionConfig) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the execution config.
- setExecutionConfig(ExecutionConfig) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setExtendedResource(ExternalResource) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
Add the given extended resource.
- setExtendedResource(ExternalResource) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
Add the given extended resource.
- setExtendedResources(Collection<ExternalResource>) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
Add the given extended resources.
- setExtendedResources(Collection<ExternalResource>) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
Add the given extended resources.
- setFailUnfulfillableRequest(boolean) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
Set
SlotManager whether to fail unfulfillable slot requests.
- setFailUnfulfillableRequest(boolean) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
- setFailUnfulfillableRequest(boolean) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
- setFailUnfulfillableRequest(boolean) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
- setField(TtlValue<T>, int, Object) - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- setFilehandlesDriver(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setFilehandlesInput(int, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setFormatDescription(OperatorID, String) - 类 中的方法org.apache.flink.runtime.jobgraph.InputOutputFormatVertex
-
- setForward(boolean) - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Sets whether the edge is forward edge.
- setFullStrategyNumBuffersTriggerSpillingRatio(float) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setFullStrategyReleaseBufferRatio(float) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setFullStrategyReleaseThreshold(float) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setFurtherPatitioning(boolean) - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- setGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setGlobalFailureCause(Throwable, long) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- setHaServices(MiniCluster.HaServices) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setHistorySize(int) - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setImplicitConvergenceCriterion(String, ConvergenceCriterion<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
Sets the default convergence criterion of a DeltaIteration
- setInitialState(JobManagerTaskRestore) - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
Sets the initial state for the execution.
- setInputAsynchronouslyMaterialized(int, boolean) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputCached(int, boolean) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputChannels(InputChannel...) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setInputChannelState(StateObjectCollection<InputChannelStateHandle>) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setInputComparator(TypeComparatorFactory<?>, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputLocalStrategy(int, LocalStrategy) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputRescalingDescriptor(InflightDataRescalingDescriptor) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setInputSerializer(TypeSerializerFactory<?>, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputSplitSource(InputSplitSource<?>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- setInstance(T) - 接口 中的方法org.apache.flink.runtime.plugable.DeserializationDelegate
-
- setInstance(T) - 类 中的方法org.apache.flink.runtime.plugable.NonReusingDeserializationDelegate
-
- setInstance(T) - 类 中的方法org.apache.flink.runtime.plugable.ReusingDeserializationDelegate
-
- setInstance(T) - 类 中的方法org.apache.flink.runtime.plugable.SerializationDelegate
-
- setInternalIndex(int) - 接口 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueElement
-
- setInternalTaskFailuresListener(InternalFailuresListener) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- setInternalTaskFailuresListener(InternalFailuresListener) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setInvokableClass(Class<? extends TaskInvokable>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- setIsCompacted(boolean) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridge
-
To set whether the underlying is currently restarting or not.
- setIsJobRestarting(boolean) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
Sets whether the underlying job is currently restarting or not.
- setIsSolutionSetUpdate() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsSolutionSetUpdateWithoutReprobe() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsWorksetIteration() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsWorksetUpdate() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadFinalOutputConfig(TaskConfig) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadIndexOfSyncOutput(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadPartialSolutionOrWorksetInputIndex(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadSolutionSetInputIndex(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationId(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterativeReader() - 类 中的方法org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- setIterativeReader() - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- setJobCheckpointingSettings(JobCheckpointingSettings) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setJobID(JobID) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the ID of the job.
- setJobId(JobID) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setJobName(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setJobStatusHooks(List<JobStatusHook>) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- setJobType(JobType) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- setJsonPlan(String) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- setJsonPlan(String) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setKeyAndKeyGroup(K, int) - 类 中的方法org.apache.flink.runtime.state.SerializedCompositeKeyBuilder
-
Sets the key and key-group as prefix.
- setKeyGroupOffset(int, long) - 类 中的方法org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
Sets the offset for the given key-group.
- setLastOutputCollector(Collector<OT>) - 类 中的方法org.apache.flink.runtime.operators.BatchTask
-
Sets the last output
Collector of the collector chain of this
BatchTask.
- setMainMailboxExecutor(MailboxExecutor) - 接口 中的方法org.apache.flink.runtime.execution.Environment
-
- setMainMailboxExecutor(MailboxExecutor) - 类 中的方法org.apache.flink.runtime.taskmanager.RuntimeEnvironment
-
- setManagedKeyedState(StateObjectCollection<KeyedStateHandle>) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setManagedKeyedState(KeyedStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setManagedMemory(MemorySize) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setManagedMemoryMB(int) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setManagedMemoryMB(int) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setManagedOperatorState(StateObjectCollection<OperatorStateHandle>) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setManagedOperatorState(OperatorStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setMaxBuffersReadAhead(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setMaxConcurrentCheckpoints(int) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setMaxOverdraftBuffersPerGate(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.MultipleRecordWriters
-
- setMaxOverdraftBuffersPerGate(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.NonRecordWriter
-
- setMaxOverdraftBuffersPerGate(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriterDelegate
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- setMaxOverdraftBuffersPerGate(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Sets the max overdraft buffer size of per gate.
- setMaxOverdraftBuffersPerGate(int) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- setMaxParallelism(int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- setMaxParallelism(int) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the maximum parallelism for the task.
- setMaxParallelism(int) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- setMaxParallelism(int) - 接口 中的方法org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Changes a given vertex's max parallelism property.
- setMaxThreadInfoDepth(int) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTrackerBuilder
-
Sets delayBetweenSamples.
- setMemorySegment(MemorySegment, int) - 类 中的方法org.apache.flink.runtime.operators.util.BitSet
-
- setMetaDataFollowsFlagInKey(byte[]) - 类 中的静态方法org.apache.flink.runtime.state.FullSnapshotUtil
-
- setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N, S>) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateTable
-
- setMetaInfo(RegisteredKeyValueStateBackendMetaInfo<N, S>) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- setMetricGroup(TaskIOMetricGroup) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriter
-
Sets the metric group for this RecordWriter.
- setMetricGroup(TaskIOMetricGroup) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
- setMetricGroup(TaskIOMetricGroup) - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- setMetricGroup(TaskIOMetricGroup) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- setMetricGroup(TaskIOMetricGroup) - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
- setMetricGroup(MetricGroup) - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setMinPauseBetweenCheckpoints(long) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setMoreAvailable(boolean) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.BufferOrEvent
-
- setMutableObjectMode(boolean) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setName(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the name of the vertex.
- setNamespace(N, TypeSerializer<N>) - 类 中的方法org.apache.flink.runtime.state.SerializedCompositeKeyBuilder
-
- setNamespaceSerializer(TypeSerializer<N>) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setNetworkMemory(MemorySize) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setNetworkMemoryMB(int) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setNetworkMemoryMB(int) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setNextBuffer(Buffer) - 接口 中的方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer
-
- setNextBuffer(Buffer) - 类 中的方法org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- setNumberOfIterations(int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setNumBuffers(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.BufferPool
-
Sets the current size of this buffer pool.
- setNumSamples(int) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTrackerBuilder
-
Sets numSamples.
- setNumSlots(int) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setNumSlotsPerTaskManager(int) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setNumTaskManagers(int) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setOperatorDescription(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- setOperatorLevelCachingDescription(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the operator-level caching description for this input.
- setOperatorName(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- setOperatorPrettyName(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- setOutputCollector(Collector<?>) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setOutputComparator(TypeComparatorFactory<?>, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputDataDistribution(DataDistribution, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputMetrics(HsOutputMetrics) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataManager
-
- setOutputMetrics(HsOutputMetrics) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsSubpartitionMemoryDataManager
-
- setOutputPartitioner(Partitioner<?>, int) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputRescalingDescriptor(InflightDataRescalingDescriptor) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setOutputSerializer(TypeSerializerFactory<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setParallelism(int) - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- setParallelism(int) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the parallelism for the task.
- setParallelism(int) - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroup
-
- setParallelism(int) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismInfo
-
- setParallelism(int) - 接口 中的方法org.apache.flink.runtime.scheduler.VertexParallelismInformation
-
Set a given vertex's parallelism property.
- setParallelismInfo(JobVertexID, VertexParallelismInformation) - 类 中的方法org.apache.flink.runtime.scheduler.DefaultVertexParallelismStore
-
- setParallelismInfo(JobVertexID, VertexParallelismInformation) - 接口 中的方法org.apache.flink.runtime.scheduler.MutableVertexParallelismStore
-
Sets the parallelism properties for the given vertex.
- setPartition(int, IntermediateResultPartition) - 类 中的方法org.apache.flink.runtime.executiongraph.IntermediateResult
-
- setPartitionNumber(int) - 类 中的方法org.apache.flink.runtime.operators.hash.InMemoryPartition
-
overwrites partition number and should only be used on compaction partition
- setPendingBytesGauge(Gauge<Long>) - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- setPendingRecordsGauge(Gauge<Long>) - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalSourceReaderMetricGroup
-
- setPreProcessingOperationName(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the name of the pre-processing operation for this input.
- setPreviousSerializerSnapshotForRestoredState(TypeSerializerSnapshot<T>) - 类 中的方法org.apache.flink.runtime.state.StateSerializerProvider
-
For restored state, set the state's previous serializer's snapshot.
- setRawKeyedState(StateObjectCollection<KeyedStateHandle>) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRawKeyedState(KeyedStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRawOperatorState(StateObjectCollection<OperatorStateHandle>) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRawOperatorState(OperatorStateHandle) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setReaderIndex(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the reader index of this buffer.
- setReaderIndex(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setReaderIndex(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setReaderIndex(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setReaderIndex(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setReadPosition(long) - 类 中的方法org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- setReadPosition(long) - 类 中的方法org.apache.flink.runtime.operators.hash.HashPartition
-
- setRegisteredAsAvailable(boolean) - 接口 中的方法org.apache.flink.runtime.io.network.NetworkSequenceViewReader
-
Updates the value to indicate whether the reader is enqueued in the pipeline or not.
- setRelativeBackChannelMemory(double) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeInputMaterializationMemory(int, double) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeMemoryDriver(double) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeMemoryInput(int, double) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeSolutionSetMemory(double) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setResourceProfile(ResourceProfile) - 类 中的方法org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- setResourceRequirements(ResourceCounter) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool
-
Sets the resource requirements to the given resourceRequirements.
- setResourceRequirements(ResourceCounter) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- setResources(ResourceSpec, ResourceSpec) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Sets the minimum and preferred resources for the task.
- setResultOptimizerProperties(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
- setResultSubpartitionState(StateObjectCollection<ResultSubpartitionStateHandle>) - 类 中的方法org.apache.flink.runtime.checkpoint.OperatorSubtaskState.Builder
-
- setRpcServiceSharing(RpcServiceSharing) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterConfiguration.Builder
-
- setSampleInterval(int) - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setSavepointRestoreSettings(SavepointRestoreSettings) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the savepoint restore settings.
- setSavepointRestoreSettings(SavepointRestoreSettings) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraphBuilder
-
- setSelectiveStrategySpillBufferRatio(float) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setSelectiveStrategySpillThreshold(float) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setShipStrategyName(String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobEdge
-
Sets the name of the ship strategy for the represented input.
- setSize(int) - 接口 中的方法org.apache.flink.runtime.io.network.buffer.Buffer
-
Sets the size of the written data, i.e. the writer index, of this buffer.
- setSize(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.CompositeBuffer
-
- setSize(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.FileRegionBuffer
-
- setSize(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.NetworkBuffer
-
- setSize(int) - 类 中的方法org.apache.flink.runtime.io.network.buffer.ReadOnlySlicedNetworkBuffer
-
- setSlotSharingGroup(SlotSharingGroup) - 类 中的方法org.apache.flink.runtime.jobgraph.JobVertex
-
Associates this vertex with a slot sharing group for scheduling.
- setSnapshotSettings(JobCheckpointingSettings) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the settings for asynchronous snapshots.
- setSolutionSetComparator(TypeComparatorFactory<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setSolutionSetSerializer(TypeSerializerFactory<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setSolutionSetUnmanaged(boolean) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setSpillingStrategyType(HybridShuffleConfiguration.SpillingStrategyType) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.Builder
-
- setSpillingThresholdDriver(float) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setSpillingThresholdInput(int, float) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setState(S, int) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap.StateMapEntry
-
- setStateHandle(String, byte[], int) - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore
-
- setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K, V>) - 接口 中的方法org.apache.flink.runtime.state.BackendWritableBroadcastState
-
- setStateMetaInfo(RegisteredBroadcastStateBackendMetaInfo<K, V>) - 类 中的方法org.apache.flink.runtime.state.HeapBroadcastState
-
- setStateMetaInfo(RegisteredOperatorStateBackendMetaInfo<S>) - 类 中的方法org.apache.flink.runtime.state.PartitionableListState
-
- setStateNameAsVariable(boolean) - 类 中的方法org.apache.flink.runtime.state.metrics.LatencyTrackingStateConfig.Builder
-
- setStateSerializer(TypeSerializer<S>) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- setStatsRefreshInterval(Duration) - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTrackerBuilder
-
Sets statsRefreshInterval.
- setStrictlyCoLocatedWith(JobVertex) - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setStubParameters(Configuration) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setStubWrapper(UserCodeWrapper<?>) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setSyncDurationMillis(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setTaskHeapMemory(MemorySize) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskHeapMemoryMB(int) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskHeapMemoryMB(int) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setTaskName(String) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- setTaskName(String) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setTaskOffHeapMemory(MemorySize) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskOffHeapMemoryMB(int) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile.Builder
-
- setTaskOffHeapMemoryMB(int) - 类 中的方法org.apache.flink.runtime.resourcemanager.WorkerResourceSpec.Builder
-
- setTimeout(long) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RecordWriterBuilder
-
- setTolerableCheckpointFailureNumber(int) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setTotalBytesPersisted(long) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setUnalignedCheckpoint(boolean) - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointMetricsBuilder
-
- setUnalignedCheckpointsEnabled(boolean) - 类 中的方法org.apache.flink.runtime.jobgraph.tasks.CheckpointCoordinatorConfiguration.CheckpointCoordinatorConfigurationBuilder
-
- setup(int) - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ChannelSelector
-
Initializes the channel selector with the number of output channels.
- setup() - 接口 中的方法org.apache.flink.runtime.io.network.api.writer.ResultPartitionWriter
-
Setup partition, potentially heavy-weight, blocking operation comparing to just creation.
- setup(int) - 类 中的方法org.apache.flink.runtime.io.network.api.writer.RoundRobinChannelSelector
-
- setup() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
Setup gate, potentially heavy-weight, blocking operation comparing to just creation.
- setup() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- setup() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.UnionInputGate
-
- setup() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataManager
-
Setup read buffer pool.
- setup() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Registers a buffer pool with this result partition.
- setup() - 类 中的方法org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
-
- setup() - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.operators.AbstractOuterJoinDriver
-
- setup(TaskContext<GroupCombineFunction<IN, OUT>, OUT>) - 类 中的方法org.apache.flink.runtime.operators.AllGroupCombineDriver
-
- setup(TaskContext<GroupReduceFunction<IT, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- setup(TaskContext<ReduceFunction<T>, T>) - 类 中的方法org.apache.flink.runtime.operators.AllReduceDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedAllReduceDriver
-
- setup(TaskConfig, String, Collector<OT>, AbstractInvokable, UserCodeClassLoader, ExecutionConfig, Map<String, Accumulator<?, ?>>) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.chaining.ChainedReduceCombineDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.CoGroupDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.CoGroupRawDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- setup(TaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- setup(TaskContext<CrossFunction<T1, T2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.CrossDriver
-
- setup(TaskContext<S, OT>) - 接口 中的方法org.apache.flink.runtime.operators.Driver
-
- setup(TaskContext<FlatMapFunction<IT, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.FlatMapDriver
-
- setup(TaskContext<GroupCombineFunction<IN, OUT>, OUT>) - 类 中的方法org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- setup(TaskContext<GroupReduceFunction<IT, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.GroupReduceDriver
-
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.JoinDriver
-
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- setup(TaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- setup(TaskContext<MapFunction<IT, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.MapDriver
-
- setup(TaskContext<MapPartitionFunction<IT, OT>, OT>) - 类 中的方法org.apache.flink.runtime.operators.MapPartitionDriver
-
- setup(AbstractInvokable) - 类 中的方法org.apache.flink.runtime.operators.NoOpChainedDriver
-
- setup(TaskContext<AbstractRichFunction, T>) - 类 中的方法org.apache.flink.runtime.operators.NoOpDriver
-
- setup(TaskContext<ReduceFunction<T>, T>) - 类 中的方法org.apache.flink.runtime.operators.ReduceCombineDriver
-
- setup(TaskContext<ReduceFunction<T>, T>) - 类 中的方法org.apache.flink.runtime.operators.ReduceDriver
-
- setup(int) - 类 中的方法org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- setup(TaskContext<Function, T>) - 类 中的方法org.apache.flink.runtime.operators.UnionWithTempOperator
-
- setup() - 类 中的方法org.apache.flink.runtime.taskmanager.InputGateWithMetrics
-
- setupChannels() - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
Assign the exclusive buffers to all remote input channels directly for credit-based mode.
- setupInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
- setupInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsResultPartition
-
- setupInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartition
-
Do the subclass's own setup operation.
- setupInternal() - 类 中的方法org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- setupPartitionsAndGates(ResultPartitionWriter[], InputGate[]) - 类 中的静态方法org.apache.flink.runtime.taskmanager.Task
-
- setUpstreamSubtaskStateMapper(SubtaskStateMapper) - 类 中的方法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>) - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- setUseLargeRecordHandler(boolean) - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setUserArtifactBlobKey(String, PermanentBlobKey) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- setUserArtifactRemotePath(String, String) - 类 中的方法org.apache.flink.runtime.jobgraph.JobGraph
-
- setValue(byte[]) - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- setValueSerializer(TypeSerializer<SV>) - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapState
-
- setWaitForSolutionSetUpdate() - 类 中的方法org.apache.flink.runtime.operators.util.TaskConfig
-
- setWritePosition(long) - 类 中的方法org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- SharedStateRegistry - 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 - org.apache.flink.runtime.state中的接口
-
- SharedStateRegistryImpl - org.apache.flink.runtime.state中的类
-
- SharedStateRegistryImpl() - 类 的构造器org.apache.flink.runtime.state.SharedStateRegistryImpl
-
Default uses direct executor to delete unreferenced state
- SharedStateRegistryImpl(Executor) - 类 的构造器org.apache.flink.runtime.state.SharedStateRegistryImpl
-
- SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister - org.apache.flink.runtime.state中的类
-
An object with empty discardState for registering.
- SharedStateRegistryKey - 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) - 类 的构造器org.apache.flink.runtime.state.SharedStateRegistryKey
-
- SharedStateRegistryKey(String) - 类 的构造器org.apache.flink.runtime.state.SharedStateRegistryKey
-
- ShipStrategyType - 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() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- shouldBeDiscardedOnShutdown(JobStatus) - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- shouldBeDiscardedOnSubsume() - 类 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpoint
-
- shouldDrain() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- shouldDrain() - 类 中的方法org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- shouldExitJvmOnOutOfMemoryError() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerConfiguration
-
- shouldExitJvmOnOutOfMemoryError() - 接口 中的方法org.apache.flink.runtime.taskmanager.TaskManagerRuntimeInfo
-
Checks whether the TaskManager should exit the JVM when the task thread throws an
OutOfMemoryError.
- shouldIgnoreEndOfInput() - 类 中的方法org.apache.flink.runtime.checkpoint.SavepointType
-
- shouldIncludeFinished() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- shouldIncludeRunning() - 类 中的方法org.apache.flink.runtime.messages.webmonitor.RequestJobDetails
-
- SHUFFLE_SERVICE_FACTORY_CLASS - 类 中的静态变量org.apache.flink.runtime.shuffle.ShuffleServiceOptions
-
The full class name of the shuffle service factory implementation to be used by the cluster.
- ShuffleDescriptor - org.apache.flink.runtime.shuffle中的接口
-
Interface for shuffle deployment descriptor of result partition resource.
- ShuffleEnvironment<P extends ResultPartitionWriter,G extends IndexedInputGate> - org.apache.flink.runtime.shuffle中的接口
-
Interface for the implementation of shuffle service local environment.
- ShuffleEnvironmentContext - org.apache.flink.runtime.shuffle中的类
-
- ShuffleEnvironmentContext(Configuration, ResourceID, MemorySize, boolean, InetAddress, int, String[], TaskEventPublisher, MetricGroup, Executor) - 类 的构造器org.apache.flink.runtime.shuffle.ShuffleEnvironmentContext
-
- ShuffleIOOwnerContext - 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) - 类 的构造器org.apache.flink.runtime.shuffle.ShuffleIOOwnerContext
-
- ShuffleMaster<T extends ShuffleDescriptor> - org.apache.flink.runtime.shuffle中的接口
-
Intermediate result partition registry to use in
JobMaster.
- ShuffleMasterContext - org.apache.flink.runtime.shuffle中的接口
-
- ShuffleMasterContextImpl - org.apache.flink.runtime.shuffle中的类
-
- ShuffleMasterContextImpl(Configuration, FatalErrorHandler) - 类 的构造器org.apache.flink.runtime.shuffle.ShuffleMasterContextImpl
-
- ShuffleServiceFactory<SD extends ShuffleDescriptor,P extends ResultPartitionWriter,G extends IndexedInputGate> - org.apache.flink.runtime.shuffle中的接口
-
Interface for shuffle service factory implementations.
- ShuffleServiceLoader - org.apache.flink.runtime.shuffle中的枚举
-
- ShuffleServiceOptions - org.apache.flink.runtime.shuffle中的类
-
Options to configure shuffle service.
- ShuffleUtils - org.apache.flink.runtime.shuffle中的类
-
Common utility methods for shuffle service.
- shutdown(JobStatus, CheckpointsCleaner) - 类 中的方法org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
-
- shutdown() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
Shuts down the checkpoint coordinator.
- shutdown(JobStatus) - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
- shutdown(JobStatus, CheckpointsCleaner) - 接口 中的方法org.apache.flink.runtime.checkpoint.CompletedCheckpointStore
-
Shuts down the store.
- shutdown(JobStatus, CheckpointsCleaner) - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
- shutdown(JobStatus) - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- shutdown(JobStatus, CheckpointsCleaner) - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultCompletedCheckpointStore
-
- shutdown(JobStatus, CheckpointsCleaner) - 类 中的方法org.apache.flink.runtime.checkpoint.EmbeddedCompletedCheckpointStore
-
- shutdown(JobStatus) - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- shutdown(JobStatus, CheckpointsCleaner) - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- shutdown(JobStatus) - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- shutdown() - 类 中的方法org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- shutdown() - 接口 中的方法org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Shuts the library cache manager down.
- shutdown() - 类 中的方法org.apache.flink.runtime.filecache.FileCache
-
Shuts down the file cache by cancelling all.
- shutdown() - 类 中的方法org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService
-
Shuts down this leader election service.
- shutdown() - 接口 中的方法org.apache.flink.runtime.io.network.ConnectionManager
-
- shutdown() - 类 中的方法org.apache.flink.runtime.io.network.LocalConnectionManager
-
- shutdown() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- shutdown() - 类 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionManager
-
- shutdown() - 类 中的方法org.apache.flink.runtime.jobmaster.JobManagerSharedServices
-
- shutdown() - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Shuts the memory manager down, trying to release all the memory it managed.
- shutdown() - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Shuts down this registry and the associated MetricReporter.
- shutdown() - 类 中的方法org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- shutdown() - 接口 中的方法org.apache.flink.runtime.query.KvStateServer
-
Shuts down the server and all related thread pools.
- shutdown(Time) - 类 中的方法org.apache.flink.runtime.rest.RestClient
-
- shutdown() - 类 中的方法org.apache.flink.runtime.state.TaskExecutorLocalStateStoresManager
-
- shutdown() - 类 中的方法org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- shutdown() - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- shutDown() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerServices
-
- shutdown() - 类 中的方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
- shutDown() - 接口 中的方法org.apache.flink.runtime.webmonitor.stats.JobVertexStatsTracker
-
- shutDown() - 类 中的方法org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator
-
Shuts down the coordinator.
- shutDown() - 类 中的方法org.apache.flink.runtime.webmonitor.threadinfo.JobVertexThreadInfoTracker
-
- shutdownCaches() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherOperationCaches
-
- shutDownCluster() - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- shutDownCluster(ApplicationStatus) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- shutDownCluster(ApplicationStatus) - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherGateway
-
- shutDownCluster() - 接口 中的方法org.apache.flink.runtime.webmonitor.RestfulGateway
-
- shutdownExecutorForcefully(ExecutorService, Duration) - 类 中的静态方法org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Shutdown the given executor forcefully within the given timeout.
- shutdownExecutorForcefully(ExecutorService, Duration, boolean) - 类 中的静态方法org.apache.flink.runtime.operators.coordination.ComponentClosingUtils
-
Shutdown the given executor forcefully within the given timeout.
- shutDownFuture - 类 中的变量org.apache.flink.runtime.dispatcher.Dispatcher
-
- ShutdownHandler - 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>) - 类 的构造器org.apache.flink.runtime.rest.handler.cluster.ShutdownHandler
-
- ShutdownHeaders - org.apache.flink.runtime.rest.messages.cluster中的类
-
- ShutdownHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.cluster.ShutdownHeaders
-
- shutdownHook - 类 中的变量org.apache.flink.runtime.blob.AbstractBlobCache
-
Shutdown hook thread to ensure deletion of the local storage directory.
- shutDownInternal() - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint
-
- shutDownInternal() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
Stops this REST server endpoint.
- shutDownInternal() - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- shutdownRequested - 类 中的变量org.apache.flink.runtime.blob.AbstractBlobCache
-
- SignalHandler - org.apache.flink.runtime.util中的类
-
This signal handler / signal logger is based on Apache Hadoop's
org.apache.hadoop.util.SignalLogger.
- SignalHandler() - 类 的构造器org.apache.flink.runtime.util.SignalHandler
-
- signalNoMoreSplits(int) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- signalTermination() - 类 中的方法org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- SimpleCloseableInputProvider<E> - org.apache.flink.runtime.operators.util中的类
-
A simple iterator provider that returns a supplied iterator and does nothing when closed.
- SimpleCloseableInputProvider(MutableObjectIterator<E>) - 类 的构造器org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
Creates a new simple input provider that will return the given iterator.
- SimpleCollectingOutputView - 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) - 类 的构造器org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- SimpleExecutionSlotAllocator - org.apache.flink.runtime.scheduler中的类
-
- SimpleExecutionSlotAllocator.Factory - org.apache.flink.runtime.scheduler中的类
-
- SimpleInitializeOnMasterContext - org.apache.flink.runtime.executiongraph中的类
-
A simple pojo based implementation of JobVertex.InitializeOnMasterContext.
- SimpleInitializeOnMasterContext(ClassLoader, int) - 类 的构造器org.apache.flink.runtime.executiongraph.SimpleInitializeOnMasterContext
-
- SimpleIterable(IN, MutableObjectIterator<IN>) - 类 的构造器org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable
-
- SimpleIterator(IN, MutableObjectIterator<IN>) - 类 的构造器org.apache.flink.runtime.operators.CoGroupRawDriver.SimpleIterable.SimpleIterator
-
- SimpleRequestSlotMatchingStrategy - 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) - 类 的构造器org.apache.flink.runtime.state.StateEntry.SimpleStateEntry
-
- SingleElementIterator<E> - org.apache.flink.runtime.util中的类
-
An
Iterator that contains only a single element.
- SingleElementIterator() - 类 的构造器org.apache.flink.runtime.util.SingleElementIterator
-
- SingleInputGate - 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, SubpartitionIndexRange, int, PartitionProducerStateProvider, SupplierWithException<BufferPool, IOException>, BufferDecompressor, MemorySegmentProvider, int, ThroughputCalculator, BufferDebloater) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.SingleInputGate
-
- SingleInputGateFactory - org.apache.flink.runtime.io.network.partition.consumer中的类
-
- SingleInputGateFactory(ResourceID, NettyShuffleEnvironmentConfiguration, ConnectionManager, ResultPartitionManager, TaskEventPublisher, NetworkBufferPool) - 类 的构造器org.apache.flink.runtime.io.network.partition.consumer.SingleInputGateFactory
-
- SingleInputGateFactory.ChannelStatistics - org.apache.flink.runtime.io.network.partition.consumer中的类
-
Statistics of input channels.
- SingleJobJobGraphStore - org.apache.flink.runtime.dispatcher中的类
-
- SingleJobJobGraphStore(JobGraph) - 类 的构造器org.apache.flink.runtime.dispatcher.SingleJobJobGraphStore
-
- SingleLogicalSlot - org.apache.flink.runtime.jobmaster.slotpool中的类
-
- SingleLogicalSlot(SlotRequestId, SlotContext, Locality, SlotOwner) - 类 的构造器org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- SingleLogicalSlot(SlotRequestId, SlotContext, Locality, SlotOwner, boolean) - 类 的构造器org.apache.flink.runtime.jobmaster.slotpool.SingleLogicalSlot
-
- SingleRecordWriter<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.writer中的类
-
The specific delegate implementation for the single output case.
- SingleRecordWriter(RecordWriter<T>) - 类 的构造器org.apache.flink.runtime.io.network.api.writer.SingleRecordWriter
-
- singleton(T) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- singletonOrEmpty(T) - 类 中的静态方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- SIZE - 类 中的静态变量org.apache.flink.runtime.blob.BlobKey
-
Size of the internal BLOB key in bytes.
- size() - 类 中的方法org.apache.flink.runtime.checkpoint.StateObjectCollection
-
- size() - 类 中的方法org.apache.flink.runtime.deployment.SubpartitionIndexRange
-
- size() - 类 中的方法org.apache.flink.runtime.dispatcher.DefaultJobManagerRunnerRegistry
-
- size() - 接口 中的方法org.apache.flink.runtime.dispatcher.ExecutionGraphInfoStore
-
- size() - 类 中的方法org.apache.flink.runtime.dispatcher.FileExecutionGraphInfoStore
-
- size() - 接口 中的方法org.apache.flink.runtime.dispatcher.JobManagerRunnerRegistry
-
- size() - 类 中的方法org.apache.flink.runtime.dispatcher.MemoryExecutionGraphInfoStore
-
- size() - 类 中的方法org.apache.flink.runtime.dispatcher.OnMainThreadJobManagerRunnerRegistry
-
- size() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
Returns the number of priority and non-priority elements.
- size() - 类 中的方法org.apache.flink.runtime.metrics.DescriptiveStatisticsHistogramStatistics
-
- size() - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- size() - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the number of elements in the sortable.
- size() - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- size() - 类 中的方法org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size() - 类 中的方法org.apache.flink.runtime.rest.handler.legacy.DefaultExecutionGraphCache
-
- size() - 接口 中的方法org.apache.flink.runtime.rest.handler.legacy.ExecutionGraphCache
-
Gets the number of cache entries.
- size() - 类 中的方法org.apache.flink.runtime.rest.handler.router.Router
-
Returns the number of routes in this router.
- SIZE - 类 中的静态变量org.apache.flink.runtime.rest.messages.LogInfo
-
- size() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.forwardgroup.ForwardGroup
-
- size() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumedPartitionGroup
-
- size() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
- SIZE - 类 中的静态变量org.apache.flink.runtime.scheduler.strategy.ExecutionVertexID
-
The size of the ID in byte.
- size() - 类 中的方法org.apache.flink.runtime.state.changelog.SequenceNumberRange.GenericSequenceNumberRange
-
- size() - 接口 中的方法org.apache.flink.runtime.state.changelog.SequenceNumberRange
-
- size - 类 中的变量org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
The current size of the priority queue.
- size() - 类 中的方法org.apache.flink.runtime.state.heap.AbstractHeapPriorityQueue
-
- size() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- size() - 类 中的方法org.apache.flink.runtime.state.heap.KeyGroupPartitionedPriorityQueue
-
- size() - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
Returns the total number of entries in this
StateMap.
- size() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
Returns the total number of entries in this
StateTable.
- size() - 接口 中的方法org.apache.flink.runtime.state.InternalPriorityQueue
-
Returns the number of elements in this set.
- size() - 类 中的方法org.apache.flink.runtime.util.BoundedFIFOQueue
-
Returns the number of currently stored elements.
- size() - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- size() - 类 中的方法org.apache.flink.runtime.util.IntArrayList
-
- size() - 类 中的方法org.apache.flink.runtime.util.LongArrayList
-
- sizeLimit - 类 中的变量org.apache.flink.runtime.blob.BlobCacheSizeTracker
-
- sizeOfNamespace(Object) - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- sizeOfNamespace(Object) - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
- sizeOfNamespace(Object) - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- skip(long) - 类 中的方法org.apache.flink.runtime.state.BoundedInputStream
-
- skip(long) - 类 中的方法org.apache.flink.runtime.util.ForwardingInputStream
-
- skipBytes(int) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- skipBytesToRead(int) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedInputView
-
- skipBytesToWrite(int) - 类 中的方法org.apache.flink.runtime.memory.AbstractPagedOutputView
-
- SlotActions - org.apache.flink.runtime.taskexecutor.slot中的接口
-
- SlotAllocationException - org.apache.flink.runtime.taskexecutor.exceptions中的异常错误
-
Exception indicating that the slot allocation on the task manager failed.
- SlotAllocationException(String) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
- SlotAllocationException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
- SlotAllocationException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
- SlotAllocationSnapshot - org.apache.flink.runtime.taskexecutor.slot中的类
-
Model to save local slot allocation info.
- SlotAllocationSnapshot(SlotID, JobID, String, AllocationID, ResourceProfile) - 类 的构造器org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
- SlotAllocationSnapshotPersistenceService - org.apache.flink.runtime.taskexecutor.slot中的接口
-
- SlotAllocator - org.apache.flink.runtime.scheduler.adaptive.allocator中的接口
-
Component for calculating the slot requirements and mapping of vertices to slots.
- SlotContext - org.apache.flink.runtime.jobmaster中的接口
-
- SlotID - org.apache.flink.runtime.clusterframework.types中的类
-
Unique identifier for a slot on a TaskManager.
- SlotID(ResourceID, int) - 类 的构造器org.apache.flink.runtime.clusterframework.types.SlotID
-
- slotIdleTimeout - 类 中的变量org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- SlotInfo - org.apache.flink.runtime.jobmaster中的接口
-
Interface that provides basic information in the context of a slot.
- SlotInfo - org.apache.flink.runtime.rest.messages.taskmanager中的类
-
- SlotInfo(JobID, ResourceProfileInfo) - 类 的构造器org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- SlotInfo(JobID, ResourceProfile) - 类 的构造器org.apache.flink.runtime.rest.messages.taskmanager.SlotInfo
-
- SlotInfoAndResources(SlotInfo, ResourceProfile, double) - 类 的构造器org.apache.flink.runtime.jobmaster.slotpool.SlotSelectionStrategy.SlotInfoAndResources
-
- SlotInfoWithUtilization - org.apache.flink.runtime.jobmaster.slotpool中的类
-
Container for
SlotInfo and the task executors utilization (freeSlots /
totalOfferedSlots).
- SlotManager - 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.
- SlotManagerConfiguration - org.apache.flink.runtime.resourcemanager.slotmanager中的类
-
- SlotManagerConfiguration(Time, Time, Time, Duration, boolean, SlotMatchingStrategy, WorkerResourceSpec, int, int, CPUResource, MemorySize, int) - 类 的构造器org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerConfiguration
-
- SlotManagerException - org.apache.flink.runtime.resourcemanager.slotmanager中的异常错误
-
- SlotManagerException(String) - 异常错误 的构造器org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- SlotManagerException(String, Throwable) - 异常错误 的构造器org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- SlotManagerException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerException
-
- SlotManagerMetricGroup - org.apache.flink.runtime.metrics.groups中的类
-
Metric group which is used by the
SlotManager to register metrics.
- SlotManagerUtils - org.apache.flink.runtime.resourcemanager.slotmanager中的类
-
- SlotManagerUtils() - 类 的构造器org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerUtils
-
- SlotMatchingStrategy - org.apache.flink.runtime.resourcemanager.slotmanager中的接口
-
Strategy how to find a matching slot.
- SlotNotActiveException - org.apache.flink.runtime.taskexecutor.slot中的异常错误
-
Exception indicating that the given
TaskSlot was not in state active.
- SlotNotActiveException(JobID, AllocationID) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.slot.SlotNotActiveException
-
- SlotNotFoundException - org.apache.flink.runtime.taskexecutor.slot中的异常错误
-
Exception indicating that a
TaskSlot could not be found.
- SlotNotFoundException(AllocationID) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
-
- SlotNotFoundException(String) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
-
- SlotOccupiedException - org.apache.flink.runtime.taskexecutor.exceptions中的异常错误
-
Exception which signals that a slot is already occupied by the given
AllocationID.
- SlotOccupiedException(String, AllocationID, JobID) - 异常错误 的构造器org.apache.flink.runtime.taskexecutor.exceptions.SlotOccupiedException
-
- SlotOffer - org.apache.flink.runtime.taskexecutor.slot中的类
-
Describe the slot offering to job manager provided by task manager.
- SlotOffer(AllocationID, int, ResourceProfile) - 类 的构造器org.apache.flink.runtime.taskexecutor.slot.SlotOffer
-
- SlotOwner - org.apache.flink.runtime.jobmaster中的接口
-
Interface for components that hold slots and to which slots get released / recycled.
- slotPool - 类 中的变量org.apache.flink.runtime.jobmaster.slotpool.DefaultDeclarativeSlotPool
-
- SlotPool - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
The Interface of a slot pool that manages slots.
- SlotPoolService - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
Service used by the
JobMaster to manage a slot pool.
- SlotPoolServiceFactory - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
- SlotPoolServiceSchedulerFactory - org.apache.flink.runtime.jobmaster中的接口
-
- SlotProfile - org.apache.flink.runtime.clusterframework.types中的类
-
A slot profile describes the profile of a slot into which a task wants to be scheduled.
- SlotReport - 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() - 类 的构造器org.apache.flink.runtime.taskexecutor.SlotReport
-
- SlotReport(SlotStatus) - 类 的构造器org.apache.flink.runtime.taskexecutor.SlotReport
-
- SlotReport(Collection<SlotStatus>) - 类 的构造器org.apache.flink.runtime.taskexecutor.SlotReport
-
- SlotRequestId - org.apache.flink.runtime.jobmaster中的类
-
- SlotRequestId(long, long) - 类 的构造器org.apache.flink.runtime.jobmaster.SlotRequestId
-
- SlotRequestId() - 类 的构造器org.apache.flink.runtime.jobmaster.SlotRequestId
-
- SlotSelectionStrategy - org.apache.flink.runtime.jobmaster.slotpool中的接口
-
Interface for slot selection strategies.
- SlotSelectionStrategy.SlotInfoAndLocality - org.apache.flink.runtime.jobmaster.slotpool中的类
-
- SlotSelectionStrategy.SlotInfoAndResources - org.apache.flink.runtime.jobmaster.slotpool中的类
-
- SlotSelectionStrategyUtils - org.apache.flink.runtime.util中的类
-
- SlotSharingExecutionSlotAllocatorFactory - org.apache.flink.runtime.scheduler中的类
-
Factory for SlotSharingExecutionSlotAllocator.
- SlotSharingExecutionSlotAllocatorFactory(PhysicalSlotProvider, boolean, PhysicalSlotRequestBulkChecker, Time) - 类 的构造器org.apache.flink.runtime.scheduler.SlotSharingExecutionSlotAllocatorFactory
-
- SlotSharingGroup - 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() - 类 的构造器org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- SlotSharingGroupId - org.apache.flink.runtime.instance中的类
-
- SlotSharingGroupId(long, long) - 类 的构造器org.apache.flink.runtime.instance.SlotSharingGroupId
-
- SlotSharingGroupId() - 类 的构造器org.apache.flink.runtime.instance.SlotSharingGroupId
-
- SlotSharingSlotAllocator - org.apache.flink.runtime.scheduler.adaptive.allocator中的类
-
- SlotStatus - org.apache.flink.runtime.taskexecutor中的类
-
This describes the slot current status which located in TaskManager.
- SlotStatus(SlotID, ResourceProfile) - 类 的构造器org.apache.flink.runtime.taskexecutor.SlotStatus
-
- SlotStatus(SlotID, ResourceProfile, JobID, AllocationID) - 类 的构造器org.apache.flink.runtime.taskexecutor.SlotStatus
-
- SlotStatusSyncer - org.apache.flink.runtime.resourcemanager.slotmanager中的接口
-
Syncer for slot status.
- SlowTaskDetector - org.apache.flink.runtime.scheduler.slowtaskdetector中的接口
-
Component responsible for detecting slow tasks.
- SlowTaskDetectorListener - org.apache.flink.runtime.scheduler.slowtaskdetector中的接口
-
Component responsible for listening on slow tasks.
- SnappyStreamCompressionDecorator - org.apache.flink.runtime.state中的类
-
This implementation decorates the stream with snappy compression.
- SnappyStreamCompressionDecorator() - 类 的构造器org.apache.flink.runtime.state.SnappyStreamCompressionDecorator
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - 类 中的方法org.apache.flink.runtime.state.DefaultOperatorStateBackend
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyedStateBackend
-
- snapshot() - 类 中的方法org.apache.flink.runtime.state.RegisteredBroadcastStateBackendMetaInfo
-
- snapshot() - 类 中的方法org.apache.flink.runtime.state.RegisteredKeyValueStateBackendMetaInfo
-
- snapshot() - 类 中的方法org.apache.flink.runtime.state.RegisteredOperatorStateBackendMetaInfo
-
- snapshot() - 类 中的方法org.apache.flink.runtime.state.RegisteredPriorityQueueStateBackendMetaInfo
-
- snapshot() - 类 中的方法org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - 接口 中的方法org.apache.flink.runtime.state.Snapshotable
-
- snapshot(long, long, CheckpointStreamFactory, CheckpointOptions) - 类 中的方法org.apache.flink.runtime.state.SnapshotStrategyRunner
-
- Snapshotable<S extends StateObject> - org.apache.flink.runtime.state中的接口
-
Interface for objects that can snapshot its state (state backends currently).
- snapshotCloseableRegistry - 类 中的变量org.apache.flink.runtime.state.AsyncSnapshotCallable
-
Registers streams that can block in I/O during snapshot.
- snapshotConfiguration() - 类 中的方法org.apache.flink.runtime.state.ArrayListSerializer
-
- snapshotConfiguration() - 类 中的方法org.apache.flink.runtime.state.JavaSerializer
-
- snapshotConfiguration() - 类 中的方法org.apache.flink.runtime.state.ttl.TtlStateFactory.TtlSerializer
-
- snapshotConfiguration() - 类 中的方法org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- SnapshotDirectory - org.apache.flink.runtime.state中的类
-
This class represents a directory that is the target for a state snapshot.
- SnapshotExecutionType - org.apache.flink.runtime.state中的枚举
-
Determines how the write-part of a snapshot should be executed.
- SnapshotResources - 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> - 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> - org.apache.flink.runtime.state中的接口
-
Interface for different snapshot approaches in state backends.
- SnapshotStrategy.SnapshotResultSupplier<S extends StateObject> - 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> - org.apache.flink.runtime.state中的类
-
- SnapshotStrategyRunner(String, SnapshotStrategy<T, SR>, CloseableRegistry, SnapshotExecutionType) - 类 的构造器org.apache.flink.runtime.state.SnapshotStrategyRunner
-
- SnapshotType - org.apache.flink.runtime.checkpoint中的接口
-
The type of checkpoint to perform.
- SnapshotType.SharingFilesStrategy - org.apache.flink.runtime.checkpoint中的枚举
-
Defines what files can be shared across snapshots.
- SolutionSetBroker - org.apache.flink.runtime.iterative.concurrent中的类
-
Used to hand over the hash-join from the iteration head to the solution-set match.
- SolutionSetFastUpdateOutputCollector<T> - org.apache.flink.runtime.iterative.io中的类
-
A Collector to update the solution set of a workset iteration.
- SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>) - 类 的构造器org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, Collector<T>) - 类 的构造器org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- SolutionSetObjectsUpdateOutputCollector<T> - org.apache.flink.runtime.iterative.io中的类
-
A Collector to update the solution set of a workset iteration.
- SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>) - 类 的构造器org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>, Collector<T>) - 类 的构造器org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- SolutionSetUpdateBarrier - org.apache.flink.runtime.iterative.concurrent中的类
-
- SolutionSetUpdateBarrier() - 类 的构造器org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
-
- SolutionSetUpdateBarrierBroker - org.apache.flink.runtime.iterative.concurrent中的类
-
- SolutionSetUpdateOutputCollector<T> - org.apache.flink.runtime.iterative.io中的类
-
A Collector to update the solution set of a workset iteration.
- SolutionSetUpdateOutputCollector(CompactingHashTable<T>) - 类 的构造器org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- SolutionSetUpdateOutputCollector(CompactingHashTable<T>, Collector<T>) - 类 的构造器org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- sort(IndexedSortable, int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.HeapSort
-
- sort(IndexedSortable) - 类 中的方法org.apache.flink.runtime.operators.sort.HeapSort
-
- sort(IndexedSortable, int, int) - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSorter
-
Sort the items accessed through the given IndexedSortable over the given range of logical
indices.
- sort(IndexedSortable) - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSorter
-
- sort(IndexedSortable, int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.QuickSort
-
Sort the given range of items using quick sort.
- sort(IndexedSortable) - 类 中的方法org.apache.flink.runtime.operators.sort.QuickSort
-
- SortBasedDataBuffer - org.apache.flink.runtime.io.network.partition中的类
-
A
DataBuffer implementation which sorts all appended records only by subpartition index.
- SortBasedDataBuffer(LinkedList<MemorySegment>, BufferRecycler, int, int, int, int[]) - 类 的构造器org.apache.flink.runtime.io.network.partition.SortBasedDataBuffer
-
- sortBuffers(int) - 类 中的方法org.apache.flink.runtime.operators.sort.ExternalSorterBuilder
-
- Sorter<E> - org.apache.flink.runtime.operators.sort中的接口
-
The SortMerger interface representing the public interface to all specific Sort-Merge
implementations.
- sorterFactory(InMemorySorterFactory<T>) - 类 中的方法org.apache.flink.runtime.operators.sort.ExternalSorterBuilder
-
- SortMergeResultPartition - org.apache.flink.runtime.io.network.partition中的类
-
- SortMergeResultPartition(String, int, ResultPartitionID, ResultPartitionType, int, int, BatchShuffleReadBufferPool, Executor, ResultPartitionManager, String, BufferCompressor, SupplierWithException<BufferPool, IOException>) - 类 的构造器org.apache.flink.runtime.io.network.partition.SortMergeResultPartition
-
- sortShuffleMinBuffers() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- sortShuffleMinParallelism() - 类 中的方法org.apache.flink.runtime.taskmanager.NettyShuffleEnvironmentConfiguration
-
- SOURCE_IDLE_TIME - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- SourceCoordinator<SplitT extends org.apache.flink.api.connector.source.SourceSplit,EnumChkT> - org.apache.flink.runtime.source.coordinator中的类
-
- SourceCoordinator(String, Source<?, SplitT, EnumChkT>, SourceCoordinatorContext<SplitT>, CoordinatorStore) - 类 的构造器org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- SourceCoordinator(String, Source<?, SplitT, EnumChkT>, SourceCoordinatorContext<SplitT>, CoordinatorStore, WatermarkAlignmentParams, String) - 类 的构造器org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- SourceCoordinatorContext<SplitT extends org.apache.flink.api.connector.source.SourceSplit> - org.apache.flink.runtime.source.coordinator中的类
-
- SourceCoordinatorContext(SourceCoordinatorProvider.CoordinatorExecutorThreadFactory, int, OperatorCoordinator.Context, SimpleVersionedSerializer<SplitT>, boolean) - 类 的构造器org.apache.flink.runtime.source.coordinator.SourceCoordinatorContext
-
- SourceCoordinatorProvider<SplitT extends org.apache.flink.api.connector.source.SourceSplit> - org.apache.flink.runtime.source.coordinator中的类
-
- SourceCoordinatorProvider(String, OperatorID, Source<?, SplitT, ?>, int, WatermarkAlignmentParams, String) - 类 的构造器org.apache.flink.runtime.source.coordinator.SourceCoordinatorProvider
-
- SourceCoordinatorProvider.CoordinatorExecutorThreadFactory - org.apache.flink.runtime.source.coordinator中的类
-
A thread factory class that provides some helper methods.
- SourceCoordinatorSerdeUtils - org.apache.flink.runtime.source.coordinator中的类
-
- SourceEventWrapper - org.apache.flink.runtime.source.event中的类
-
A wrapper operator event that contains a custom defined operator event.
- SourceEventWrapper(SourceEvent) - 类 的构造器org.apache.flink.runtime.source.event.SourceEventWrapper
-
- SpeculativeExecutionJobVertex - org.apache.flink.runtime.executiongraph中的类
-
The ExecutionJobVertex which supports speculative execution.
- SpeculativeExecutionJobVertex(InternalExecutionGraphAccessor, JobVertex, VertexParallelismInformation) - 类 的构造器org.apache.flink.runtime.executiongraph.SpeculativeExecutionJobVertex
-
- SpeculativeExecutionJobVertex.Factory - org.apache.flink.runtime.executiongraph中的类
-
- SpeculativeExecutionVertex - org.apache.flink.runtime.executiongraph中的类
-
The ExecutionVertex which supports speculative execution.
- SpeculativeExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], Time, long, int, int) - 类 的构造器org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- SpeculativeScheduler - 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, ExecutionGraphFactory, ShuffleMaster<?>, Time, VertexParallelismDecider, int, BlocklistOperations) - 类 的构造器org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- spillAsync(List<BufferWithIdentity>) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsMemoryDataSpiller
-
Spilling buffers to disk asynchronously.
- SpilledBuffer(int, int, long) - 类 的构造器org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.SpilledBuffer
-
- spillHeadCopy - 类 中的变量org.apache.flink.runtime.operators.sort.AbstractMergeIterator
-
- SpillingAdaptiveSpanningRecordDeserializer<T extends org.apache.flink.core.io.IOReadableWritable> - org.apache.flink.runtime.io.network.api.serialization中的类
-
- SpillingAdaptiveSpanningRecordDeserializer(String[]) - 类 的构造器org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- SpillingAdaptiveSpanningRecordDeserializer(String[], int, int) - 类 的构造器org.apache.flink.runtime.io.network.api.serialization.SpillingAdaptiveSpanningRecordDeserializer
-
- SpillingBuffer - 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) - 类 的构造器org.apache.flink.runtime.io.disk.SpillingBuffer
-
- SpillingResettableIterator<T> - org.apache.flink.runtime.operators.resettable中的类
-
Implementation of a resettable iterator.
- SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - 类 的构造器org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - 类 的构造器org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- SpillingResettableMutableObjectIterator<T> - org.apache.flink.runtime.operators.resettable中的类
-
Implementation of a resettable iterator.
- SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - 类 的构造器org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - 类 的构造器org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- spillPartition(List<MemorySegment>, IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.operators.hash.MutableHashTable
-
Selects a partition and spills it.
- spillSubpartitionBuffers(List<BufferIndexAndChannel>, CompletableFuture<Void>) - 类 中的方法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> - org.apache.flink.runtime.source.coordinator中的类
-
A class that is responsible for tracking the past split assignments made by SplitEnumerator.
- SplitAssignmentTracker() - 类 的构造器org.apache.flink.runtime.source.coordinator.SplitAssignmentTracker
-
- splits(SimpleVersionedSerializer<SplitT>) - 类 中的方法org.apache.flink.runtime.source.event.AddSplitEvent
-
- splitZooKeeperPath(String) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
Splits the given ZooKeeper path into its parts.
- SsgNetworkMemoryCalculationUtils - org.apache.flink.runtime.scheduler中的类
-
Util to analyze inputs & outputs of
ExecutionJobVertex and calculate network memory
requirement for slot sharing group (SSG).
- SSLHandlerFactory - org.apache.flink.runtime.io.network.netty中的类
-
Creates and configures SslHandler instances.
- SSLHandlerFactory(SslContext, int, int) - 类 的构造器org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
Create a new SslHandler factory.
- SSLUtils - org.apache.flink.runtime.net中的类
-
Common utilities to manage SSL transport settings.
- SSLUtils() - 类 的构造器org.apache.flink.runtime.net.SSLUtils
-
- StageRunner - org.apache.flink.runtime.operators.sort中的接口
-
An interface for different stages of the sorting process.
- StageRunner.SortStage - org.apache.flink.runtime.operators.sort中的枚举
-
A marker interface for sending messages to different stages.
- StageRunner.StageMessageDispatcher<E> - org.apache.flink.runtime.operators.sort中的接口
-
A dispatcher for inter-stage communication.
- StandaloneCheckpointIDCounter - org.apache.flink.runtime.checkpoint中的类
-
- StandaloneCheckpointIDCounter() - 类 的构造器org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- StandaloneCheckpointRecoveryFactory - org.apache.flink.runtime.checkpoint中的类
-
- StandaloneCheckpointRecoveryFactory() - 类 的构造器org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
-
- StandaloneClientHAServices - org.apache.flink.runtime.highavailability.nonha.standalone中的类
-
- StandaloneClientHAServices(String) - 类 的构造器org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneClientHAServices
-
- StandaloneCompletedCheckpointStore - org.apache.flink.runtime.checkpoint中的类
-
- StandaloneCompletedCheckpointStore(int) - 类 的构造器org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- StandaloneCompletedCheckpointStore(int, SharedStateRegistryFactory, Executor, RestoreMode) - 类 的构造器org.apache.flink.runtime.checkpoint.StandaloneCompletedCheckpointStore
-
- StandaloneDispatcher - 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) - 类 的构造器org.apache.flink.runtime.dispatcher.StandaloneDispatcher
-
- StandaloneHaServices - org.apache.flink.runtime.highavailability.nonha.standalone中的类
-
- StandaloneHaServices(String, String, String) - 类 的构造器org.apache.flink.runtime.highavailability.nonha.standalone.StandaloneHaServices
-
Creates a new services class for the fix pre-defined leaders.
- StandaloneJobGraphStore - org.apache.flink.runtime.jobmanager中的类
-
- StandaloneJobGraphStore() - 类 的构造器org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- StandaloneLeaderElectionService - org.apache.flink.runtime.leaderelection中的类
-
- StandaloneLeaderElectionService() - 类 的构造器org.apache.flink.runtime.leaderelection.StandaloneLeaderElectionService
-
- StandaloneLeaderRetrievalService - org.apache.flink.runtime.leaderretrieval中的类
-
- StandaloneLeaderRetrievalService(String) - 类 的构造器org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
- StandaloneLeaderRetrievalService(String, UUID) - 类 的构造器org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
Creates a StandaloneLeaderRetrievalService with the given leader address.
- StandaloneResourceManager - 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) - 类 的构造器org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- StandaloneResourceManagerFactory - org.apache.flink.runtime.resourcemanager中的类
-
- StandaloneSessionClusterEntrypoint - org.apache.flink.runtime.entrypoint中的类
-
Entry point for the standalone session cluster.
- StandaloneSessionClusterEntrypoint(Configuration) - 类 的构造器org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint
-
- start(long, CheckpointOptions) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter.NoOpChannelStateWriter
-
- start(long, CheckpointOptions) - 接口 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter
-
Initiate write of channel state for the given checkpoint id.
- start(long, CheckpointOptions) - 类 中的方法org.apache.flink.runtime.checkpoint.channel.ChannelStateWriterImpl
-
- start() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointIDCounter
-
- start() - 枚举 中的方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
- start() - 类 中的方法org.apache.flink.runtime.checkpoint.StandaloneCheckpointIDCounter
-
- start() - 类 中的方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointIDCounter
-
- start() - 类 中的方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunner
-
- start() - 类 中的方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess
-
- start() - 枚举 中的方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
- start(JobGraphStore.JobGraphListener) - 类 中的方法org.apache.flink.runtime.dispatcher.SingleJobJobGraphStore
-
- start(ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- start(ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- start() - 接口 中的方法org.apache.flink.runtime.io.network.ConnectionManager
-
Starts the internal related components for network connection and communication.
- start() - 类 中的方法org.apache.flink.runtime.io.network.LocalConnectionManager
-
- start() - 类 中的方法org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- start() - 类 中的方法org.apache.flink.runtime.io.network.NettyShuffleEnvironment
-
- start(JobGraphStore.JobGraphListener) - 类 中的方法org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- start(JobGraphStore.JobGraphListener) - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphStore
-
- start(JobGraphStore.JobGraphListener) - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphStoreWatcher
-
- start(JobGraphStore.JobGraphListener) - 枚举 中的方法org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
- start(JobGraphStore.JobGraphListener) - 类 中的方法org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- start(JobGraphStore.JobGraphListener) - 类 中的方法org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreWatcher
-
- start() - 接口 中的方法org.apache.flink.runtime.jobmaster.JobManagerRunner
-
- start() - 类 中的方法org.apache.flink.runtime.jobmaster.JobMasterServiceLeadershipRunner
-
- start(JobMasterId, String, ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolService
-
- start(ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkChecker
-
Starts the bulk checker by initializing the main thread executor.
- start(ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequestBulkCheckerImpl
-
- start(JobMasterId, String, ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPool
-
- start(JobMasterId, String, ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.jobmaster.slotpool.SlotPoolService
-
Start the encapsulated slot pool implementation.
- start(LeaderContender) - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- start(LeaderContender) - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderElectionService
-
Starts the leader election service.
- start(LeaderContender) - 类 中的方法org.apache.flink.runtime.leaderelection.StandaloneLeaderElectionService
-
- start(LeaderRetrievalListener) - 类 中的方法org.apache.flink.runtime.leaderretrieval.DefaultLeaderRetrievalService
-
- start(LeaderRetrievalListener) - 接口 中的方法org.apache.flink.runtime.leaderretrieval.LeaderRetrievalService
-
Starts the leader retrieval service with the given listener to listen for new leaders.
- start(LeaderRetrievalListener) - 类 中的方法org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
- start() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Starts the mini cluster, based on the configured properties.
- start() - 接口 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinator
-
Starts the coordinator.
- start() - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- start() - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- start() - 接口 中的方法org.apache.flink.runtime.operators.sort.StageRunner
-
Starts the stage.
- start() - 接口 中的方法org.apache.flink.runtime.query.KvStateServer
-
Starts the server.
- start() - 类 中的方法org.apache.flink.runtime.registration.RegisteredRpcConnection
-
- start(JobLeaderIdActions) - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- start(JobLeaderIdActions) - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Start the service with the given job leader actions.
- start() - 接口 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerService
-
Start the service.
- start() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerServiceImpl
-
- start(ResourceManagerId, Executor, ResourceActions, BlockedTaskManagerChecker) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
Starts the slot manager with the given leader id and resource manager actions.
- start(ResourceManagerId, Executor, ResourceActions, BlockedTaskManagerChecker) - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Starts the slot manager with the given leader id and resource manager actions.
- start(ResourceManagerId, Executor, ResourceActions, BlockedTaskManagerChecker) - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Starts the slot manager with the given leader id and resource manager actions.
- start() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
Starts this REST server endpoint.
- start(ExecutionGraph, SlowTaskDetectorListener, ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.scheduler.slowtaskdetector.ExecutionTimeBasedSlowTaskDetector
-
- start(ExecutionGraph, SlowTaskDetectorListener, ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.scheduler.slowtaskdetector.SlowTaskDetector
-
Start detecting slow tasks periodically.
- start() - 接口 中的方法org.apache.flink.runtime.security.token.DelegationTokenManager
-
Creates a re-occurring task which obtains new tokens and automatically distributes them to
task managers.
- start() - 类 中的方法org.apache.flink.runtime.security.token.KerberosDelegationTokenManager
-
Creates a re-occurring task which obtains new tokens and automatically distributes them to
task managers.
- start() - 类 中的方法org.apache.flink.runtime.security.token.NoOpDelegationTokenManager
-
- start() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleEnvironment
-
Start the internal related services before using the shuffle service environment.
- start() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleMaster
-
Starts this shuffle master as a service.
- start() - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- start(String, RpcService, HighAvailabilityServices, JobLeaderListener) - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- start(String, RpcService, HighAvailabilityServices, JobLeaderListener) - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Start the job leader service with the given services.
- start() - 类 中的方法org.apache.flink.runtime.taskexecutor.KvStateService
-
- start(TimeoutListener<K>) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- start(SlotActions, ComponentMainThreadExecutor) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTable
-
Start the task slot table with the given slot actions.
- start(SlotActions, ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.TaskSlotTableImpl
-
- start(TimeoutListener<K>) - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Starts this timer service.
- start() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorToServiceAdapter
-
- start() - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- start() - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner.TaskExecutorService
-
- start() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedCount
-
- start() - 类 中的方法org.apache.flink.runtime.zookeeper.ZooKeeperSharedValue
-
- START_WORKER_FAILURE_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- startAllOperatorCoordinators() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultOperatorCoordinatorHandler
-
- startAllOperatorCoordinators() - 接口 中的方法org.apache.flink.runtime.scheduler.OperatorCoordinatorHandler
-
Start all operator coordinators.
- startCheckpointScheduler() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- startCheckpointScheduler() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointScheduling
-
Starts the periodic scheduling if possible.
- startCheckpointScheduler() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- startCluster() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- startCuratorFramework(Configuration, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils
-
Starts a CuratorFramework instance and connects it to the given ZooKeeper quorum.
- startCuratorFramework(CuratorFrameworkFactory.Builder, FatalErrorHandler) - 类 中的静态方法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>) - 类 中的静态方法org.apache.flink.runtime.taskmanager.MemoryLogger
-
- startInternal() - 类 中的方法org.apache.flink.runtime.rest.RestServerEndpoint
-
Hook to start sub class specific services.
- startInternal() - 类 中的方法org.apache.flink.runtime.webmonitor.WebMonitorEndpoint
-
- startLocalMetricsRpcService(Configuration, RpcSystem) - 类 中的静态方法org.apache.flink.runtime.metrics.util.MetricUtils
-
- startNewKeyGroup(int) - 类 中的方法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() - 类 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.PartitionedFileWriter
-
Persists the region index of the current data region and starts a new region to write.
- startNewWorker(WorkerResourceSpec) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- startNewWorker(WorkerResourceSpec) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
Allocates a resource using the worker resource specification.
- startNewWorker(WorkerResourceSpec) - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- startNextSuperstep() - 类 中的方法org.apache.flink.runtime.io.network.api.reader.AbstractReader
-
- startNextSuperstep() - 接口 中的方法org.apache.flink.runtime.io.network.api.reader.ReaderBase
-
- startPersisting(long, List<Buffer>) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.ChannelStatePersister
-
- startQueryService(RpcService, ResourceID) - 类 中的方法org.apache.flink.runtime.metrics.MetricRegistryImpl
-
Initializes the MetricQueryService.
- startReading() - 类 中的方法org.apache.flink.runtime.operators.TempBarrier
-
- startRegistration() - 类 中的方法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) - 类 中的静态方法org.apache.flink.runtime.metrics.util.MetricUtils
-
- startScheduling() - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- startScheduling() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- startScheduling() - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- startScheduling() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.PipelinedRegionSchedulingStrategy
-
- startScheduling() - 接口 中的方法org.apache.flink.runtime.scheduler.strategy.SchedulingStrategy
-
Called when the scheduling is started (initial scheduling operation).
- startScheduling() - 类 中的方法org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
-
- startSchedulingInternal() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.AdaptiveBatchScheduler
-
- startSchedulingInternal() - 类 中的方法org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeScheduler
-
- startSchedulingInternal() - 类 中的方法org.apache.flink.runtime.scheduler.DefaultScheduler
-
- startSchedulingInternal() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- startSpilling(CompletableFuture<Void>) - 类 中的方法org.apache.flink.runtime.io.network.partition.hybrid.HsBufferContext
-
Mark buffer status to startSpilling.
- startTaskManager() - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
Starts additional TaskManager process.
- startTaskManager(Configuration, ResourceID, RpcService, HighAvailabilityServices, HeartbeatServices, MetricRegistry, TaskExecutorBlobService, boolean, ExternalResourceInfoProvider, WorkingDirectory, FatalErrorHandler) - 类 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner
-
- startTaskThread() - 类 中的方法org.apache.flink.runtime.taskmanager.Task
-
Starts the task's thread.
- startTime - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
The time when the request is created.
- startTrackingPartition(ResourceID, ResultPartitionDeploymentDescriptor) - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Starts the tracking of the given partition for the given task executor ID.
- startTrackingPartition(ResourceID, ResultPartitionDeploymentDescriptor) - 类 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- startTrackingPartition(JobID, TaskExecutorPartitionInfo) - 接口 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Starts the tracking of the given partition for the given job.
- startTrackingPartition(JobID, TaskExecutorPartitionInfo) - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- startTrackingPartitions(K, Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.PartitionTable
-
Starts the tracking of the given partition for the given key.
- startTrackingPendingDeploymentOf(ExecutionAttemptID, ResourceID) - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- startTrackingPendingDeploymentOf(ExecutionAttemptID, ResourceID) - 接口 中的方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Starts tracking the given execution that is being deployed on the given host.
- STARTUP_FAILURE_RETURN_CODE - 类 中的静态变量org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- state - 类 中的变量org.apache.flink.runtime.state.SnapshotDirectory
-
This reference tracks the lifecycle state of the snapshot directory.
- StateAssignmentOperation - 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) - 类 的构造器org.apache.flink.runtime.checkpoint.StateAssignmentOperation
-
- StateBackend - org.apache.flink.runtime.state中的接口
-
A State Backend defines how the state of a streaming application is stored locally within
the cluster.
- StateBackendBuilder<T,E extends Throwable> - org.apache.flink.runtime.state中的接口
-
A mutable builder to build a state backend instance.
- StateBackendFactory<T extends StateBackend> - org.apache.flink.runtime.state中的接口
-
A factory to create a specific state backend.
- stateBackendFromApplicationOrConfigOrDefaultUseManagedMemory(Configuration, Optional<Boolean>, ClassLoader) - 类 中的静态方法org.apache.flink.runtime.state.StateBackendLoader
-
Checks whether state backend uses managed memory, without having to deserialize or load the
state backend.
- StateBackendLoader - org.apache.flink.runtime.state中的类
-
This class contains utility methods to load state backends from configurations.
- StateChange - org.apache.flink.runtime.state.changelog中的类
-
Change of state of a keyed operator.
- StateChange(int, byte[]) - 类 的构造器org.apache.flink.runtime.state.changelog.StateChange
-
- stateChanged(CuratorFramework, ConnectionState) - 类 中的方法org.apache.flink.runtime.checkpoint.DefaultLastStateConnectionStateListener
-
- StateChangelogHandleReader<Handle extends ChangelogStateHandle> - org.apache.flink.runtime.state.changelog中的接口
-
- StateChangelogHandleStreamHandleReader - org.apache.flink.runtime.state.changelog中的类
-
- StateChangelogHandleStreamHandleReader(StateChangelogHandleStreamHandleReader.StateChangeIterator) - 类 的构造器org.apache.flink.runtime.state.changelog.StateChangelogHandleStreamHandleReader
-
- StateChangelogHandleStreamHandleReader.StateChangeIterator - org.apache.flink.runtime.state.changelog中的接口
-
Reads a stream of state changes starting from a specified offset.
- StateChangelogStorage<Handle extends ChangelogStateHandle> - org.apache.flink.runtime.state.changelog中的接口
-
A storage for changelog.
- StateChangelogStorageFactory - org.apache.flink.runtime.state.changelog中的接口
-
- stateChangelogStorageForJob(JobID, Configuration, TaskManagerJobMetricGroup, LocalRecoveryConfig) - 类 中的方法org.apache.flink.runtime.state.TaskExecutorStateChangelogStoragesManager
-
- StateChangelogStorageLoader - org.apache.flink.runtime.state.changelog中的类
-
- StateChangelogStorageLoader() - 类 的构造器org.apache.flink.runtime.state.changelog.StateChangelogStorageLoader
-
- StateChangelogStorageView<Handle extends ChangelogStateHandle> - org.apache.flink.runtime.state.changelog中的接口
-
A storage view for changelog.
- StateChangelogWriter<Handle extends ChangelogStateHandle> - org.apache.flink.runtime.state.changelog中的接口
-
Allows to write data to the log.
- StateContentMetaInfo() - 类 的构造器org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- StateContentMetaInfo(List<Long>, long) - 类 的构造器org.apache.flink.runtime.state.AbstractChannelStateHandle.StateContentMetaInfo
-
- StateEntry<K,N,S> - org.apache.flink.runtime.state中的接口
-
Interface of entries in a state backend.
- StateEntry.SimpleStateEntry<K,N,S> - org.apache.flink.runtime.state中的类
-
- StateFactory<T extends org.apache.flink.runtime.scheduler.adaptive.State> - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Factory for creating adaptive scheduler state instances.
- StateHandleID - org.apache.flink.runtime.state中的类
-
Unique ID that allows for logical comparison between state handles.
- StateHandleID(String) - 类 的构造器org.apache.flink.runtime.state.StateHandleID
-
- StateHandleStore<T extends Serializable,R extends ResourceVersion<R>> - 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 - org.apache.flink.runtime.persistence中的异常错误
-
The key already exists in ConfigMap or the Zookeeper node already exists.
- StateHandleStore.NotExistException - org.apache.flink.runtime.persistence中的异常错误
-
The key does not exist in ConfigMap or the Zookeeper node does not exists.
- StateHandleStoreUtils - org.apache.flink.runtime.util中的类
-
StateHandleStoreUtils collects utility methods that might be usefule for any
StateHandleStore implementation.
- StateHandleStoreUtils() - 类 的构造器org.apache.flink.runtime.util.StateHandleStoreUtils
-
- StateInitializationContext - org.apache.flink.runtime.state中的接口
-
This interface provides a context in which operators can initialize by registering to managed
state (i.e. state that is managed by state backends) or iterating over streams of state
partitions written as raw state in a previous snapshot.
- StateInitializationContextImpl - org.apache.flink.runtime.state中的类
-
- StateInitializationContextImpl(Long, OperatorStateStore, KeyedStateStore, Iterable<KeyGroupStatePartitionStreamProvider>, Iterable<StatePartitionStreamProvider>) - 类 的构造器org.apache.flink.runtime.state.StateInitializationContextImpl
-
- stateLocationRetriever - 类 中的变量org.apache.flink.runtime.scheduler.SchedulerBase
-
- StateLocationRetriever - org.apache.flink.runtime.scheduler中的接口
-
Component to retrieve the state location of an execution vertex.
- stateLock - 类 中的变量org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
The lock to synchronize state changes (open / close) on
- StateMap<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
Base class for state maps.
- StateMap() - 类 的构造器org.apache.flink.runtime.state.heap.StateMap
-
- StateMapSnapshot<K,N,S,T extends StateMap<K,N,S>> - org.apache.flink.runtime.state.heap中的类
-
- StateMapSnapshot(T) - 类 的构造器org.apache.flink.runtime.state.heap.StateMapSnapshot
-
- StateMetaInfo(long[], OperatorStateHandle.Mode) - 类 的构造器org.apache.flink.runtime.state.OperatorStateHandle.StateMetaInfo
-
- StateMetaInfoReader - org.apache.flink.runtime.state.metainfo中的接口
-
- StateMetaInfoSnapshot - 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<?>>) - 类 的构造器org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- StateMetaInfoSnapshot(String, StateMetaInfoSnapshot.BackendStateType, Map<String, String>, Map<String, TypeSerializerSnapshot<?>>, Map<String, TypeSerializer<?>>) - 类 的构造器org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot
-
- StateMetaInfoSnapshot.BackendStateType - org.apache.flink.runtime.state.metainfo中的枚举
-
Enum that defines the different types of state that live in Flink backends.
- StateMetaInfoSnapshot.CommonOptionsKeys - org.apache.flink.runtime.state.metainfo中的枚举
-
Predefined keys for the most common options in the meta info.
- StateMetaInfoSnapshot.CommonSerializerKeys - org.apache.flink.runtime.state.metainfo中的枚举
-
Predefined keys for the most common serializer types in the meta info.
- StateMetaInfoSnapshotReadersWriters - org.apache.flink.runtime.state.metainfo中的类
-
- StateMetaInfoSnapshotReadersWriters.StateTypeHint - org.apache.flink.runtime.state.metainfo中的枚举
-
Enum for backwards compatibility.
- StateMetaInfoWriter - org.apache.flink.runtime.state.metainfo中的接口
-
- StateObject - org.apache.flink.runtime.state中的接口
-
Base of all handles that represent checkpointed state in some form.
- StateObjectCollection<T extends StateObject> - org.apache.flink.runtime.checkpoint中的类
-
This class represents a generic collection for
StateObjects.
- StateObjectCollection() - 类 的构造器org.apache.flink.runtime.checkpoint.StateObjectCollection
-
Creates a new StateObjectCollection that is backed by an
ArrayList.
- StateObjectCollection(Collection<T>) - 类 的构造器org.apache.flink.runtime.checkpoint.StateObjectCollection
-
Creates a new StateObjectCollection wraps the given collection and delegates to it.
- StatePartitionStreamProvider - 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) - 类 的构造器org.apache.flink.runtime.state.StatePartitionStreamProvider
-
- StatePartitionStreamProvider(InputStream) - 类 的构造器org.apache.flink.runtime.state.StatePartitionStreamProvider
-
- stateSerializer - 类 中的变量org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
The serializer of the state.
- StateSerializerProvider<T> - 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.
- stateSnapshot() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateMap
-
- stateSnapshot() - 类 中的方法org.apache.flink.runtime.state.heap.CopyOnWriteStateTable
-
- stateSnapshot() - 类 中的方法org.apache.flink.runtime.state.heap.HeapPriorityQueueSnapshotRestoreWrapper
-
- stateSnapshot() - 类 中的方法org.apache.flink.runtime.state.heap.StateMap
-
Creates a snapshot of this
StateMap, to be written in checkpointing.
- stateSnapshot() - 类 中的方法org.apache.flink.runtime.state.heap.StateTable
-
- StateSnapshot - org.apache.flink.runtime.state中的接口
-
General interface for state snapshots that should be written partitioned by key-groups.
- stateSnapshot() - 接口 中的方法org.apache.flink.runtime.state.StateSnapshotRestore
-
Returns a snapshot of the state.
- StateSnapshot.StateKeyGroupWriter - org.apache.flink.runtime.state中的接口
-
Interface for writing a snapshot that is partitioned into key-groups.
- StateSnapshotContext - org.apache.flink.runtime.state中的接口
-
This interface provides a context in which operators that use managed (i.e. state that is managed
by state backends) or raw (i.e. the operator can write it's state streams) state can perform a
snapshot.
- StateSnapshotContextSynchronousImpl - org.apache.flink.runtime.state中的类
-
This class is a default implementation for StateSnapshotContext.
- StateSnapshotContextSynchronousImpl(long, long) - 类 的构造器org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- StateSnapshotContextSynchronousImpl(long, long, CheckpointStreamFactory, KeyGroupRange, CloseableRegistry) - 类 的构造器org.apache.flink.runtime.state.StateSnapshotContextSynchronousImpl
-
- StateSnapshotKeyGroupReader - org.apache.flink.runtime.state中的接口
-
Interface for state de-serialization into
StateTables by key-group.
- StateSnapshotRestore - org.apache.flink.runtime.state中的接口
-
Interface to deal with state snapshot and restore of state.
- StateSnapshotTransformer<T> - org.apache.flink.runtime.state中的接口
-
Transformer of state values which are included or skipped in the snapshot.
- StateSnapshotTransformer.CollectionStateSnapshotTransformer<T> - org.apache.flink.runtime.state中的接口
-
Collection state specific transformer which says how to transform entries of the collection.
- StateSnapshotTransformer.CollectionStateSnapshotTransformer.TransformStrategy - org.apache.flink.runtime.state中的枚举
-
- StateSnapshotTransformer.StateSnapshotTransformFactory<T> - org.apache.flink.runtime.state中的接口
-
This factory creates state transformers depending on the form of values to transform.
- StateSnapshotTransformers - org.apache.flink.runtime.state中的类
-
Collection of common state snapshot transformers and their factories.
- StateSnapshotTransformers() - 类 的构造器org.apache.flink.runtime.state.StateSnapshotTransformers
-
- StateSnapshotTransformers.ListStateSnapshotTransformer<T> - org.apache.flink.runtime.state中的类
-
General implementation of list state transformer.
- StateSnapshotTransformers.ListStateSnapshotTransformFactory<T> - org.apache.flink.runtime.state中的类
-
- StateSnapshotTransformers.MapStateSnapshotTransformer<K,V> - org.apache.flink.runtime.state中的类
-
General implementation of map state transformer.
- StateSnapshotTransformers.MapStateSnapshotTransformFactory<K,V> - org.apache.flink.runtime.state中的类
-
- StateSnapshotTransformers.StateSnapshotTransformFactoryWrapAdaptor<S,T> - org.apache.flink.runtime.state中的类
-
- stateTable - 类 中的变量org.apache.flink.runtime.state.heap.AbstractHeapState
-
Map containing the actual key/value pairs.
- StateTable<K,N,S> - org.apache.flink.runtime.state.heap中的类
-
Base class for state tables.
- StateTable(InternalKeyContext<K>, RegisteredKeyValueStateBackendMetaInfo<N, S>, TypeSerializer<K>) - 类 的构造器org.apache.flink.runtime.state.heap.StateTable
-
- StateTableByKeyGroupReaders - 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() - 类 的构造器org.apache.flink.runtime.state.heap.StateTableByKeyGroupReaders
-
- StateTimeMetric - org.apache.flink.runtime.scheduler.metrics中的接口
-
Utility to define metrics that capture the time that some component spends in a state.
- StateTransformationFunction<S,T> - org.apache.flink.runtime.state中的接口
-
Interface for a binary function that is used for push-down of state transformation into state
backends.
- StateTransitions - org.apache.flink.runtime.scheduler.adaptive中的接口
-
An interface covering all possible State transitions.
- StateTransitions.ToCancelling - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the Canceling state.
- StateTransitions.ToCreatingExecutionGraph - org.apache.flink.runtime.scheduler.adaptive中的接口
-
- StateTransitions.ToExecuting - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the Executing state.
- StateTransitions.ToFailing - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the Failing state.
- StateTransitions.ToFinished - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the Finished state.
- StateTransitions.ToRestarting - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the Restarting state.
- StateTransitions.ToStopWithSavepoint - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the StopWithSavepoint state.
- StateTransitions.ToWaitingForResources - org.apache.flink.runtime.scheduler.adaptive中的接口
-
Interface covering transition to the WaitingForResources state.
- StateUtil - org.apache.flink.runtime.state中的类
-
- StaticExternalResourceInfoProvider - org.apache.flink.runtime.externalresource中的类
-
- StaticExternalResourceInfoProvider(Map<String, Set<? extends ExternalResourceInfo>>) - 类 的构造器org.apache.flink.runtime.externalresource.StaticExternalResourceInfoProvider
-
- StaticFileServerHandler<T extends RestfulGateway> - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.legacy.files.StaticFileServerHandler
-
- Statistics - org.apache.flink.runtime.webmonitor.stats中的接口
-
Represents one or more statistics samples.
- statsResultByTaskGroup - 类 中的变量org.apache.flink.runtime.webmonitor.stats.TaskStatsRequestCoordinator.PendingStatsRequest
-
- StatsSummary - org.apache.flink.runtime.checkpoint中的类
-
Aggregated values of some measurement such as min/max/average state size.
- StatsSummaryDto - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
- StatsSummaryDto(long, long, long, double, double, double, double, double) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- StatsSummarySnapshot - org.apache.flink.runtime.checkpoint中的类
-
- StatsSummarySnapshot(long, long, long, long, HistogramStatistics) - 类 的构造器org.apache.flink.runtime.checkpoint.StatsSummarySnapshot
-
- StatusDurationUtils - org.apache.flink.runtime.rest.messages.job中的类
-
Utilities to calculate status duration.
- StatusDurationUtils() - 类 的构造器org.apache.flink.runtime.rest.messages.job.StatusDurationUtils
-
- StatusHandler(GatewayRetriever<? extends T>, Time, Map<String, String>, MessageHeaders<EmptyRequestBody, AsynchronousOperationResult<V>, M>) - 类 的构造器org.apache.flink.runtime.rest.handler.async.AbstractAsynchronousOperationHandlers.StatusHandler
-
- stddev - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDump.HistogramDump
-
- stdOutFile - 类 中的变量org.apache.flink.runtime.webmonitor.WebMonitorUtils.LogFileLocation
-
- stop() - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherBootstrap
-
Stops and frees any resources (e.g. threads) acquired during the execution of the bootstrap.
- stop() - 类 中的方法org.apache.flink.runtime.dispatcher.NoOpDispatcherBootstrap
-
- stop() - 类 中的方法org.apache.flink.runtime.dispatcher.SingleJobJobGraphStore
-
- stop() - 接口 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManager
-
Stops the heartbeat manager.
- stop() - 类 中的方法org.apache.flink.runtime.heartbeat.HeartbeatManagerImpl
-
- stop() - 类 中的方法org.apache.flink.runtime.heartbeat.NoOpHeartbeatManager
-
- stop() - 类 中的方法org.apache.flink.runtime.jobmanager.DefaultJobGraphStore
-
- stop() - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphStore
-
- stop() - 接口 中的方法org.apache.flink.runtime.jobmanager.JobGraphStoreWatcher
-
- stop() - 枚举 中的方法org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
- stop() - 类 中的方法org.apache.flink.runtime.jobmanager.StandaloneJobGraphStore
-
- stop() - 类 中的方法org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreWatcher
-
- stop() - 类 中的方法org.apache.flink.runtime.leaderelection.DefaultLeaderElectionService
-
- stop() - 接口 中的方法org.apache.flink.runtime.leaderelection.LeaderElectionService
-
Stops the leader election service.
- stop() - 类 中的方法org.apache.flink.runtime.leaderelection.StandaloneLeaderElectionService
-
- stop() - 类 中的方法org.apache.flink.runtime.leaderretrieval.DefaultLeaderRetrievalService
-
- stop() - 接口 中的方法org.apache.flink.runtime.leaderretrieval.LeaderRetrievalService
-
Stops the leader retrieval service.
- stop() - 类 中的方法org.apache.flink.runtime.leaderretrieval.StandaloneLeaderRetrievalService
-
- stop() - 类 中的方法org.apache.flink.runtime.resourcemanager.DefaultJobLeaderIdService
-
- stop() - 接口 中的方法org.apache.flink.runtime.resourcemanager.JobLeaderIdService
-
Stop the service.
- stop() - 类 中的方法org.apache.flink.runtime.scheduler.slowtaskdetector.ExecutionTimeBasedSlowTaskDetector
-
- stop() - 接口 中的方法org.apache.flink.runtime.scheduler.slowtaskdetector.SlowTaskDetector
-
Stop detecting slow tasks.
- stop() - 接口 中的方法org.apache.flink.runtime.security.token.DelegationTokenManager
-
Stops re-occurring token obtain task.
- stop() - 类 中的方法org.apache.flink.runtime.security.token.KerberosDelegationTokenManager
-
Stops re-occurring token obtain task.
- stop() - 类 中的方法org.apache.flink.runtime.security.token.NoOpDelegationTokenManager
-
- stop() - 类 中的方法org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService
-
- stop() - 接口 中的方法org.apache.flink.runtime.taskexecutor.JobLeaderService
-
Stop the job leader services.
- stop() - 类 中的方法org.apache.flink.runtime.taskexecutor.slot.DefaultTimerService
-
- stop() - 接口 中的方法org.apache.flink.runtime.taskexecutor.slot.TimerService
-
Stops this timer service.
- stopApplication(ApplicationStatus, String) - 类 中的方法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() - 类 中的方法org.apache.flink.runtime.checkpoint.CheckpointCoordinator
-
- stopCheckpointScheduler() - 接口 中的方法org.apache.flink.runtime.checkpoint.CheckpointScheduling
-
Stops the periodic scheduling if possible.
- stopCheckpointScheduler() - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- stopClusterServices(boolean) - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- StopMode - org.apache.flink.runtime.io.network.api中的枚举
-
Tells if the job is stopping because of consuming all data.
- stopped - 类 中的变量org.apache.flink.runtime.heartbeat.HeartbeatManagerImpl
-
Running state of the heartbeat manager.
- StoppedDispatcherLeaderProcess - org.apache.flink.runtime.dispatcher.runner中的枚举
-
DispatcherLeaderProcess implementation which is stopped.
- stopPersisting(long) - 类 中的方法org.apache.flink.runtime.io.network.partition.consumer.ChannelStatePersister
-
- stopProcess() - 类 中的方法org.apache.flink.runtime.entrypoint.component.DispatcherResourceManagerComponent
-
Close the web monitor and cluster components.
- stopTrackingAndPromotePartitions(Collection<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTracker
-
Promotes the given partitions, and stops the tracking of partitions that were promoted.
- stopTrackingAndPromotePartitions(Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- stopTrackingAndReleaseAllClusterPartitions() - 接口 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Releases and stops tracking all partitions.
- stopTrackingAndReleaseAllClusterPartitions() - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleaseClusterPartitions(Collection<IntermediateDataSetID>) - 接口 中的方法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>) - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleaseJobPartitions(Collection<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTracker
-
Releases the given partitions and stop the tracking of partitions that were released.
- stopTrackingAndReleaseJobPartitions(Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleaseJobPartitionsFor(JobID) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.TaskExecutorPartitionTrackerImpl
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.io.network.partition.JobMasterPartitionTrackerImpl
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
- stopTrackingAndReleasePartitions(Collection<ResultPartitionID>) - 接口 中的方法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>) - 类 中的方法org.apache.flink.runtime.shuffle.JobShuffleContextImpl
-
- stopTrackingDeploymentOf(ExecutionAttemptID) - 类 中的方法org.apache.flink.runtime.jobmaster.DefaultExecutionDeploymentTracker
-
- stopTrackingDeploymentOf(ExecutionAttemptID) - 接口 中的方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentTracker
-
Stops tracking the given execution.
- stopTrackingPartitions(Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- stopTrackingPartitions(Collection<ResultPartitionID>) - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Stops the tracking of the given partitions.
- stopTrackingPartitions(K) - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.PartitionTable
-
Stops the tracking of all partition for the given key.
- stopTrackingPartitions(K, Collection<ResultPartitionID>) - 类 中的方法org.apache.flink.runtime.taskexecutor.partition.PartitionTable
-
Stops the tracking of the given set of partitions for the given key.
- stopTrackingPartitionsFor(K) - 类 中的方法org.apache.flink.runtime.io.network.partition.AbstractPartitionTracker
-
- stopTrackingPartitionsFor(K) - 接口 中的方法org.apache.flink.runtime.io.network.partition.PartitionTracker
-
Stops the tracking of all partitions for the given key.
- stopWithSavepoint(AsynchronousJobOperationKey, String, SavepointFormatType, TriggerSavepointMode, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- stopWithSavepoint(AsynchronousJobOperationKey, String, SavepointFormatType, TriggerSavepointMode, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.DispatcherCachedOperationsHandler
-
- stopWithSavepoint(String, SavepointFormatType, boolean, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.JobMaster
-
- stopWithSavepoint(String, SavepointFormatType, boolean, Time) - 接口 中的方法org.apache.flink.runtime.jobmaster.JobMasterGateway
-
Stops the job with a savepoint.
- stopWithSavepoint(JobID, String, boolean, SavepointFormatType) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- stopWithSavepoint(boolean, String, SavepointFormatType) - 类 中的方法org.apache.flink.runtime.minicluster.MiniClusterJobClient
-
- stopWithSavepoint(String, boolean, SavepointFormatType) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.AdaptiveScheduler
-
- stopWithSavepoint(String, boolean, SavepointFormatType) - 类 中的方法org.apache.flink.runtime.scheduler.SchedulerBase
-
- stopWithSavepoint(String, boolean, SavepointFormatType) - 接口 中的方法org.apache.flink.runtime.scheduler.SchedulerNG
-
- stopWithSavepoint(CompletableFuture<CompletedCheckpoint>, CompletableFuture<Collection<ExecutionState>>, ComponentMainThreadExecutor) - 类 中的方法org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationManager
-
- stopWithSavepoint(AsynchronousJobOperationKey, String, SavepointFormatType, TriggerSavepointMode, Time) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- stopWithSavepointAndGetLocation(JobID, String, SavepointFormatType, TriggerSavepointMode, Time) - 接口 中的方法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>) - 类 的构造器org.apache.flink.runtime.rest.handler.job.savepoints.SavepointHandlers.StopWithSavepointHandler
-
- StopWithSavepointRequestBody - org.apache.flink.runtime.rest.messages.job.savepoints.stop中的类
-
- StopWithSavepointRequestBody(String, Boolean, SavepointFormatType, TriggerId) - 类 的构造器org.apache.flink.runtime.rest.messages.job.savepoints.stop.StopWithSavepointRequestBody
-
- StopWithSavepointStoppingException - 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) - 异常错误 的构造器org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- StopWithSavepointStoppingException(String, JobID, Throwable) - 异常错误 的构造器org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- StopWithSavepointTerminationHandler - org.apache.flink.runtime.scheduler.stopwithsavepoint中的接口
-
StopWithSavepointTerminationHandler handles the steps necessary for the
stop-with-savepoint operation to finish.
- StopWithSavepointTerminationHandlerImpl - org.apache.flink.runtime.scheduler.stopwithsavepoint中的类
-
- StopWithSavepointTerminationHandlerImpl(JobID, S, Logger) - 类 的构造器org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationHandlerImpl
-
- StopWithSavepointTerminationManager - org.apache.flink.runtime.scheduler.stopwithsavepoint中的类
-
- StopWithSavepointTerminationManager(StopWithSavepointTerminationHandler) - 类 的构造器org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointTerminationManager
-
- StopWithSavepointTriggerHeaders - org.apache.flink.runtime.rest.messages.job.savepoints.stop中的类
-
These headers define the protocol for triggering a "stop" action.
- stopWorker(WorkerType) - 类 中的方法org.apache.flink.runtime.resourcemanager.active.ActiveResourceManager
-
- stopWorker(WorkerType) - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManager
-
Stops the given worker.
- stopWorker(ResourceID) - 类 中的方法org.apache.flink.runtime.resourcemanager.StandaloneResourceManager
-
- STORAGE_PATH - 类 中的静态变量org.apache.flink.runtime.highavailability.JobResultStoreOptions
-
- storageDir - 类 中的变量org.apache.flink.runtime.blob.AbstractBlobCache
-
Root directory for local file storage.
- store(T) - 类 中的方法org.apache.flink.runtime.persistence.filesystem.FileSystemStateStorageHelper
-
- store(T) - 接口 中的方法org.apache.flink.runtime.persistence.RetrievableStateStorageHelper
-
Stores the given state and returns a state handle to it.
- storeCheckpointMetadata(CheckpointMetadata, OutputStream) - 类 中的静态方法org.apache.flink.runtime.checkpoint.Checkpoints
-
- storeCheckpointMetadata(CheckpointMetadata, DataOutputStream) - 类 中的静态方法org.apache.flink.runtime.checkpoint.Checkpoints
-
- storeCheckpointMetadata(CheckpointMetadata, DataOutputStream, MetadataSerializer) - 类 中的静态方法org.apache.flink.runtime.checkpoint.Checkpoints
-
- storedTaskStateByCheckpointID - 类 中的变量org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
Maps checkpoint ids to local TaskStateSnapshots.
- storeLocalState(long, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.state.ChangelogTaskLocalStateStore
-
- storeLocalState(long, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.state.NoOpTaskLocalStateStoreImpl
-
- storeLocalState(long, TaskStateSnapshot) - 接口 中的方法org.apache.flink.runtime.state.TaskLocalStateStore
-
Stores the local state for the given checkpoint id.
- storeLocalState(long, TaskStateSnapshot) - 类 中的方法org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
- storesLocalResourcesOn() - 类 中的方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor
-
- storesLocalResourcesOn() - 接口 中的方法org.apache.flink.runtime.shuffle.ShuffleDescriptor
-
Returns the location of the producing task executor if the partition occupies local resources
there.
- storesLocalResourcesOn() - 类 中的方法org.apache.flink.runtime.shuffle.UnknownShuffleDescriptor
-
- stream() - 类 中的方法org.apache.flink.runtime.io.network.partition.PrioritizedDeque
-
- StreamCompressionDecorator - org.apache.flink.runtime.state中的类
-
Implementations of this interface decorate streams with a compression scheme.
- StreamCompressionDecorator() - 类 的构造器org.apache.flink.runtime.state.StreamCompressionDecorator
-
- StreamStateHandle - org.apache.flink.runtime.state中的接口
-
A
StateObject that represents state that was written to a stream.
- StringifiedAccumulatorResult - org.apache.flink.runtime.accumulators中的类
-
Container class that transports the result of an accumulator as set of strings.
- StringifiedAccumulatorResult(String, String, String) - 类 的构造器org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
- stringifyAccumulatorResults(Map<String, OptionalFailure<Accumulator<?, ?>>>) - 类 中的静态方法org.apache.flink.runtime.accumulators.StringifiedAccumulatorResult
-
Flatten a map of accumulator names to Accumulator instances into an array of
StringifiedAccumulatorResult values.
- stringifyThreadInfo(ThreadInfo, int) - 类 中的静态方法org.apache.flink.runtime.rest.messages.ThreadDumpInfo
-
Custom stringify format of JVM thread info to bypass the MAX_FRAMES = 8 limitation.
- StringResourceVersion - org.apache.flink.runtime.persistence中的类
-
- StronglyConnectedComponentsComputeUtils - org.apache.flink.runtime.executiongraph.failover.flip1中的类
-
Utility for computing strongly connected components.
- stub - 类 中的变量org.apache.flink.runtime.operators.BatchTask
-
The instantiated user code of this task's main operator (driver).
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
-
Gets all component metric groups that are contained in this component metric group.
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.JobManagerJobMetricGroup
-
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.JobManagerMetricGroup
-
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
-
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskManagerMetricGroup
-
- subComponents() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- submitFailedJob(JobID, String, Throwable) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- submitFailedJob(JobID, String, Throwable) - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherGateway
-
- submitJob(JobGraph, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.Dispatcher
-
- submitJob(JobGraph, Time) - 接口 中的方法org.apache.flink.runtime.dispatcher.DispatcherGateway
-
Submit a job to the dispatcher.
- submitJob(JobGraph, Time) - 类 中的方法org.apache.flink.runtime.dispatcher.MiniDispatcher
-
- submitJob(JobGraph) - 类 中的方法org.apache.flink.runtime.minicluster.MiniCluster
-
- submitTask(TaskDeploymentDescriptor, Time) - 接口 中的方法org.apache.flink.runtime.jobmanager.slots.TaskManagerGateway
-
Submit a task to the task manager.
- submitTask(TaskDeploymentDescriptor, Time) - 类 中的方法org.apache.flink.runtime.jobmaster.RpcTaskManagerGateway
-
- submitTask(TaskDeploymentDescriptor, JobMasterId, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutor
-
- submitTask(TaskDeploymentDescriptor, JobMasterId, Time) - 接口 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGateway
-
- submitTask(TaskDeploymentDescriptor, JobMasterId, Time) - 类 中的方法org.apache.flink.runtime.taskexecutor.TaskExecutorGatewayDecoratorBase
-
- subpartitionId - 类 中的变量org.apache.flink.runtime.io.network.partition.hybrid.HsFileDataIndex.SpilledBuffer
-
Id of subpartition that the buffer belongs to.
- SubpartitionIndexRange - org.apache.flink.runtime.deployment中的类
-
This class represents the range of subpartition index.
- SubpartitionIndexRange(int, int) - 类 的构造器org.apache.flink.runtime.deployment.SubpartitionIndexRange
-
- subpartitionInfo - 类 中的变量org.apache.flink.runtime.io.network.partition.ResultSubpartition
-
The info of the subpartition to identify it globally within a task.
- subpartitions - 类 中的变量org.apache.flink.runtime.io.network.partition.BufferWritingResultPartition
-
The subpartitions of this partition.
- subscribe(EventListener<TaskEvent>, Class<? extends TaskEvent>) - 类 中的方法org.apache.flink.runtime.io.network.api.TaskEventHandler
-
- subscribeToEvent(ResultPartitionID, EventListener<TaskEvent>, Class<? extends TaskEvent>) - 类 中的方法org.apache.flink.runtime.io.network.TaskEventDispatcher
-
Subscribes a listener to this dispatcher for events on a partition.
- substituteDeprecatedConfigKey(Configuration, String, String) - 类 中的静态方法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) - 类 中的静态方法org.apache.flink.runtime.clusterframework.BootstrapTools
-
Sets the value of a new config key to the value of a deprecated config key.
- subsume(long) - 接口 中的方法org.apache.flink.runtime.state.changelog.StateChangelogWriter
-
Mark the state changes of the given checkpoint as subsumed.
- SubtaskAccumulatorsInfo(int, int, String, Collection<UserAccumulator>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo
-
- SubtaskAttemptMessageParameters - org.apache.flink.runtime.rest.messages.job中的类
-
The type Subtask attempt message parameters.
- SubtaskAttemptMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
- SubtaskAttemptNumberStore - org.apache.flink.runtime.executiongraph中的接口
-
Contains the attempt number per subtask.
- subtaskAttemptPathParameter - 类 中的变量org.apache.flink.runtime.rest.messages.job.SubtaskAttemptMessageParameters
-
- SubtaskAttemptPathParameter - org.apache.flink.runtime.rest.messages.job中的类
-
Path parameter identifying subtask attempt.
- SubtaskAttemptPathParameter() - 类 的构造器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>) - 类 的构造器org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.SubtaskBackPressureInfo
-
- subtaskBaseDirectory(long) - 接口 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns the local state directory for the owning subtask the given checkpoint id w.r.t. our
rotation over all available available allocation base directories.
- subtaskBaseDirectory(long) - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- SubtaskCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Checkpoint statistics for a subtask.
- SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Checkpoint statistics for a completed subtask checkpoint.
- SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointAlignment - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Alignment statistics of the checkpoint.
- SubtaskCheckpointStatistics.CompletedSubtaskCheckpointStatistics.CheckpointDuration - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Duration of the checkpoint.
- SubtaskCheckpointStatistics.PendingSubtaskCheckpointStatistics - org.apache.flink.runtime.rest.messages.checkpoints中的类
-
Checkpoint statistics for a pending subtask checkpoint.
- SubtaskConnectionDescriptor - 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) - 类 的构造器org.apache.flink.runtime.io.network.api.SubtaskConnectionDescriptor
-
- SubtaskCurrentAttemptDetailsHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.job.SubtaskCurrentAttemptDetailsHandler
-
- SubtaskCurrentAttemptDetailsHeaders - org.apache.flink.runtime.rest.messages.job中的类
-
- SubtaskCurrentAttemptDetailsHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskCurrentAttemptDetailsHeaders
-
- SubtaskExecutionAttemptAccumulatorsHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.job.SubtaskExecutionAttemptAccumulatorsHandler
-
Instantiates a new Abstract job vertex handler.
- SubtaskExecutionAttemptAccumulatorsHeaders - org.apache.flink.runtime.rest.messages.job中的类
-
- SubtaskExecutionAttemptAccumulatorsHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsHeaders
-
- SubtaskExecutionAttemptAccumulatorsInfo - org.apache.flink.runtime.rest.messages.job中的类
-
- SubtaskExecutionAttemptAccumulatorsInfo(int, int, String, Collection<UserAccumulator>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptAccumulatorsInfo
-
- SubtaskExecutionAttemptDetailsHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.job.SubtaskExecutionAttemptDetailsHandler
-
Instantiates a new subtask execution attempt details handler.
- SubtaskExecutionAttemptDetailsHeaders - org.apache.flink.runtime.rest.messages.job中的类
-
- SubtaskExecutionAttemptDetailsHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsHeaders
-
- SubtaskExecutionAttemptDetailsInfo - org.apache.flink.runtime.rest.messages.job中的类
-
The sub task execution attempt response.
- SubtaskExecutionAttemptDetailsInfo(int, ExecutionState, int, String, long, long, long, IOMetricsInfo, String, Map<ExecutionState, Long>, List<SubtaskExecutionAttemptDetailsInfo>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskExecutionAttemptDetailsInfo
-
- subtaskId() - 类 中的方法org.apache.flink.runtime.source.event.ReaderRegistrationEvent
-
- subtaskIndex - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- subtaskIndex - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- subtaskIndex - 类 中的变量org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- subtaskIndex() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- subtaskIndex - 类 中的变量org.apache.flink.runtime.state.TaskLocalStateStoreImpl
-
Subtask index of the owning subtask.
- subtaskIndexPathParameter - 类 中的变量org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- SubtaskIndexPathParameter - org.apache.flink.runtime.rest.messages中的类
-
Path parameter specifying the index of a subtask.
- SubtaskIndexPathParameter() - 类 的构造器org.apache.flink.runtime.rest.messages.SubtaskIndexPathParameter
-
- SubtaskMessageParameters - org.apache.flink.runtime.rest.messages.job中的类
-
Message parameters for subtask REST handlers.
- SubtaskMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtaskMessageParameters
-
- SubtaskMetricsHandler - org.apache.flink.runtime.rest.handler.job.metrics中的类
-
Handler that returns subtask metrics.
- SubtaskMetricsHandler(GatewayRetriever<? extends RestfulGateway>, Time, Map<String, String>, MetricFetcher) - 类 的构造器org.apache.flink.runtime.rest.handler.job.metrics.SubtaskMetricsHandler
-
- SubtaskMetricsHeaders - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- SubtaskMetricsMessageParameters - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- SubtaskMetricsMessageParameters() - 类 的构造器org.apache.flink.runtime.rest.messages.job.metrics.SubtaskMetricsMessageParameters
-
- subtaskReset(int, long) - 接口 中的方法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) - 接口 中的方法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) - 类 中的方法org.apache.flink.runtime.operators.coordination.OperatorCoordinatorHolder
-
- subtaskReset(int, long) - 类 中的方法org.apache.flink.runtime.operators.coordination.RecreateOnResetOperatorCoordinator
-
- subtaskReset(int, long) - 类 中的方法org.apache.flink.runtime.source.coordinator.SourceCoordinator
-
- SubtasksAllAccumulatorsHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.job.SubtasksAllAccumulatorsHandler
-
- SubtasksAllAccumulatorsHeaders - org.apache.flink.runtime.rest.messages中的类
-
- SubtasksAllAccumulatorsInfo - org.apache.flink.runtime.rest.messages.job中的类
-
- SubtasksAllAccumulatorsInfo(JobVertexID, int, Collection<SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo>) - 类 的构造器org.apache.flink.runtime.rest.messages.job.SubtasksAllAccumulatorsInfo
-
- SubtasksAllAccumulatorsInfo.SubtaskAccumulatorsInfo - org.apache.flink.runtime.rest.messages.job中的类
-
Detailed information about subtask accumulators.
- SubtasksFilterQueryParameter - org.apache.flink.runtime.rest.messages.job.metrics中的类
-
- subtaskSpecificCheckpointDirectory(long) - 接口 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProvider
-
Returns the local state directory for the specific operator subtask and the given checkpoint
id w.r.t. our rotation over all available root dirs.
- subtaskSpecificCheckpointDirectory(long) - 类 中的方法org.apache.flink.runtime.state.LocalRecoveryDirectoryProviderImpl
-
- SubtaskState - org.apache.flink.runtime.checkpoint中的类
-
- SubtaskState(ChainedStateHandle<OperatorStateHandle>, ChainedStateHandle<OperatorStateHandle>, KeyedStateHandle, KeyedStateHandle) - 类 的构造器org.apache.flink.runtime.checkpoint.SubtaskState
-
已过时。
- SubtaskStateMapper - 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 - org.apache.flink.runtime.checkpoint中的类
-
Statistics for a single subtask that is part of a checkpoint.
- SubtasksTimesHandler - 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) - 类 的构造器org.apache.flink.runtime.rest.handler.job.SubtasksTimesHandler
-
- SubtasksTimesHeaders - org.apache.flink.runtime.rest.messages中的类
-
- SubtasksTimesHeaders() - 类 的构造器org.apache.flink.runtime.rest.messages.SubtasksTimesHeaders
-
- SubtasksTimesInfo - org.apache.flink.runtime.rest.messages中的类
-
- SubtasksTimesInfo(String, String, long, List<SubtasksTimesInfo.SubtaskTimeInfo>) - 类 的构造器org.apache.flink.runtime.rest.messages.SubtasksTimesInfo
-
- SubtasksTimesInfo.SubtaskTimeInfo - org.apache.flink.runtime.rest.messages中的类
-
Nested class to encapsulate the sub task times info.
- SubtaskTimeInfo(int, String, long, Map<ExecutionState, Long>) - 类 的构造器org.apache.flink.runtime.rest.messages.SubtasksTimesInfo.SubtaskTimeInfo
-
- subtract(ResourceProfile) - 类 中的方法org.apache.flink.runtime.clusterframework.types.ResourceProfile
-
Subtracts another piece of resource profile from this one.
- subtract(ResourceCounter) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Subtracts decrement from this resource counter value and returns the new value.
- subtract(Map<ResourceProfile, Integer>) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Subtracts decrement from this resource counter value and returns the new value.
- subtract(ResourceProfile, int) - 类 中的方法org.apache.flink.runtime.util.ResourceCounter
-
Subtracts decrement from the count of the given resourceProfile and returns the new value.
- Success() - 类 的构造器org.apache.flink.runtime.registration.RegistrationResponse.Success
-
- success(R) - 类 中的静态方法org.apache.flink.runtime.rest.handler.async.OperationResult
-
- SUFFIX_RATE - 类 中的静态变量org.apache.flink.runtime.metrics.MetricNames
-
- Summary(StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, StatsSummaryDto) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.CheckpointingStatistics.Summary
-
- Summary(StatsSummaryDto, StatsSummaryDto, StatsSummaryDto, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment, StatsSummaryDto) - 类 的构造器org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- SuperstepBarrier - org.apache.flink.runtime.iterative.concurrent中的类
-
A resettable one-shot latch.
- SuperstepBarrier(ClassLoader) - 类 的构造器org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- SuperstepKickoffLatch - org.apache.flink.runtime.iterative.concurrent中的类
-
Latch used to wait for the previous superstep to complete.
- SuperstepKickoffLatch() - 类 的构造器org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- SuperstepKickoffLatchBroker - org.apache.flink.runtime.iterative.concurrent中的类
-
- supportCompression() - 枚举 中的方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
- supportMultiLeaderSession() - 类 中的方法org.apache.flink.runtime.resourcemanager.ResourceManagerFactory
-
This indicates whether the process should be terminated after losing leadership.
- supportsHighlyAvailableStorage() - 接口 中的方法org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
Checks whether this backend supports highly available storage of data.
- supportsHighlyAvailableStorage() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStorageAccess
-
- supportsHighlyAvailableStorage() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryBackendCheckpointStorageAccess
-
- supportsNoClaimRestoreMode() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
- supportsNoClaimRestoreMode() - 类 中的方法org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- supportsNoClaimRestoreMode() - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
- supportsNoClaimRestoreMode() - 接口 中的方法org.apache.flink.runtime.state.StateBackend
-
- supportsReactiveMode() - 类 中的方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint
-
- supportsSavepointFormat(SavepointFormatType) - 类 中的方法org.apache.flink.runtime.state.filesystem.FsStateBackend
-
已过时。
- supportsSavepointFormat(SavepointFormatType) - 类 中的方法org.apache.flink.runtime.state.hashmap.HashMapStateBackend
-
- supportsSavepointFormat(SavepointFormatType) - 类 中的方法org.apache.flink.runtime.state.memory.MemoryStateBackend
-
已过时。
- supportsSavepointFormat(SavepointFormatType) - 接口 中的方法org.apache.flink.runtime.state.StateBackend
-
- SuppressRestartsException - org.apache.flink.runtime.execution中的异常错误
-
Exception thrown in order to suppress job restarts.
- SuppressRestartsException(Throwable) - 异常错误 的构造器org.apache.flink.runtime.execution.SuppressRestartsException
-
- suspend(SavepointFormatType) - 类 中的静态方法org.apache.flink.runtime.checkpoint.SavepointType
-
- suspend(Throwable) - 类 中的方法org.apache.flink.runtime.executiongraph.DefaultExecutionGraph
-
- suspend() - 类 中的方法org.apache.flink.runtime.executiongraph.Execution
-
- suspend(Throwable) - 接口 中的方法org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Suspends the current ExecutionGraph.
- suspend() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- suspend() - 类 中的方法org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- suspend() - 类 中的方法org.apache.flink.runtime.executiongraph.SpeculativeExecutionVertex
-
- suspend() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.DeclarativeSlotManager
-
Suspends the component.
- suspend() - 类 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.FineGrainedSlotManager
-
Suspends the component.
- suspend() - 接口 中的方法org.apache.flink.runtime.resourcemanager.slotmanager.SlotManager
-
Suspends the component.
- suspend(Throwable) - 类 中的方法org.apache.flink.runtime.scheduler.adaptive.CreatingExecutionGraph
-
- swap(int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- swap(int, int, int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- swap(int, int) - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
Swap items at the given addresses.
- swap(int, int, int, int) - 接口 中的方法org.apache.flink.runtime.operators.sort.IndexedSortable
-
Swap records at the given addresses.
- swap(int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- swap(int, int, int, int) - 类 中的方法org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- switchBuffers() - 类 中的方法org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- SYMMETRIC_IDENTITY - 类 中的静态变量org.apache.flink.runtime.checkpoint.RescaleMappings
-
- sync() - 类 中的方法org.apache.flink.runtime.state.DuplicatingCheckpointOutputStream
-
- sync() - 类 中的方法org.apache.flink.runtime.state.filesystem.FileBasedStateOutputStream
-
- sync() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointMetadataOutputStream
-
- sync() - 类 中的方法org.apache.flink.runtime.state.filesystem.FsCheckpointStreamFactory.FsCheckpointStateOutputStream
-
- sync() - 类 中的方法org.apache.flink.runtime.state.memory.MemCheckpointStreamFactory.MemoryCheckpointOutputStream
-
- SyncEventHandler - 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) - 类 的构造器org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- SynchronousBufferFileReader - org.apache.flink.runtime.io.disk.iomanager中的类
-
- SynchronousBufferFileReader(FileIOChannel.ID, boolean) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.SynchronousBufferFileReader
-
- SynchronousChainedCombineDriver<IN,OUT> - org.apache.flink.runtime.operators.chaining中的类
-
The chained variant of the combine driver which is also implemented in GroupReduceCombineDriver.
- SynchronousChainedCombineDriver() - 类 的构造器org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- SynchronousFileIOChannel - org.apache.flink.runtime.io.disk.iomanager中的类
-
A base class for synchronous readers and writers.
- SynchronousFileIOChannel(FileIOChannel.ID, boolean) - 类 的构造器org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- SyncPreferredLocationsRetriever - org.apache.flink.runtime.scheduler中的接口
-
Component to retrieve the preferred locations of an execution vertex.
- syncPrepareResources(long) - 类 中的方法org.apache.flink.runtime.state.SavepointSnapshotStrategy
-
- syncPrepareResources(long) - 接口 中的方法org.apache.flink.runtime.state.SnapshotStrategy
-
Performs the synchronous part of the snapshot.
- SystemResourcesCounter - org.apache.flink.runtime.metrics.util中的类
-
Daemon thread probing system resources.
- SystemResourcesCounter(Time) - 类 的构造器org.apache.flink.runtime.metrics.util.SystemResourcesCounter
-
- SystemResourcesMetricsInitializer - org.apache.flink.runtime.metrics.util中的类
-
Utility class to initialize system resource metrics.
- SystemResourcesMetricsInitializer() - 类 的构造器org.apache.flink.runtime.metrics.util.SystemResourcesMetricsInitializer
-
- validateLength(int, int) - 类 中的静态方法org.apache.flink.runtime.io.compression.CompressorUtils
-
- validateOperatorsFinishedState() - 类 中的方法org.apache.flink.runtime.checkpoint.VertexFinishedStateChecker
-
- validateUseCaseWeightsNotConflict(Map<ManagedMemoryUseCase, Integer>, Map<ManagedMemoryUseCase, Integer>) - 枚举 中的静态方法org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
- value - 类 中的变量org.apache.flink.runtime.metrics.dump.MetricDump.GaugeDump
-
- value() - 类 中的方法org.apache.flink.runtime.state.heap.HeapKeyValueStateIterator
-
- value() - 接口 中的方法org.apache.flink.runtime.state.KeyValueStateIterator
-
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointFailureReason
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointOptions.AlignmentType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointRetentionPolicy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.PendingCheckpoint.TaskAcknowledgeResult
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.SavepointType.PostCheckpointAction
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.SnapshotType.SharingFilesStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointStoreUtil
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.client.ClientUtils
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.clusterframework.ApplicationStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.concurrent.UnsupportedOperationExecutor
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.PartitionLocationConstraint
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.Dispatcher.ExecutionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.JobDispatcherFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.JobMasterServiceLeadershipRunnerFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.State
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.SessionDispatcherFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.TriggerSavepointMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.VoidHistoryServerArchivist
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ExecutionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.execution.ExecutionState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy.NoRestartBackoffTimeStrategyFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.NoOpExecutionDeploymentListener
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.compression.BlockCompressionFactory.CompressionFactoryName
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.api.StopMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.DataExchangeMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.ConsumeStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.SpillStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.SpillingStrategyType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.io.PullingAsyncDataInput.EndOfDataStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.DistributionPattern
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.JobGraphUtils
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.JobType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.RestoreMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.HighAvailabilityMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.scheduler.Locality
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.scheduler.LocationPreferenceConstraint
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.ThrowingJobGraphWriter
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreUtil
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.factories.UnregisteredJobManagerJobMetricGroupFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool.NoOpNewSlotsListener
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.PreferredAllocationRequestSlotMatchingStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.SimpleRequestSlotMatchingStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup.ChildType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.minicluster.MiniCluster.HaServices
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.minicluster.MiniClusterJobClient.JobFinalizationBehavior
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.minicluster.RpcServiceSharing
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.operators.DamBehavior
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.operators.DriverStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.operators.sort.StageRunner.SortStage
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.operators.util.LocalStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(int) - 类 中的静态方法org.apache.flink.runtime.persistence.IntegerResourceVersion
-
- valueOf(String) - 类 中的静态方法org.apache.flink.runtime.persistence.StringResourceVersion
-
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.AnyMatchingSlotMatchingStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.LeastUtilizationSlotMatchingStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.handler.async.OperationResultStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.handler.RestHandlerException.LoggingBehavior
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.HttpMethodWrapper
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.JobRestEndpointFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ProcessingMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(StatsSummary) - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- valueOf(StatsSummarySnapshot) - 类 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.StatsSummaryDto
-
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter.Type
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter.AggregationMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureLevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureStatus
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.queue.QueueStatus.Id
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter.TerminationMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.SessionRestEndpointFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.util.RestConstants
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.scheduler.strategy.ResultPartitionState
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.shuffle.ShuffleServiceLoader
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.CheckpointedStateScope
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonOptionsKeys
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonSerializerKeys
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters.StateTypeHint
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.OperatorStateHandle.Mode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.SnapshotExecutionType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.state.StateSnapshotTransformer.CollectionStateSnapshotTransformer.TransformStrategy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.taskexecutor.FileType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.taskexecutor.slot.NoOpSlotAllocationSnapshotPersistenceService
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner.Result
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.taskmanager.Task.NotifyCheckpointOperation
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.ResolutionMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.throwable.ThrowableType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.util.bash.BashJavaUtils.Command
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils.ZkClientACLMode
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
返回带有指定名称的该类型的枚举常量。
- valueOrNull(Object) - 类 中的静态方法org.apache.flink.runtime.metrics.scope.ScopeFormat
-
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointFailureReason
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointOptions.AlignmentType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointRetentionPolicy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.CheckpointStatsStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointCompletedCheckpointStore
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.DeactivatedCheckpointIDCounter
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.InflightDataRescalingDescriptor.InflightDataGateOrPartitionRescalingDescriptor.MappingType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.PendingCheckpoint.TaskAcknowledgeResult
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.SavepointType.PostCheckpointAction
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.SnapshotType.SharingFilesStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.checkpoint.ZooKeeperCheckpointStoreUtil
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.client.ClientUtils
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.clusterframework.ApplicationStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.concurrent.UnsupportedOperationExecutor
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.deployment.TaskDeploymentDescriptorFactory.PartitionLocationConstraint
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.cleanup.CheckpointResourcesCleanupRunnerFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.cleanup.CleanupRetryStrategyFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.Dispatcher.ExecutionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.JobDispatcherFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.JobMasterServiceLeadershipRunnerFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.State
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.runner.StoppedDispatcherLeaderProcess
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.SessionDispatcherFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.TriggerSavepointMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.dispatcher.VoidHistoryServerArchivist
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ExecutionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.entrypoint.ClusterEntrypoint.ShutdownBehaviour
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.execution.ExecutionState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy.NoRestartBackoffTimeStrategyFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.failover.flip1.NoRestartBackoffTimeStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.executiongraph.NoOpExecutionDeploymentListener
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.compression.BlockCompressionFactory.CompressionFactoryName
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.api.serialization.RecordDeserializer.DeserializationResult
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.api.StopMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.api.writer.SubtaskStateMapper
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.buffer.Buffer.DataType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.DataExchangeMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.ConsumeStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingInfoProvider.SpillStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.hybrid.HybridShuffleConfiguration.SpillingStrategyType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.network.partition.ResultPartitionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.io.PullingAsyncDataInput.EndOfDataStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.DistributionPattern
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.JobGraphUtils
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.JobType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobgraph.RestoreMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.HighAvailabilityMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.NoOpJobGraphStoreWatcher
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.scheduler.Locality
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.scheduler.LocationPreferenceConstraint
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.ThrowingJobGraphWriter
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphStoreUtil
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.ExecutionDeploymentState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.factories.UnregisteredJobManagerJobMetricGroupFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.JobMasterServiceProcess.WaitingForLeadership
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPool.NoOpNewSlotsListener
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.NoOpDeclareResourceRequirementServiceConnectionManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.PreferredAllocationRequestSlotMatchingStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.jobmaster.slotpool.SimpleRequestSlotMatchingStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.leaderretrieval.ZooKeeperLeaderRetrievalDriver.LeaderInformationClearancePolicy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.metrics.groups.AbstractMetricGroup.ChildType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.minicluster.MiniCluster.HaServices
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.minicluster.MiniClusterJobClient.JobFinalizationBehavior
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.minicluster.RpcServiceSharing
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.operators.DamBehavior
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.operators.DriverStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.operators.sort.StageRunner.SortStage
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.operators.util.LocalStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.AnyMatchingSlotMatchingStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.resourcemanager.slotmanager.LeastUtilizationSlotMatchingStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.handler.async.OperationResultStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.handler.legacy.metrics.VoidMetricFetcher
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.handler.RestHandlerException.LoggingBehavior
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.HttpMethodWrapper
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.JobRestEndpointFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo.ProcessingMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.FlameGraphTypeQueryParameter.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.job.metrics.MetricsAggregationParameter.AggregationMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureLevel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.JobVertexBackPressureInfo.VertexBackPressureStatus
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.queue.QueueStatus.Id
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.messages.TerminationModeQueryParameter.TerminationMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.SessionRestEndpointFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.util.RestConstants
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.scheduler.strategy.ResultPartitionState
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.shuffle.NettyShuffleDescriptor.LocalExecutionPartitionConnectionInfo
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.shuffle.ShuffleServiceLoader
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.CheckpointedStateScope
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.BackendStateType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonOptionsKeys
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshot.CommonSerializerKeys
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.metainfo.StateMetaInfoSnapshotReadersWriters.StateTypeHint
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.OperatorStateHandle.Mode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.SnapshotExecutionType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.state.StateSnapshotTransformer.CollectionStateSnapshotTransformer.TransformStrategy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.taskexecutor.FileType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.taskexecutor.slot.NoOpSlotAllocationSnapshotPersistenceService
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.taskexecutor.TaskManagerRunner.Result
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.taskmanager.Task.NotifyCheckpointOperation
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.taskmanager.TaskManagerLocation.ResolutionMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.throwable.ThrowableType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.util.bash.BashJavaUtils.Command
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 类 中的方法org.apache.flink.runtime.util.DualKeyLinkedMap
-
- values() - 枚举 中的静态方法org.apache.flink.runtime.util.ZooKeeperUtils.ZkClientACLMode
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.webmonitor.history.HistoryServerUtils
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.apache.flink.runtime.webmonitor.WebMonitorExtension.EmptyWebMonitorExtension
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- valueSerializer - 类 中的变量org.apache.flink.runtime.state.heap.AbstractHeapState
-
- variables - 类 中的变量org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
-
The map containing all variables and their associated values, lazily computed.
- verifyEmpty() - 类 中的方法org.apache.flink.runtime.memory.MemoryManager
-
Checks if the memory manager's memory is completely available (nothing allocated at the
moment).
- verifyEndOfSuperstepState() - 类 中的方法org.apache.flink.runtime.iterative.task.AbstractIterativeTask
-
- version() - 类 中的方法org.apache.flink.runtime.checkpoint.MasterState
-
- VERSION - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV1Serializer
-
The savepoint version.
- VERSION - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV2Serializer
-
The metadata format version.
- VERSION - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV3Serializer
-
The metadata format version.
- VERSION - 类 中的静态变量org.apache.flink.runtime.checkpoint.metadata.MetadataV4Serializer
-
- VERSION - 类 中的静态变量org.apache.flink.runtime.state.KeyedBackendSerializationProxy
-
- VERSION - 类 中的静态变量org.apache.flink.runtime.state.OperatorBackendSerializationProxy
-
- VERSION_0 - 类 中的静态变量org.apache.flink.runtime.source.coordinator.SourceCoordinatorSerdeUtils
-
- VERSION_1 - 类 中的静态变量org.apache.flink.runtime.source.coordinator.SourceCoordinatorSerdeUtils
-
- Vertex<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>> - org.apache.flink.runtime.topology中的接口
-
Represents a logical or execution task.
- VERTEX_TASK_FIELD_ID - 类 中的静态变量org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VERTEX_TASK_FIELD_NAME - 类 中的静态变量org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VERTEX_TASK_FIELD_NOW - 类 中的静态变量org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VERTEX_TASK_FIELD_TASK_MANAGERS - 类 中的静态变量org.apache.flink.runtime.rest.messages.JobVertexTaskManagersInfo
-
- VertexAttemptNumberStore - org.apache.flink.runtime.executiongraph中的接口
-
Contains the attempt numbers per vertex.
- vertexFinished(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.NotReleasingPartitionGroupReleaseStrategy
-
- vertexFinished(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.PartitionGroupReleaseStrategy
-
Calling this method informs the strategy that a vertex finished.
- vertexFinished(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- VertexFinishedStateChecker - 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>) - 类 的构造器org.apache.flink.runtime.checkpoint.VertexFinishedStateChecker
-
- VertexGroupComputeUtil - org.apache.flink.runtime.executiongraph中的类
-
Common utils for processing vertex groups.
- vertexID - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
-
- vertexID - 类 中的变量org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskQueryScopeInfo
-
- vertexId - 类 中的变量org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- vertexId() - 类 中的方法org.apache.flink.runtime.metrics.groups.TaskMetricGroup
-
- VertexID - org.apache.flink.runtime.topology中的接口
-
- VertexParallelism - org.apache.flink.runtime.scheduler.adaptive.allocator中的接口
-
- VertexParallelismDecider - org.apache.flink.runtime.scheduler.adaptivebatch中的接口
-
VertexParallelismDecider is responsible for determining the parallelism of a job vertex,
based on the size of the consumed blocking results.
- VertexParallelismInformation - 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 - org.apache.flink.runtime.scheduler中的接口
-
Contains the max parallelism per vertex, along with metadata about how these maxes were
calculated.
- VertexParallelismWithSlotSharing - org.apache.flink.runtime.scheduler.adaptive.allocator中的类
-
- vertexUnfinished(ExecutionVertexID) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.NotReleasingPartitionGroupReleaseStrategy
-
- vertexUnfinished(ExecutionVertexID) - 接口 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.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) - 类 中的方法org.apache.flink.runtime.executiongraph.failover.flip1.partitionrelease.RegionPartitionGroupReleaseStrategy
-
- VertexwiseSchedulingStrategy - org.apache.flink.runtime.scheduler.strategy中的类
-
SchedulingStrategy instance which schedules tasks in granularity of vertex (which
indicates this strategy only supports ALL_EDGES_BLOCKING batch jobs).
- VertexwiseSchedulingStrategy(SchedulerOperations, SchedulingTopology) - 类 的构造器org.apache.flink.runtime.scheduler.strategy.VertexwiseSchedulingStrategy
-
- VertexwiseSchedulingStrategy.Factory - org.apache.flink.runtime.scheduler.strategy中的类
-
- ViewUpdater - org.apache.flink.runtime.metrics中的类
-
The ViewUpdater is responsible for updating all metrics that implement the View
interface.
- ViewUpdater(ScheduledExecutorService) - 类 的构造器org.apache.flink.runtime.metrics.ViewUpdater
-
- VoidBlobStore - org.apache.flink.runtime.blob中的类
-
A blob store doing nothing.
- VoidBlobStore() - 类 的构造器org.apache.flink.runtime.blob.VoidBlobStore
-
- VoidBlobWriter - org.apache.flink.runtime.blob中的类
-
BlobWriter which does not support writing BLOBs to a store.
- VoidBlobWriter() - 类 的构造器org.apache.flink.runtime.blob.VoidBlobWriter
-
- VoidHistoryServerArchivist - org.apache.flink.runtime.dispatcher中的枚举
-
- VoidMetricFetcher - org.apache.flink.runtime.rest.handler.legacy.metrics中的枚举
-
- VoidNamespace - org.apache.flink.runtime.state中的类
-
Singleton placeholder class for state without a namespace.
- VoidNamespaceSerializer - org.apache.flink.runtime.state中的类
-
- VoidNamespaceSerializer() - 类 的构造器org.apache.flink.runtime.state.VoidNamespaceSerializer
-
- VoidNamespaceSerializer.VoidNamespaceSerializerSnapshot - org.apache.flink.runtime.state中的类
-
Serializer configuration snapshot for compatibility and format evolution.
- VoidNamespaceSerializerSnapshot() - 类 的构造器org.apache.flink.runtime.state.VoidNamespaceSerializer.VoidNamespaceSerializerSnapshot
-
- VoidNamespaceTypeInfo - org.apache.flink.runtime.state中的类
-
- VoidNamespaceTypeInfo() - 类 的构造器org.apache.flink.runtime.state.VoidNamespaceTypeInfo
-