- call(IOReadableWritable, InetSocketAddress, Class<?>) - Method in class org.apache.flink.runtime.ipc.Client
-
Make a call, passing param, to the IPC server running at address which is servicing the
protocol protocol,
with the ticket credentials, returning the value.
- call(Class<?>, IOReadableWritable, long) - Method in class org.apache.flink.runtime.ipc.RPC.Server
-
- call(Class<?>, IOReadableWritable, long) - Method in class org.apache.flink.runtime.ipc.Server
-
Called for each call.
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
-
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
-
- callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
-
Calls the JoinFunction#match() method for all two key-value pairs that share the same key and come
from different inputs.
- callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
-
Moves the internal pointer to the next key that both inputs share.
- cancel() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- cancel() - Method in class org.apache.flink.runtime.instance.SharedSlot
-
- cancel() - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- cancel() - Method in class org.apache.flink.runtime.instance.Slot
-
- cancel() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- cancel() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
This method is called when a task is canceled either as a result of a user abort or an execution failure.
- cancel() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
- cancel() - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
- cancel() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- cancel() - Method in interface org.apache.flink.runtime.operators.PactDriver
-
This method is invoked when the driver must aborted in mid processing.
- cancel() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- cancel() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- cancelAndClearEverything(Throwable) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
Removes all tasks from this TaskManager.
- cancelAndReleaseAllSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- cancelChainedTasks(List<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
- cancelExecution() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- cancelExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- cancelingDone() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- cancelJob() - Method in class org.apache.flink.runtime.client.JobClient
-
Cancels the job assigned to this job client.
- cancelJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- cancelJob(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
-
Requests to cancel the job specified by the given ID.
- CANCELLED - Static variable in class org.apache.flink.runtime.instance.Slot
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- cancelTask(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
-
- cancelTask(ExecutionAttemptID) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- CancelTaskException - Exception in org.apache.flink.runtime.execution
-
Thrown to trigger a canceling of the executing task.
- CancelTaskException() - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
-
- captureCPUUtilization(JobID, ThreadMXBean, long) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
-
- ChainedCollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedCollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- ChainedDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
The interface to be implemented by drivers that do not run in an own pact task context, but are chained to other
tasks.
- ChainedDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- ChainedFlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedFlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- ChainedMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- chainedTasks - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
A list of chained drivers, if there are any.
- ChainedTerminationCriterionDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
-
- ChainedTerminationCriterionDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- Channel - Class in org.apache.flink.runtime.io.network.channels
-
The base class for channel objects.
- Channel(int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.Channel
-
Auxiliary constructor for channels
- channelActive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
-
- ChannelCloseEvent - Class in org.apache.flink.runtime.io.network.channels
-
- ChannelCloseEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
-
- ChannelDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
-
A channel deployment descriptor contains all the information necessary to deploy either an input or an output channel
as part of a task on a task manager.
- ChannelDeploymentDescriptor(ChannelID, ChannelID) - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
-
Constructs a new channel deployment descriptor.
- ChannelDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
-
Default constructor for serialization/deserialization.
- ChannelID - Class in org.apache.flink.runtime.io.network.channels
-
- ChannelID() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
-
- ChannelID(long, long) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
-
- ChannelID(AbstractID) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
-
- channelInactive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
-
- ChannelLookupProtocol - Interface in org.apache.flink.runtime.protocols
-
The channel lookup protocol can be used to resolve the ID of an output channel to all recipients which shall receive
the data of this channel.
- ChannelManager - Class in org.apache.flink.runtime.io.network
-
The channel manager sets up the network buffers and dispatches data between channels.
- ChannelManager(ChannelLookupProtocol, InstanceConnectionInfo, int, int, NetworkConnectionManager) - Constructor for class org.apache.flink.runtime.io.network.ChannelManager
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
-
- ChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
-
- ChannelReaderInputView(BlockChannelReader, List<MemorySegment>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Creates a new channel reader that reads from the given channel until the last block
(as marked by a
ChannelWriterOutputView) is found.
- ChannelReaderInputView(BlockChannelReader, List<MemorySegment>, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Creates a new channel reader that reads from the given channel, expecting a specified
number of blocks in the channel.
- ChannelReaderInputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
-
A simple iterator over the input read though an I/O channel.
- ChannelReaderInputViewIterator(IOManager, FileIOChannel.ID, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(BlockChannelReader, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(ChannelReaderInputView, List<MemorySegment>, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- channels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- channels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- ChannelSelector<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
-
Objects implementing this interface are passed to an
OutputGate.
- ChannelType - Enum in org.apache.flink.runtime.io.network.channels
-
An enumeration for the channel types.
- channelWritabilityChanged(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
-
- ChannelWriterOutputView - Class in org.apache.flink.runtime.io.disk.iomanager
-
- ChannelWriterOutputView(BlockChannelWriter, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Creates an new ChannelWriterOutputView that writes to the given channel and buffers data
in the given memory segments.
- ChannelWriterOutputView(BlockChannelWriter, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Creates an new ChannelWriterOutputView that writes to the given channel.
- checkedDownCast(long) - Static method in class org.apache.flink.runtime.util.MathUtils
-
Casts the given value to a 32 bit integer, if it can be safely done.
- CheckedMemorySegment - Class in org.apache.flink.runtime.memorymanager
-
This class represents a piece of memory allocated from the memory manager.
- CheckedMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- checkErroneous() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Checks the exception state of this channel.
- cleanup() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- cleanup() - Method in interface org.apache.flink.runtime.operators.PactDriver
-
This method is invoked in any case (clean termination and exception) at the end of the tasks operation.
- cleanup() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- cleanup() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- cleanup(Logger, Closeable...) - Static method in class org.apache.flink.runtime.util.IOUtils
-
Close the Closeable objects and
ignore any
IOException or
null pointers.
- clear() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
-
- clear() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
-
- clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
-
- clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
-
- clear() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
-
- clear() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
Clears the internal state of the view.
- clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
Clears the internal state.
- clear() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Removes all entries from the PriorityQueue.
- clear() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
-
- clear() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- clear() - Method in class org.apache.flink.runtime.util.LongArrayList
-
- clearAllBroadcastVariables() - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
releases all of the partition's segments (pages and overflow buckets)
- clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
-
- clearBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- clearBuffers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
-
- clearLocalBufferPool() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- clearLocalBufferPool() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
-
Clears the local buffer pool and returns all buffers to the global buffer pool.
- clearLocalBufferPool() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- clearPartitions() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
This method clears all partitions currently residing (partially) in memory.
- clearTaskAssignment() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- Client - Class in org.apache.flink.runtime.ipc
-
- Client(SocketFactory) - Constructor for class org.apache.flink.runtime.ipc.Client
-
- Client() - Constructor for class org.apache.flink.runtime.ipc.Client
-
Construct an IPC client with the default SocketFactory
- close() - Method in class org.apache.flink.runtime.blob.BlobClient
-
- close() - Method in class org.apache.flink.runtime.client.JobClient
-
Closes the JobClient by destroying the RPC stub object.
- close() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
-
- close() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
-
- close() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- close() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
-
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Closes the reader and waits until all pending asynchronous requests are
handled.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Closes this InputView, closing the underlying reader and returning all memory segments.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Closes this OutputView, closing the underlying writer and returning all memory segments.
- close() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Closes the channel.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
Closes this request queue.
- close() - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- close() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
-
- close() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- close() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
Immediately closes the input gate and all its input channels.
- close(RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- close(RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- close(RemoteReceiver) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- close() - Method in class org.apache.flink.runtime.net.SocketInputStream
-
- close() - Method in class org.apache.flink.runtime.net.SocketOutputStream
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- close() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- close() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- close() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
-
- close() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
-
- close() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Closes the hash table.
- close() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Closes the hash table.
- close() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- close() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
-
- close() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
-
- close() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
-
- close() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
-
- close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Shuts down all the threads initiated by this sort/merger.
- close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
-
- close() - Method in class org.apache.flink.runtime.operators.TempBarrier
-
- close() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
General-purpose close method.
- close() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
-
General-purpose close method.
- close() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
- CloseableInputProvider<E> - Interface in org.apache.flink.runtime.operators.util
-
Utility interface for a provider of an input that can be closed.
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
This method waits for all pending asynchronous requests to return.
- closeAndDelete() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Closes the channel and deletes the underlying file.
- closeChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
Closes all chained tasks, in the order as they are stored in the array.
- closed - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Flag marking this channel as closed
- closed - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Flag indicating that the closing logic has been invoked.
- closed - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Flag indicating that the sorter was closed.
- closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- closeLock - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
The lock that is used during closing to synchronize the thread that waits for all
requests to be handled with the asynchronous I/O thread.
- closeSocket(Socket) - Static method in class org.apache.flink.runtime.util.IOUtils
-
- closeStream(Closeable) - Static method in class org.apache.flink.runtime.util.IOUtils
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- closeTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- closeUserCode(Function) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
- CoGroupDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
CoGroup task which is executed by a Nephele task manager.
- CoGroupDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupDriver
-
- CoGroupTaskIterator<T1,T2> - Interface in org.apache.flink.runtime.operators.util
-
Interface describing the methods that have to be implemented by local strategies for the CoGroup Pact.
- CoGroupWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
- CoGroupWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- CoGroupWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
-
- CoGroupWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- collect(T) - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- collect(T) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- collect(T) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
-
Collects a record and emits it to all writers.
- collect(Record) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
-
Collects a
Record, and emits it to all writers.
- collect(E) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
-
- CollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
-
Map task which is executed by a Nephele task manager.
- CollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.CollectorMapDriver
-
- CoLocationConstraint - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- CoLocationGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- CoLocationGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- CoLocationGroup(AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- CombiningUnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
-
The CombiningUnilateralSortMerger is part of a merge-sort implementation.
- CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
-
Creates a new sorter that reads the data from a given reader and provides an iterator returning that
data in a sorted manner.
- CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
-
Creates a new sorter that reads the data from a given reader and provides an iterator returning that
data in a sorted manner.
- CombiningUnilateralSortMerger.CombiningSpillingThread - Class in org.apache.flink.runtime.operators.sort
-
- CombiningUnilateralSortMerger.CombiningSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializer<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
-
- commitDate - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
- commitId - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
-
- CompactingHashTable<T> - Class in org.apache.flink.runtime.operators.hash
-
An implementation of an in-memory Hash Table for variable-length records.
- CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- CompactingHashTable.EntryIterator - Class in org.apache.flink.runtime.operators.hash
-
Iterator that traverses the whole hash table once
If entries are inserted during iteration they may be overlooked by the iterator
- CompactingHashTable.HashTableProber<PT> - Class in org.apache.flink.runtime.operators.hash
-
- comparator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
- compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- compare(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
- compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- compareTo(AbstractID) - Method in class org.apache.flink.runtime.AbstractID
-
- compareTo(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobKey
- compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
-
- compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
-
- compareTo(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
- computeMemorySize(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- computeMemorySize(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Computes the memory size of the fraction per slot.
- computeNumberOfPages(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- computeNumberOfPages(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Computes to how many pages the given number of bytes corresponds.
- config - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- config - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The task configuration with the setup parameters.
- config - Variable in class org.apache.flink.runtime.operators.util.TaskConfig
-
- connecDataSet(IntermediateDataSet) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
- connect(Socket, SocketAddress, int) - Static method in class org.apache.flink.runtime.net.NetUtils
-
- connectDataSetAsInput(IntermediateDataSet, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- connectIdInput(IntermediateDataSetID, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- ConnectionInfoLookupResponse - Class in org.apache.flink.runtime.io.network
-
- ConnectionInfoLookupResponse() - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- connectNewDataSetAsInput(AbstractJobVertex, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- connectSource(int, IntermediateResult, JobEdge, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- connectToPredecessors(Map<IntermediateDataSetID, IntermediateResult>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- constructLogString(String, String, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
Utility function that composes a string for logging purposes.
- consumeAndCacheRemainingData() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- contains(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- containsAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- copy(Path, Path, boolean) - Static method in class org.apache.flink.runtime.filecache.FileCache
-
- copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
-
Copies from one stream to another.
- copyBytes(InputStream, OutputStream) - Static method in class org.apache.flink.runtime.util.IOUtils
-
Copies from one stream to another.
- copyBytes(InputStream, OutputStream, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
-
Copies from one stream to another.
- copyToBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Buffer
-
- CorruptConfigurationException - Exception in org.apache.flink.runtime.operators.util
-
Exception indicating that the parsed configuration was corrupt.
- CorruptConfigurationException(String) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
-
Creates a new exception with the given error message.
- CorruptConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
-
- create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- create(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- create(Path, boolean) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- create(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- createAndAddResultDataSet() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- createAndAddResultDataSet(IntermediateDataSetID) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- createAndRegisterInputGate() - Method in interface org.apache.flink.runtime.execution.Environment
-
Creates a new InputGate and registers it with the Environment.
- createAndRegisterInputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- createAndRegisterOutputGate() - Method in interface org.apache.flink.runtime.execution.Environment
-
Creates a new OutputGate and registers it with the Environment.
- createAndRegisterOutputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- createBlockChannelReader(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelReader(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelReader(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelWriter(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
- createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads all blocks from the given channel directly in one bulk.
- createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Creates a block channel reader that reads all blocks from the given channel directly in one bulk.
- createChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a new
FileIOChannel.Enumerator, spreading the channels in a round-robin fashion
across the temporary file directories.
- createEnvelopeWithEvent(Envelope, ChannelID, RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.SenderHintEvent
-
- createInputIterator(MutableReader<?>, TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- createJarFile() - Method in class org.apache.flink.runtime.util.JarFileCreator
-
Creates a jar file which contains the previously added class.
- createJobIsAborting() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- createPartitions(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- createReceiverFoundAndReady(ChannelID) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- createReceiverFoundAndReady(RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- createReceiverNotFound() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- createReceiverNotReady() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- createRuntimeContext(String) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- createRuntimeContext(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- createSocketAddr(String) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Util method to build socket addr from either:
:
://:/
- createSocketAddr(String, int) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Util method to build socket addr from either:
:
://:/
- createSolutionSetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
Creates a new solution set update output collector.
- createTaskManager(ExecutionMode) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- createTaskManager(ExecutionMode, InetSocketAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- createTaskManager(ExecutionMode, InetSocketAddress, InetAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- createTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
-
If the file doesn't exists locally, it will copy the file to the temp directory.
- createWorksetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- createWorksetUpdateOutputCollector() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- CrossDriver<T1,T2,OT> - Class in org.apache.flink.runtime.operators
-
Cross task which is executed by a Nephele task manager.
- CrossDriver() - Constructor for class org.apache.flink.runtime.operators.CrossDriver
-
- currentEnumerator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The channel enumerator that is used while processing the current partition to create
channels for the spill partitions it requires.
- currentIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- currentRecursionDepth - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The recursion depth of the partition that is currently processed.
- Gate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
-
In Nephele a gate represents the connection between a user program and the processing framework.
- Gate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.Gate
-
Constructs a new abstract gate
- GateDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
-
A gate deployment descriptor contains the deployment descriptors for the channels associated with that gate.
- GateDeploymentDescriptor(List<ChannelDeploymentDescriptor>) - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
Constructs a new gate deployment descriptor
- GateDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
Default constructor for serialization/deserialization.
- GateID - Class in org.apache.flink.runtime.io.network.gates
-
A class for statistically unique gate IDs.
- GateID() - Constructor for class org.apache.flink.runtime.io.network.gates.GateID
-
- generate() - Static method in class org.apache.flink.runtime.jobgraph.JobID
-
- generateCheckpointProfilingData() - Method in class org.apache.flink.runtime.profiling.impl.InstanceProfiler
-
- get(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobClient
-
Downloads the BLOB identified by the given job ID and key from the BLOB server.
- get(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobClient
-
Downloads the BLOB identified by the given BLOB key from the BLOB server.
- get() - Static method in class org.apache.flink.runtime.ipc.Server
-
- get(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
blocking retrieval and removal of the object to share
- get(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- get(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- get(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- get() - Static method in class org.apache.flink.runtime.util.EmptyIterator
-
Gets a singleton instance of the empty iterator.
- get() - Static method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
-
Gets a singleton instance of the empty iterator.
- getAccessTime() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getAccessTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getAccumulatorProtocolProxy() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the proxy object for the accumulator protocol.
- getAccumulatorProtocolProxy() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getAccumulatorResults(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getAccumulatorResults(JobID) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
-
Get the final accumulator results.
- getAccumulators(ClassLoader) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
-
- getAccumulators() - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
-
- getAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getAggregates() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- getAggregates(ClassLoader) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- getAggregator(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- getAllAggregators() - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAllExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllIntermediateResults() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAllowQueuedScheduling() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getAllRegisteredInstances() - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- getAllRunningTasks() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- getAllStaticResolutions() - Static method in class org.apache.flink.runtime.net.NetUtils
-
- getAllVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getAndRemove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
blocking retrieval and removal of the object to share
- getArchive() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAttemptId() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getAttemptNumber() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
Gets the byte array that backs the memory segment and this random access view.
- getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
Deprecated.
- getBlobServerPort() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- getBlobServerPort() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getBlobServerPort() - Method in interface org.apache.flink.runtime.protocols.ServiceDiscoveryProtocol
-
Returns the network port of the job manager's BLOB server.
- getBlockCount() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of blocks used by this view.
- getBlockCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- getBlockCount() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
-
- getBlockedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- getBlockedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
-
Returns the percentage of time the execution thread has been
blocked to enter or reenter a monitor in the given profiling interval.
- getBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getBlockSize() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getBroadcastGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastInputName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getBroadcastVariableManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getBroadcastVariableManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getBroadcastVariableManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- getBroadcastVariableWithInitializer(String, BroadcastVariableInitializer<T, C>) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- getBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
-
Returns the name of the S3 bucket this object refers to.
- getBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
-
- getBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
-
- getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the amount of memory, in bytes, used for file buffers.
- getBufferProvider(JobID, ChannelID) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProviderBroker
-
- getBufferProvider(JobID, ChannelID) - Method in class org.apache.flink.runtime.io.network.ChannelManager
-
- getBufferSize() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getBufferSize() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
-
Returns the size of buffers (in bytes) available at this buffer provider.
- getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
-
- getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
-
Returns the size of buffers (in bytes).
- getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
-
- getBufferSize() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- getBufferSize() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- getBuildSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideComparator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getBuildSideIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getBuildSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getBuildSideSerializer() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getBytesMemoryUsed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of bytes used by this output view, including written bytes and header bytes.
- getBytesWritten() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
-
Gets the number of pay-load bytes already written.
- getCachedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getCachedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the amount of memory, in bytes, used as cache memory.
- getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the amount of swap, in bytes, used as cache memory.
- getCallQueueLen() - Method in class org.apache.flink.runtime.ipc.Server
-
The number of rpc calls in the queue.
- getCapacity() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Gets the total capacity of this sorter, in bytes.
- getCapacity() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the total capacity of this sorter, in bytes.
- getCapacity() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Gets the total capacity of this sorter, in bytes.
- getChainedStubConfig(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainedTask(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getChainedTaskName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- getChannel() - Method in class org.apache.flink.runtime.net.SocketInputStream
-
Returns underlying channel used by inputstream.
- getChannel() - Method in class org.apache.flink.runtime.net.SocketOutputStream
-
Returns underlying channel used by this stream.
- getChannel() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
-
- getChannelID() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
Gets the channel ID of this channel.
- getChannelID() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Gets the channel ID of this I/O channel.
- getChannelManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- getChannels() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
- getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- getChannelType() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- getChar(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getChar(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getChar(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getClass(String, Class<? extends T>, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getClassLoader(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- getClassLoader(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
-
- getClassLoader(JobID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Returns the user code class loader associated with id.
- getClassName() - Method in exception org.apache.flink.runtime.ipc.RemoteException
-
- getCoLocationGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getCoLocationGroup() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
-
- getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
-
- getConfiguration() - Method in class org.apache.flink.runtime.client.JobClient
-
Returns the
Configuration object which can include special configuration settings for the job client.
- getConfiguration() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the vertex's configuration object which can be used to pass custom settings to the task at runtime.
- getConfiguration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
Gets the configuration that holds the actual values encoded.
- getConnectAddress(Server) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Returns InetSocketAddress that a client can use to
connect to the server.
- getConnectedId() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- getConnectionAddress() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
-
Returns the address of the connection to the remote TaskManager.
- getConnectionIndex() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getConnectionIndex() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
-
Returns the index of the connection to the remote TaskManager.
- getConnectionInfo() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- getConsumers() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getConsumers() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getConvergenceCriterion(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getCopyTask() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getCopyTask() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getCurrent() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
-
- getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
-
- getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
-
- getCurrentAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentBuffer() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
-
- getCurrentBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
-
- getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- getCurrentExecutionAttempt() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getCurrentExecutionState() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the current execution state of the subtask this event
belongs to.
- getCurrentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getCurrentJobStatus() - Method in class org.apache.flink.runtime.event.job.JobEvent
-
Returns the current status of the job.
- getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the current number of subtasks.
- getCurrentNumberOfSubtasks() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the current number of subtasks the respective task is split into.
- getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the current number of subtasks the respective task is split into.
- getCurrentOffset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
Gets the position from which the next byte will be read.
- getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
Gets the current write position (the position where the next bytes will be written)
in the current memory segment.
- getCurrentProbeRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
Gets the memory segment that will be used to read the next bytes from.
- getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
Gets the segment that the view currently writes to.
- getCurrentSegmentLimit() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
Gets the current limit in the memory segment.
- getDataBuffer() - Method in class org.apache.flink.runtime.types.FileRecord
-
- getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- getDefaultSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
-
- getDelayBeforeRetrying() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getDescription() - Method in class org.apache.flink.runtime.client.AbstractJobResult
-
Returns the description containing further details in case of an error.
- getDescription() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns an optional description which may be attached to this event.
- getDescription() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
-
- getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the distribution pattern used for this edge.
- getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getDoubleBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getDoubleLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getDriverComparator(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getDriverComparator(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getDriverComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverStrategy() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getElementsCollectedAndReset() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
-
- getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getEnvironment() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the environment of this task.
- getEnvironment() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getError() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
- getEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
-
- getEventNotificationManager() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
Returns the event notification manager used to dispatch events.
- getEvents() - Method in class org.apache.flink.runtime.client.JobProgressResult
-
Returns an iterator to the list of events transported within this job progress result object.
- getEvents(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
Get all archived Events for a job
- getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getEvents(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
Retrieves the collected events for the job with the given job ID.
- getEventsForJob(JobID, List<AbstractEvent>, boolean) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
Retrieves and adds the collected events for the job with the given job ID to the provided list.
- getEventsSerialized() - Method in class org.apache.flink.runtime.io.network.Envelope
-
- getExecutingThread() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Returns the thread which is assigned to execute the user code.
- getExecution() - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- getExecutionAttemptID() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
-
Returns the ID of the vertex this event refers to.
- getExecutionAttemptId() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
- getExecutionAttemptId() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionGraph(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
- getExecutionGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- getExecutionGraph() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
-
- getExecutionId() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getExecutionId() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
-
- getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Gets the ID of the execution attempt.
- getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
-
- getExecutionMode() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Returns the current execution state of the task.
- getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the new execution state of the task.
- getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getFile(BlobKey) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- getFile(BlobKey) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
-
- getFile(BlobKey) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Returns a file handle to the file identified by the blob key.
- getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- getFilehandlesDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getFilehandlesInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getFileName() - Method in class org.apache.flink.runtime.types.FileRecord
-
- getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getFloatBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getFloatLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getFormatDescription() - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
-
- getFormatDescription() - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
-
- getFQDNHostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
Returns the host name of the instance.
- getFreedMemory() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getFreeMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getFreeMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the amount of free memory of the corresponding instance.
- getFreeSlotForTask(ExecutionVertex, Iterable<Instance>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
Gets a suitable instance to schedule the vertex execution to.
- getFreeSubSlotForTask(ExecutionVertex, Iterable<Instance>, SlotSharingGroupAssignment, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getFullSegments() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBulkBlockReader
-
- getFullSegments() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
-
- getGateID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- getGlobalBufferPool() - Method in class org.apache.flink.runtime.io.network.ChannelManager
-
- getGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getGroupID() - Method in class org.apache.flink.runtime.instance.Slot
-
- getGroupId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
-
- getGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getHadoopConfiguration() - Static method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
Returns a new Hadoop Configuration object using the path to the hadoop conf configured
in the main configuration (flink-conf.yaml).
- getHadoopWrapperClassNameForFileSystem(String) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the percentage of time the CPU(s) spent in state HARD_IRQ during the profiling interval.
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
-
- getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
-
- getHeartbeatTimeout() - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- getHostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
- getHosts() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
-
- getHosts() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
-
- getId() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getId() - Method in class org.apache.flink.runtime.instance.Instance
-
- getID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- getID() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the ID of this job vertex.
- getId() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- getID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the ID of the task this result belongs to
- getIdleCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getIdleCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the percentage of time the CPU(s) spent in state IDLE during the profiling interval.
- getIndex() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- getIndex() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's index in the subtask group.
- getIndexInSubtaskGroup() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the index of this subtask in the subtask group.
- getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the index of this subtask in the subtask group.
- getIndexOfSubtask() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the index of the subtask that this event belongs to.
- getInetAdress() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
- getInitialTableSize(int, int, int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getInput(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getInput(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getInputChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
Returns the input channel from position pos of the gate's internal channel list.
- getInputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
-
Returns the input channel ID attached to this deployment descriptor.
- getInputChannelId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getInputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the IDs of all input channels connected to this environment.
- getInputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getInputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the IDs of all the input channels connected to the gate with the given ID.
- getInputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getInputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputEdges(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getInputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Returns the registered input gate with index pos.
- getInputGate() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
-
- getInputGate() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
Returns the input gate associated with the input channel.
- getInputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the IDs of all input gates connected to this environment.
- getInputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getInputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getInputLocalStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputNum() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- getInputSerializer(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getInputSerializer(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputSplitProvider() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the input split provider assigned to this environment.
- getInputSplitProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getInputSplitSource() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- getInputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
-
- getInputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Returns InputStream for the socket.
- getInstance() - Method in exception org.apache.flink.runtime.instance.InstanceDiedException
-
- getInstance() - Method in class org.apache.flink.runtime.instance.Slot
-
- getInstance() - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
-
- getInstance() - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.instance.Instance
-
Returns the instance's connection information object.
- getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getInstanceManager() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getInstanceName() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
-
Returns the name of the instance.
- getInstances() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getInstanceSummaryProfilingData(long) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
-
- getInt(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getInt(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getInt(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getInteger() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
-
Returns the stored integer value.
- getInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getIntermediateResult() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getInternalFileStatus() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getInvokable() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Returns the invokable object that represents the Nephele task.
- getInvokableClass(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the invokable class which represents the task of this vertex
- getInvokableClassName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the name of the class containing the task code to be executed.
- getInvokableClassName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the name of the invokable class which represents the task of this vertex.
- getIOManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getIOManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getIOManager() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getIOManager() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getIOWaitCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getIOWaitCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the percentage of time the CPU(s) spent in state IOWAIT during the profiling interval.
- getIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationAggregators() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- getIterationAggregators(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadFinalOutputConfig() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadIndexOfSyncOutput() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadPartialSolutionOrWorksetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationHeadSolutionSetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterationId() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getIterator() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Gets an iterator over all records in this buffer in their logical order.
- getIterator() - Method in interface org.apache.flink.runtime.operators.sort.Sorter
-
- getIterator() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
- getIterator() - Method in class org.apache.flink.runtime.operators.TempBarrier
-
This method resets the input!
- getIterator() - Method in interface org.apache.flink.runtime.operators.util.CloseableInputProvider
-
Gets the iterator over this input.
- getIterator() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
- getIterator() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
-
- getJob(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
Return archived job
- getJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- getJobAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
-
Returns all collected accumulators for the job.
- getJobConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the configuration of the job the task belongs to.
- getJobConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the job configuration object which was attached to the original
JobGraph.
- getJobConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getJobConfiguration() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the configuration object for this job if it is set.
- getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the job configuration object which was attached to the original
JobGraph.
- getJobID() - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
-
- getJobID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the ID of the job the tasks belongs to.
- getJobID() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
-
Returns the ID of the new job.
- getJobID() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the ID of the job from the original job graph.
- getJobID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getJobID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobID() - Method in class org.apache.flink.runtime.instance.Slot
-
Returns the ID of the job this allocated slot belongs to.
- getJobID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- getJobID() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- getJobID() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- getJobID() - Method in class org.apache.flink.runtime.io.network.Envelope
-
- getJobID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- getJobID() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the ID of the job.
- getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- getJobID() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
-
Returns the ID of the job this profiling information belongs to.
- getJobID() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Returns the ID of the job this task belongs to.
- getJobID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
The ID of the job the task belongs to
- getJobName() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
-
Returns the name of the new job.
- getJobName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobProgress() - Method in class org.apache.flink.runtime.client.JobClient
-
Retrieves the current status of the job assigned to this job client.
- getJobProgress(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getJobProgress(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
-
Retrieves the current status of the job specified by the given ID.
- getJobs() - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
Get all archived Jobs
- getJobs() - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- getJobStatus() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
-
Returns the last known status of the job.
- getJobVertex(JobVertexID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobVertexID() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the ID of the job vertex this event belongs to.
- getJobVertexId() - Method in interface org.apache.flink.runtime.execution.Environment
-
Gets the ID of the jobVertex that this task corresponds to.
- getJobVertexId() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getJobvertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getJobVertexId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- getJobVertexIds() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getJobVertexName() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the name of the job vertex this event belongs to.
- getJvmStartupOptions() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getJvmVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getLastHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
-
Gets the timestamp of the last heartbeat.
- getLastOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getLastTasksConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getLen() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getLen() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getLength() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
-
- getLength() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
Gets the limit for reading bytes from the given memory segment.
- getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getListenerAddress() - Method in class org.apache.flink.runtime.ipc.Server
-
Return the socket (ip+port) on which the RPC server is listening to.
- getLocality() - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- getLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
-
- getLocalTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- getLocation() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
-
- getLocationConstraint() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getLocationConstraint(int) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- getLocationConstraint() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- getLong(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getLong(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getLong(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getLowerPart() - Method in class org.apache.flink.runtime.AbstractID
-
- getMainThread() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
-
- getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
Returns the execution graph object for the job with the given ID from the map of recently added graphs.
- getMatchesFor(PT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getMatchFor(PT, BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
-
- getMatchFor(PT, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
-
- getMaxDepth(int) - Static method in class org.apache.flink.runtime.operators.sort.QuickSort
-
Deepest recursion before giving up and doing a heapsort.
- getMaxJvmHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
The maximum JVM heap size, in bytes.
- getMemoryManager() - Method in interface org.apache.flink.runtime.execution.Environment
-
- getMemoryManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getMemoryManager() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getMemoryManager() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getMemorySegment() - Method in class org.apache.flink.runtime.io.network.Buffer
-
- getMemorySize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- getMemorySize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Returns the total size of memory.
- getMergingIterator(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<FileIOChannel>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
Returns an iterator that iterates over the merged result from all given channels.
- getModificationTime() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getModificationTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getMutableObjectMode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getName() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the name of the vertex.
- getName() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the name assigned to the job graph.
- getNetworkConnectionManager() - Method in class org.apache.flink.runtime.io.network.ChannelManager
-
- getNewExecutionState() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
-
Returns the new execution state of the vertex this event refers to.
- getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Returns a new inMemoryPartition object.
- getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- getNextBufferOrEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- getNextInputSplit() - Method in interface org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider
-
Requests the next input split to be consumed by the calling task.
- getNextInputSplit() - Method in class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
-
- getNextPathNum() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
- getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
-
- getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
-
- getNextRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
-
- getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Gets the next memory segment that has been filled with data by the reader.
- getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
-
Gets the next memory segment that has been written and is available again.
- getNextReturnedSegment() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Gets the next memory segment that has been filled with data by the reader.
- getNextReturnedSegment() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
-
Gets the next memory segment that has been written and is available again.
- getNextUnboundInputGateID() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the next unbound input gate ID or null if no such ID exists
- getNextUnboundInputGateID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getNumberCPUCores() - Static method in class org.apache.flink.runtime.instance.Hardware
-
Gets the number of CPU cores (hardware contexts) that the JVM has access to.
- getNumberLeaves() - Method in class org.apache.flink.runtime.instance.SharedSlot
-
- getNumberLeaves() - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- getNumberLeaves() - Method in class org.apache.flink.runtime.instance.Slot
-
- getNumberOfActiveConnections() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- getNumberOfActiveConnections() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- getNumberOfActiveConnections() - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
-
- getNumberOfAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- getNumberOfAssignedPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getNumberOfAvailableInstances() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
NOTE: In the presence of multi-threaded operations, this number may be inexact.
- getNumberOfAvailableSlotsForJid(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
- getNumberOfChainedStubs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getNumberOfChannels() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
-
Returns the number of byte-buffered channels that will retrieve their buffers from the local buffer pool.
- getNumberOfChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- getNumberOfCPUCores() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the number of CPU cores available to the JVM on the compute node.
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- getNumberOfDriverComparators() - Method in interface org.apache.flink.runtime.operators.PactDriver
-
Gets the number of comparators required for this driver.
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- getNumberOfEventsUntilInterruptInIterativeBroadcastGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfEventsUntilInterruptInIterativeGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfExecutionRetries() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Gets the number of times the system will try to re-execute failed tasks.
- getNumberOfInputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the number of input channels attached to this environment.
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
-
Returns the number of input channels wired to this reader's input gate.
- getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
Returns the number of input channels associated with this input gate.
- getNumberOfInputGates() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the number of input gates registered with this environment.
- getNumberOfInputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the number of inputs.
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- getNumberOfInputs() - Method in interface org.apache.flink.runtime.operators.PactDriver
-
Gets the number of inputs (= Nephele Gates and Readers) that the task has.
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- getNumberOfInstancesWithAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getNumberOfIterations() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfLocalizedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getNumberOfNonLocalizedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getNumberOfOutputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the number of output channels attached to this environment.
- getNumberOfOutputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getNumberOfOutputGates() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the number of output gates registered with this environment.
- getNumberOfOutputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getNumberOfProducedIntermediateDataSets() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the number of produced intermediate data sets.
- getNumberOfReferenceHolders(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- getNumberOfRegisteredTaskManagers() - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- getNumberOfRetriesLeft() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getNumberOfSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
- getNumberOfSlotsAvailableToScheduler() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getNumberOfSlotsAvailableToScheduler() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
- getNumberOfSubtasks() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Gets the total number of subtasks of the task that this subtask belongs to.
- getNumberOfTaskManagers() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getNumberOfUnconstrainedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getNumberOfUserThreads() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
-
- getNumberOfVariablesWithReferences() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- getNumberOfVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of all vertices.
- getNumBroadcastInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumChannels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- getNumInputs() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getNumInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumOpenConnections() - Method in class org.apache.flink.runtime.ipc.Server
-
The number of open RPC conections
- getNumOutputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
-
- getNumRequiredComparators() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getNumTaskInputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
-
- getNumTaskInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getNumWriteBehindBuffers(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Determines the number of buffers to be used for asynchronous write behind.
- getObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
-
Returns the name of the S3 object this object refers to.
- getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Gets the number of bytes currently occupied in this sorter.
- getOccupancy() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the number of bytes currently occupied in this sorter.
- getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Gets the number of bytes currently occupied in this sorter.
- getOffset() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
-
- getOffset() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
-
- getOldJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getOptionalMessage() - Method in class org.apache.flink.runtime.event.job.JobEvent
-
Returns the optional message that is possibly attached to this event.
- getOutputBufferProvider() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the buffer provider for this environment.
- getOutputBufferProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getOutputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
-
Returns the output channel ID attached to this deployment descriptor.
- getOutputChannelId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getOutputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the IDs of all output channels connected to this environment.
- getOutputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getOutputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the IDs of all the output channels connected to the gate with the given ID.
- getOutputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getOutputCollector() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getOutputCollector() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getOutputCollector(AbstractInvokable, TaskConfig, ClassLoader, List<BufferWriter>, int) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
Creates the
Collector for the given task, as described by the given configuration.
- getOutputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputDataDistribution(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Returns the registered output gate with index pos.
- getOutputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the IDs of all output gates connected to this environment.
- getOutputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getOutputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getOutputPartitioner(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputShipStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getOutputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Same as getOutputStream(socket, 0).
- getOutputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Returns OutputStream for the socket.
- getOwningNepheleTask() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getOwningNepheleTask() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getPageSize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- getPageSize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Gets the size of the pages handled by the memory manager.
- getPairComparatorFactory(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getParallelism() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getParallelism() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Gets the degree of parallelism of the task.
- getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getParent() - Method in class org.apache.flink.runtime.instance.Slot
-
- getPartition() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getPartitionEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getPartitioningFanOutNoEstimates(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Gets the number of partitions to be used for an initial hash-table, when no estimates are
available.
- getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Gets the partition number of this partition.
- getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Gets the partition number of this partition.
- getPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getPath() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getPath() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getPath() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
-
Returns the path to the underlying temporary file.
- getPort() - Method in class org.apache.flink.runtime.blob.BlobCache
-
- getPort() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns the port on which the server is listening.
- getPort() - Method in interface org.apache.flink.runtime.blob.BlobService
-
Returns the port of the blob service
- getPreferredLocations() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Gets the location preferences of this task, determined by the locations of the predecessors from which
it receives input data.
- getPreviousGlobalAggregate(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- getProbeSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getProbeSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getProbeSideComparator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- getProbeSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- getProducedDataSets() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getProducedDataSets() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- getProducer() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the interval of time this profiling event covers in milliseconds.
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
-
The interval in milliseconds to which the rest
of the profiling data relates to.
- getProfilingStart() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
-
- getProfilingTimestamp() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
-
Returns the timestamp of this profiling information.
- getProxy(Class<V>, InetSocketAddress, SocketFactory) - Static method in class org.apache.flink.runtime.ipc.RPC
-
Construct a client-side proxy object that implements the named protocol,
talking to a server at the named address.
- getProxy(Class<V>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
-
Construct a client-side proxy object with the default SocketFactory
- getPushChainDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- getRandomFilename(String) - Static method in class org.apache.flink.runtime.util.FileUtils
-
Constructs a random filename with the given prefix and
a random part generated from hex characters.
- getReadEndAfterSuperstepEnded() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
-
Called by iteration head after it has sent all input for the current superstep through the data channel
(blocks iteration head).
- getReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, TypeSerializer<E>, long) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Creates the reading thread.
- getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the number of bytes received via network during the profiling interval.
- getReceiver() - Method in exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
-
- getRecentExecutionGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getRecentJobs(List<RecentJobEvent>) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
- getRecentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getRecentJobs() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
Retrieves a list of jobs which have either running or have been started recently.
- getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.client.JobClient
-
Returns the recommended interval in seconds in which a client
is supposed to poll for progress information.
- getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getRecommendedPollingInterval() - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
-
Returns the recommended interval in seconds in which a client
is supposed to poll for progress information.
- getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Gets the record at the given logical position.
- getRecord(T, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Gets the record at the given logical position.
- getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Gets the record at the given logical position.
- getRecordCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
number of records in partition including garbage
- getRecursionLevel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Gets this partition's recursion level.
- getRegisteredExecutions() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getRegisteredId() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
Gets the ID under which the TaskManager is currently registered at its JobManager.
- getRelativeBackChannelMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeInputMaterializationMemory(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeMemoryDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeMemoryInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRelativeSolutionSetMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getRemoteAddress() - Static method in class org.apache.flink.runtime.ipc.Server
-
Returns remote address as a string when invoked inside an RPC.
- getRemoteIp() - Static method in class org.apache.flink.runtime.ipc.Server
-
Returns the remote side ip address when invoked inside an RPC
Returns null in case of an error.
- getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
-
- getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
-
- getRemoteTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- getReplication() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- getReplication() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getRequiredJarFiles() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- getRequiredJarFiles() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns a list of BLOB keys referring to the JAR files required to run this job
- getResources() - Method in class org.apache.flink.runtime.instance.Instance
-
- getReturnCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
-
Returns the return code of the job operation.
- getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Gets the queue in which the full memory segments are queued after the asynchronous read
is complete.
- getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
-
Gets the queue in which the memory segments are queued after the asynchronous write is completed.
- getReturnQueue() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Gets the queue in which the full memory segments are queued after the read is complete.
- getReturnQueue() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
-
Gets the queue in which the memory segments are queued after the asynchronous write
is completed
- getRevisionInformation() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the code revision (commit and commit date) of Flink.
- getRoot() - Method in class org.apache.flink.runtime.instance.Slot
-
- getSegmentsForReaders(List<List<MemorySegment>>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
Divides the given collection of memory buffers among numChannels sublists.
- getSegmentSize() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
Gets the size of the segments used by this view.
- getSequenceNumber() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
-
- getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.Envelope
-
- getServer(Object, String, int, int) - Static method in class org.apache.flink.runtime.ipc.RPC
-
Construct a server for a protocol implementation instance listening on a
port and address.
- getServerPort() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns the network port the BLOB server is bound to.
- getSharedSlot() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
-
- getShort(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- getShort(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
- getShort(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
- getSimpleName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getSizeOfFreeHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets an estimate of the size of the free heap memory.
- getSizeOfFreeHeapMemoryWithDefrag() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets an estimate of the size of the free heap memory.
- getSizeOfJvmHeap() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of the JVM heap memory
- getSizeOfManagedMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of the memory managed by the system for caching, hashing, sorting, ...
- getSizeOfPhysicalMemory() - Static method in class org.apache.flink.runtime.instance.Hardware
-
Returns the size of the physical memory in bytes.
- getSizeOfPhysicalMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of physical memory in bytes available on the compute node.
- getSlotForTask(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
Gets a slot suitable for the given task vertex.
- getSlotForTask(ExecutionVertex, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
- getSlotNumber() - Method in class org.apache.flink.runtime.instance.Slot
-
- getSlotSharingGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Gets the slot sharing group that this vertex is associated with.
- getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- getSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
-
- getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the percentage of time the CPU(s) spent in state SOFT_IRQ during the profiling interval.
- getSolutionSetComparator(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSolutionSetSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
- getSource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getSource() - Method in class org.apache.flink.runtime.io.network.Envelope
-
- getSource() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
-
- getSource() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the data set at the source of the edge.
- getSourceId() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Gets the ID of the consumed data set.
- getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
-
- getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
- getSpillingThresholdDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSpillingThresholdInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSplit(ClassLoader) - Method in class org.apache.flink.runtime.jobmanager.InputSplitWrapper
-
- getSplitAssigner() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getState() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getStateTimestamps() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getStaticResolution(String) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Retrieves the resolved name for the passed host.
- getStatusTimestamp(JobStatus) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getStorageLocation(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns a file handle to the file associated with the given blob key on the blob
server.
- getStorageLocation(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Returns a file handle to the file identified by the given jobID and key.
- getString() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
-
Returns the stored string.
- getString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- getStub() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- getStub() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getStub() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getStubParameters() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getStubType() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- getStubType() - Method in interface org.apache.flink.runtime.operators.PactDriver
-
Gets the class of the stub type that is run by this task.
- getStubType() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- getStubType() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- getStubWrapper(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getSubmissionTimestamp() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
-
Returns the time stamp of the job submission.
- getSubSlots() - Method in class org.apache.flink.runtime.instance.SharedSlot
-
- getSubtask() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- getSubtask() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
-
- getSubtaskIndex() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Gets the index of the parallel subtask [0, parallelism).
- getSuperstep() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getSystemCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getSystemCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the percentage of time the CPU(s) spent in state SYSTEM during the profiling interval.
- getSystemTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- getSystemTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
-
Returns the percentage of time the execution thread spent in
system mode in the given profiling interval.
- getTarget() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getTarget() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the vertex connected to this edge.
- getTaskAssignment() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- getTaskConfig() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getTaskConfig() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getTaskConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getTaskConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's configuration object.
- getTaskConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the task configuration object which was attached to the original JobVertex.
- getTaskConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getTaskConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the task configuration object which was attached to the original
AbstractJobVertex.
- getTaskManagerProxy() - Method in class org.apache.flink.runtime.instance.Instance
-
- getTaskManagers() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
-
- getTaskName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's name.
- getTaskName() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the name of the task running in this environment.
- getTaskName() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getTaskName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- getTaskName() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getTaskName() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getTaskNameWithSubtasks() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- getTaskToExecute() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- getTaskVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- getTempDir(JobID, String) - Method in class org.apache.flink.runtime.filecache.FileCache
-
- getTemporaryFileDirectory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getTimestamp() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
-
Returns the timestamp of the event.
- getTimestampString() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
-
- getTotalMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getTotalMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the total amount of memory of the corresponding instance.
- getTotalNumberOfParallelSubtasks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getTotalNumberOfReceivers() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
-
- getTotalNumberOfRegisteredSlots() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getTotalNumberOfRegisteredSlots() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
Returns the number of available slots among the registered task managers
- getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- getTotalNumberOfSubtasks() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the number of subtasks the corresponding vertex has been
split into at runtime.
- getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the number of bytes transmitted via network during the profiling interval.
- getType() - Method in exception org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- getUdfRuntimeContext() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getUpperPart() - Method in class org.apache.flink.runtime.AbstractID
-
- getUri() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- getUri() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- getUri() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- getURL(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobCache
-
Returns the URL for the content-addressable BLOB with the given key.
- getURL(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
-
Method which retrieves the URL of a file associated with a blob key.
- getURL(BlobKey) - Method in interface org.apache.flink.runtime.blob.BlobService
-
This method returns the URL of the file associated with the provided blob key.
- getUserClassLoader() - Method in interface org.apache.flink.runtime.execution.Environment
-
Returns the user code class loader
- getUserClassLoader() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- getUserClassLoader() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getUserCodeClassLoader() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Returns the user code class loader of this invokable.
- getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getUserCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getUserCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Returns the percentage of time the CPU(s) spent in state USER during the profiling interval.
- getUserJarBlobKeys() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns a set of BLOB keys referring to the JAR files required to run this job.
- getUserRunning() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Gets the name of the user that is running the JVM.
- getUserTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- getUserTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
-
Returns the percentage of time the execution thread spent in
user mode in the given profiling interval.
- getValue() - Method in class org.apache.flink.runtime.types.IntegerRecord
-
Returns the value of this integer record.
- getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
-
Returns an iterator over all values that belong to the current key.
- getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
-
Returns an iterator over all values that belong to the current key.
- getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
-
Returns an iterator over all values that belong to the current key.
- getValues1() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
-
- getValues1() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
Returns an iterable over the left input values for the current key.
- getValues2() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
-
- getValues2() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
-
Returns an iterable over the left input values for the current key.
- getVariable() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
- getVariable(BroadcastVariableInitializer<T, C>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
-
- getVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the version of the code as String.
- getVertex() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getVertexId() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
-
- getVertexID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the task's execution vertex ID.
- getVertexId() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
-
- getVertexId() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- getVertexID() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
-
Returns the ID of the vertex this profiling information
belongs to.
- getVertexID() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Returns the ID of this task vertex.
- getVertexWithAttempt() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- getVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an Iterable to iterate all vertices registered with the job graph.
- getVerticesAsArray() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an array of all job vertices that are registered with the job graph.
- getVerticesSortedTopologicallyFromSources() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- getVerticesTopologically() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getWaitedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- getWaitedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
-
Returns the percentage of time the execution thread spent in
either WAITING or TIMED_WAITING state in the given profiling interval.
- getWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getWorkerIndex() - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
-
- getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- getWrappedException() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
-
- getWriteEnd() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
-
Called by iteration tail to save the output of the current superstep.
- getWriters() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
-
List of writers that are associated with this output collector
- getWriters() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
-
List of writers that are associated with this output collector
- GlobalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
-
A global buffer pool for the network stack.
- GlobalBufferPool(int, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
-
- go() - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
-
Entry point of the thread.
- go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
-
The entry point for the thread.
- go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
-
Entry point of the thread.
- go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
Entry point of the thread.
- go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
-
Equivalent to the run() method.
- GroupReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
-
Combine operator, standalone (not chained)
- GroupReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- GroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
-
GroupReduce task which is executed by a Nephele task manager.
- GroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceDriver
-
- id - Variable in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
The ID of the underlying channel.
- InboundEnvelopeDecoder - Class in org.apache.flink.runtime.io.network.netty
-
- InboundEnvelopeDecoder(BufferProviderBroker) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
-
- InboundEnvelopeDispatcher - Class in org.apache.flink.runtime.io.network.netty
-
- InboundEnvelopeDispatcher(EnvelopeDispatcher) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
-
- incrementEndOfSuperstepEventAndCheck() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
-
- incrementIterationCounter() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- incrementReferenceCounter() - Method in class org.apache.flink.runtime.util.AtomicDisposableReferenceCounter
-
Increments the reference count and returns whether it was successful.
- IndexedSortable - Interface in org.apache.flink.runtime.operators.sort
-
- IndexedSorter - Interface in org.apache.flink.runtime.operators.sort
-
- inFirstIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- initBroadcastInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- initBroadcastInputsSerializers(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
Creates all the serializers and iterators for the broadcast inputs.
- InitializationTypeConflictException - Exception in org.apache.flink.runtime.broadcast
-
- InitializationTypeConflictException(Class<?>) - Constructor for exception org.apache.flink.runtime.broadcast.InitializationTypeConflictException
-
- initialize(URI) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- initialize(URI) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- initialize(URI) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- initialize() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
-
- initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
-
- initialize(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
-
- initialize() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- initialize() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- initialize() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
-
- initializeBroadcastVariable(Iterable<T>) - Method in class org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
-
- initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
A hook that can be overwritten by sub classes to implement logic that is called by the
master when the job starts.
- initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
-
- initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
-
- initializeSerializers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
-
- initialPartitionBuffersCount - Variable in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
-
- initInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- initInputsSerializersAndComparators(int, int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
Creates all the serializers and comparators.
- initLocalStrategies(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
NOTE: This method must be invoked after the invocation of #initInputReaders() and
#initInputSerializersAndComparators(int)!
- initOutPathDistFS(Path, FileSystem.WriteMode, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- initOutputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
-
- initOutputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
Creates a writer for each output.
- initOutputs(AbstractInvokable, ClassLoader, TaskConfig, List<ChainedDriver<?, ?>>, List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
Creates a writer for each output.
- initOutputWriters(List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
- initStub(Class<? super S>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- initTable(int, byte) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- InMemoryPartition<T> - Class in org.apache.flink.runtime.operators.hash
-
- InMemoryPartition(TypeSerializer<T>, int, ListMemorySegmentSource, int, int) - Constructor for class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
Creates a new partition, in memory, with one buffer.
- InMemorySorter<T> - Interface in org.apache.flink.runtime.operators.sort
-
- input - Variable in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
-
- input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- InputChannel<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.channels
-
InputChannel is an abstract base class to all different kinds of concrete
input channels that can be used.
- InputChannel(InputGate<T>, int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.InputChannel
-
Constructs an input channel with a given input gate associated.
- InputChannelResult - Enum in org.apache.flink.runtime.io.network.gates
-
- inputComparators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The comparators for the central driver.
- InputFormatVertex - Class in org.apache.flink.runtime.jobgraph
-
- InputFormatVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.InputFormatVertex
-
- InputFormatVertex(String, JobVertexID) - Constructor for class org.apache.flink.runtime.jobgraph.InputFormatVertex
-
- inputGate - Variable in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
-
The input gate associated with the record reader.
- InputGate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
-
Input gates are a specialization of general gates and connect input channels and record readers.
- InputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.InputGate
-
Constructs a new runtime input gate.
- inputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- inputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The inputs reader, wrapped in an iterator.
- inputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The input readers to this task.
- inputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The inputs to the operator.
- inputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The serializers for the input data type.
- InputSplitIterator<T extends InputSplit> - Class in org.apache.flink.runtime.jobgraph.tasks
-
The input split iterator allows a task to iterate over all input splits it is supposed to
consume.
- InputSplitIterator(InputSplitProvider) - Constructor for class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
-
Constructs a new input split iterator.
- InputSplitProvider - Interface in org.apache.flink.runtime.jobgraph.tasks
-
An input split provider can be successively queried to provide a series of
InputSplit objects a
task is supposed to consume in the course of its execution.
- InputSplitProviderProtocol - Interface in org.apache.flink.runtime.protocols
-
The input split provider protocol is used to facilitate RPC calls related to the lazy split assignment.
- InputSplitWrapper - Class in org.apache.flink.runtime.jobmanager
-
- InputSplitWrapper() - Constructor for class org.apache.flink.runtime.jobmanager.InputSplitWrapper
-
- InputSplitWrapper(InputSplit) - Constructor for class org.apache.flink.runtime.jobmanager.InputSplitWrapper
-
- InputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
-
- InputViewIterator(DataInputView, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.InputViewIterator
-
- insert(T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- insert(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
- insertIntoBuildBuffer(BT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Inserts the given object into the current buffer.
- insertIntoProbeBuffer(PT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Inserts the given record into the probe side buffers.
- insertIntoTable(BT, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
- insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
-
- insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
-
Replaces record in hash table if record already present or append record if not.
- instance() - Static method in class org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
-
- Instance - Class in org.apache.flink.runtime.instance
-
An instance represents a resource a
TaskManager runs on.
- Instance(InstanceConnectionInfo, InstanceID, HardwareDescription, int) - Constructor for class org.apache.flink.runtime.instance.Instance
-
Constructs an abstract instance object.
- instance - Variable in class org.apache.flink.runtime.instance.Slot
-
The instance on which the slot is allocated
- INSTANCE - Static variable in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
-
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
-
retrieve singleton instance
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
-
retrieve singleton instance
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker
-
Retrieve the singleton instance.
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrierBroker
-
- instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
-
- INSTANCE - Static variable in class org.apache.flink.runtime.iterative.event.TerminationEvent
-
- INSTANCE - Static variable in class org.apache.flink.runtime.util.ExecutorThreadFactory
-
- InstanceConnectionInfo - Class in org.apache.flink.runtime.instance
-
This class encapsulates all connection information necessary to connect to the instance's task manager.
- InstanceConnectionInfo(InetAddress, int, int) - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
Constructs a new instance connection info object.
- InstanceConnectionInfo() - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
Constructs an empty object.
- instanceDied(Instance) - Method in interface org.apache.flink.runtime.instance.InstanceListener
-
Called when an instance died.
- instanceDied(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- InstanceDiedException - Exception in org.apache.flink.runtime.instance
-
A special instance signaling that an attempted operation on an instance is not possible,
because the instance has died.
- InstanceDiedException(Instance) - Constructor for exception org.apache.flink.runtime.instance.InstanceDiedException
-
- InstanceID - Class in org.apache.flink.runtime.instance
-
Class for statistically unique instance IDs.
- InstanceID() - Constructor for class org.apache.flink.runtime.instance.InstanceID
-
- InstanceListener - Interface in org.apache.flink.runtime.instance
-
Classes implementing the InstanceListener interface can be notified about
the availability disappearance of instances.
- InstanceManager - Class in org.apache.flink.runtime.instance
-
Simple manager that keeps track of which TaskManager are available and alive.
- InstanceManager() - Constructor for class org.apache.flink.runtime.instance.InstanceManager
-
Creates an instance manager, using the global configuration value for maximum interval between heartbeats
where a task manager is still considered alive.
- InstanceManager(long) - Constructor for class org.apache.flink.runtime.instance.InstanceManager
-
- InstanceManager(long, long) - Constructor for class org.apache.flink.runtime.instance.InstanceManager
-
- InstanceProfiler - Class in org.apache.flink.runtime.profiling.impl
-
- InstanceProfiler(InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.InstanceProfiler
-
- InstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
-
Instance profiling events are a special subclass of profiling events.
- InstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Constructs a new instance profiling event.
- InstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
Default constructor for serialization/deserialization.
- InstanceSummaryProfilingEvent - Class in org.apache.flink.runtime.profiling.types
-
Instance summary profiling events summarize the profiling events of all instances involved in computing a job.
- InstanceSummaryProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
-
Constructs a new instance summary profiling event.
- InstanceSummaryProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
-
Default constructor for serialization/deserialization.
- instantiateUserCode(TaskConfig, ClassLoader, Class<? super T>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
Instantiates a user code class from is definition in the task configuration.
- InsufficientResourcesException - Exception in org.apache.flink.runtime.io.network
-
This exception is thrown by the
ChannelManager to indicate that a task cannot be accepted because
there are not enough resources available to safely execute it.
- IntArrayList - Class in org.apache.flink.runtime.util
-
Minimal implementation of an array-backed list of ints
- IntArrayList(int) - Constructor for class org.apache.flink.runtime.util.IntArrayList
-
- IntegerRecord - Class in org.apache.flink.runtime.types
-
This class represents record for integer values.
- IntegerRecord(int) - Constructor for class org.apache.flink.runtime.types.IntegerRecord
-
Constructs a new integer record with the given integer value.
- IntegerRecord() - Constructor for class org.apache.flink.runtime.types.IntegerRecord
-
Constructs an empty integer record (Mainly used for
serialization, do not call this constructor in your program).
- IntegerTaskEvent - Class in org.apache.flink.runtime.event.task
-
This class provides a simple implementation of an event that holds an integer value.
- IntegerTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
-
Default constructor (should only be used for deserialization).
- IntegerTaskEvent(int) - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
-
Constructs a new integer task event.
- IntermediateDataSet - Class in org.apache.flink.runtime.jobgraph
-
An intermediate data set is the data set produced by an operator - either a
source or any intermediate operation.
- IntermediateDataSet(AbstractJobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- IntermediateDataSet(IntermediateDataSetID, AbstractJobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
-
- IntermediateDataSetID - Class in org.apache.flink.runtime.jobgraph
-
- IntermediateDataSetID() - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates an new random intermediate data set ID.
- IntermediateDataSetID(AbstractID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates a new intermediate data set ID with the bytes of the given ID.
- IntermediateDataSetID(UUID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
-
Creates a new intermediate data set ID with the bytes of the given UUID.
- IntermediateResult - Class in org.apache.flink.runtime.executiongraph
-
- IntermediateResult(IntermediateDataSetID, ExecutionJobVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- IntermediateResultPartition - Class in org.apache.flink.runtime.executiongraph
-
- IntermediateResultPartition(IntermediateResult, ExecutionVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
-
- InternalExecutionVertexProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalExecutionVertexProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- InternalExecutionVertexProfilingData(JobID, JobVertexID, int, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- InternalExecutionVertexThreadProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalExecutionVertexThreadProfilingData(JobID, JobVertexID, int, ExecutionAttemptID, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- InternalExecutionVertexThreadProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- internalHandleException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
-
Internally handles an exception and makes sure that this method returns without a problem.
- InternalInstanceProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalInstanceProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- InternalInstanceProfilingData(InstanceConnectionInfo, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- InternalProfilingData - Interface in org.apache.flink.runtime.profiling.impl.types
-
- invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.io.network.ChannelManager
-
Invalidates the entries identified by the given channel IDs from the receiver lookup cache.
- inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- invoke() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- invoke() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Must be overwritten by the concrete task.
- invoke() - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
- invoke() - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
- invoke() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
The main work method.
- IOManager - Class in org.apache.flink.runtime.io.disk.iomanager
-
The facade for the provided I/O manager services.
- IOManager(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Constructs a new IOManager.
- ioManager - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The I/O manager used to instantiate writers for the spilled partitions.
- ioManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
- IOManagerAsync - Class in org.apache.flink.runtime.io.disk.iomanager
-
A version of the
IOManager that uses asynchronous I/O.
- IOManagerAsync() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manger, writing files to the system 's temp directory.
- IOManagerAsync(String) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manger, writing file to the given directory.
- IOManagerAsync(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Constructs a new asynchronous I/O manger, writing file round robin across the given directories.
- IOUtils - Class in org.apache.flink.runtime.util
-
An utility class for I/O related functionality.
- IPC_THREAD_NAME_PREFIX - Static variable in class org.apache.flink.runtime.ipc.Server
-
- ipcPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
Returns the port instance's task manager runs its IPC service on.
- isAlive() - Method in class org.apache.flink.runtime.instance.Instance
-
- isAlive() - Method in class org.apache.flink.runtime.instance.Slot
-
- isBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
-
- isBufferConsumed() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
-
- isCanceled() - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
-
Returns whether the task has been canceled.
- isCanceled() - Method in class org.apache.flink.runtime.instance.Slot
-
- isCanceledOrFailed() - Method in class org.apache.flink.runtime.taskmanager.Task
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- isClosed() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
-
Checks whether the channel has been closed.
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
Checks whether this request queue is closed.
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- isClosed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- isClosed() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
Checks if the gate is closed.
- isClosed() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- isClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- isCompacted() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- isConverged(int, LongValue) - Method in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
-
- isDead() - Method in class org.apache.flink.runtime.instance.Slot
-
- isDestroyed() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
-
- isDir() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
-
- isDir() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- isDisposed() - Method in class org.apache.flink.runtime.instance.Slot
-
- isDistributedFS() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- isDistributedFS() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- isDistributedFS() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- isEmpty() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Checks whether the buffer is empty.
- isEmpty() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Checks whether the buffer is empty.
- isEmpty() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Checks whether the buffer is empty.
- isEmpty() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
-
- isEmpty() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- isEmpty() - Method in class org.apache.flink.runtime.util.LongArrayList
-
- isEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- isEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
-
- isFinished() - Method in class org.apache.flink.runtime.executiongraph.Execution
-
- isFreed() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- isFreed() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
Checks whether this memory segment has already been freed.
- isFreed() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
Checks whether this memory segment has already been freed.
- isFullBuffer() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
-
- isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
-
- isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
-
- isIdReference() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
- isInFinalState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- isInMemory() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Checks whether this partition is in memory or spilled.
- isInputAsynchronouslyMaterialized(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isInputCached(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
-
- isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
-
- isInputClosed() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
-
- isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
-
- isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
Checks if the considered gate is an input gate.
- isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- isInputResettable(int) - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
-
- isInputVertex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- isIterativeInputGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isJobAborting() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- isJobCanceledByUser() - Method in exception org.apache.flink.runtime.client.JobExecutionException
-
Returns true if the job has been aborted as a result of a user request, false
otherwise.
- isMaterializing() - Method in enum org.apache.flink.runtime.operators.DamBehavior
-
Checks whether this enumeration represents some form of materialization,
either with a full dam or without.
- isMaterializing() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- isNetworkStrategy() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
- isOpen() - Method in class org.apache.flink.runtime.net.SocketInputStream
-
- isOpen() - Method in class org.apache.flink.runtime.net.SocketOutputStream
-
- isOutputVertex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- isProfilingAvailable() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
-
Checks if profiling is enabled for the new job.
- isProperlyShutDown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Utility method to check whether the IO manager has been properly shut down.
- isProperlyShutDown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Utility method to check whether the IO manager has been properly shut down.
- isQueuedSchedulingAllowed() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- isRegistered() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
Checks if the TaskManager is properly registered and ready to receive work.
- isReleased() - Method in class org.apache.flink.runtime.instance.Slot
-
- isRunning() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
-
Checks whether this thread is still alive.
- isShutDown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
Tests whether the job manager has been shut down completely.
- isShutDown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
Checks whether the task manager has already been shut down.
- isSolutionSetUnmanaged() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- isSolutionSetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- isStillAlive(long, long) - Method in class org.apache.flink.runtime.instance.Instance
-
Checks whether the last heartbeat occurred within the last n milliseconds
before the given timestamp now.
- isSuccess() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
-
- isTerminalState() - Method in enum org.apache.flink.runtime.jobgraph.JobStatus
-
- isUnassigned() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
-
- isUnassignedOrDisposed() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
-
- isWorksetIteration - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- isWorksetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- IterationAggregatorBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
- IterationAggregatorBroker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
-
- IterationEventWithAggregators - Class in org.apache.flink.runtime.iterative.event
-
- IterationEventWithAggregators() - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationEventWithAggregators(String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationEventWithAggregators(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- IterationHeadPactTask<X,Y,S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
-
The head is responsible for coordinating an iteration and can run a
PactDriver inside.
- IterationHeadPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
-
- IterationIntermediatePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
-
An intermediate iteration task, which runs a Driver}inside.
- IterationIntermediatePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
-
- IterationSynchronizationSinkTask - Class in org.apache.flink.runtime.iterative.task
-
The task responsible for synchronizing all iteration heads, implemented as an output task.
- IterationSynchronizationSinkTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- IterationTailPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
-
An iteration tail, which runs a driver inside.
- IterationTailPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationTailPactTask
-
- iterativeBroadcastInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The indices of the iterative broadcast inputs.
- iterativeInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The indices of the iterative inputs.
- iterator() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
-
- iterator() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- iterator() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
- iterator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
The iterator to be returned by the sort-merger.
- iterator() - Method in class org.apache.flink.runtime.util.EmptyIterator
-
- iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
-
- iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
-
- iterator() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
-
- iterator() - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
- iteratorException - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
The exception that is set, if the iterator cannot be created.
- iteratorLock - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
The monitor which guards the iterator field.
- RandomAccessInputView - Class in org.apache.flink.runtime.io.disk
-
- RandomAccessInputView(ArrayList<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- RandomAccessInputView(ArrayList<MemorySegment>, int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- RandomAccessOutputView - Class in org.apache.flink.runtime.io.disk
-
- RandomAccessOutputView(MemorySegment[], int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- RandomAccessOutputView(MemorySegment[], int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- read(DataInputView) - Method in class org.apache.flink.runtime.AbstractID
-
- read(DataInputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.blob.BlobKey
- read(DataInputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
-
- read(DataInputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
-
- read(DataInputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
-
- read(DataInputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
- read(DataInputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
-
- read() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
-
- read() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- read(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- read(DataInputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
- read(DataInputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
-
- read(DataInputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- read(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
-
- read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- read(DataInputView) - Method in class org.apache.flink.runtime.jobmanager.InputSplitWrapper
-
- read(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- read() - Method in class org.apache.flink.runtime.net.SocketInputStream
-
- read(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketInputStream
-
- read(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketInputStream
-
- read(DataInputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- read(DataInputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
-
- read(DataInputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
-
- read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
- read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
-
- read(DataInputView) - Method in class org.apache.flink.runtime.types.FileRecord
-
- read(DataInputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
-
- read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
-
- read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
-
- read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
-
- readAndSetBroadcastInput(int, String, DistributedRuntimeUDFContext, int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- readBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
-
Issues a read request, which will asynchronously fill the given segment with the next block in the
underlying file channel.
- readBlock(MemorySegment) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
-
Issues a read request, which will fill the given segment with the next block in the
underlying file channel.
- readBoolean() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readBoolean() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readChar() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readChar() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readDouble() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readDouble() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readEnum(DataInput, Class<T>) - Static method in class org.apache.flink.runtime.util.EnumUtils
-
Reads a value from the given enumeration from the specified input stream.
- reader - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- Reader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
-
A reader interface to read records from an input.
- ReaderBase - Interface in org.apache.flink.runtime.io.network.api
-
- ReaderIterator<T> - Class in org.apache.flink.runtime.operators.util
-
- ReaderIterator(MutableReader<DeserializationDelegate<T>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.util.ReaderIterator
-
Creates a new iterator, wrapping the given reader.
- readFloat() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readFloat() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readFully(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readFully(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readFully(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readFully(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.flink.runtime.util.IOUtils
-
Reads len bytes in a loop.
- readInt() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readInt() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readLine() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readLine() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readLong() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readLong() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readRecord(T) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- readRecord(T) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
Reads a record from one of the associated input channels.
- readRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
- readShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readUnsignedByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readUnsignedByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readUnsignedShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readUnsignedShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- readUTF() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- readUTF() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- ReceiverAlreadyClosedException - Exception in org.apache.flink.runtime.io.network.channels
-
- ReceiverAlreadyClosedException() - Constructor for exception org.apache.flink.runtime.io.network.channels.ReceiverAlreadyClosedException
-
- receiverNotFound() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- receiverNotReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- receiverReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- RecentJobEvent - Class in org.apache.flink.runtime.event.job
-
A
RecentJobEvent provides a summary of a job which is either currently running or has been running recently.
- RecentJobEvent(JobID, String, JobStatus, boolean, long, long) - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
-
Constructs a new event.
- RecentJobEvent() - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
-
Constructor for serialization/deserialization.
- RecordAvailabilityListener<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.gates
-
This interface can be implemented by a class which shall be notified by an input gate when one of the its connected
input channels has at least one record available for reading.
- RecordDeserializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
-
Interface for turning sequences of memory segments into records.
- RecordDeserializer.DeserializationResult - Enum in org.apache.flink.runtime.io.network.serialization
-
- RecordOutputCollector - Class in org.apache.flink.runtime.operators.shipping
-
The OutputCollector collects
Records, and emits the pair to a set of Nephele
RecordWriters.
- RecordOutputCollector(List<RecordWriter<Record>>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
-
Initializes the output collector with a set of writers.
- RecordOutputEmitter - Class in org.apache.flink.runtime.operators.shipping
-
- RecordOutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
-
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
- RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
-
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)
and uses the supplied comparator to hash / compare records for partitioning them deterministically.
- RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
-
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...)
and uses the supplied comparator to hash / compare records for partitioning them deterministically.
- RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, Partitioner<?>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
-
- RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, Partitioner<?>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
-
- RecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
-
A record writer connects an input gate to an application.
- RecordReader(AbstractInvokable, Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordReader
-
Constructs a new record reader and registers a new input gate with the application's environment.
- RecordSerializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
-
Interface for turning records into sequences of memory segments.
- RecordSerializer.SerializationResult - Enum in org.apache.flink.runtime.io.network.serialization
-
- RecordWriter<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
-
A record writer connects the application to an output gate.
- RecordWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
-
- RecordWriter(AbstractInvokable, ChannelSelector<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
-
- recursionLevel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
-
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
-
- recycle(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.BufferRecycler
-
- recycle(MemorySegment) - Method in class org.apache.flink.runtime.util.BufferPoolConnector
-
- recycleBuffer() - Method in class org.apache.flink.runtime.io.network.Buffer
-
- ReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
-
Combine operator for Reduce functions, standalone (not chained).
- ReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- ReduceDriver<T> - Class in org.apache.flink.runtime.operators
-
Reduce task which is executed by a Nephele task manager.
- ReduceDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceDriver
-
- register(Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
-
Registers the given task with the channel manager.
- registerArchivist(ArchiveListener) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
Register Archivist to archive
- registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
-
- registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
-
- registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
-
- registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- registerChannelToBeRemovedAtShudown(FileIOChannel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
Adds a channel to the list of channels that are to be removed at shutdown.
- registerConsumer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- registerEnvelopeDispatcher(EnvelopeDispatcher) - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
Registers an EnvelopeDispatcher with this channel at runtime.
- registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- registerExecutionListener(Task, Configuration) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
-
- registerExecutionListener(Task, Configuration) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
-
- registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
-
- registerForProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
-
- registerForProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
-
Registers the given
ProfilingListener object to receive
profiling data for the job with the given job ID.
- registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- registerGlobalBufferPool(GlobalBufferPool) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
-
- registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- registerInputOutput() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- registerInputOutput() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Must be overwritten by the concrete task to instantiate the required record reader and record writer.
- registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
- registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
- registerInputOutput() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
Initialization method.
- registerJob(JobID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- registerJob(JobID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
-
- registerJob(JobID, Collection<BlobKey>) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Registers a job with its required jar files.
- registerJob(ExecutionGraph, boolean, long) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
Registers a job in form of its execution graph representation
with the job progress collector.
- registerJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- registerMainThreadForCPUProfiling(Environment, Thread, JobVertexID, int, ExecutionAttemptID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
-
- registerOpenChannelToBeRemovedAtShudown(FileIOChannel) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
Adds a channel reader/writer to the list of channels that are to be removed at shutdown.
- registerProfiler(TaskManagerProfiler, Configuration) - Method in class org.apache.flink.runtime.taskmanager.Task
-
Registers the task manager profiler with the task.
- registerProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
-
- registerProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
-
- registerRecordAvailabilityListener(RecordAvailabilityListener<T>) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- registerTask(JobID, ExecutionAttemptID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- registerTask(JobID, ExecutionAttemptID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
-
- registerTask(JobID, ExecutionAttemptID, Collection<BlobKey>) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Registers a job task execution with its required jar files.
- registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
-
Registers a task manager at the JobManager.
- registerUserThreadForCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
-
- RegularPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.operators
-
The abstract base class for all tasks.
- RegularPactTask() - Constructor for class org.apache.flink.runtime.operators.RegularPactTask
-
- RegularToMutableObjectIterator<T> - Class in org.apache.flink.runtime.util
-
- RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.RegularToMutableObjectIterator
-
- release(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- release(Collection<T>) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- release(MemorySegment) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Tries to release the memory for the specified segment.
- release(Collection<T>) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Tries to release the memory for the specified collection of segments.
- releaseAll(AbstractInvokable) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- releaseAll(AbstractInvokable) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Releases all memory segments for the given task.
- releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
Releases the allocated resources (particularly buffer) of all channels attached to this gate.
- releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- releaseAllReferencesFromTask(RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.Channel
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- releaseBroadcastVariables(String, int, DistributedRuntimeUDFContext) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- RELEASED - Static variable in class org.apache.flink.runtime.instance.Slot
-
- releaseReference(String, int, RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseReference(BroadcastVariableKey, RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
-
- releaseSharedSlot(SharedSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
Releases the shared slot from the assignment group.
- releaseSimpleSlot(SimpleSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
Releases the simple slot from the assignment group.
- releaseSlot() - Method in class org.apache.flink.runtime.instance.SharedSlot
-
Release this shared slot.
- releaseSlot() - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- releaseSlot() - Method in class org.apache.flink.runtime.instance.Slot
-
- releaseTable() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Releases the table (the array of buckets) and returns the occupied memory segments to the list of free segments.
- releaseTable() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- remainingCapacity() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Returns the remaining capacity of the backing array.
- RemoteException - Exception in org.apache.flink.runtime.ipc
-
- RemoteException(String, String) - Constructor for exception org.apache.flink.runtime.ipc.RemoteException
-
- RemoteReceiver - Class in org.apache.flink.runtime.io.network
-
Objects of this class uniquely identify a connection to a remote
TaskManager.
- RemoteReceiver(InetSocketAddress, int) - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
-
Constructs a new remote receiver object.
- RemoteReceiver() - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
-
Default constructor for serialization/deserialization.
- remove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
blocking retrieval and removal of the object to share
- remove() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
-
- remove(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- remove() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
-
- remove() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- remove() - Method in class org.apache.flink.runtime.util.EmptyIterator
-
- remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
-
- remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
-
- remove() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
-
- remove() - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
- remove() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
-
- removeAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- removeInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- removeInt(int) - Method in class org.apache.flink.runtime.util.IntArrayList
-
- removeLong(int) - Method in class org.apache.flink.runtime.util.LongArrayList
-
- removeSlotListener() - Method in class org.apache.flink.runtime.instance.Instance
-
- removeUserThread(Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
-
- removeVertexFromGroup(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- rename(Path, Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
-
- rename(Path, Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
-
- rename(Path, Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- reopen(Iterator<T>) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
-
- ReOpenableHashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
-
- ReOpenableMutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
-
- ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
-
Set new input for probe side
- reopenProbe(MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
-
- reportAccumulatorResult(AccumulatorEvent) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- reportAccumulatorResult(AccumulatorEvent) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
-
Report accumulators that were collected in a task.
- reportAndClearAccumulators(Environment, Map<String, Accumulator<?, ?>>, ArrayList<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
-
This method is called at the end of a task, receiving the accumulators of
the task and the chained tasks.
- reportAsynchronousEvent() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
-
Reports an asynchronous event and interrupts each blocking method of this buffer provider in order to allow the
blocked thread to respond to the event.
- reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
-
- reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
-
- reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
-
Reports an asynchronous event.
- reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- reportHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
-
Updates the time of last received heart beat to the current system time.
- reportHeartBeat(InstanceID) - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- reportIOException(IOException) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- reportProfilingData(ProfilingDataContainer) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
-
- reportProfilingData(ProfilingDataContainer) - Method in interface org.apache.flink.runtime.profiling.impl.ProfilerImplProtocol
-
- reportRecordAvailability(InputGate<T>) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
-
- reportRecordAvailability(InputGate<T>) - Method in interface org.apache.flink.runtime.io.network.gates.RecordAvailabilityListener
-
This method is called by an input gate when one of its connected input channels has at least one record available
for reading.
- requestBuffer(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- requestBuffer(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
-
Requests a buffer with a minimum size of minBufferSize.
- requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
-
- requestBuffer() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
-
Requests a buffer from the pool.
- requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
-
- requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- requestBufferBlocking(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- requestBufferBlocking(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
-
Requests a buffer with a minimum size of minBufferSize.
- requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
-
- requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
-
- requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
- requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- requestClose() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- requestClose() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- RequestDoneCallback - Interface in org.apache.flink.runtime.io.disk.iomanager
-
Callback to be executed on completion of an asynchronous I/O request.
- requestFailed(MemorySegment, IOException) - Method in class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
-
- requestFailed(MemorySegment, IOException) - Method in interface org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
-
- requestNextInputSplit(JobID, JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- requestNextInputSplit(JobID, JobVertexID, ExecutionAttemptID) - Method in interface org.apache.flink.runtime.protocols.InputSplitProviderProtocol
-
- requestQueue - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
- RequestQueue<E> - Class in org.apache.flink.runtime.io.disk.iomanager
-
- RequestQueue() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
-
- requestsNotReturned - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
An atomic integer that counts the number of requests that we still wait for to return.
- requestSuccessful(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
-
- requestSuccessful(MemorySegment) - Method in interface org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
-
- requestTermination() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- requestTermination() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
-
- requestTermination() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
-
- requiresComparator() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
-
- requiresComparator() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
-
- reset() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- reset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- reset() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- reset() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
-
- reset() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
Resets the sort buffer back to the state where it is empty.
- reset() - Method in interface org.apache.flink.runtime.util.ResettableIterator
-
Resets the iterator.
- reset() - Method in interface org.apache.flink.runtime.util.ResettableMutableObjectIterator
-
Resets the iterator.
- resetAllInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- resetConstraints() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
- resetEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- resetOverflowBuckets() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
resets overflow bucket counters and returns freed memory and should only be used for resizing
- resetRecordCounter() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
sets record counter to zero and should only be used on compaction partition
- resetRWViews() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
resets read and write views and should only be used on compaction partition
- resettableInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The resettable inputs in the case where no temp barrier is needed.
- ResettableIterator<E> - Interface in org.apache.flink.runtime.util
-
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
- ResettableMutableObjectIterator<E> - Interface in org.apache.flink.runtime.util
-
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
- ResettablePactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
-
This interface marks a PactDriver as resettable, meaning that will reset part of their internal state but
otherwise reuse existing data structures.
- ResourceId - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- ResourceId() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ResourceId
-
- restart() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- resultHander - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
-
Hander for completed requests
- retainAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- returnAllocatedSlot(Slot) - Method in class org.apache.flink.runtime.instance.Instance
-
- returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
-
Returns a buffer to the pool.
- roundDownToPageSizeMultiple(long) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- roundDownToPageSizeMultiple(long) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Rounds the given value down to a multiple of the memory manager's page size.
- roundDownToPowerOf2(int) - Static method in class org.apache.flink.runtime.util.MathUtils
-
Decrements the given number down to the closest power of two.
- RoundRobinChannelSelector<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
-
- RoundRobinChannelSelector() - Constructor for class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
-
Constructs a new default channel selector.
- RPC - Class in org.apache.flink.runtime.ipc
-
- RPC.Server - Class in org.apache.flink.runtime.ipc
-
An RPC Server.
- RPC.Server(Object, String, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
-
Construct an RPC server.
- RPC.Server(Object, String, int, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
-
Construct an RPC server.
- run() - Method in class org.apache.flink.runtime.blob.BlobServer
-
- run() - Method in class org.apache.flink.runtime.client.JobClient.JobCleanUp
-
- run() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
Cleans up blobs which are not referenced anymore
- run() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- run() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- run() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
-
- run() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
-
- run() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
-
- run() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
This method will periodically be called to clean up expired
collected events.
- run() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
-
- run() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- run() - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- run() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- run() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- run() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- run() - Method in class org.apache.flink.runtime.operators.MapDriver
-
- run() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- run() - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- run() - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- run() - Method in interface org.apache.flink.runtime.operators.PactDriver
-
The main operation method of the task.
- run() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- run() - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- run() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- run() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
-
Implements exception handling and delegates to go().
- run() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
-
- running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- running - Variable in class org.apache.flink.runtime.operators.MatchDriver
-
- running - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The flag that tags the task as still running.
- RuntimeAggregatorRegistry - Class in org.apache.flink.runtime.iterative.task
-
- RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - Constructor for class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- RuntimeEnvironment - Class in org.apache.flink.runtime.execution
-
- RuntimeEnvironment(Task, TaskDeploymentDescriptor, ClassLoader, MemoryManager, IOManager, InputSplitProvider, AccumulatorProtocol, BroadcastVariableManager) - Constructor for class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- runtimeUdfContext - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The udf's runtime context.
- S3_ACCESS_KEY_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
The configuration key to access the S3 access key.
- S3_HOST_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
The configuration key to access the S3 host.
- S3_PORT_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
The configuration key to access the S3 port.
- S3_RRS_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
The configuration key to access the S3 Reduced Redundancy Storage setting.
- S3_SCHEME - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
The scheme which is used by this file system.
- S3_SECRET_KEY_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
The configuration key to access the S3 secret key.
- S3BlockLocation - Class in org.apache.flink.runtime.fs.s3
-
- S3BucketObjectPair - Class in org.apache.flink.runtime.fs.s3
-
An S3 bucket-object pair identifies either a bucket in S3 or an object.
- S3DataInputStream - Class in org.apache.flink.runtime.fs.s3
-
This class implements an
FSDataInputStream that downloads its data from Amazon S3 in the background.
- S3DataOutputStream - Class in org.apache.flink.runtime.fs.s3
-
- S3DirectoryStructure - Class in org.apache.flink.runtime.fs.s3
-
- S3FileStatus - Class in org.apache.flink.runtime.fs.s3
-
- S3FileSystem - Class in org.apache.flink.runtime.fs.s3
-
This class provides a
FileSystem implementation which is backed by Amazon's Simple Storage Service (S3).
- S3FileSystem() - Constructor for class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- scheduleAll(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
-
- ScheduledUnit - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- ScheduledUnit(Execution) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- ScheduledUnit(Execution, SlotSharingGroup) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- ScheduledUnit(Execution, SlotSharingGroup, CoLocationConstraint) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
-
- scheduleForExecution(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.Execution
-
NOTE: This method only throws exceptions if it is in an illegal state to be scheduled, or if the tasks needs
to be scheduled immediately and no resource is available.
- scheduleForExecution(Scheduler) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- scheduleForExecution(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- scheduleImmediately(ScheduledUnit) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- scheduleQueued(ScheduledUnit) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- Scheduler - Class in org.apache.flink.runtime.jobmanager.scheduler
-
The scheduler is responsible for distributing the ready-to-run tasks and assigning them to instances and
slots.
- Scheduler() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- Scheduler(ExecutorService) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
- secondDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- seek(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
-
- seek(long) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- seekInput(MemorySegment, int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
Sets the internal state of the view such that the next bytes will be read from the given memory segment,
starting at the given position.
- seekOutput(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
Sets the internal state to the given memory segment and the given position within the segment.
- segmentSize - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
- segmentSize - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
The size of the segments used by the hash join buckets.
- selectChannels(T, int) - Method in interface org.apache.flink.runtime.io.network.api.ChannelSelector
-
Called to determine to which attached
OutputChannel objects the given record shall be forwarded.
- selectChannels(T, int) - Method in class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
-
- selectChannels(SerializationDelegate<T>, int) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- selectChannels(Record, int) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
-
- sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
-
- sendBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
-
- sendBufferAndEvent(Buffer, AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
-
- sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
-
- SenderHintEvent - Class in org.apache.flink.runtime.io.network
-
- SenderHintEvent() - Constructor for class org.apache.flink.runtime.io.network.SenderHintEvent
-
- sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
-
- sendEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
-
- sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
-
- sendHeartbeat(InstanceID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- sendHeartbeat(InstanceID) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
-
Sends a heart beat to the job manager.
- sendReadRequest(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
Sends a new read requests, if further requests remain.
- SerializableArrayList<E extends IOReadableWritable> - Class in org.apache.flink.runtime.util
-
- SerializableArrayList() - Constructor for class org.apache.flink.runtime.util.SerializableArrayList
-
Constructs an empty list with an initial capacity of ten.
- SerializableArrayList(int) - Constructor for class org.apache.flink.runtime.util.SerializableArrayList
-
Constructs an empty list with the specified initial capacity.
- SerializableHashMap<K extends IOReadableWritable,V extends IOReadableWritable> - Class in org.apache.flink.runtime.util
-
- SerializableHashMap() - Constructor for class org.apache.flink.runtime.util.SerializableHashMap
-
- SerializableHashSet<T extends IOReadableWritable> - Class in org.apache.flink.runtime.util
-
- SerializableHashSet() - Constructor for class org.apache.flink.runtime.util.SerializableHashSet
-
- SerializationDelegate<T> - Class in org.apache.flink.runtime.plugable
-
- SerializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.SerializationDelegate
-
- SerializedUpdateBuffer - Class in org.apache.flink.runtime.iterative.io
-
- SerializedUpdateBuffer() - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- SerializedUpdateBuffer(List<MemorySegment>, int, IOManager) - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- serializeEventList(List<? extends AbstractEvent>) - Method in class org.apache.flink.runtime.io.network.Envelope
-
- serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- serializer - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
- Server - Class in org.apache.flink.runtime.ipc
-
- Server(String, int, Class<? extends IOReadableWritable>, int) - Constructor for class org.apache.flink.runtime.ipc.Server
-
- Server(String, int, Class<? extends IOReadableWritable>, int, String) - Constructor for class org.apache.flink.runtime.ipc.Server
-
Constructs a server listening on the named port and address.
- ServiceDiscoveryProtocol - Interface in org.apache.flink.runtime.protocols
-
The service discovery protocols enables different components of the Flink distributed runtime to query and discover
the network location auxiliary services.
- set(E) - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
Resets the element.
- setAllowQueuedScheduling(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
- setBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setBroadcastGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastInputName(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setBroadcastVariable(String, BroadcastVariableMaterialization<?, ?>) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
-
- setBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Envelope
-
- setBuffer(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- setBuffer(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- setBufferedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setCachedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setCachedSwapMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setChannelType(ChannelType) - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- setClass(String, Class<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setCompaction(boolean) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
sets compaction status (should only be set true directly after compaction and false when garbage was created)
- setConsoleStreamForReporting(PrintStream) - Method in class org.apache.flink.runtime.client.JobClient
-
- setConvergenceCriterion(String, ConvergenceCriterion<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDelayBeforeRetrying(long) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
- setDesignatedNumberOfBuffers(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
-
Sets the designated number of buffers the local buffer pool owner is allowed to fetch from the global buffer pool
and manage locally by means of the
LocalBufferPool.
- setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
-
- setDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setDriver(Class<? extends PactDriver>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setEnvironment(Environment) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
-
Sets the environment of this task.
- setEnvironment(RuntimeEnvironment) - Method in class org.apache.flink.runtime.taskmanager.Task
-
- setEventsSerialized(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.Envelope
-
- setExecutedVertex(Execution) - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- setFilehandlesDriver(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setFilehandlesInput(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setFileName(String) - Method in class org.apache.flink.runtime.types.FileRecord
-
- setFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setFormatDescription(String) - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
-
- setFormatDescription(String) - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
-
- setFreeMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setFurtherPatitioning(boolean) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- setFutureAction(SlotAllocationFutureAction) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
-
- setGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setHardIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setIdleCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setInputAsynchronouslyMaterialized(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputCached(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputLocalStrategy(int, LocalStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setInputSplitSource(InputSplitSource<?>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
-
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- setInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setInvokableClass(Class<? extends AbstractInvokable>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
- setIoWaitCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadFinalOutputConfig(TaskConfig) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadIndexOfSyncOutput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadPartialSolutionOrWorksetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationHeadSolutionSetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterationId(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
-
- setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
-
- setIterative(int) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
-
- setLastOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- setLocality(Locality) - Method in class org.apache.flink.runtime.instance.SimpleSlot
-
- setLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setMutableObjectMode(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setName(String) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Sets the name of the vertex
- setNextBuffer(Buffer) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
-
- setNextBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
-
- setNextMemorySegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
-
- setNextMemorySegment(MemorySegment, int) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
-
- setNumberOfExecutionRetries(int) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Sets the number of times that failed tasks are re-executed.
- setNumberOfIterations(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setNumberOfRetriesLeft(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setNumDesignatedBuffers(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
-
Sets the designated number of buffers for this local buffer pool and returns excess buffers to the global buffer
pool.
- setOutputCollector(Collector<?>) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setOutputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputDataDistribution(DataDistribution, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputPartitioner(Partitioner<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setOutputSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setParallelism(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Sets the degree of parallelism for the task.
- setPartition(int, IntermediateResultPartition) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
-
- setPartitionNumber(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
overwrites partition number and should only be used on compaction partition
- SetQueue<E> - Class in org.apache.flink.runtime.jobmanager.scheduler
-
A queue that maintains set characteristics, i.e., elements
that are already in the queue may not be added another time.
- SetQueue() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- setQueuedSchedulingAllowed(boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- setReadPosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
-
- setReadPosition(long) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
- setReceivedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setRelativeBackChannelMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeInputMaterializationMemory(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeMemoryDriver(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeMemoryInput(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setRelativeSolutionSetMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setResultIterator(MutableObjectIterator<E>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Sets the result iterator.
- setResultIteratorException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Reports an exception to all threads that are waiting for the result iterator.
- setSharedSlot(SharedSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
-
- setSlot(SimpleSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
-
- setSlotAvailabilityListener(SlotAvailabilityListener) - Method in class org.apache.flink.runtime.instance.Instance
-
- setSlotSharingGroup(SlotSharingGroup) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Associates this vertex with a slot sharing group for scheduling.
- setSocketSendBufSize(int) - Method in class org.apache.flink.runtime.ipc.Server
-
Sets the socket buffer size used for responding to RPCs
- setSoftIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSolutionSetUnmanaged(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSpillingThresholdDriver(float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSpillingThresholdInput(int, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setStrictlyCoLocatedWith(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Tells this vertex to strictly co locate its subtasks with the subtasks of the given vertex.
- setString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- setStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setStubParameters(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setStubWrapper(UserCodeWrapper<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setSystemCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setTaskName(String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setTotalMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setTransmittedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setUdfConfiguration(Configuration) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
-
- setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
-
- setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
setup the barrier, has to be called at the beginning of each superstep
- setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
-
- setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.AllReduceDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
-
- setup(TaskConfig, String, Collector<OT>, AbstractInvokable, ClassLoader) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
-
- setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupDriver
-
- setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
-
- setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
-
- setup(PactTaskContext<GenericCollectorMap<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
-
- setup(PactTaskContext<CrossFunction<T1, T2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CrossDriver
-
- setup(PactTaskContext<FlatMapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.FlatMapDriver
-
- setup(PactTaskContext<FlatCombineFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
-
- setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
-
- setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
-
- setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
-
- setup(PactTaskContext<MapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapDriver
-
- setup(PactTaskContext<MapPartitionFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
-
- setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MatchDriver
-
- setup(PactTaskContext<AbstractRichFunction, T>) - Method in class org.apache.flink.runtime.operators.NoOpDriver
-
- setup(PactTaskContext<S, OT>) - Method in interface org.apache.flink.runtime.operators.PactDriver
-
- setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
-
- setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceDriver
-
- SetupInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
-
A Servlet that displays the Configuration in the web interface.
- SetupInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
-
- setUserCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- setValue(int) - Method in class org.apache.flink.runtime.types.IntegerRecord
-
Set the value of this integer record.
- setWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setWritePosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- SharedSlot - Class in org.apache.flink.runtime.instance
-
This class represents a shared slot.
- SharedSlot(JobID, Instance, int, SlotSharingGroupAssignment, SharedSlot, AbstractID) - Constructor for class org.apache.flink.runtime.instance.SharedSlot
-
- ShipStrategyType - Enum in org.apache.flink.runtime.operators.shipping
-
Enumeration defining the different shipping types of the output, such as local forward, re-partitioning by hash,
or re-partitioning by range.
- shutdown() - Method in class org.apache.flink.runtime.blob.BlobCache
-
- shutdown() - Method in class org.apache.flink.runtime.blob.BlobServer
-
Shuts down the BLOB server.
- shutdown() - Method in interface org.apache.flink.runtime.blob.BlobService
-
Shutdown method which is called to terminate the blob service.
- shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
-
- shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
-
- shutdown() - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Shutdown method
- shutdown() - Method in class org.apache.flink.runtime.filecache.FileCache
-
- shutdown() - Method in class org.apache.flink.runtime.instance.InstanceManager
-
- shutdown() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
-
- shutdown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Close method, marks the I/O manager as closed.
- shutdown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
-
Close method.
- shutdown() - Method in class org.apache.flink.runtime.io.network.ChannelManager
-
- shutdown() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- shutdown() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- shutdown() - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
-
- shutdown() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
Stops the timer thread and cleans up the
data structure which stores the collected events.
- shutdown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- shutdown() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
-
Shuts the scheduler down.
- shutdown() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
-
- shutdown() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
-
Shuts the memory manager down, trying to release all the memory it managed.
- shutdown() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
-
Forces an immediate shutdown of the thread.
- shutdown() - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
-
- shutdown() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
-
- shutdown() - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
-
Shuts done the job manager's profiling component
and stops all its internal processes.
- shutdown() - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
-
Shuts done the task manager's profiling component
and stops all its internal processes.
- shutdown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
Shuts the task manager down.
- signalTermination() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- SimpleCloseableInputProvider<E> - Class in org.apache.flink.runtime.operators.util
-
A simple iterator provider that returns a supplied iterator and does nothing when closed.
- SimpleCloseableInputProvider(MutableObjectIterator<E>) - Constructor for class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
-
Creates a new simple input provider that will return the given iterator.
- SimpleCollectingOutputView - Class in org.apache.flink.runtime.io.disk
-
The list with the full segments contains at any point all completely full segments, plus the segment that is
currently filled.
- SimpleCollectingOutputView(List<MemorySegment>, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
-
- SimpleMemorySegment - Class in org.apache.flink.runtime.memorymanager
-
This class represents a piece of memory allocated from the memory manager.
- SimpleMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
Creates a new memory segment of given size with the provided views.
- SimpleSlot - Class in org.apache.flink.runtime.instance
-
Class which represents a single slot on a machine or within a shared slot.
- SimpleSlot(JobID, Instance, int, SharedSlot, AbstractID) - Constructor for class org.apache.flink.runtime.instance.SimpleSlot
-
- SingleElementIterator<E> - Class in org.apache.flink.runtime.util
-
An
Iterator that contains only a single element.
- SingleElementIterator() - Constructor for class org.apache.flink.runtime.util.SingleElementIterator
-
- SingleInstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
-
A single instance profiling event encapsulates profiling information for one particular instance.
- SingleInstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long, String) - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
-
Constructs a new instance profiling event.
- SingleInstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
-
Default constructor for serialization/deserialization.
- SIZE - Static variable in class org.apache.flink.runtime.AbstractID
-
The size of the ID in byte
- size() - Method in class org.apache.flink.runtime.io.network.Buffer
-
- size() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
-
- size() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
-
- size - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
The size of the memory segment.
- size() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
-
- size() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
-
Gets the size of the memory segment, in bytes.
- size() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
-
Gets the size of the memory segment, in bytes.
- size() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- size() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Gets the number of elements in the sortable.
- size() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- size() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
-
- size() - Method in class org.apache.flink.runtime.util.IntArrayList
-
- size() - Method in class org.apache.flink.runtime.util.LongArrayList
-
- skip(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
-
- skip(long) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
-
- skipBytes(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- skipBytes(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- skipBytesToRead(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
-
- skipBytesToRead(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
-
- skipBytesToWrite(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
-
- skipBytesToWrite(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
-
- skipFully(InputStream, long) - Static method in class org.apache.flink.runtime.util.IOUtils
-
Similar to readFully().
- Slot - Class in org.apache.flink.runtime.instance
-
Base class for slots.
- Slot(JobID, Instance, int, SharedSlot, AbstractID) - Constructor for class org.apache.flink.runtime.instance.Slot
-
- slotAllocated(SimpleSlot) - Method in interface org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFutureAction
-
This method is called as soon as the SlotAllocationFuture is triggered.
- SlotAllocationFuture - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- SlotAllocationFuture() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
-
- SlotAllocationFuture(SimpleSlot) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
-
- SlotAllocationFutureAction - Interface in org.apache.flink.runtime.jobmanager.scheduler
-
- SlotAvailabilityListener - Interface in org.apache.flink.runtime.jobmanager.scheduler
-
A SlotAvailabilityListener can be notified when new
org.apache.flink.runtime.instance.AllocatedSlot2s become available
on an
Instance.
- slotNumber - Variable in class org.apache.flink.runtime.instance.Slot
-
The number of the slot on which the task is deployed
- SlotSharingGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
-
A slot sharing units defines which different task (from different job vertices) can be
deployed together within a slot.
- SlotSharingGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- SlotSharingGroup(JobVertexID...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
-
- SlotSharingGroupAssignment - Class in org.apache.flink.runtime.jobmanager.scheduler
-
- SlotSharingGroupAssignment() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
-
- SocketInputStream - Class in org.apache.flink.runtime.net
-
This implements an input stream that can have a timeout while reading.
- SocketInputStream(ReadableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
-
Create a new input stream with the given timeout.
- SocketInputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
-
Same as SocketInputStream(socket.getChannel(), timeout):
Create a new input stream with the given timeout.
- SocketInputStream(Socket) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
-
Same as SocketInputStream(socket.getChannel(), socket.getSoTimeout())
:
Create a new input stream with the given timeout.
- SocketOutputStream - Class in org.apache.flink.runtime.net
-
This implements an output stream that can have a timeout while writing.
- SocketOutputStream(WritableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
-
Create a new ouput stream with the given timeout.
- SocketOutputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
-
Same as SocketOutputStream(socket.getChannel(), timeout):
Create a new ouput stream with the given timeout.
- SolutionSetBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
Used to hand over the hash-join from the iteration head to the solution-set match.
- SolutionSetFastUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
-
A
Collector to update the solution set of a workset iteration.
- SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
-
- SolutionSetObjectsUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
-
A
Collector to update the solution set of a workset iteration.
- SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
-
- SolutionSetUpdateBarrier - Class in org.apache.flink.runtime.iterative.concurrent
-
- SolutionSetUpdateBarrier() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
-
- SolutionSetUpdateBarrierBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
- SolutionSetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
-
A
Collector to update the solution set of a workset iteration.
- SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
-
- sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
-
- sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
-
- sort(IndexedSortable, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
-
Sort the items accessed through the given IndexedSortable over the given
range of logical indices.
- sort(IndexedSortable) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
-
- sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
-
Sort the given range of items using quick sort.
- sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
-
- Sorter<E> - Interface in org.apache.flink.runtime.operators.sort
-
The SortMerger interface representing the public interface to all specific Sort-Merge implementations.
- SortMergeCoGroupIterator<T1,T2> - Class in org.apache.flink.runtime.operators.sort
-
- SortMergeCoGroupIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>) - Constructor for class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
-
- sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
The memory segments used first for sorting and later for reading/pre-fetching
during the external merge.
- sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
-
- SpanningRecordSerializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
-
- SpanningRecordSerializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
-
- SpillingBuffer - Class in org.apache.flink.runtime.io.disk
-
An output view that buffers written data in memory pages and spills them when they are full.
- SpillingBuffer(IOManager, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SpillingBuffer
-
- spillingMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Gets the element that is passed as marker for signal beginning of spilling.
- SpillingResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
-
Implementation of a resettable iterator.
- SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- SpillingResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
-
Implementation of a resettable iterator.
- SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- spillPartition(List<MemorySegment>, IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
-
Spills this partition to disk and sets it up such that it continues spilling records that are added to
it.
- spillPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
-
Selects a partition and spills it.
- start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
-
- start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
-
- start(ChannelManager) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
-
- start() - Method in class org.apache.flink.runtime.ipc.Server
-
Starts the service.
- start() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
-
Starts the web frontend server.
- startExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Starts the execution of this task.
- startInfoServer() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
Starts the Jetty Infoserver for the Jobmanager
- startNextSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
-
- startNextSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
-
- startReading() - Method in class org.apache.flink.runtime.operators.TempBarrier
-
- startThreads() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Starts all the threads that are used by this sort-merger.
- status - Variable in class org.apache.flink.runtime.instance.Slot
-
The state of the vertex, only atomically updated
- STATUS_UPDATER - Static variable in class org.apache.flink.runtime.instance.Slot
-
- stop() - Method in class org.apache.flink.runtime.ipc.Client
-
Stop all threads related to this client.
- stop() - Method in class org.apache.flink.runtime.ipc.Server
-
Stops the service.
- stop() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
-
Stop the webserver
- stopInstance() - Method in class org.apache.flink.runtime.instance.Instance
-
- stopProxy(VersionedProtocol) - Static method in class org.apache.flink.runtime.ipc.RPC
-
Stop this proxy and release its invoker's resource
- StringTaskEvent - Class in org.apache.flink.runtime.event.task
-
This class provides a simple implementation of an event that holds a string value.
- StringTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
-
The default constructor implementation.
- StringTaskEvent(String) - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
-
Constructs a new string task event with the given string message.
- stub - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
The instantiated user code of this task's main operator (driver).
- submitJob() - Method in class org.apache.flink.runtime.client.JobClient
-
Submits the job assigned to this job client to the job manager.
- submitJob(JobGraph) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- submitJob(JobGraph) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
-
Submits the specified job to the job manager.
- submitJobAndWait() - Method in class org.apache.flink.runtime.client.JobClient
-
Submits the job assigned to this job client to the job manager and queries the job manager
about the progress of the job until it is either finished or aborted.
- submitTask(TaskDeploymentDescriptor) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
-
- submitTask(TaskDeploymentDescriptor) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
-
Subscribes the given event listener object to the specified event type.
- subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
-
Subscribes the listener object to receive events of the given type.
- subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
-
- subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
-
Subscribes the listener object to receive events of the given type.
- subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- SuperstepBarrier - Class in org.apache.flink.runtime.iterative.concurrent
-
A resettable one-shot latch.
- SuperstepBarrier(ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
-
- SuperstepKickoffLatch - Class in org.apache.flink.runtime.iterative.concurrent
-
- SuperstepKickoffLatch() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
-
- SuperstepKickoffLatchBroker - Class in org.apache.flink.runtime.iterative.concurrent
-
- swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
-
- swap(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
-
Swap items at the given addresses.
- swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
-
- switchBuffers() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
-
- SyncEventHandler - Class in org.apache.flink.runtime.iterative.task
-
- SyncEventHandler(int, Map<String, Aggregator<?>>, ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.task.SyncEventHandler
-
- SynchronousChainedCombineDriver<T> - Class in org.apache.flink.runtime.operators.chaining
-
- SynchronousChainedCombineDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
-
- SynchronousFileIOChannel - Class in org.apache.flink.runtime.io.disk.iomanager
-
A base class for synchronous readers and writers.
- SynchronousFileIOChannel(FileIOChannel.ID, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
-