- 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.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.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
-
- 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
-
- 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.
- cancelTask() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Cancels and removes the task represented by this vertex
from the instance it is currently running on.
- cancelTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.instance.Instance
-
Cancels the task identified by the given ID at the instance's
TaskManager.
- 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(ExecutionVertexID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
-
Advises the task manager to cancel the task with the given ID.
- cancelTask(ExecutionVertexID) - 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.disk.iomanager
-
A Channel represents a collection of files that belong logically to the same resource.
- Channel() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel
-
- 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
- Channel.Enumerator - Class in org.apache.flink.runtime.io.disk.iomanager
-
- Channel.Enumerator(String[], Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.Enumerator
-
- Channel.ID - Class in org.apache.flink.runtime.io.disk.iomanager
-
An ID identifying an underlying fileChannel.
- Channel.ID(String, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
-
- Channel.ID(String, int, Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
-
- ChannelAccess<T,R extends org.apache.flink.runtime.io.disk.iomanager.IORequest> - Class in org.apache.flink.runtime.io.disk.iomanager
-
A base class for readers and writers that read data from I/O manager channels, or write data to them.
- ChannelAccess(Channel.ID, RequestQueue<R>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
-
Creates a new channel to the path indicated by the given ID.
- 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(byte[]) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
-
- 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
-
A
DataInputView that is backed by a
BlockChannelReader, making it effectively a data input
stream.
- 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, Channel.ID, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
-
- ChannelReaderInputViewIterator(IOManager, Channel.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
-
A
DataOutputView that is backed by a
BlockChannelWriter, making it effectively a data output
stream.
- 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.
- checkAndReleaseAllocatedResource(ExecutionGraph, AllocatedResource) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
-
Checks if the given
AllocatedResource is still required for the
execution of the given execution graph.
- 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.ChannelAccess
-
Checks the exception state of this channel.
- checkLibraryAvailability(JobID) - Method in class org.apache.flink.runtime.instance.Instance
-
Checks if all the libraries required to run the job with the given
job ID are available on this instance.
- checkTransition(boolean, String, ExecutionState, ExecutionState) - Static method in class org.apache.flink.runtime.execution.ExecutionStateTransition
-
Checks the transition of the execution state and outputs an error in case of an unexpected state transition.
- 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.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(Log, 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.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
-
- 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
-
- 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.
- Client - Class in org.apache.flink.runtime.ipc
-
A client for an IPC service.
- Client(SocketFactory) - Constructor for class org.apache.flink.runtime.ipc.Client
-
Construct an IPC client whose values are of the given Writable class.
- 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.client.JobClient
-
Closes the JobClient by destroying the RPC stub object.
- close() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
-
- close() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
-
- 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.BlockChannelAccess
-
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.Deserializer
-
Clear up any resources.
- 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.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.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.AsynchronousPartialSorter
-
- close() - Method in class org.apache.flink.runtime.operators.sort.AsynchronousPartialSorterCollector
-
- 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.BlockChannelAccess
-
This method waits for all pending asynchronous requests to return.
- 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.BlockChannelAccess
-
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.BlockChannelAccess
-
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.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
-
- 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
-
- compareAndSet(T, T) - Method in class org.apache.flink.runtime.util.AtomicEnum
-
Atomically set the value to the given updated value if the current value == the expected value.
- compareAndUpdateExecutionState(ExecutionState, ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
-
- 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
-
- connect(Socket, SocketAddress, int) - Static method in class org.apache.flink.runtime.net.NetUtils
-
- 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
-
- connectTo(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Connects the job vertex to the specified job vertex.
- connectTo(AbstractJobVertex, int, int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Connects the job vertex to the specified job vertex.
- connectTo(AbstractJobVertex, ChannelType) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Connects the job vertex to the specified job vertex.
- connectTo(AbstractJobVertex, ChannelType, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Connects the job vertex to the specified job vertex.
- connectTo(AbstractJobVertex, ChannelType, int, int, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Connects the job vertex to the specified job vertex.
- construct(int, long, long) - Static method in class org.apache.flink.runtime.instance.HardwareDescriptionFactory
-
Constructs a new hardware description object.
- constructDeploymentDescriptor() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Constructs a new task deployment descriptor for this vertex.
- 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(String) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Checks if the given library is in the local cache.
- 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.DistributedFileSystem
-
- create(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
-
- 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
-
- 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(Channel.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(Channel.ID, LinkedBlockingQueue<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelReader(Channel.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(Channel.ID, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel reader that reads blocks from the given channel.
- createBlockChannelWriter(Channel.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(Channel.ID, LinkedBlockingQueue<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(Channel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBlockChannelWriter(Channel.ID, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a block channel writer that writes to the given channel.
- createBulkBlockChannelReader(Channel.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.
- createChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a new
Channel.ID in one of the temp directories.
- createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Creates a new
Channel.Enumerator, spreading the channels in a round-robin fashion
across the temporary file directories.
- createDummyInstance() - Static method in class org.apache.flink.runtime.instance.DummyInstance
-
- createEmptyTopology() - Static method in class org.apache.flink.runtime.topology.NetworkTopology
-
- 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
-
- createSignature(Class<? extends AbstractInvokable>, JobID) - Static method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
-
Calculates the execution signature from the given class name and job ID.
- 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.
- 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.
- createWire(DistributionPattern, int, int, int, int) - Static method in class org.apache.flink.runtime.executiongraph.DistributionPatternProvider
-
Checks if two subtasks of different tasks should be wired.
- 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 all the information necessary to deploy either an input or an output gate as
part of a task on a task manager.
- GateDeploymentDescriptor(GateID, ChannelType, 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
-
- generateRandomLong() - Static method in class org.apache.flink.runtime.AbstractID
-
Generates a uniformly distributed random positive long.
- get() - Static method in class org.apache.flink.runtime.ipc.Server
-
Returns the server instance called under or null.
- 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() - Method in class org.apache.flink.runtime.util.AtomicEnum
-
Gets the current value.
- get(T[]) - Static method in class org.apache.flink.runtime.util.AtomicEnumerator
-
- 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.DistributedFileStatus
-
- getAccessTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getAccumulator(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- 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
-
- getAllAccumulators() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- getAllAggregators() - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getAllJobVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an array of all job vertices that are registered with the job graph.
- getAllocatedResource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the allocated resources assigned to this execution vertex.
- getAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- getAllocationID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the allocation ID which identifies the resources used
by this vertex within the assigned instance.
- getAllocationID() - Method in class org.apache.flink.runtime.instance.AllocatedResource
-
Returns the allocation ID which identifies the resource allocated within the assigned instance.
- getAllocationID() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
-
Returns the allocation ID of this slice.
- getAllReachableJobVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an array of all job vertices than can be reached when traversing the job graph from the input vertices.
- getAllStaticResolutions() - Static method in class org.apache.flink.runtime.net.NetUtils
-
- getAndRemove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
-
blocking retrieval and removal of the object to share
- getAndSet(T) - Method in class org.apache.flink.runtime.util.AtomicEnum
-
Sets the given value and returns the old value.
- getArchive() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getAttachment() - Method in class org.apache.flink.runtime.managementgraph.ManagementAttachment
-
- getAttachment() - Method in class org.apache.flink.runtime.topology.NetworkTopology
-
- getAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getAvailableSlots() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
Returns the number of available slots among the registered task managers
- 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.
- getBackwardConnection(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the backward edge with index index.
- getBackwardEdge(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
- getBackwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the edge arriving at the given index.
- getBackwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the group edge which arrives at this group vertex at the given index.
- getBackwardEdges(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
- 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.DistributedFileStatus
-
- 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.udf.RuntimeUDFContext
-
- 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
-
- getChannelCapacityExhausted() - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
-
Returns the number of times the capacity of an attached output channel was exhausted during the given profiling
interval.
- getChannelCapacityExhaustedCounter() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- getChannelDescriptor(int) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
- getChannelID() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
-
Gets the channel ID of this channel.
- getChannelType() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
Returns the channel type of the gate.
- getChannelType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getChannelType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
-
- getChannelType(ExecutionVertex, ExecutionVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getChannelType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the channel type assigned to this edge.
- 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
-
- getChannelType() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the channel type assigned to this edge.
- getChannelType() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
-
Returns the type of the channel this edge refers to.
- getChannelType() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
-
Returns the type of the channels represented by this group edge.
- 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
-
- getChildNode(int) - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- getClass(String, Class<? extends T>, Class<? super T>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getClass(String, Class<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getClassLoader(JobID) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Returns the class loader to the specified vertex.
- getClassLoader() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- getClassName() - Method in exception org.apache.flink.runtime.ipc.RemoteException
-
- getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
-
- 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.executiongraph.ExecutionGroupVertex
-
Returns the configuration object of the original job vertex.
- 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
-
- getConnectedVertex() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the vertex this edge is connected to.
- getConnectionAddress() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
-
Returns the address of the connection to the remote TaskManager.
- getConnectionID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getConnectionID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the edge's connection ID.
- getConnectionIndex() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
-
Returns the index of the connection to the remote TaskManager.
- getConvergenceCriterion() - 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
-
- 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
-
- getCurrentExecutionStage() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the stage which is currently executed.
- getCurrentExecutionState() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the current execution state of the subtask this event
belongs to.
- getCurrentJobStatus() - Method in class org.apache.flink.runtime.event.job.JobEvent
-
Returns the current status of the job.
- getCurrentNumberOfGroupMembers() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the current number of members this group vertex has.
- 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.DistributedFileSystem
-
- getDefaultSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
-
- getDepth() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- getDepth() - Method in class org.apache.flink.runtime.topology.NetworkTopology
-
- 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.AbstractTaskResult
-
Returns the description for this abstract task result.
- getDescription() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
-
Returns the description of this task execution state.
- getDistance(NetworkNode) - Method in class org.apache.flink.runtime.topology.NetworkNode
-
Determines the distance to the given network node.
- getDistance(String) - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- getDistributedCache() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- getDistributionPattern() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the distribution pattern to create the wiring between the group members.
- 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
-
- getDoubleCounter(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- 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, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getDriverStrategy() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getEdge(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
-
- getEdgeByID(ChannelID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- 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
-
Returns the environment associated with this task.
- 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.
- getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the execution graph that this stage belongs to.
- getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionGraph() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
-
- getExecutionGraphByID(JobID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
-
Returns the execution graph which is associated with the given job ID.
- getExecutionPipeline() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getExecutionSignature() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the execution signature of this vertex.
- getExecutionStage() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the execution stage this group vertex is associated with.
- getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns this execution vertex's current execution status.
- getExecutionState() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the current execution state of this management vertex.
- 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.
- getExecutionVertexID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- getExecutionVertexID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- getExecutionVertexID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
-
- 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.DistributedFileSystem
-
- getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- getFirstFreeInputGateIndex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the index of this vertex's first free input gate.
- getFirstFreeOutputGateIndex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the index of this vertex's first free output gate.
- 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
-
- getForwardConnection(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the forward edge with index index.
- getForwardEdge(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
- getForwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the edge originating at the given index.
- getForwardEdge(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the group edge which leaves this group vertex at the given index.
- getForwardEdges(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
- 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.
- getFullSegments() - Method in class org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
-
- getGateID() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
Returns the ID of the gate.
- getGateID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
-
- getGateID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
-
- getGateIndex() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- getGateIndex() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- getGateIndex() - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
-
Returns the index of input gate.
- getGateIndex() - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
-
Returns the index of input gate.
- getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
- getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the management graph this group vertex is part of.
- getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the management graph this management stage is part of.
- getGraph() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
The management graph this management vertex belongs to.
- getGroupMember(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns a specific execution vertex from the list of members.
- getGroupMember(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the management vertex with the given index.
- getGroupMembers() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns alle management vertices containted in this group
- getGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getGroupVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the group vertex this execution vertex belongs to.
- getGroupVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the management group vertex with the given index.
- getGroupVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the group vertex this management vertex belongs to.
- getGroupVertexByID(ManagementGroupVertexID) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the group vertex with the given ID from the graph's internal group vertex map.
- getGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns an unmodifiable collection of all group vertices with no guarantees on their order.
- getGroupVerticesInReverseTopologicalOrder() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns a list of group vertices sorted in reverse topological order.
- getGroupVerticesInTopologicalOrder() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns a list of group vertices sorted in topological order.
- getHadoopConfiguration() - Static method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
-
Returns a new Hadoop Configuration object using the path to the hadoop conf configured
in the main configuration (flink-conf.yaml).
- 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.
- getHardwareDescription() - Method in class org.apache.flink.runtime.instance.DummyInstance
-
- getHardwareDescription() - Method in class org.apache.flink.runtime.instance.Instance
-
Returns the instance's hardware description as reported by the instance itself.
- 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
-
- getHeight() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- getHistogram(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- getHosts() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
-
- getHosts() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
-
- getID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the ID of this execution vertex.
- 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.managementgraph.ManagementGroupVertex
-
Returns the ID of this management group vertex.
- getID() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the ID of this management vertex.
- 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
-
- getIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the index of this gate.
- getIndexInGroup() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the index at which this vertex is stored inside its corresponding group vertex.
- 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.
- getIndexInVertexGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the index of this vertex in the vertex group.
- getIndexOfCurrentExecutionStage() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the index of the current execution stage.
- getIndexOfInputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the index of the input gate this edge starts from.
- getIndexOfInputGate() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
-
Returns the index of the consuming task's input gate that this edge connects to.
- getIndexOfOutputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the index of the output gate this edge arrives at.
- getIndexOfSubtask() - Method in class org.apache.flink.runtime.event.job.VertexEvent
-
Returns the index of the subtask that this event belongs to.
- getIndexOfThisSubtask() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- 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
-
- getInputCollector() - Method in class org.apache.flink.runtime.operators.sort.AsynchronousPartialSorterCollector
-
Gets the collector that writes into the sort buffers.
- getInputComparator(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getInputComparator(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- getInputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputExecutionVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the output execution vertex with the given index or null if no such vertex exists.
- 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.executiongraph.ExecutionEdge
-
- getInputGate(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the input gate with the given index.
- getInputGate() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
-
Returns the input gate associated with the input channel.
- getInputGate(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the input gate at the given index.
- getInputGateDescriptor(int) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the input gate descriptor with the given index
- 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
-
- getInputGateIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getInputGroupVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the input group vertex at the given index in the given stage.
- getInputGroupVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the input group vertex in this stage with the given index.
- getInputLocalStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getInputManagementVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the output management vertex with the given index or null if no such vertex exists.
- 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
-
- getInputSplit() - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
-
Returns the wrapped input split.
- 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
-
- getInputSplits() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the input splits assigned to this group vertex.
- getInputSplits(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
-
Computes the input splits created by this input vertex
- getInputSplits(int) - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
-
Gets the input splits from the input format.
- getInputSplitType() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the input split type class
- getInputSplitType() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
-
Returns the input split type of the input splits created by this input vertex
- getInputSplitType() - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
-
Gets the input split type class
- 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.
- getInputVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the input vertex with the specified index.
- getInputVertex(int, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the input vertex with the specified index for the given stage
- getInputVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the input vertex with the specified index for the given stage.
- getInputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an iterator to iterate all input vertices registered with the job graph.
- getInstance() - Method in class org.apache.flink.runtime.instance.AllocatedResource
-
Returns the instance a task is scheduled to run on.
- getInstance() - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
-
- getInstance() - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- getInstanceByName(String) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
-
- getInstanceByName(String) - Method in interface org.apache.flink.runtime.instance.InstanceManager
-
- 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
-
- getInstanceManager() - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
-
- getInstanceName() - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
-
Returns the name of the instance the vertex is now assigned to.
- getInstanceName() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the name of the instance the vertex represented by this management vertex currently runs on.
- 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.instance.DefaultInstanceManager
-
- getInstances() - Method in interface org.apache.flink.runtime.instance.InstanceManager
-
- 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
-
- getIntCounter(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- 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
-
- getInternalFileStatus() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
-
- 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() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the class containing the task code to be executed.
- getInvokableClass() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns 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() - 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
-
- getJars() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns a (possibly empty) array of paths to JAR files which are required to run the job on a task manager.
- 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
-
Returns the job configuration that was originally attached to the job graph.
- 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.
- getJobGraph() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the job graph this job vertex belongs to.
- 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
-
Returns the job ID of the job configuration this execution graph was originally constructed from.
- getJobID() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
-
Returns the ID of the job this allocated slice 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.managementgraph.ManagementGraph
-
Returns the ID of the job this graph describes.
- getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- 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
-
Returns the name of the original job graph.
- 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.
- getJobStatus() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the current status of the job
represented by this execution graph.
- getJobTime(JobID, JobStatus) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
Returns the time when the status of the given job changed to jobStatus
- getJobTime(JobID, JobStatus) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- 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 class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the ID of the job vertex which is represented by
this group vertex.
- 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
-
- 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.DistributedFileStatus
-
- getLen() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getLength() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
-
- getLength() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
-
- getLibraryCacheProfile(LibraryCacheProfileRequest) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
-
- getLibraryCacheProfile(LibraryCacheProfileRequest) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- 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.
- getLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
-
- getLocalTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
-
- 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
-
- getLongCounter(String) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- 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
-
- getMainThread() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
-
- getManagementGateID() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the id of the management gate.
- getManagementGraph(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
Get archived ManagementGraph for a job
- getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
-
Returns the
ManagementGraph object for the job with the given ID from the map of recently created
management graphs.
- getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
Returns current ManagementGraph from eventCollector and, if not current, from archive
Retrieves the management graph for the job
with the given ID.
- getManagementGraph(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
Retrieves the management graph for the job
with the given ID.
- 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.
- getMaxJvmMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- getMaxNumberSubtasks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
- 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<BlockChannelAccess<?, ?>>) - 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.DistributedFileStatus
-
- getModificationTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the name of the group vertex, usually copied from the initial job vertex.
- getName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the name of the execution vertex.
- 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.
- getName() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the name of this management group vertex.
- getName() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the name of this management vertex.
- getName() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- getNetworkTopology(JobID) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
-
- getNetworkTopology(JobID) - Method in interface org.apache.flink.runtime.instance.InstanceManager
-
- getNetworkTopology(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getNetworkTopology(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
-
Retrieves the current network topology for the job with
the given ID.
- getNetworkTopology() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
Returns the network topology that is associated with this network node.
- 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
-
- getNext() - Method in class org.apache.flink.runtime.util.AtomicEnumerator
-
- 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 AbstractInputTask.
- getNextInputSplit(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
-
- getNextInputSplit(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
-
- getNextInputSplit(ExecutionVertex) - Method in interface org.apache.flink.runtime.jobmanager.splitassigner.InputSplitAssigner
-
Returns the next input split that shall be consumed by the given input vertex.
- getNextInputSplit(ExecutionVertex, int) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
-
Returns the next input split the input split manager (or the responsible
InputSplitAssigner to be more
precise) has chosen for the given vertex to consume.
- getNextInputSplit(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
-
- getNextInputSplit() - Method in class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
-
- 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.BlockChannelReader
-
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.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
-
- getNodeByName(String) - Method in class org.apache.flink.runtime.topology.NetworkTopology
-
- getNoRecordsAvailableCounter() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- getNoRecordsAvailableCounter() - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
-
Returns the number of times no records were available
on any of the channels attached to the input gate in
the given profiling internval.
- getNumberCPUCores() - Static method in class org.apache.flink.runtime.instance.Hardware
-
- getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- getNumberOfBackwardConnections() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the number of backward connections.
- getNumberOfBackwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the number of edges arriving at this gate.
- getNumberOfBackwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the number of edges arriving at this group vertex.
- getNumberOfBackwardLinks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the number of backward links the current group vertex has.
- getNumberOfChainedStubs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getNumberOfChannelDescriptors() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
-
Returns the number of channel deployment descriptors attached to this gate descriptor.
- 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
-
- getNumberOfChildNodes() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- getNumberOfCPUCores() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the number of CPU cores available to the JVM on the compute node.
- getNumberOfEdges() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGate
-
- 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.AbstractJobVertex
-
Returns the number of retries in case of an error before the task represented by this vertex is considered as
failed.
- getNumberOfForwardConnections() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the number of forward connections.
- getNumberOfForwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the number of edges originating at this gate.
- getNumberOfForwardEdges() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the number of edges originating at this group vertex.
- getNumberOfForwardLinks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the number of forward links the current group vertex has.
- getNumberOfGroupMembers() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the number of management vertices included in this group vertex.
- getNumberOfGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the number of group vertices included in this management stage.
- 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.
- getNumberOfInputExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the number of input execution vertices in this stage, i.e.
- getNumberOfInputGateDescriptors() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the number of output gate deployment descriptors contained in this task deployment descriptor.
- 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
-
- getNumberOfInputGates() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the number of input gates attached to this vertex.
- getNumberOfInputGates() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the number of input gates this management vertex contains.
- getNumberOfInputGroupVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the number of input group vertices in the management stage with the given index.
- getNumberOfInputGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the number of input group vertices in this stage.
- getNumberOfInputManagementVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the number of input management vertices in this stage, i.e.
- 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.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
-
- getNumberOfInputVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the number of input vertices registered with this execution graph.
- getNumberOfInputVertices(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the number of input vertices for the given stage.
- getNumberOfInputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of input vertices registered with the job graph.
- getNumberOfInputVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the number of input vertices for the given stage.
- getNumberOfIterations() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- 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
-
- getNumberOfOutputExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the number of output execution vertices in this stage, i.e.
- getNumberOfOutputGateDescriptors() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the number of output gate deployment descriptors contained in this task deployment descriptor.
- 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
-
- getNumberOfOutputGates() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the number of output gates attached to this vertex.
- getNumberOfOutputGates() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the number of output gates this management vertex contains.
- getNumberOfOutputGroupVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the number of output group vertices in the management stage with the given index.
- getNumberOfOutputGroupVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the number of output group vertices in this stage.
- getNumberOfOutputManagementVertices() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the number of output management vertices in this stage, i.e.
- getNumberOfOutputVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the number of output vertices registered with this execution graph.
- getNumberOfOutputVertices(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the number of output vertices for the given stage.
- getNumberOfOutputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of output vertices registered with the job graph.
- getNumberOfOutputVertices(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the number of output vertices for the given stage.
- getNumberOfParallelSubtasks() - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- getNumberOfPredecessors() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the number of predecessors, i.e.
- getNumberOfSlots() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
-
- getNumberOfSlots() - Method in class org.apache.flink.runtime.instance.Instance
-
- getNumberOfSlots() - Method in interface org.apache.flink.runtime.instance.InstanceManager
-
- getNumberOfStageMembers() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the number of group vertices this execution stage includes.
- getNumberOfStages() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the number of execution stages in the execution graph.
- getNumberOfStages() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the number of stages in this management graph.
- getNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the number of subtasks the task this vertex represents should be split into at runtime.
- getNumberOfSuccessors() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the number of successors, i.e.
- getNumberOfTaskTrackers() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
-
- getNumberOfTaskTrackers() - Method in interface org.apache.flink.runtime.instance.InstanceManager
-
- getNumberOfTaskTrackers() - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- getNumberOfTaskVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of task vertices registered with the job graph.
- getNumberOfUserThreads() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
-
- getNumberOfVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns the number of all job vertices registered with this job graph.
- getNumberOfVerticesInGroup() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the number of vertices which belong to the same group vertex as this management vertex.
- 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
-
- 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.DistributedBlockLocation
-
- 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.
- getOptMessage() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
- 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
-
- getOutputExecutionVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the input execution vertex with the given index or null if no such vertex exists.
- getOutputFormat() - Method in class org.apache.flink.runtime.jobgraph.JobOutputVertex
-
Returns the output format.
- getOutputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Returns the registered output gate with index pos.
- getOutputGate() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getOutputGate(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns the output gate with the given index.
- getOutputGate(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Returns the output gate at the given index.
- getOutputGateDescriptor(int) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
-
Returns the output gate descriptor with the given index
- 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
-
- getOutputGateIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
-
- getOutputGroupVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the output group vertex at the given index in the given stage.
- getOutputGroupVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the output group vertex in this stage with the given index.
- getOutputManagementVertex(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns the input management vertex with the given index or null if no such vertex exists.
- 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.
- getOutputVertex(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the output vertex with the specified index.
- getOutputVertex(int, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the output vertex with the specified index for the given stage.
- getOutputVertex(int, int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the output vertex with the specified index for the given stage.
- getOutputVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an iterator to iterate all output vertices registered with the job graph.
- 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
-
- getParentNode() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- 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.
- getPath() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
-
- getPath() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getPath() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
-
Returns the path to the underlying temporary file.
- getPredecessor(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getPredecessors() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the list of predecessors of this group vertex.
- getPreviousGlobalAggregate(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
-
- getPriority() - Method in interface org.apache.flink.runtime.execution.ExecutionListener
-
Returns the priority of the execution listener object.
- getPriority() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
- getPriority() - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
-
- getPriority() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
-
- 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
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
-
- getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- 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.AsynchronousPartialSorterCollector
-
- 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
-
- 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.
- 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 incase 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.DistributedFileStatus
-
- getReplication() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- getRequiredJarFiles(JobID) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
-
Returns the names of the required libraries of the specified job.
- getRequiredLibraries() - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
-
Returns the names of libraries whose cache status is to be retrieved.
- getRequiredSlots() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Retrieves the number of required slots to run this execution graph
- getRequiredSlots() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
- getReturnCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
-
Returns the return code of the job operation.
- getReturnCode() - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
-
Returns the return code of the result.
- getReturnCode() - Method in class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
-
- getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
-
Gets the queue (or list) to which the asynchronous reader adds its elements.
- getRevisionInformation() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
Returns the code revision (commit and commit date) of Flink.
- getRootNode() - Method in class org.apache.flink.runtime.topology.NetworkTopology
-
- getRuntimeEnvironment() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Returns the runtime environment associated with this task.
- 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.
- 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
-
- getSizeOfFreeMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of free memory in bytes available to the JVM on the compute node.
- getSizeOfPhysicalMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
-
Returns the size of physical memory in bytes available on the compute node.
- 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.io.network.Envelope
-
- getSource() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
-
- getSource() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
-
Returns the source of the edge referring to the output gate of an execution vertex.
- getSource() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
-
Returns the source vertex of this group edge.
- getSourceEdgeID() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
-
Returns the source ID of the edge.
- getSourceIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
-
Returns the edge's index in the source gate.
- getSourceIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
-
Returns the edge's index at the source vertex.
- getSourceVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the source vertex this edge starts from.
- 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.AsynchronousPartialSorter
-
- 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
-
- getStage(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the execution stage with number num.
- getStage(int) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the management stage with the given index.
- getStage() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the stage this management group vertex belongs to.
- getStageMember(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the stage member internally stored at index index.
- getStageNumber() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns the number of the stage this group vertex belongs to.
- getStageNumber() - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Returns the number of this execution stage.
- getStageNumber() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the number of the management stage this group vertex belongs to.
- getStageNumber() - Method in class org.apache.flink.runtime.managementgraph.ManagementStage
-
Returns this management stage's number.
- getStaticResolution(String) - Static method in class org.apache.flink.runtime.net.NetUtils
-
Retrieves the resolved name for the passed host.
- 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.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.
- getSuccessor(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- getSuccessors() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Returns the list of successors of this group vertex.
- 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.managementgraph.ManagementEdge
-
Returns the target of the edge referring to the input gate of an execution vertex.
- getTarget() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
-
Returns the target vertex of this group edge.
- getTargetEdgeID() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
-
Returns the target ID of the edge.
- getTargetIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdge
-
Returns the edge's index in the target gate.
- getTargetIndex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
-
Returns the edge's index at the target vertex.
- getTargetVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns the group vertex connected to this edge.
- 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 JobVertex.
- 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.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.udf.RuntimeUDFContext
-
- getTaskName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- getTaskNameWithIndex() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Returns the name of the task with its index in the subtask group and the total number of subtasks.
- getTaskVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Returns an iterator to iterate all task vertices registered with the job graph.
- getTempDir(JobID, String) - Method in class org.apache.flink.runtime.filecache.FileCache
-
- getTimestamp() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
-
Returns the timestamp of the event.
- 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.
- getTotalNumberOfReceivers() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
-
- 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.
- getUdfRuntimeContext() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
-
- getUri() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
-
- getUri() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
-
- getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
-
- getUserCodeClassLoader() - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
- 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.
- getUserRunning() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
-
- 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.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.
- 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.ExecutionGate
-
- getVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Returns the vertex this gate belongs to.
- getVertexByChannelID(ChannelID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Identifies an execution by the specified channel ID and returns it.
- getVertexByID(ExecutionVertexID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns the execution vertex with the given vertex ID.
- getVertexByID(ManagementVertexID) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
-
Returns the vertex with the given ID from the graph's internal vertex map.
- 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
-
Returns the ID of the vertex this event refers to.
- getVertexID() - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
-
Returns the ID of the vertex this event refers to.
- 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.AbstractTaskResult
-
Returns the ID of the task this result belongs to.
- getVertexID() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Returns the ID of this task.
- getVertexTime(JobID, ManagementVertexID, ExecutionState) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
-
returns the time, when the status of the given vertex changed to executionState
- getVertexTime(JobID, ManagementVertexID, ExecutionState) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
-
- getVertexToShareInstancesWith() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
- getVertexToShareInstancesWith() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Returns the vertex this vertex should share its instance with at runtime.
- 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.DistributedFileSystem
-
- 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.
- GraphConversionException - Exception in org.apache.flink.runtime.executiongraph
-
A graph conversion exception is thrown if the creation of transformation
of an
ExecutionGraph fails.
- GraphConversionException(String) - Constructor for exception org.apache.flink.runtime.executiongraph.GraphConversionException
-
Creates a new exception with the given error message.
- GraphConversionException(String, Throwable) - Constructor for exception org.apache.flink.runtime.executiongraph.GraphConversionException
-
- GraphConversionException(Throwable) - Constructor for exception org.apache.flink.runtime.executiongraph.GraphConversionException
-
- 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.ChannelAccess
-
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
-
- 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.
- initialize(URI) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
-
- 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
-
- 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
-
- initializeInputFormatFromTaskConfig(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
-
- initializeOutputFormatFromTaskConfig(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.JobOutputVertex
-
- 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) - 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)!
- 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.
- 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
-
In Nephele 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.
- InputGateProfilingEvent - Class in org.apache.flink.runtime.profiling.types
-
Input gate profiling events are a special subclass of vertex profiling events.
- InputGateProfilingEvent(int, int, ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
-
Constructs a new input gate profiling event.
- InputGateProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
-
Default constructor for the serialization/deserialization process.
- 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.
- InputSplitAssigner - Interface in org.apache.flink.runtime.jobmanager.splitassigner
-
The input split assigner interface must be implemented by every component which is supposed to dynamically offer
input splits to the input vertices of a job at runtime.
- InputSplitIterator<T extends InputSplit> - Class in org.apache.flink.runtime.jobgraph.tasks
-
The input split iterator allows an AbstractInputTask to iterator 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.
- InputSplitManager - Class in org.apache.flink.runtime.jobmanager.splitassigner
-
The input split manager is responsible for serving input splits to AbstractInputTask objects at runtime.
- InputSplitManager() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
-
- InputSplitProvider - Interface in org.apache.flink.runtime.jobgraph.tasks
-
An input split provider can be successively queried to provide a series of
InputSplit objects an
AbstractInputTask 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 which Nephele
applies to provide better load balancing properties.
- InputSplitWrapper - Class in org.apache.flink.runtime.jobmanager.splitassigner
-
An input split wrapper object wraps an input split for RPC calls.
- InputSplitWrapper(JobID, InputSplit) - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
-
Constructs a new input split wrapper.
- InputSplitWrapper() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
-
Default constructor for serialization/deserialization.
- 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 - Class in org.apache.flink.runtime.instance
-
An instance represents a resource a
TaskManager runs on.
- Instance(InstanceConnectionInfo, NetworkNode, NetworkTopology, HardwareDescription, int) - Constructor for class org.apache.flink.runtime.instance.Instance
-
Constructs an abstract instance object.
- 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.taskmanager.ExecutorThreadFactory
-
- INSTANCE - Static variable in class org.apache.flink.runtime.taskmanager.runtime.ExecutorThreadFactory
-
- instanceAllocatedByJob(InternalInstanceProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
-
- 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(InetAddress, String, String, 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
-
- InstanceException - Exception in org.apache.flink.runtime.instance
-
An instance exception is thrown if the allocation, assignment or deallocation of an instance fails.
- InstanceException(String) - Constructor for exception org.apache.flink.runtime.instance.InstanceException
-
Constructs a new instance exception with the given error message.
- 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 or the unexpected failure of an instance.
- InstanceManager - Interface in org.apache.flink.runtime.instance
-
- InstanceNotifier - Class in org.apache.flink.runtime.instance
-
This class is an auxiliary class to send the notification
about the availability of an
Instance to the given
InstanceListener object.
- InstanceNotifier(InstanceListener, JobID, List<AllocatedResource>) - Constructor for class org.apache.flink.runtime.instance.InstanceNotifier
-
Constructs a new instance notifier object.
- 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 Nephele
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.
- InternalExecutionVertexProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalExecutionVertexProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- InternalExecutionVertexProfilingData(JobID, ExecutionVertexID) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
-
- InternalExecutionVertexThreadProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalExecutionVertexThreadProfilingData(JobID, ExecutionVertexID, 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.
- InternalInputGateProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalInputGateProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- InternalInputGateProfilingData(JobID, ExecutionVertexID, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
-
- 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
-
- InternalJobStatus - Enum in org.apache.flink.runtime.executiongraph
-
This enumeration contains all states a job represented by an
ExecutionGraph can have during its lifetime.
- InternalOutputGateProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
-
- InternalOutputGateProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- InternalOutputGateProfilingData(JobID, ExecutionVertexID, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
-
- InternalProfilingData - Interface in org.apache.flink.runtime.profiling.impl.types
-
- invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.instance.Instance
-
Invalidates the entries identified by the given channel IDs from the remote task manager's receiver lookup cache.
- 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.
- invalidateLookupCacheEntries(Set<ChannelID>) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
-
Invalidates the entries identified by the given channel IDs from the task manager's receiver lookup cache.
- invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
-
- inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
-
- inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
-
- invokableClass - Variable in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
The class of the invokable.
- invoke() - Method in class org.apache.flink.runtime.iterative.io.FakeOutputTask
-
- 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() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Constructs a new IOManager, writing channels to the system directory.
- IOManager(String) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
-
Constructs a new IOManager.
- 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
-
- IOUtils - Class in org.apache.flink.runtime.util
-
An utility class for I/O related functionality.
- ipcPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
-
Returns the port instance's task manager runs its IPC service on.
- isAcyclic() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Checks if the job graph is acyclic.
- 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
-
- isCached(int) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
-
Returns the cache status of the library at the given position.
- 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.taskmanager.Task
-
- isChannelTypeUserDefined() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
-
Returns if the edge's channel type is user defined.
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
-
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
-
Checks, whether this channel has been closed;
- isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
-
- 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.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
-
- isDir() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
-
- isDir() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
-
- isDistributedFS() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
-
- 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
-
- isExecutionFinished() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Checks if the execution of execution graph is finished.
- isFinishing() - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
-
Checks if the pipeline is currently finishing its execution, i.e.
- 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
-
- 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.executiongraph.ExecutionGate
-
- 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
-
- isInputGate() - Method in class org.apache.flink.runtime.managementgraph.ManagementGate
-
Checks if this gate represents an input gate.
- 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.executiongraph.ExecutionGroupVertex
-
Checks if this vertex is an input vertex in its stage, i.e.
- isInputVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Checks if this vertex is an input vertex in its stage, i.e.
- isInputVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Checks if this vertex is an input vertex in its stage, i.e.
- isInstanceDependencyChainAcyclic() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Checks if the instance dependency chain created with the setVertexToShareInstancesWith method is
acyclic.
- 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.
- isLeafNode() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- isLibraryLoaded(String) - Static method in class org.apache.flink.runtime.util.NativeCodeLoader
-
Checks if a native library is already loaded.
- 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.executiongraph.ExecutionGroupVertex
-
Checks if this vertex is an output vertex in its stage, i.e.
- isOutputVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Checks if this vertex is an output vertex in its stage, i.e.
- isOutputVertex() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
-
Checks if this vertex is an output vertex in its stage, i.e.
- 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.
- isRootNode() - Method in class org.apache.flink.runtime.topology.NetworkNode
-
- 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.
- isSolutionSetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
-
- isStillAlive(long) - Method in class org.apache.flink.runtime.instance.Instance
-
Returns whether the host is still alive.
- isTerminated() - Method in class org.apache.flink.runtime.taskmanager.Task
-
Checks if the state of the thread which is associated with this task is TERMINATED.
- isWeaklyConnected() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
-
Checks if the job graph is weakly connected.
- 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
-
- iterativeInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
-
- iterator() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
-
Returns an iterator over all execution stages contained in this graph.
- iterator() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Returns an iterator over all members of this execution group vertex.
- iterator() - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
-
Returns an
Iterator to the vertices which are part of this pipeline.
- 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.topology.NetworkTopology
-
- 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.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.
- 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
-
- scheduleJob(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
-
- SchedulingException - Exception in org.apache.flink.runtime.jobmanager.scheduler
-
Scheduling exceptions are thrown to indicate problems or errors
related to Nephele's scheduler.
- SchedulingException(String) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.SchedulingException
-
Constructs a new scheduling exception object.
- secondDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
-
- seek(long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
-
- 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(Record, int, int[]) - Method in class org.apache.flink.runtime.operators.shipping.HistogramPartitionFunction
-
- selectChannels(SerializationDelegate<T>, int) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
-
- selectChannels(Record, int, int[]) - Method in interface org.apache.flink.runtime.operators.shipping.PartitionFunction
-
- 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(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.jobmanager.JobManager
-
- sendHeartbeat(InstanceConnectionInfo) - 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
-
An abstract IPC service.
- 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.
- set(T) - Method in class org.apache.flink.runtime.util.AtomicEnum
-
Sets to the given value.
- set(E) - Method in class org.apache.flink.runtime.util.SingleElementIterator
-
Resets the element.
- setAllocatedResource(AllocatedResource) - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
-
Sets the given allocated resource for all vertices included in this pipeline.
- setAllocatedResource(AllocatedResource) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
- setAttachment(Object) - Method in class org.apache.flink.runtime.managementgraph.ManagementAttachment
-
- setAttachment(Object) - Method in class org.apache.flink.runtime.topology.NetworkTopology
-
- 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, Collection<?>) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
-
- 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
-
- setCached(int, boolean) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
-
Sets the cache status of the library at the given position.
- 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
-
- setClassLoader(ClassLoader) - 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
-
- setDescription(String) - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
-
Sets a description for this abstract task result.
- 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.
- setEventsSerialized(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.Envelope
-
- setExecutionObserver(ExecutionObserver) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
-
Sets the execution observer for this environment.
- setExecutionStage(ExecutionStage) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Sets the execution stage this group vertex is associated with.
- setExecutionState(ExecutionState) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Sets the current execution state of this management vertex.
- 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
-
- 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
-
- 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
-
- setID(AbstractID) - Method in class org.apache.flink.runtime.AbstractID
-
Sets an ID from another ID by copying its internal byte representation.
- 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
-
- setInputFormat(InputFormat<?, ?>) - Method in class org.apache.flink.runtime.jobgraph.JobInputVertex
-
- 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
-
- setInputSplits(InputSplit[]) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Sets the input splits that should be assigned to this group vertex.
- setInputSplitType(Class<? extends InputSplit>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
-
Sets the input split type class
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
-
- setInstance(T) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
-
- setInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
-
- setInstanceListener(InstanceListener) - Method in interface org.apache.flink.runtime.instance.InstanceManager
-
- setInstanceName(String) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
Sets the name of the instance this vertex currently runs on.
- 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
-
- setLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
-
- 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.AbstractJobVertex
-
Sets the number of retries in case of an error before the task represented by this vertex is considered as
failed.
- setNumberOfIterations(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setNumberOfSubtasks(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Sets the number of subtasks the task this vertex represents should be split into at runtime.
- 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.
- setOptMessage(String) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
-
- 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
-
- setOutputFormat(OutputFormat<?>) - Method in class org.apache.flink.runtime.jobgraph.JobOutputVertex
-
- setOutputSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setPartitionNumber(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
-
overwrites partition number and should only be used on compaction partition
- 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
-
- setRequiredLibraries(String[]) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
-
Sets the names of libraries whose cache status is to be retrieved.
- 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.
- 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
-
- 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
-
- setStageNumber(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
-
Sets the number of this execution stage.
- 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<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 Configruation in the webinterface.
- SetupInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
-
- setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.DataSinkTask
-
Sets the class-loader to be used to load the user code.
- setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.DataSourceTask
-
Sets the class-loader to be used to load the user code.
- setUserCodeClassLoader(ClassLoader) - Method in class org.apache.flink.runtime.operators.RegularPactTask
-
Sets the class-loader to be used to load the user code.
- 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.
- setVertexToShareInstancesWith(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
-
Sets the vertex this vertex should share its instances with at runtime.
- setWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
-
- setWritePosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
-
- 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.filecache.FileCache
-
- shutdown() - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
-
- shutdown() - Method in interface 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.
- 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.DefaultScheduler
-
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.
- 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 - 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.DistributedDataInputStream
-
- 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().
- 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
-
- SolutionSetUpdateBarrier - Class in org.apache.flink.runtime.iterative.concurrent
-
Resettable barrier to synchronize IterationHeadPactTask and IterationTailPactTask in case of
iterations that contain a separate solution set tail.
- 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, Channel.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.
- splitVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Returns a duplicate of this execution vertex.
- 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
-
- startTask() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
-
Deploys and starts the task represented by this vertex
on the assigned instance.
- startThreads() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
-
Starts all the threads that are used by this sort-merger.
- 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.
- 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.
- submitTasks(List<TaskDeploymentDescriptor>) - Method in class org.apache.flink.runtime.instance.Instance
-
- submitTasks(List<TaskDeploymentDescriptor>) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
-
Submits a list of tasks to the task manager.
- submitTasks(List<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
-