A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
abort() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
abort() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
abort() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
Aborts the matching process.
AbstractCachedBuildSideMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
AbstractCachedBuildSideMatchDriver(int, int) - Constructor for class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
AbstractEvent - Class in org.apache.flink.runtime.event.job
An abstract event is transmitted from the job manager to the job client in order to inform the user about the job progress.
AbstractEvent(long) - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent - Class in org.apache.flink.runtime.event.task
This type of event can be used to exchange notification messages between different TaskManager objects at runtime using the communication channels Nephele has established between different tasks.
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractEvent
 
AbstractHashTableProber<PT,BT> - Class in org.apache.flink.runtime.operators.hash
 
AbstractHashTableProber(TypeComparator<PT>, TypePairComparator<PT, BT>) - Constructor for class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
AbstractID - Class in org.apache.flink.runtime
A statistically unique identification number.
AbstractID(byte[]) - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new ID with a specific bytes value.
AbstractID(long, long) - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new abstract ID.
AbstractID(AbstractID) - Constructor for class org.apache.flink.runtime.AbstractID
Creates a new abstract ID from the given one.
AbstractID() - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new random ID from a uniform distribution.
AbstractInvokable - Class in org.apache.flink.runtime.jobgraph.tasks
Abstract base class for every task class in Nephele.
AbstractInvokable() - Constructor for class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
 
AbstractIterativePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
The base class for all tasks able to participate in an iteration.
AbstractIterativePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
AbstractJobInputVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for input vertices.
AbstractJobInputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
Constructs a new job input vertex with the given name.
AbstractJobInputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobInputVertex
Constructs a new job input vertex with the given name.
AbstractJobOutputVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for output vertices in Nephele.
AbstractJobOutputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobOutputVertex
Constructs a new job output vertex with the given name.
AbstractJobOutputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobOutputVertex
 
AbstractJobResult - Class in org.apache.flink.runtime.client
A AbstractJobResult is the super class of all results to report the job operation.
AbstractJobResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.AbstractJobResult
Constructs a new abstract job result object and sets the description.
AbstractJobResult() - Constructor for class org.apache.flink.runtime.client.AbstractJobResult
Construct a new abstract job result object.
AbstractJobResult.ReturnCode - Enum in org.apache.flink.runtime.client
The possible return codes for a job operation.
AbstractJobVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for a job vertex.
AbstractJobVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractJobVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractMutableHashTable<T> - Class in org.apache.flink.runtime.operators.hash
 
AbstractMutableHashTable(TypeSerializer<T>, TypeComparator<T>) - Constructor for class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
AbstractPagedInputView - Class in org.apache.flink.runtime.memorymanager
The base class for all input views that are backed by multiple memory pages.
AbstractPagedInputView(MemorySegment, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Creates a new view that starts with the given segment.
AbstractPagedInputView(int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Creates a new view that is initially not bound to a memory segment.
AbstractPagedOutputView - Class in org.apache.flink.runtime.memorymanager
The base class for all output views that are backed by multiple memory pages.
AbstractPagedOutputView(MemorySegment, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Creates a new output view that writes initially to the given initial segment.
AbstractPagedOutputView(int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
AbstractRecordReader - Class in org.apache.flink.runtime.io.network.api
This is an abstract base class for a record reader, either dealing with mutable or immutable records, and dealing with reads from single gates (single end points) or multiple gates (union).
AbstractRecordReader() - Constructor for class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
AbstractSingleGateRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
This is an abstract base class for a record reader, either dealing with mutable or immutable records.
AbstractSingleGateRecordReader(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
 
AbstractTaskEvent - Class in org.apache.flink.runtime.event.task
This type of event can be used to exchange notification messages between different tasks at runtime using the existing communication channels.
AbstractTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractTaskEvent
 
AbstractTaskResult - Class in org.apache.flink.runtime.taskmanager
An AbstractTaskResult is used to report the results of a task related operation.
AbstractTaskResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Constructs a new abstract task result.
AbstractTaskResult() - Constructor for class org.apache.flink.runtime.taskmanager.AbstractTaskResult
Constructs an empty abstract task result.
AbstractTaskResult.ReturnCode - Enum in org.apache.flink.runtime.taskmanager
 
AbstractUnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
AbstractUnionRecordReader(MutableRecordReader<T>[]) - Constructor for class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
Constructs a new mutable union record reader.
AccumulatorEvent - Class in org.apache.flink.runtime.accumulators
This class encapsulates a map of accumulators for a single job.
AccumulatorEvent() - Constructor for class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
AccumulatorEvent(JobID, Map<String, Accumulator<?, ?>>) - Constructor for class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
AccumulatorManager - Class in org.apache.flink.runtime.jobmanager.accumulators
This class manages the accumulators for different jobs.
AccumulatorManager(int) - Constructor for class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
 
AccumulatorProtocol - Interface in org.apache.flink.runtime.protocols
The accumulator protocol is implemented by the job manager.
AdaptiveSpanningRecordDeserializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
 
AdaptiveSpanningRecordDeserializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
add(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
add(long) - Method in class org.apache.flink.runtime.util.LongArrayList
 
addAccumulator(String, Accumulator<V, A>) - Method in class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
addAll(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
addAll(Configuration, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
addBroadcastInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addChainedTask(Class<? extends ChainedDriver>, TaskConfig, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addClass(Class<?>) - Method in class org.apache.flink.runtime.util.JarFileCreator
Adds a Class object to the set of classes which shall eventually be included in the jar file.
addCopyTaskForCacheFile(String, FutureTask<Path>) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
addInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addIterationAggregator(String, Aggregator<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addIterationAggregators(Collection<AggregatorWithName<?>>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addJar(Path) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds the path of a JAR file required to run the job on a task manager.
addLibrary(JobID, Path, long, DataInput) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Reads a library from the given input stream and adds it to the local library cache.
addOutputShipStrategy(ShipStrategyType) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addProfilingData(InternalProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
addRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
addRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
address() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the network address the instance's task manager binds its sockets to.
addStageMember(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Adds a new execution group vertex to this stage if it is not already included.
addStaticResolution(String, String) - Static method in class org.apache.flink.runtime.net.NetUtils
Adds a static resolution for host.
addUserThread(ThreadMXBean, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
addVertex(AbstractJobInputVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new input vertex to the job graph if it is not already included.
addVertex(JobTaskVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new task vertex to the job graph if it is not already included.
addVertex(AbstractJobOutputVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new output vertex to the job graph if it is not already included.
addWriter(RecordWriter<SerializationDelegate<T>>) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
Adds a writer to the OutputCollector.
addWriter(RecordWriter<Record>) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Adds a writer to the OutputCollector.
adjustTop() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Should be called when the Object at top changes values.
advance() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Advances the view to the next memory segment.
advance() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Moves the output view to the next page.
AGGREGATOR_NAME - Static variable in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
AllGroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
GroupReduce task which is executed by a Nephele task manager.
AllGroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
AllocatedResource - Class in org.apache.flink.runtime.instance
An allocated resource object unambiguously defines the hardware resources which have been assigned to an ExecutionVertex for executing a task.
AllocatedResource(Instance, AllocationID) - Constructor for class org.apache.flink.runtime.instance.AllocatedResource
Constructs a new allocated resource object.
allocatedResourcesDied(JobID, List<AllocatedResource>) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called if one or more allocated resources assigned to at least one job have died unexpectedly.
allocatedResourcesDied(JobID, List<AllocatedResource>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
AllocatedSlot - Class in org.apache.flink.runtime.instance
An allocated slot is a part of an instance which is assigned to a job.
AllocatedSlot(JobID) - Constructor for class org.apache.flink.runtime.instance.AllocatedSlot
Creates a new allocated slice on the given hosting instance.
allocatePages(AbstractInvokable, int) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
allocatePages(AbstractInvokable, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
allocatePages(AbstractInvokable, int) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
 
allocatePages(AbstractInvokable, List<MemorySegment>, int) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
 
allocateSegments(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
attempts to allocate specified number of segments and should only be used by compaction partition fails silently if not enough segments are available since next compaction could still succeed
allocateSlot(JobID) - Method in class org.apache.flink.runtime.instance.Instance
 
AllocationID - Class in org.apache.flink.runtime.instance
An allocation ID unambiguously identifies the allocated resources within an Instance.
AllocationID() - Constructor for class org.apache.flink.runtime.instance.AllocationID
 
AllReduceDriver<T> - Class in org.apache.flink.runtime.operators
Reduce task which is executed by a Nephele task manager.
AllReduceDriver() - Constructor for class org.apache.flink.runtime.operators.AllReduceDriver
 
AllWorkersDoneEvent - Class in org.apache.flink.runtime.iterative.event
 
AllWorkersDoneEvent() - Constructor for class org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
 
AllWorkersDoneEvent(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
 
append(byte[], int, int) - Method in class org.apache.flink.runtime.types.FileRecord
Append a range of bytes to the end of the given data.
appendRecord(T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Inserts the given object into the current buffer.
archiveEvent(JobID, AbstractEvent) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores event in archive
archiveEvent(JobID, AbstractEvent) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
archiveJobevent(JobID, RecentJobEvent) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old job in archive
archiveJobevent(JobID, RecentJobEvent) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
ArchiveListener - Interface in org.apache.flink.runtime.jobmanager.archive
Interface used to implement Archivists, that store old jobmanager information discarded by the EventCollector.
archiveManagementGraph(JobID, ManagementGraph) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old ManagementGraph in archive
archiveManagementGraph(JobID, ManagementGraph) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
archiveNetworkTopology(JobID, NetworkTopology) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old NetworkTopology in Archive
archiveNetworkTopology(JobID, NetworkTopology) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
areVertexDegreesCorrect() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks for all registered job vertices if their in-/out-degree is correct.
ARG_CONF_DIR - Static variable in class org.apache.flink.runtime.taskmanager.TaskManager
 
assignedVertices() - Method in class org.apache.flink.runtime.instance.AllocatedResource
Returns an iterator over all execution vertices currently assigned to this allocated resource.
assignPartition(int, byte) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Assigns a partition to a bucket.
assignVertexToResource(ExecutionVertex) - Method in class org.apache.flink.runtime.instance.AllocatedResource
Assigns the given execution vertex to this allocated resource.
AsynchronousPartialSorter<E> - Class in org.apache.flink.runtime.operators.sort
The AsynchronousPartialSorter is a simple sort implementation that sorts bulks inside its buffers, and returns them directly, without merging them.
AsynchronousPartialSorter(MemoryManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double) - Constructor for class org.apache.flink.runtime.operators.sort.AsynchronousPartialSorter
 
AsynchronousPartialSorterCollector<E> - Class in org.apache.flink.runtime.operators.sort
The AsynchronousPartialSorterCollector is a simple sort implementation that sorts bulks inside its buffers, and returns them directly, without merging them.
AsynchronousPartialSorterCollector(MemoryManager, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double) - Constructor for class org.apache.flink.runtime.operators.sort.AsynchronousPartialSorterCollector
 
AtomicEnum<T extends Enum<T>> - Class in org.apache.flink.runtime.util
Auxiliary class which provides atomic operations on enumerations.
AtomicEnum(T) - Constructor for class org.apache.flink.runtime.util.AtomicEnum
Constructs a new atomic enumeration object.
AtomicEnumerator<E> - Class in org.apache.flink.runtime.util
 
AtomicEnumerator(E[]) - Constructor for class org.apache.flink.runtime.util.AtomicEnumerator
 
available() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
available() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
availableMemory - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The free memory segments currently available to the hash join.
awaitStartOfSuperstepOrTermination(int) - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 

B

bind(ServerSocket, InetSocketAddress, int) - Static method in class org.apache.flink.runtime.ipc.Server
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
BlockChannelAccess<R extends org.apache.flink.runtime.io.disk.iomanager.IORequest,C extends Collection<MemorySegment>> - Class in org.apache.flink.runtime.io.disk.iomanager
A base class for readers and writers that accept read or write requests for whole blocks.
BlockChannelAccess(Channel.ID, RequestQueue<R>, C, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Creates a new channel access to the path indicated by the given ID.
BlockChannelReader - Class in org.apache.flink.runtime.io.disk.iomanager
A reader that reads data in blocks from a file channel.
BlockChannelReader(Channel.ID, RequestQueue<ReadRequest>, LinkedBlockingQueue<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Creates a new block channel reader for the given channel.
BlockChannelWriter - Class in org.apache.flink.runtime.io.disk.iomanager
A writer that writes data in blocks to a file channel.
BlockChannelWriter(Channel.ID, RequestQueue<WriteRequest>, LinkedBlockingQueue<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Creates a new block channel writer for the given channel.
BlockingBackChannel - Class in org.apache.flink.runtime.iterative.concurrent
A concurrent datastructure that establishes a backchannel buffer between an iteration head and an iteration tail.
BlockingBackChannel(SerializedUpdateBuffer) - Constructor for class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
 
BlockingBackChannelBroker - Class in org.apache.flink.runtime.iterative.concurrent
Singleton class for the threadsafe handover of BlockingBackChannels from iteration heads to iteration tails
BlockResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
BlockResettableIterator(MemoryManager, Iterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
BlockResettableIterator(MemoryManager, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
BlockResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
BlockResettableMutableObjectIterator(MemoryManager, MutableObjectIterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
broadcastBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
broadcastBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
broadcastInputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers for the configured broadcast variables, wrapped in an iterator.
broadcastInputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers for the configured broadcast variables for this task.
broadcastInputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The serializers for the broadcast input data types.
Broker<V> - Class in org.apache.flink.runtime.iterative.concurrent
A concurrent data structure that allows the hand-over of an object between a pair of threads
Broker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.Broker
 
brokerKey() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
buckets - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The array of memory segments that contain the buckets which form the actual hash-table of hash-codes and pointers to the elements.
bucketsPerSegmentBits - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of bits that describe the position of a bucket in a memory segment.
bucketsPerSegmentMask - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of hash table buckets in a single memory segment - 1.
Buffer - Class in org.apache.flink.runtime.io.network
 
Buffer(MemorySegment, int, BufferRecycler) - Constructor for class org.apache.flink.runtime.io.network.Buffer
 
buffer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
buffer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
BufferAvailabilityListener - Interface in org.apache.flink.runtime.io.network.bufferprovider
This interface must be implemented to receive an asynchronous callback from a BufferProvider as soon as a buffer has become available again.
bufferAvailable(Buffer) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferAvailabilityListener
Returns a Buffer to the listener.
bufferAvailable(Buffer) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
Notifies the IO thread that a Buffer has become available again.
BufferOrEvent - Class in org.apache.flink.runtime.io.network.channels
Either type for Buffer and AbstractEvent.
BufferOrEvent(Buffer) - Constructor for class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
BufferOrEvent(AbstractEvent) - Constructor for class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
BufferPoolConnector - Class in org.apache.flink.runtime.util
 
BufferPoolConnector(Queue<MemorySegment>) - Constructor for class org.apache.flink.runtime.util.BufferPoolConnector
Constructs a new buffer pool connector
BufferProvider - Interface in org.apache.flink.runtime.io.network.bufferprovider
 
BufferProvider.BufferAvailabilityRegistration - Enum in org.apache.flink.runtime.io.network.bufferprovider
 
BufferProviderBroker - Interface in org.apache.flink.runtime.io.network.bufferprovider
 
BufferRecycler - Interface in org.apache.flink.runtime.io.network
 
BufferWriter - Class in org.apache.flink.runtime.io.network.api
 
BufferWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.BufferWriter
 
BuildFirstCachedMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
BuildFirstCachedMatchDriver() - Constructor for class org.apache.flink.runtime.operators.BuildFirstCachedMatchDriver
 
BuildFirstHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
An implementation of the JoinTaskIterator that uses a hybrid-hash-join internally to match the records with equal key.
BuildFirstHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
BuildFirstReOpenableHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
 
BuildFirstReOpenableHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
 
buildInitialTable(MutableObjectIterator<BT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
BuildSecondCachedMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
BuildSecondCachedMatchDriver() - Constructor for class org.apache.flink.runtime.operators.BuildSecondCachedMatchDriver
 
BuildSecondHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
An implementation of the JoinTaskIterator that uses a hybrid-hash-join internally to match the records with equal key.
BuildSecondHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
BuildSecondReOpenableHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
 
BuildSecondReOpenableHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
 
buildSideComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
The utilities to hash and compare the build side data types.
buildSideComparator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to hash and compare the build side data types.
buildSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
The utilities to serialize the build side data types.
buildSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to serialize the build side data types.
buildTable(MutableObjectIterator<T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
buildTable(MutableObjectIterator<T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
buildTableFromSpilledPartition(HashPartition<BT, PT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
BulkBlockChannelReader - Class in org.apache.flink.runtime.io.disk.iomanager
 
BulkBlockChannelReader(Channel.ID, RequestQueue<ReadRequest>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
 

C

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
Cancels all tasks via their ChainedDriver.cancelTask() method.
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
Closes the socket ignoring IOException.
closeStream(Closeable) - Static method in class org.apache.flink.runtime.util.IOUtils
Closes the stream ignoring IOException.
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
Closes the given stub using its RichFunction.close() method.
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 items at the given addresses consistent with the semantics of Comparator.compare(Object, Object).
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.

D

DamBehavior - Enum in org.apache.flink.runtime.operators
Enumeration for the different dam behaviors of an algorithm or a driver strategy.
damOnInput(int) - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
dams() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
DataInputDeserializer - Class in org.apache.flink.runtime.io.network.serialization
A simple and efficient deserializer for the DataInput interface.
DataInputDeserializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputDeserializer(byte[], int, int) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputDeserializer(ByteBuffer) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataOutputSerializer - Class in org.apache.flink.runtime.io.network.serialization
A simple and efficient serializer for the DataOutput interface.
DataOutputSerializer(int) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
dataPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the port instance's task manager expects to receive transfer envelopes on.
DataSinkTask<IT> - Class in org.apache.flink.runtime.operators
DataSinkTask which is executed by a Nephele task manager.
DataSinkTask() - Constructor for class org.apache.flink.runtime.operators.DataSinkTask
 
DataSourceTask<OT> - Class in org.apache.flink.runtime.operators
DataSourceTask which is executed by a Nephele task manager.
DataSourceTask() - Constructor for class org.apache.flink.runtime.operators.DataSourceTask
 
decrementRetriesLeftAndCheck() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Decrements the number of retries left and checks whether another attempt to run the task is possible.
DEFAULT_PAGE_SIZE - Static variable in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
The default memory page size.
DEFAULT_TASKMANAGER_REPORTINTERVAL - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
Default interval which the task manager uses to report profiling data to the job manager.
DefaultExecutionListener - Class in org.apache.flink.runtime.jobmanager.scheduler
 
DefaultExecutionListener(DefaultScheduler, ExecutionVertex) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
Constructs a new wrapper object for the given ExecutionVertex.
DefaultInputSplitAssigner - Class in org.apache.flink.runtime.jobmanager.splitassigner
This is the default implementation of the InputSplitAssigner interface.
DefaultInputSplitAssigner() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
DefaultInstanceManager - Class in org.apache.flink.runtime.instance
In Nephele an instance manager maintains the set of available compute resources.
DefaultInstanceManager() - Constructor for class org.apache.flink.runtime.instance.DefaultInstanceManager
Constructor.
DefaultMemoryManager - Class in org.apache.flink.runtime.memorymanager
 
DefaultMemoryManager(long, int) - Constructor for class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
Creates a memory manager with the given capacity, using the default page size.
DefaultMemoryManager(long, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
Creates a memory manager with the given capacity and given page size.
DefaultScheduler - Class in org.apache.flink.runtime.jobmanager.scheduler
The default scheduler for Nephele.
DefaultScheduler(DeploymentManager, InstanceManager) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Constructs a new abstract scheduler.
DEGREE_OF_PARALLELISM_KEY - Static variable in class org.apache.flink.runtime.operators.DataSinkTask
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
deleteChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Deletes this channel by physically removing the file beneath it.
deleteTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
Deletes the local file after a 5 second delay.
deliverEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Delivers a event to all of the registered subscribers.
deliverEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
deploy(JobID, Instance, List<ExecutionVertex>) - Method in interface org.apache.flink.runtime.jobmanager.DeploymentManager
Deploys the list of vertices on the given Instance.
deploy(JobID, Instance, List<ExecutionVertex>) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
deployAssignedInputVertices(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED starting from the input vertices of the current execution stage and deploys them on the assigned AllocatedResource objects.
deployAssignedPipeline(ExecutionPipeline) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED from the given pipeline and deploys them on the assigned AllocatedResource objects.
deployAssignedVertices(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED starting from the given start vertex and deploys them on the assigned AllocatedResource objects.
deployAssignedVertices(Collection<ExecutionVertex>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects all execution vertices with the state ASSIGNED starting from the given collection of start vertices and deploys them on the assigned AllocatedResource objects.
DeploymentManager - Interface in org.apache.flink.runtime.jobmanager
A deployment manager is responsible for deploying a list of ExecutionVertex objects the given Instance.
DeserializationDelegate<T> - Class in org.apache.flink.runtime.plugable
 
DeserializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.DeserializationDelegate
 
deserialize(T) - Method in interface org.apache.flink.runtime.io.disk.iomanager.Deserializer
Deserialize the next object from the underlying input stream.
deserializeEvents() - Method in class org.apache.flink.runtime.io.network.Envelope
 
deserializeEvents(ClassLoader) - Method in class org.apache.flink.runtime.io.network.Envelope
 
Deserializer<T> - Interface in org.apache.flink.runtime.io.disk.iomanager
Provides a facility for deserializing objects of type from an InputStream.
destroy() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
destroy() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Destroys this local buffer pool and immediately returns all available buffers to the global buffer pool.
destroy() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
destroy() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
destroy() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
destroyProxies() - Method in class org.apache.flink.runtime.instance.Instance
Destroys all RPC stub objects attached to this instance.
DiscardBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
 
DiscardBufferPool() - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
dispatchFromInputChannel(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromInputChannel(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an input channel to the receiving output channels (backwards flow).
dispatchFromNetwork(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromNetwork(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an incoming TCP connection.
dispatchFromOutputChannel(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromOutputChannel(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an output channel to the receiving input channels (forward flow).
dispose() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Collects all memory segments from this sorter.
dispose() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Collects all memory segments from this sorter.
dispose() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Collects all memory segments from this sorter.
disposeSortBuffers(boolean) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Releases the memory that is registered for in-memory sorted run generation.
DistributedBlockLocation - Class in org.apache.flink.runtime.fs.hdfs
Implementation of the BlockLocation interface for the Hadoop Distributed File System.
DistributedBlockLocation(BlockLocation) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
Creates a new block location
DistributedDataInputStream - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FSDataInputStream for the Hadoop Distributed File System.
DistributedDataInputStream(FSDataInputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
Creates a new data input stream from the given HDFS input stream
DistributedDataOutputStream - Class in org.apache.flink.runtime.fs.hdfs
 
DistributedDataOutputStream(FSDataOutputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
DistributedFileStatus - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileStatus interface for the Hadoop Distribution File System.
DistributedFileStatus(FileStatus) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
Creates a new file status from a HDFS file status.
DistributedFileSystem - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the base class for the Hadoop Distribution File System.
DistributedFileSystem() - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
Creates a new DistributedFileSystem object to access HDFS
DistributionPattern - Enum in org.apache.flink.runtime.jobgraph
A distribution pattern determines which subtasks of a producing Nephele task a wired to which subtasks of a consuming subtask.
DistributionPatternProvider - Class in org.apache.flink.runtime.executiongraph
 
DistributionPatternProvider() - Constructor for class org.apache.flink.runtime.executiongraph.DistributionPatternProvider
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.JobmanagerInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.LogfileInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.MenuServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
 
domainName() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the domain name of the instance.
driver - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The driver that invokes the user code (the stub implementation).
DriverStrategy - Enum in org.apache.flink.runtime.operators
Enumeration of all available operator strategies.
DummyInstance - Class in org.apache.flink.runtime.instance
A DummyInstance is a stub implementation of the Instance interface.
duplicate() - Method in class org.apache.flink.runtime.io.network.Buffer
 
duplicate() - Method in class org.apache.flink.runtime.io.network.Envelope
 
duplicateVertex(boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Returns a duplicate of this execution vertex.
duplicateWithoutBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 

E

emit(T) - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
EmptyIterator<E> - Class in org.apache.flink.runtime.util
An empty iterator that never returns anything.
EmptyIterator() - Constructor for class org.apache.flink.runtime.util.EmptyIterator
 
EmptyMutableObjectIterator<E> - Class in org.apache.flink.runtime.util
An empty mutable object iterator that never returns anything.
EmptyMutableObjectIterator() - Constructor for class org.apache.flink.runtime.util.EmptyMutableObjectIterator
 
ENABLE_PROFILING_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check the job manager's profiling component should be enabled.
endMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Gets the element that is passed as marker for the end of data.
EndOfSuperstepEvent - Class in org.apache.flink.runtime.io.network.channels
Marks the end of a superstep of one particular iteration head
EndOfSuperstepEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
enqueue(Envelope, RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
enqueue(Envelope, RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
enqueue(Envelope) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
Enqueues an envelope to be sent.
enqueue(Envelope, RemoteReceiver) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
EnumUtils - Class in org.apache.flink.runtime.util
Auxiliary class to (de)serialize enumeration values.
Envelope - Class in org.apache.flink.runtime.io.network
 
Envelope(int, JobID, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.Envelope
 
envelopeDispatcher - Variable in class org.apache.flink.runtime.io.network.channels.Channel
 
EnvelopeDispatcher - Interface in org.apache.flink.runtime.io.network
A envelope dispatcher receives Envelopes and sends them to all of its destinations.
EnvelopeReceiverList - Class in org.apache.flink.runtime.io.network
A transfer envelope receiver list contains all recipients of a transfer envelope.
EnvelopeReceiverList(ConnectionInfoLookupResponse) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
EnvelopeReceiverList(ChannelID) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
EnvelopeReceiverList(RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
Environment - Interface in org.apache.flink.runtime.execution
The user code of every Nephele task runs inside an Environment object.
EnvironmentInformation - Class in org.apache.flink.runtime.util
 
EnvironmentInformation.RevisionInformation - Class in org.apache.flink.runtime.util
 
EnvironmentInformation.RevisionInformation() - Constructor for class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
EnvironmentListenerImpl - Class in org.apache.flink.runtime.profiling.impl
 
EnvironmentListenerImpl(TaskManagerProfilerImpl, RuntimeEnvironment) - Constructor for class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
EnvironmentThreadSet - Class in org.apache.flink.runtime.profiling.impl
 
EnvironmentThreadSet(ThreadMXBean, Thread, ExecutionVertexID) - Constructor for class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
equals(Object) - Method in class org.apache.flink.runtime.AbstractID
 
equals(Object) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
equals(Object) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
equals(Object) - Method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
 
equals(Object) - Method in class org.apache.flink.runtime.instance.AllocatedResource
 
equals(Object) - Method in class org.apache.flink.runtime.instance.Instance
 
equals(Object) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
equals(Object) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
equals(Object) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.types.FileRecord
 
equals(Object) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
equals(Object) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
EventCollector - Class in org.apache.flink.runtime.jobmanager
The event collector collects events which occurred during the execution of a job and prepares them for being fetched by a client.
EventCollector(int) - Constructor for class org.apache.flink.runtime.jobmanager.EventCollector
Constructs a new event collector and starts its background cleanup routine.
EventList - Class in org.apache.flink.runtime.event.task
Objects of this class can store and serialize/deserialize AbstractEvent objects.
EventList() - Constructor for class org.apache.flink.runtime.event.task.EventList
 
EventListener - Interface in org.apache.flink.runtime.event.task
This interface must be implemented by all classes which shall be notified about incoming task events.
EventNotificationManager - Class in org.apache.flink.runtime.event.task
The event notification manager manages the subscription of EventListener objects to particular event types.
EventNotificationManager() - Constructor for class org.apache.flink.runtime.event.task.EventNotificationManager
 
eventOccurred(AbstractTaskEvent) - Method in interface org.apache.flink.runtime.event.task.EventListener
Called when a task event has occurred.
eventOccurred(AbstractTaskEvent) - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
barrier will release the waiting thread if an event occurs
eventOccurred(AbstractTaskEvent) - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
eventualOutputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The output writers for the data that this task forwards to the next task.
exception - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
An exception that was encountered by the asynchronous request handling thread.
ExceptionHandler<E extends Throwable> - Interface in org.apache.flink.runtime.operators.sort
Interface to be implemented by classes that handle exceptions.
ExceptionInChainedStubException - Exception in org.apache.flink.runtime.operators.chaining
A special exception to indicate that an exception occurred in the nested call of a chained stub.
ExceptionInChainedStubException(String, Exception) - Constructor for exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
exceptionUnwrap(Exception) - Static method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
excludeFromReset(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
executeCommand(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Performs an asynchronous update operation to this execution graph.
ExecutionEdge - Class in org.apache.flink.runtime.executiongraph
Objects of this class represent a pair of InputChannel and OutputChannel objects within an ExecutionGraph, Nephele's internal scheduling representation for jobs.
ExecutionGate - Class in org.apache.flink.runtime.executiongraph
Objects of this class represent either an InputGate or OutputGate within an ExecutionGraph, Nephele's internal scheduling representation for jobs.
ExecutionGraph - Class in org.apache.flink.runtime.executiongraph
In Nephele an execution graph is the main data structure for scheduling, executing and observing a job.
ExecutionGraph(JobGraph, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
Creates a new execution graph from a job graph.
ExecutionGraphIterator - Class in org.apache.flink.runtime.executiongraph
This class provides an implementation of the Iterator interface which allows to traverse an execution graph and visit every reachable vertex exactly once.
ExecutionGraphIterator(ExecutionGraph, boolean) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
Creates a new execution graph iterator.
ExecutionGraphIterator(ExecutionGraph, int, boolean, boolean) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
Creates a new execution graph iterator.
ExecutionGraphIterator(ExecutionGraph, ExecutionVertex, boolean) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
Creates a new execution graph iterator.
ExecutionGroupEdge - Class in org.apache.flink.runtime.executiongraph
An execution group edge represents an edge between two execution group vertices.
ExecutionGroupEdge(ExecutionGroupVertex, int, ExecutionGroupVertex, int, ChannelType, boolean, DistributionPattern) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGroupEdge
Constructs a new group edge.
ExecutionGroupVertex - Class in org.apache.flink.runtime.executiongraph
An ExecutionGroupVertex is created for every JobVertex of the initial job graph.
ExecutionGroupVertex(String, JobVertexID, ExecutionGraph, int, boolean, int, Configuration, ExecutionSignature, Class<? extends AbstractInvokable>) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGroupVertex
Constructs a new group vertex.
ExecutionGroupVertexIterator - Class in org.apache.flink.runtime.executiongraph
This class provides an implementation of the Iterator interface which allows to traverse an execution graph and visit every reachable group vertex exactly once.
ExecutionGroupVertexIterator(ExecutionGraph, boolean, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
Creates a new execution group vertex iterator.
ExecutionListener - Interface in org.apache.flink.runtime.execution
This interface must be implemented by classes which should be able to receive notifications about changes of a task's execution state.
ExecutionMode - Enum in org.apache.flink.runtime
 
ExecutionObserver - Interface in org.apache.flink.runtime.execution
 
ExecutionPipeline - Class in org.apache.flink.runtime.executiongraph
An execution pipeline is a scheduling abstraction which defines a set of ExecutionVertex objects which must be deployed together.
ExecutionPipeline() - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionPipeline
 
ExecutionSignature - Class in org.apache.flink.runtime.executiongraph
An execution signature allows to uniquely identify a job vertex.
ExecutionStage - Class in org.apache.flink.runtime.executiongraph
An execution stage contains all execution group vertices (and as a result all execution vertices) which must run at the same time.
ExecutionStage(ExecutionGraph, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionStage
Constructs a new execution stage and assigns the given stage number to it.
ExecutionStageListener - Interface in org.apache.flink.runtime.executiongraph
This interface must be implemented in order to receive a notification whenever the job has entered a new execution stage.
ExecutionState - Enum in org.apache.flink.runtime.execution
This enumerations includes all possible states during a task's lifetime.
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Called when the execution state of the associated task has changed.
executionStateChanged(ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when the execution state of the associated task has changed.
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
executionStateChanged(ExecutionState, String) - Method in class org.apache.flink.runtime.taskmanager.Task
 
executionStateChanged(JobID, ExecutionVertexID, ExecutionState, String) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
ExecutionStateChangeEvent - Class in org.apache.flink.runtime.event.job
An ExecutionStateChangeEvent can be used to notify other objects about an execution state change of a vertex.
ExecutionStateChangeEvent(long, ManagementVertexID, ExecutionState) - Constructor for class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Constructs a new vertex event object.
ExecutionStateChangeEvent() - Constructor for class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Constructs a new execution state change event object.
ExecutionStateTransition - Class in org.apache.flink.runtime.execution
This class is a utility class to check the consistency of Nephele's execution state model.
ExecutionVertex - Class in org.apache.flink.runtime.executiongraph
An execution vertex represents an instance of a task in a Nephele job.
ExecutionVertex(ExecutionGraph, ExecutionGroupVertex, int, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertex
Create a new execution vertex and instantiates its environment.
ExecutionVertexID - Class in org.apache.flink.runtime.executiongraph
A class for statistically unique execution vertex IDs.
ExecutionVertexID() - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertexID
 
ExecutorThreadFactory - Class in org.apache.flink.runtime.taskmanager
 
ExecutorThreadFactory - Class in org.apache.flink.runtime.taskmanager.runtime
 
ExtendedManagementProtocol - Interface in org.apache.flink.runtime.protocols
This protocol provides extended management capabilities beyond the simple JobManagementProtocol.
extractFromSystem() - Static method in class org.apache.flink.runtime.instance.HardwareDescriptionFactory
Extracts a hardware description object from the system.

F

FakeOutputTask - Class in org.apache.flink.runtime.iterative.io
Output task for the iteration tail
FakeOutputTask() - Constructor for class org.apache.flink.runtime.iterative.io.FakeOutputTask
 
FileCache - Class in org.apache.flink.runtime.filecache
The FileCache is used to create the local files for the registered cache files when a task is deployed.
FileCache() - Constructor for class org.apache.flink.runtime.filecache.FileCache
 
fileChannel - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
A file channel for NIO access to the file.
FileInputSplitAssigner - Class in org.apache.flink.runtime.jobmanager.splitassigner.file
The file input split assigner is a specific implementation of the InputSplitAssigner interface for FileInputSplit objects.
FileInputSplitAssigner() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
FileInputSplitList - Class in org.apache.flink.runtime.jobmanager.splitassigner.file
The file input split list stores the file input splits for an input vertex that are still expected to be consumed.
FileInputSplitList() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitList
 
FileRecord - Class in org.apache.flink.runtime.types
 
FileRecord() - Constructor for class org.apache.flink.runtime.types.FileRecord
 
FileRecord(String) - Constructor for class org.apache.flink.runtime.types.FileRecord
 
FileUtils - Class in org.apache.flink.runtime.util
This is a utility class to deal with temporary files.
finalizeBuildPhase(IOManager, Channel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeProbePhase(List<MemorySegment>, List<HashPartition<BT, PT>>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeProbePhase(List<MemorySegment>, List<HashPartition<BT, PT>>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
This method is used if the HashTable is setup for multiple probe phases.
findVertexByID(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Searches for a vertex with a matching ID and returns it.
findVertexWithNullEdges() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Checks if any vertex of this job graph has an outgoing edge which is set to null.
firstDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
FixedLengthRecordSorter<T> - Class in org.apache.flink.runtime.operators.sort
 
FixedLengthRecordSorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
FLAG_LAST_BLOCK - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The flag marking a block as the last block.
FlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
FlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.FlatMapDriver
 
flip() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
flush() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
flush() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
flush() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
formatLogString(String) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
formatLogString(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
fromByteArray(byte[]) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.flink.runtime.io.network.channels.ChannelID
 
fromByteBuffer(ByteBuffer, int) - Static method in class org.apache.flink.runtime.io.network.channels.ChannelID
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromByteBuffer(ByteBuffer, int) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromExecutionGraph(ExecutionGraph) - Static method in class org.apache.flink.runtime.executiongraph.ManagementGraphFactory
 
fromFile(File) - Static method in class org.apache.flink.runtime.topology.NetworkTopology
 
fromFile(String) - Static method in class org.apache.flink.runtime.topology.NetworkTopology
 
fromHexString(String) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromHexString(String) - Static method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexID
Constructs a new job ID and initializes it with the given bytes.
fromManagementVertexID(ManagementVertexID) - Static method in class org.apache.flink.runtime.executiongraph.ExecutionVertexID
Converts the given management vertex ID into the corresponding execution vertex ID.
furtherPartitioning - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
furtherPartitioning - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
 

G

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
This is used to get all the resolutions that were added using NetUtils.addStaticResolution(String, String).
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
Returns the attachment for this part of the ManagementGraph.
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
Finds an ExecutionEdge by its ID and returns it.
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
Returns the ExecutionGraph this vertex belongs to.
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
Returns the ExecutionPipeline this vertex is part of.
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
Returns the ManagementGraph this gate belongs to.
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
Same as getInputStream(socket, socket.getSoTimeout()).

From documentation for NetUtils.getInputStream(Socket, long):
Returns InputStream for the socket.
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
Returns the InstanceManager object which is used by the current scheduler.
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
Returns the current IOManager.
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
Queries the task manager about the cache status of the libraries stated in the LibraryCacheProfileRequest object.
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
Returns the current MemoryManager.
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
 

H

handIn(String, V) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
hand in the object to share
handleEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
handleException(E) - Method in interface org.apache.flink.runtime.operators.sort.ExceptionHandler
This method is called when the handler should deal with an exception.
Hardware - Class in org.apache.flink.runtime.instance
Convenience class to extract hardware specifics of the computer executing this class
Hardware() - Constructor for class org.apache.flink.runtime.instance.Hardware
 
HardwareDescription - Class in org.apache.flink.runtime.instance
A hardware description reflects the hardware environment which is actually present on the task manager's compute nodes.
HardwareDescription() - Constructor for class org.apache.flink.runtime.instance.HardwareDescription
Public default constructor used for serialization process.
HardwareDescriptionFactory - Class in org.apache.flink.runtime.instance
A factory to construct HardwareDescription objects.
hasBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Checks whether this object refers to an S3 bucket.
hasBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 
hasData() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
hasData() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
hasFurtherInput() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
Checks, whether the input that is blocked by this iterator, has further elements available.
hasFurtherInput() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
Checks, whether the input that is blocked by this iterator, has further elements available.
hash(int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
This function hashes an integer value.
hashCode() - Method in class org.apache.flink.runtime.AbstractID
 
hashCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
hashCode() - Method in class org.apache.flink.runtime.client.JobProgressResult
 
hashCode() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
hashCode() - Method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
 
hashCode() - Method in class org.apache.flink.runtime.instance.AllocatedResource
 
hashCode() - Method in class org.apache.flink.runtime.instance.Instance
 
hashCode() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
hashCode() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
hashCode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.types.FileRecord
 
hashCode() - Method in class org.apache.flink.runtime.types.IntegerRecord
 
hashCode() - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
hashJoin - Variable in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
hashJoin - Variable in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
HashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
HashPartition.BuildSideBuffer<BT> - Class in org.apache.flink.runtime.operators.hash
 
HashPartitionIterator<BT,PT> - Class in org.apache.flink.runtime.iterative.io
Iterator over the buildside entries of a HashPartition
HashPartitionIterator(Iterator<HashPartition<BT, PT>>, TypeSerializer<BT>) - Constructor for class org.apache.flink.runtime.iterative.io.HashPartitionIterator
 
hasLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
hasNext() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
 
hasNext() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
 
hasNext() - Method in interface org.apache.flink.runtime.io.network.api.Reader
 
hasNext() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
Checks if at least one more record can be read from the associated input gate.
hasNext() - Method in class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
hasNext() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
hasNext() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
 
hasNext() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.topology.NetworkTopologyIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.EmptyIterator
Always returns false, since this iterator is empty.
hasNext() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
hasNext() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
hasObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Checks whether this object refers to an S3 object.
hasReachedEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
hasReachedEndOfSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
hasRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
hasRetriesLeft() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Deprecated.
hasStubWrapper() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
hasUnfinishedData() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
hasUnfinishedData() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
HEAD_BLOCK_LENGTH_OFFSET - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The offset to the header field indicating the number of bytes in the block
HEADER - Static variable in class org.apache.flink.runtime.ipc.Server
 
HEADER_FLAGS_OFFSET - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The offset to the flags in the header;
HEADER_LENGTH - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The length of the header put into the blocks.
HEADER_MAGIC_NUMBER - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The magic number that identifies blocks as blocks from a ChannelWriterOutputView.
HEADER_SIZE - Static variable in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
headerLength - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
headerLength - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
HeaderlessChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
HeaderlessChannelReaderInputView(BlockChannelReader, List<MemorySegment>, int, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
Creates a new channel reader that reads from the given channel, expecting a specified number of blocks in the channel, and returns only a specified number of bytes from the last block.
HeapSort - Class in org.apache.flink.runtime.operators.sort
 
HeapSort() - Constructor for class org.apache.flink.runtime.operators.sort.HeapSort
 
HistogramPartitionFunction - Class in org.apache.flink.runtime.operators.shipping
 
HistogramPartitionFunction(Record[], Order) - Constructor for class org.apache.flink.runtime.operators.shipping.HistogramPartitionFunction
 
hostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the host name of the instance.

I

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
Creates the record readers for the extra broadcast inputs as configured by TaskConfig.getNumBroadcastInputs().
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
Creates the record readers for the number of inputs as defined by RegularPactTask.getNumTaskInputs().
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
In-memory partition with overflow buckets for CompactingHashTable
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
Constructs an empty InstanceConnectionInfo object.
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.

J

JarFileCreator - Class in org.apache.flink.runtime.util
This is an auxiliary program which creates a jar file from a set of classes.
JarFileCreator(File) - Constructor for class org.apache.flink.runtime.util.JarFileCreator
Constructs a new jar file creator.
JobAccumulators - Class in org.apache.flink.runtime.jobmanager.accumulators
Simple class wrapping a map of accumulators for a single job.
JobAccumulators() - Constructor for class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
JobCancelResult - Class in org.apache.flink.runtime.client
A JobCancelResult is used to report the result of a job cancel request.
JobCancelResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.JobCancelResult
Constructs a new JobCancelResult object with the given return code.
JobCancelResult() - Constructor for class org.apache.flink.runtime.client.JobCancelResult
Constructs an empty JobCancelResult object.
JobClient - Class in org.apache.flink.runtime.client
The job client is able to submit, control, and abort jobs.
JobClient(JobGraph, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol.
JobClient(JobGraph, Configuration, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol.
JobClient(JobGraph, Configuration, InetSocketAddress, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol.
JobClient.JobCleanUp - Class in org.apache.flink.runtime.client
Inner class used to perform clean up tasks when the job client is terminated.
JobClient.JobCleanUp(JobClient) - Constructor for class org.apache.flink.runtime.client.JobClient.JobCleanUp
Constructs a new clean up object which is used to perform clean up tasks when the job client is terminated.
JobEdge - Class in org.apache.flink.runtime.jobgraph
Objects of this class represent edges in the user's job graph.
JobEdge(AbstractJobVertex, ChannelType, int, DistributionPattern) - Constructor for class org.apache.flink.runtime.jobgraph.JobEdge
Constructs a new job edge.
JobEvent - Class in org.apache.flink.runtime.event.job
A job event object is used by the job manager to inform a client about changes of the job's status.
JobEvent(long, JobStatus, String) - Constructor for class org.apache.flink.runtime.event.job.JobEvent
Constructs a new job event object.
JobEvent() - Constructor for class org.apache.flink.runtime.event.job.JobEvent
Constructs a new job event object.
JobExecutionException - Exception in org.apache.flink.runtime.client
This exception is thrown by the JobClient if a Nephele job has been aborted either as a result of a user request or an error which occurred during the execution.
JobExecutionException(String, boolean) - Constructor for exception org.apache.flink.runtime.client.JobExecutionException
Constructs a new job execution exception.
JobGraph - Class in org.apache.flink.runtime.jobgraph
A job graph represents an entire job in Nephele.
JobGraph() - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with a random job ID.
JobGraph(String) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraphDefinitionException - Exception in org.apache.flink.runtime.jobgraph
 
JobGraphDefinitionException(String) - Constructor for exception org.apache.flink.runtime.jobgraph.JobGraphDefinitionException
 
JobID - Class in org.apache.flink.runtime.jobgraph
 
JobID() - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobID(long, long) - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobID(byte[]) - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobInputVertex - Class in org.apache.flink.runtime.jobgraph
 
JobInputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobInputVertex
 
JobInputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobInputVertex
Creates a new job file input vertex with the specified name.
JobInputVertex(JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobInputVertex
Creates a new job file input vertex.
JobManagementProtocol - Interface in org.apache.flink.runtime.protocols
The JobManagementProtocol specifies methods required to manage Nephele jobs from a job client.
JobManager - Class in org.apache.flink.runtime.jobmanager
In Nephele the job manager is the central component for communication with clients, creating schedules for incoming jobs and supervise their execution.
JobManager(ExecutionMode) - Constructor for class org.apache.flink.runtime.jobmanager.JobManager
 
JOBMANAGER_CLASSNAME_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The class name of the the job manager's profiling component to load if progiling is enabled.
JOBMANAGER_DEFAULT_RPC_PORT - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The default network port the job manager's profiling component starts its RPC server on.
JOBMANAGER_RPC_PORT_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check the port of the job manager's profiling RPC server.
JobmanagerInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
 
JobmanagerInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.JobmanagerInfoServlet
 
JobManagerProfiler - Interface in org.apache.flink.runtime.profiling
This interface must be implemented by profiling components for the job manager.
JobManagerProfilerImpl - Class in org.apache.flink.runtime.profiling.impl
 
JobManagerProfilerImpl(InetAddress) - Constructor for class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
JobManagerProtocol - Interface in org.apache.flink.runtime.protocols
The job manager protocol is implemented by the job manager and offers functionality to task managers which allows them to register themselves, send heart beat messages or to report the results of a task execution.
JobManagerUtils - Class in org.apache.flink.runtime.jobmanager
This class provides static utility methods for the JobManager.
JobOutputVertex - Class in org.apache.flink.runtime.jobgraph
A JobOutputVertex is a specific sub-type of a AbstractJobOutputVertex and is designed for Nephele tasks which sink data in a not further specified way.
JobOutputVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobOutputVertex
Creates a new job file output vertex with the specified name.
JobOutputVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobOutputVertex
 
JobOutputVertex(JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobOutputVertex
Creates a new job file input vertex.
JobProfilingData - Class in org.apache.flink.runtime.profiling.impl
 
JobProfilingData(ExecutionGraph) - Constructor for class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
JobProgressResult - Class in org.apache.flink.runtime.client
A JobProgressResult is used to report the current progress of a job.
JobProgressResult(AbstractJobResult.ReturnCode, String, SerializableArrayList<AbstractEvent>) - Constructor for class org.apache.flink.runtime.client.JobProgressResult
Constructs a new job progress result object.
JobProgressResult() - Constructor for class org.apache.flink.runtime.client.JobProgressResult
Empty constructor used for object deserialization.
JobStatus - Enum in org.apache.flink.runtime.jobgraph
Defines the possible status of a job once it has been accepted by the job manager.
jobStatusHasChanged(ExecutionGraph, InternalJobStatus, String) - Method in interface org.apache.flink.runtime.executiongraph.JobStatusListener
Called when the status of the job with the given {@li
jobStatusHasChanged(ExecutionGraph, InternalJobStatus, String) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
jobStatusHasChanged(ExecutionGraph, InternalJobStatus, String) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
JobStatusListener - Interface in org.apache.flink.runtime.executiongraph
This interface allows objects to receive notifications when the status of an observed job has changed.
JobSubmissionException - Exception in org.apache.flink.runtime
A job submission exception is thrown if an error occurs while submitting a job from the client to the job manager.
JobSubmissionException(String) - Constructor for exception org.apache.flink.runtime.JobSubmissionException
Constructs a new job submission exception with the given error message.
JobSubmissionResult - Class in org.apache.flink.runtime.client
A JobSubmissionResult is used to report the results of a job submission.
JobSubmissionResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.JobSubmissionResult
Constructs a new JobSubmissionResult object with the given return code.
JobSubmissionResult() - Constructor for class org.apache.flink.runtime.client.JobSubmissionResult
Constructs an empty JobSubmissionResult object.
JobTaskVertex - Class in org.apache.flink.runtime.jobgraph
A JobTaskVertex is the vertex type for regular tasks (with both input and output) in Nephele.
JobTaskVertex(String, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobTaskVertex
Creates a new job task vertex with the specified name.
JobTaskVertex(String, JobVertexID, JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobTaskVertex
 
JobTaskVertex(JobGraph) - Constructor for class org.apache.flink.runtime.jobgraph.JobTaskVertex
Creates a new job task vertex.
JobVertexID - Class in org.apache.flink.runtime.jobgraph
A class for statistically unique job vertex IDs.
JobVertexID() - Constructor for class org.apache.flink.runtime.jobgraph.JobVertexID
 
join() - Method in class org.apache.flink.runtime.ipc.Server
Wait for the server to be stopped.
JoinTaskIterator<V1,V2,O> - Interface in org.apache.flink.runtime.operators.util
Interface of an iterator that performs the logic of a match task.
JoinWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
JoinWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
JoinWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
JoinWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 

K

keepBuildSidePartitions - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
If true, build side partitions are kept for multiple probe steps.
KeyGroupedIterator<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedIterator
Initializes the KeyGroupedIterator.
KeyGroupedIterator.ValuesIterator - Class in org.apache.flink.runtime.util
 
KeyGroupedMutableObjectIterator<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedMutableObjectIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Initializes the KeyGroupedIterator.
keySet() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
killExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
 
killInstance(StringRecord) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
killInstance(StringRecord) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Kills the instance with the given name (i.e.
killTask() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Kills and removes the task represented by this vertex from the instance it is currently running on.
killTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.instance.Instance
Kills the task identified by the given ID at the instance's TaskManager.
killTask(JobID, ManagementVertexID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
killTask(JobID, ManagementVertexID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Kills the task with the given vertex ID.
killTask(ExecutionVertexID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Advises the task manager to kill the task with the given ID.
killTask(ExecutionVertexID) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
killTaskManager() - Method in class org.apache.flink.runtime.instance.Instance
Kills the task manager running on this instance.
killTaskManager() - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Kills the task manager.
killTaskManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 

L

length() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
LibraryCacheManager - Class in org.apache.flink.runtime.execution.librarycache
For each job graph that is submitted to the system the library cache manager maintains a set of libraries (typically JAR files) which the job requires to run.
LibraryCacheProfileRequest - Class in org.apache.flink.runtime.execution.librarycache
A library cache profile request includes a set of library names and issues a task manager to report which of these libraries are currently available in its local cache.
LibraryCacheProfileRequest() - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
 
LibraryCacheProfileResponse - Class in org.apache.flink.runtime.execution.librarycache
A library cache profile response is the response to a library cache profile request.
LibraryCacheProfileResponse(LibraryCacheProfileRequest) - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
Construct a library cache profile response from a given library cache profile request and initially sets the cache status for all included library names to false.
LibraryCacheProfileResponse() - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
Constructs an empty library cache profile response.
LibraryCacheUpdate - Class in org.apache.flink.runtime.execution.librarycache
This class is used to encapsulate the transmission of a library file in a Nephele RPC call.
LibraryCacheUpdate(String) - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
Constructs a new library cache update object.
LibraryCacheUpdate() - Constructor for class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
Constructor used to reconstruct the object at the receiver of the RPC call.
limitSize(int) - Method in class org.apache.flink.runtime.io.network.Buffer
 
ListMemorySegmentSource - Class in org.apache.flink.runtime.memorymanager
Simple memory segment source that draws segments from a list.
ListMemorySegmentSource(List<MemorySegment>) - Constructor for class org.apache.flink.runtime.memorymanager.ListMemorySegmentSource
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
loadJobManagerProfiler(String, InetAddress) - Static method in class org.apache.flink.runtime.profiling.ProfilingUtils
Creates an instance of the job manager's profiling component.
loadLibraryFromFile(String, String) - Static method in class org.apache.flink.runtime.util.NativeCodeLoader
Loads a native library from a file.
loadTaskManagerProfiler(String, InetAddress, InstanceConnectionInfo) - Static method in class org.apache.flink.runtime.profiling.ProfilingUtils
Creates an instance of the task manager's profiling component.
LocalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
A buffer pool used to manage a designated number of buffers from a GlobalBufferPool.
LocalBufferPool(GlobalBufferPool, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
LocalBufferPoolOwner - Interface in org.apache.flink.runtime.io.network.bufferprovider
A local buffer pool owner is an object which initially retrieves its buffers from the GlobalBufferPool and manages its fraction of the overall buffer pool locally by means of a LocalBufferPool.
LocalConnectionManager - Class in org.apache.flink.runtime.io.network
Local dummy network connection manager used, when the task manager runs in local mode without starting up the remote network stack.
LocalConnectionManager() - Constructor for class org.apache.flink.runtime.io.network.LocalConnectionManager
 
LocalInstanceManager - Class in org.apache.flink.runtime.instance
 
LocalInstanceManager() - Constructor for class org.apache.flink.runtime.instance.LocalInstanceManager
 
LocalReceiverCancelledException - Exception in org.apache.flink.runtime.io.network
 
LocalReceiverCancelledException(ChannelID) - Constructor for exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
 
localStrategies - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The local strategies that are applied on the inputs.
LocalStrategy - Enum in org.apache.flink.runtime.operators.util
Enumeration of all available local processing strategies tasks.
LocatableInputSplitAssigner - Class in org.apache.flink.runtime.jobmanager.splitassigner
The locatable input split assigner is a specific implementation of the InputSplitAssigner interface for LocatableInputSplit objects.
LocatableInputSplitAssigner() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
LocatableInputSplitList - Class in org.apache.flink.runtime.jobmanager.splitassigner
The locatable input split list stores the locatable input splits for an input vertex that are still expected to be consumed.
LocatableInputSplitList() - Constructor for class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitList
 
LOG - Static variable in class org.apache.flink.runtime.ipc.Client
 
LOG - Static variable in class org.apache.flink.runtime.ipc.Server
 
LOG - Static variable in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
The LOG object to report events within the scheduler.
LOG - Static variable in class org.apache.flink.runtime.operators.MatchDriver
 
LOG - Static variable in class org.apache.flink.runtime.operators.RegularPactTask
 
LOG - Static variable in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
LOG - Static variable in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
log2floor(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Computes the logarithm of the given value to the base of 2, rounded down.
log2strict(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Computes the logarithm of the given value to the base of 2.
logAndThrowException(Exception, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Prints an error message and throws the given exception.
logBufferUtilization() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
logBufferUtilization() - Method in class org.apache.flink.runtime.instance.Instance
Triggers the remote task manager to print out the current utilization of its read and write buffers to its logs.
logBufferUtilization() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Logs the current status of the local buffer pool.
logBufferUtilization() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
logBufferUtilization() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
logBufferUtilization(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
logBufferUtilization(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Triggers all task managers involved in processing the job with the given job ID to write the utilization of their read and write buffers to their log files.
logBufferUtilization() - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Triggers the task manager write the current utilization of its read and write buffers to its logs.
logBufferUtilization() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
logEnvironmentInfo(Log, String) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
LogfileInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
 
LogfileInfoServlet(File) - Constructor for class org.apache.flink.runtime.jobmanager.web.LogfileInfoServlet
 
logQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
LongArrayList - Class in org.apache.flink.runtime.util
Minimal implementation of an array-backed list of longs
LongArrayList(int) - Constructor for class org.apache.flink.runtime.util.LongArrayList
 
lookupConnectionInfo(InstanceConnectionInfo, JobID, ChannelID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
lookupConnectionInfo(InstanceConnectionInfo, JobID, ChannelID) - Method in interface org.apache.flink.runtime.protocols.ChannelLookupProtocol
Retrieves all recipients of a data for the given sourceChannelID.

M

MAGIC_NUMBER - Static variable in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
main(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
Entry point for the program
main(String[]) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
Entry point for the program.
main(String[]) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
ManagementAttachment - Class in org.apache.flink.runtime.managementgraph
This class allows to attach an arbitrary Object to a part of a ManagementGraph.
ManagementAttachment() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementAttachment
 
ManagementEdge - Class in org.apache.flink.runtime.managementgraph
This class implements a directed edge of a ManagementGraph.
ManagementEdge(ManagementEdgeID, ManagementEdgeID, ManagementGate, int, ManagementGate, int, ChannelType) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementEdge
Constructs a new edge object.
ManagementEdgeID - Class in org.apache.flink.runtime.managementgraph
A management edge ID uniquely identifies a ManagementEdge.
ManagementEdgeID(ChannelID) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementEdgeID
A ManagementEdgeID is derived from the #ChannelID of the corresponding output channel in the execution graph.
ManagementEvent - Interface in org.apache.flink.runtime.event.job
This is a marker interface only.
ManagementGate - Class in org.apache.flink.runtime.managementgraph
This class implements an input or output gate of a ManagementVertex.
ManagementGate(ManagementVertex, ManagementGateID, int, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGate
Constructs a new management gate.
ManagementGateID - Class in org.apache.flink.runtime.managementgraph
A management gate ID uniquely identifies a ManagementGate.
ManagementGateID() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGateID
 
ManagementGraph - Class in org.apache.flink.runtime.managementgraph
A management graph is structurally equal to the graph Nephele uses internally for scheduling jobs.
ManagementGraph(JobID) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraph
Constructs a new management graph with the given job ID.
ManagementGraph() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraph
Constructs a new management graph with a random job ID.
ManagementGraphFactory - Class in org.apache.flink.runtime.executiongraph
 
ManagementGraphIterator - Class in org.apache.flink.runtime.managementgraph
This class provides an implementation of the Iterator interface which allows to traverse a management graph and visit every reachable vertex exactly once.
ManagementGraphIterator(ManagementGraph, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
Creates a new management graph iterator.
ManagementGraphIterator(ManagementGraph, int, boolean, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
Creates a new management graph iterator.
ManagementGraphIterator(ManagementGraph, ManagementVertex, boolean) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
Creates a new management graph iterator.
ManagementGroupEdge - Class in org.apache.flink.runtime.managementgraph
This class implements a directed edge of between two ManagementGroupVertex objects.
ManagementGroupEdge(ManagementGroupVertex, int, ManagementGroupVertex, int, ChannelType) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupEdge
Constructs a new management group edge.
ManagementGroupVertex - Class in org.apache.flink.runtime.managementgraph
This class implements a management group vertex of a ManagementGraph.
ManagementGroupVertex(ManagementStage, String) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Constructs a new management group vertex.
ManagementGroupVertex(ManagementStage, ManagementGroupVertexID, String) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Constructs a new management group vertex.
ManagementGroupVertexID - Class in org.apache.flink.runtime.managementgraph
A management group vertex ID uniquely identifies a ManagementGroupVertex.
ManagementGroupVertexID() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertexID
Constructs a new ManagementGroupVertexID
ManagementGroupVertexID(byte[]) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertexID
Constructs a new ManagementGroupVertexID from the given bytes.
ManagementGroupVertexIterator - Class in org.apache.flink.runtime.managementgraph
This class provides an implementation of the Iterator interface which allows to traverse a management graph and visit every reachable group vertex exactly once.
ManagementGroupVertexIterator(ManagementGraph, boolean, int) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
Creates a new management group vertex iterator.
ManagementStage - Class in org.apache.flink.runtime.managementgraph
This class implements a management stage of a ManagementGraph.
ManagementStage(ManagementGraph, int) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementStage
Constructs a new management stage.
ManagementVertex - Class in org.apache.flink.runtime.managementgraph
This class implements a management vertex of a ManagementGraph.
ManagementVertex(ManagementGroupVertex, ManagementVertexID, String, int) - Constructor for class org.apache.flink.runtime.managementgraph.ManagementVertex
Constructs a new management vertex.
ManagementVertexID - Class in org.apache.flink.runtime.managementgraph
A management vertex ID uniquely identifies a ManagementVertex.
ManagementVertexID() - Constructor for class org.apache.flink.runtime.managementgraph.ManagementVertexID
 
MapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
MapDriver() - Constructor for class org.apache.flink.runtime.operators.MapDriver
 
mark(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
markAsFailed() - Method in class org.apache.flink.runtime.taskmanager.Task
Marks the task as failed and triggers the appropriate state changes.
markSupported() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
MatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
Match task which is executed by a Nephele task manager.
MatchDriver() - Constructor for class org.apache.flink.runtime.operators.MatchDriver
 
MathUtils - Class in org.apache.flink.runtime.util
Collection of simple mathematical routines.
MAX_NUM_WRITE_BUFFERS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The maximal number of buffers to use by the writers.
maxNumFileHandles - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
memManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
memory - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
The array in which the data is stored.
MemoryAllocationException - Exception in org.apache.flink.runtime.memorymanager
An exception to be thrown when a memory allocation operation is not successful.
MemoryAllocationException() - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(String) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(Throwable) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryArchivist - Class in org.apache.flink.runtime.jobmanager.archive
Implementation of the ArchiveListener, that archives old data of the jobmanager in memory
MemoryArchivist(int) - Constructor for class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
MemoryBlockIterator - Interface in org.apache.flink.runtime.util
The memory block iterator is an iterator that always buffers a block of elements in memory.
MemoryManager - Interface in org.apache.flink.runtime.memorymanager
Interface for a memory manager that assigns portions of memory to different tasks.
memoryManager - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
memoryManager - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
memoryManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory manager through which memory is allocated and released.
MenuServlet - Class in org.apache.flink.runtime.jobmanager.web
A Servlet that displays the Configruation in the webinterface.
MenuServlet() - Constructor for class org.apache.flink.runtime.jobmanager.web.MenuServlet
 
mergeChannelList(List<UnilateralSortMerger.ChannelWithBlockCount>, List<MemorySegment>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Merges the given sorted runs to a smaller number of sorted runs.
mergeChannels(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
Merges the sorted runs described by the given Channel IDs into a single sorted run.
mergeChannels(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Merges the sorted runs described by the given Channel IDs into a single sorted run.
MergeIterator<E> - Class in org.apache.flink.runtime.operators.sort
An iterator that returns a sorted merge of the sequences of elements from a set of iterators, assuming those sequences are ordered themselves.
MergeIterator(List<MutableObjectIterator<E>>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.operators.sort.MergeIterator
 
MergeMatchIterator<T1,T2,O> - Class in org.apache.flink.runtime.operators.sort
An implementation of the JoinTaskIterator that realizes the matching through a sort-merge join strategy.
MergeMatchIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
MIN_NUM_SORT_MEM_SEGMENTS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The minimum number of segments that are required for the sort to operate.
MIN_NUM_WRITE_BUFFERS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The minimal number of buffers to use by the writers.
MIN_PAGE_SIZE - Static variable in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
The minimal memory page size.
MINIMUM_MULTIPART_SIZE - Static variable in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
MutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
An implementation of a Hybrid Hash Join.
MutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.MutableHashTable
 
MutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager, int) - Constructor for class org.apache.flink.runtime.operators.hash.MutableHashTable
 
MutableHashTable.HashBucketIterator<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
MutableHashTable.ProbeIterator<PT> - Class in org.apache.flink.runtime.operators.hash
 
MutableReader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
 
MutableRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
MutableRecordReader(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.MutableRecordReader
Constructs a new mutable record reader and registers a new input gate with the application's environment.
MutableToRegularIteratorWrapper<T> - Class in org.apache.flink.runtime.util
This class wraps a MutableObjectIterator into a regular Iterator.
MutableToRegularIteratorWrapper(MutableObjectIterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
MutableUnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
MutableUnionRecordReader(MutableRecordReader<T>[]) - Constructor for class org.apache.flink.runtime.io.network.api.MutableUnionRecordReader
Constructs a new mutable union record reader.

N

NativeCodeLoader - Class in org.apache.flink.runtime.util
Utility class to deal with native libraries.
NettyConnectionManager - Class in org.apache.flink.runtime.io.network.netty
 
NettyConnectionManager(InetAddress, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
NetUtils - Class in org.apache.flink.runtime.net
 
NetUtils() - Constructor for class org.apache.flink.runtime.net.NetUtils
 
NetworkConnectionManager - Interface in org.apache.flink.runtime.io.network
The network connection manager is responsible to dispatch envelopes to remote receivers.
NetworkNode - Class in org.apache.flink.runtime.topology
 
NetworkNode(String, NetworkNode, NetworkTopology) - Constructor for class org.apache.flink.runtime.topology.NetworkNode
 
NetworkTopology - Class in org.apache.flink.runtime.topology
 
NetworkTopology() - Constructor for class org.apache.flink.runtime.topology.NetworkTopology
 
NetworkTopologyIterator - Class in org.apache.flink.runtime.topology
 
newInstance(Class<T>) - Static method in class org.apache.flink.runtime.ipc.Server
 
newThread(Runnable) - Method in class org.apache.flink.runtime.taskmanager.ExecutorThreadFactory
 
newThread(Runnable) - Method in class org.apache.flink.runtime.taskmanager.runtime.ExecutorThreadFactory
 
next() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
 
next() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
 
next(E) - Method in class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
next(E) - Method in class org.apache.flink.runtime.io.disk.InputViewIterator
 
next() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.Enumerator
 
next(T) - Method in interface org.apache.flink.runtime.io.network.api.MutableReader
 
next(T) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
next(T) - Method in class org.apache.flink.runtime.io.network.api.MutableUnionRecordReader
 
next() - Method in interface org.apache.flink.runtime.io.network.api.Reader
 
next() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
Reads the current record from the associated input gate.
next() - Method in class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
next(BT) - Method in class org.apache.flink.runtime.iterative.io.HashPartitionIterator
 
next() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
next() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
 
next() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.EntryIterator
 
next(BT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
next() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
 
next() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
next() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
next(E) - Method in class org.apache.flink.runtime.operators.sort.MergeIterator
Gets the next smallest element, with respect to the definition of order implied by the TypeSerializer provided to this iterator.
next() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
next() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Moves the internal pointer to the next key (if present).
next(T) - Method in class org.apache.flink.runtime.operators.util.ReaderIterator
 
next(Record) - Method in class org.apache.flink.runtime.operators.util.RecordReaderIterator
 
next() - Method in class org.apache.flink.runtime.topology.NetworkTopologyIterator
 
next() - Method in class org.apache.flink.runtime.util.EmptyIterator
Always throws a NoSuchElementException.
next(E) - Method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
Always returns null.
next() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
Prior to call this method, call hasNext() once!
next() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
next(T) - Method in class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
next() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
next() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
nextBlock() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
nextBlock() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
nextBlock() - Method in interface org.apache.flink.runtime.util.MemoryBlockIterator
Move the iterator to the next memory block.
nextExecutionStageEntered(JobID, ExecutionStage) - Method in interface org.apache.flink.runtime.executiongraph.ExecutionStageListener
This method is called to indicate that the job with the given JobID has finished its previous ExecutionStage and has entered the next ExecutionStage.
nextExecutionStageEntered(JobID, ExecutionStage) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
Moves the iterator to the next key.
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Moves the iterator to the next key.
nextOverflowBucket - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
nextOverflowBucket - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
nextRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Gets the next segment from the asynchronous block reader.
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
The method by which concrete subclasses realize page crossing.
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
This method must return a segment.
nextSegment() - Method in class org.apache.flink.runtime.memorymanager.ListMemorySegmentSource
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.operators.hash.HashPartition.BuildSideBuffer
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
nextSegment() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
NO_STRINGS - Static variable in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
NO_VALUES - Static variable in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
NoOpDriver<T> - Class in org.apache.flink.runtime.operators
A driver that does nothing but forward data from its input to its output.
NoOpDriver() - Constructor for class org.apache.flink.runtime.operators.NoOpDriver
 
NormalizedKeySorter<T> - Class in org.apache.flink.runtime.operators.sort
 
NormalizedKeySorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
NormalizedKeySorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
normalizeHostName(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Given a string representation of a host, return its ip address in textual presentation.
normalizeHostNames(Collection<String>) - Static method in class org.apache.flink.runtime.net.NetUtils
Given a collection of string representation of hosts, return a list of corresponding IP addresses in the textual representation.
notifyDataUnitConsumed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
Notify the channel that a data unit has been consumed.
notifyDataUnitConsumed(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Notify the gate that is has consumed a data unit from the channel with the given index
notifyGateThatInputIsAvailable() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
notifyOfEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration tail to signal that all input of a superstep has been processed (unblocks iteration head).
notifyRecordIsAvailable(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Notify the gate that the channel with the given index has at least one record available.
notifySolutionSetUpdate() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
Releases the waiting thread.
numAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the number of currently available buffers.
numAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the number of buffers available in the local buffer pool.
numBuckets - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of buckets in the current table.
numBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the total number of managed buffers.
numDesignatedBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the designated number of buffers for this local buffer pool.
numOverflowSegments - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
numOverflowSegments - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
numRequestedBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the number of buffers, which have been requested from the global buffer pool.
numRequestsRemaining - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
numWriteBuffersToCluster - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 

O

offer(T) - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Adds element to the PriorityQueue in log(size) time if either the PriorityQueue is not full, or not lessThan(element, top()).
offset - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The offset in the memory array where this segment starts.
open(Path, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
open(Path, int) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
open(DataInput) - Method in interface org.apache.flink.runtime.io.disk.iomanager.Deserializer
Prepare the deserializer for reading.
open() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
open() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Build the hash table
open(MutableObjectIterator<BT>, MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Opens the hash join.
open(MutableObjectIterator<BT>, MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
open() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
open() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
open() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
open() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
General-purpose open method.
open() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
General-purpose open method.
openChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Opens all chained tasks, in the order as they are stored in the array.
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
openUserCode(Function, Configuration) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Opens the given stub using its RichFunction.open(Configuration) method.
org.apache.flink.runtime - package org.apache.flink.runtime
 
org.apache.flink.runtime.accumulators - package org.apache.flink.runtime.accumulators
 
org.apache.flink.runtime.client - package org.apache.flink.runtime.client
 
org.apache.flink.runtime.deployment - package org.apache.flink.runtime.deployment
 
org.apache.flink.runtime.event.job - package org.apache.flink.runtime.event.job
 
org.apache.flink.runtime.event.task - package org.apache.flink.runtime.event.task
 
org.apache.flink.runtime.execution - package org.apache.flink.runtime.execution
 
org.apache.flink.runtime.execution.librarycache - package org.apache.flink.runtime.execution.librarycache
 
org.apache.flink.runtime.executiongraph - package org.apache.flink.runtime.executiongraph
 
org.apache.flink.runtime.filecache - package org.apache.flink.runtime.filecache
 
org.apache.flink.runtime.fs.hdfs - package org.apache.flink.runtime.fs.hdfs
 
org.apache.flink.runtime.fs.s3 - package org.apache.flink.runtime.fs.s3
 
org.apache.flink.runtime.instance - package org.apache.flink.runtime.instance
 
org.apache.flink.runtime.io.disk - package org.apache.flink.runtime.io.disk
 
org.apache.flink.runtime.io.disk.iomanager - package org.apache.flink.runtime.io.disk.iomanager
 
org.apache.flink.runtime.io.network - package org.apache.flink.runtime.io.network
 
org.apache.flink.runtime.io.network.api - package org.apache.flink.runtime.io.network.api
 
org.apache.flink.runtime.io.network.bufferprovider - package org.apache.flink.runtime.io.network.bufferprovider
 
org.apache.flink.runtime.io.network.channels - package org.apache.flink.runtime.io.network.channels
 
org.apache.flink.runtime.io.network.gates - package org.apache.flink.runtime.io.network.gates
 
org.apache.flink.runtime.io.network.netty - package org.apache.flink.runtime.io.network.netty
 
org.apache.flink.runtime.io.network.serialization - package org.apache.flink.runtime.io.network.serialization
 
org.apache.flink.runtime.ipc - package org.apache.flink.runtime.ipc
 
org.apache.flink.runtime.iterative.concurrent - package org.apache.flink.runtime.iterative.concurrent
 
org.apache.flink.runtime.iterative.convergence - package org.apache.flink.runtime.iterative.convergence
 
org.apache.flink.runtime.iterative.event - package org.apache.flink.runtime.iterative.event
 
org.apache.flink.runtime.iterative.io - package org.apache.flink.runtime.iterative.io
 
org.apache.flink.runtime.iterative.task - package org.apache.flink.runtime.iterative.task
 
org.apache.flink.runtime.jobgraph - package org.apache.flink.runtime.jobgraph
 
org.apache.flink.runtime.jobgraph.tasks - package org.apache.flink.runtime.jobgraph.tasks
 
org.apache.flink.runtime.jobmanager - package org.apache.flink.runtime.jobmanager
 
org.apache.flink.runtime.jobmanager.accumulators - package org.apache.flink.runtime.jobmanager.accumulators
 
org.apache.flink.runtime.jobmanager.archive - package org.apache.flink.runtime.jobmanager.archive
 
org.apache.flink.runtime.jobmanager.scheduler - package org.apache.flink.runtime.jobmanager.scheduler
 
org.apache.flink.runtime.jobmanager.splitassigner - package org.apache.flink.runtime.jobmanager.splitassigner
 
org.apache.flink.runtime.jobmanager.splitassigner.file - package org.apache.flink.runtime.jobmanager.splitassigner.file
 
org.apache.flink.runtime.jobmanager.web - package org.apache.flink.runtime.jobmanager.web
 
org.apache.flink.runtime.managementgraph - package org.apache.flink.runtime.managementgraph
 
org.apache.flink.runtime.memorymanager - package org.apache.flink.runtime.memorymanager
 
org.apache.flink.runtime.net - package org.apache.flink.runtime.net
 
org.apache.flink.runtime.operators - package org.apache.flink.runtime.operators
 
org.apache.flink.runtime.operators.chaining - package org.apache.flink.runtime.operators.chaining
 
org.apache.flink.runtime.operators.hash - package org.apache.flink.runtime.operators.hash
 
org.apache.flink.runtime.operators.resettable - package org.apache.flink.runtime.operators.resettable
 
org.apache.flink.runtime.operators.shipping - package org.apache.flink.runtime.operators.shipping
 
org.apache.flink.runtime.operators.sort - package org.apache.flink.runtime.operators.sort
 
org.apache.flink.runtime.operators.udf - package org.apache.flink.runtime.operators.udf
 
org.apache.flink.runtime.operators.util - package org.apache.flink.runtime.operators.util
 
org.apache.flink.runtime.plugable - package org.apache.flink.runtime.plugable
 
org.apache.flink.runtime.profiling - package org.apache.flink.runtime.profiling
 
org.apache.flink.runtime.profiling.impl - package org.apache.flink.runtime.profiling.impl
 
org.apache.flink.runtime.profiling.impl.types - package org.apache.flink.runtime.profiling.impl.types
 
org.apache.flink.runtime.profiling.types - package org.apache.flink.runtime.profiling.types
 
org.apache.flink.runtime.protocols - package org.apache.flink.runtime.protocols
 
org.apache.flink.runtime.taskmanager - package org.apache.flink.runtime.taskmanager
 
org.apache.flink.runtime.taskmanager.runtime - package org.apache.flink.runtime.taskmanager.runtime
 
org.apache.flink.runtime.taskmanager.transferenvelope - package org.apache.flink.runtime.taskmanager.transferenvelope
 
org.apache.flink.runtime.topology - package org.apache.flink.runtime.topology
 
org.apache.flink.runtime.types - package org.apache.flink.runtime.types
 
org.apache.flink.runtime.util - package org.apache.flink.runtime.util
 
OutboundConnectionQueue - Class in org.apache.flink.runtime.io.network.netty
 
OutboundConnectionQueue(Channel, RemoteReceiver, NetworkConnectionManager, int) - Constructor for class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
OutboundEnvelopeEncoder - Class in org.apache.flink.runtime.io.network.netty
 
OutboundEnvelopeEncoder() - Constructor for class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
output - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The collector that forwards the user code's results.
OutputChannel - Class in org.apache.flink.runtime.io.network.channels
 
OutputChannel(OutputGate, int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.OutputChannel
Creates a new output channel object.
outputCollector - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
OutputCollector<T> - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects records, and emits the pair to a set of Nephele RecordWriters.
OutputCollector(List<RecordWriter<SerializationDelegate<T>>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputCollector
Initializes the output collector with a set of writers.
OutputEmitter<T> - Class in org.apache.flink.runtime.operators.shipping
 
OutputEmitter() - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that distributes data round robin.
OutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
OutputEmitter(ShipStrategyType, TypeComparator<T>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
OutputEmitter(ShipStrategyType, TypeComparator<T>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
outputGate - Variable in class org.apache.flink.runtime.io.network.api.BufferWriter
 
OutputGate - Class in org.apache.flink.runtime.io.network.gates
 
OutputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.OutputGate
Constructs a new output gate.
OutputGateProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Output gate profiling events are a special subclass of vertex profiling events.
OutputGateProfilingEvent(int, int, ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
Constructs a new output gate profiling event.
OutputGateProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
Default constructor for the serialization/deserialization process.
outputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
overflowSegments - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
overflowSegments - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
overwriteRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Deprecated.

P

PactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
The interface to be implemented by all pact drivers that run alone (or as the primary driver) in a nephele task.
PactTaskContext<S,OT> - Interface in org.apache.flink.runtime.operators
A runtime task is the task that is executed by the nephele engine inside a task vertex.
pairComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
PartialOrderPriorityQueue<T> - Class in org.apache.flink.runtime.operators.sort
This class implements a priority-queue, which maintains a partial ordering of its elements such that the+ least element can always be found in constant time.
PartialOrderPriorityQueue(Comparator<T>, int) - Constructor for class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
 
partitionBuffers - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
PartitionFunction - Interface in org.apache.flink.runtime.operators.shipping
 
partitionsBeingBuilt - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The partitions that are built by processing the current partition.
peek() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the least element of the PriorityQueue in constant time, but does not remove it from the priority queue.
poll() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
prepare() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
prepare() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is called before the user code is opened.
prepare() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
prepareNextPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
prepareNextPartition() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
prepareProbePhase(IOManager, Channel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeIterator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
Iterator over the elements from the probe side.
probeSideBuffer - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideChannel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideRecordCounter - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to serialize the probe side data types.
probeTypeComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
processIncomingAccumulators(JobID, Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
Merges the new accumulators with the existing accumulators collected for the job.
processNew(Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
processProbeIter() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
processProfilingEvents(ProfilingEvent) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
 
processProfilingEvents(ProfilingEvent) - Method in interface org.apache.flink.runtime.profiling.ProfilingListener
 
PROFILE_JOB_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check whether job profiling should be enabled for a specific job.
ProfilerImplProtocol - Interface in org.apache.flink.runtime.profiling.impl
 
ProfilingDataContainer - Class in org.apache.flink.runtime.profiling.impl.types
 
ProfilingDataContainer() - Constructor for class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
ProfilingEvent - Class in org.apache.flink.runtime.profiling.types
A profiling event is a special type of event.
ProfilingEvent(JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.ProfilingEvent
Constructs a new profiling event.
ProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.ProfilingEvent
Default constructor for serialization/deserialization.
ProfilingException - Exception in org.apache.flink.runtime.profiling
A profiling exception is thrown if an error occur during profiling execution.
ProfilingException(String) - Constructor for exception org.apache.flink.runtime.profiling.ProfilingException
Constructs a new profiling exception with the given error message.
ProfilingListener - Interface in org.apache.flink.runtime.profiling
 
ProfilingUtils - Class in org.apache.flink.runtime.profiling
This class contains utility functions to load and configure Nephele's profiling component.
ProfilingUtils() - Constructor for class org.apache.flink.runtime.profiling.ProfilingUtils
 
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
Publishes an event.
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
publishEvent(AbstractTaskEvent) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Publishes an event.
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.Gate
Publishes an event.
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
pushDownPages() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(T) - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Adds a buffer to a PriorityQueue in log(size) time.
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDoubleBigEndian(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDoubleLittleEndian(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloatBigEndian(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloatLittleEndian(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 

Q

queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
queues - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
The queue of empty buffer that can be used for reading;
QuickSort - Class in org.apache.flink.runtime.operators.sort
 
QuickSort() - Constructor for class org.apache.flink.runtime.operators.sort.QuickSort
 

R

RandomAccessInputView - Class in org.apache.flink.runtime.io.disk
 
RandomAccessInputView(ArrayList<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
RandomAccessInputView(ArrayList<MemorySegment>, int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
RandomAccessOutputView - Class in org.apache.flink.runtime.io.disk
 
RandomAccessOutputView(MemorySegment[], int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
RandomAccessOutputView(MemorySegment[], int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
read(DataInputView) - Method in class org.apache.flink.runtime.AbstractID
 
read(DataInputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.JobSubmissionResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
 
read(DataInputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
 
read(DataInputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
 
read() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
read() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
 
read(DataInputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
 
read(DataInputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
 
read(DataInputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
read(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.topology.NetworkNode
 
read(DataInputView) - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
readAndSetBroadcastInput(int, String, RuntimeUDFContext) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
readBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Issues a read request, which will asynchronously fill the given segment with the next block in the underlying file channel.
readBoolean() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readBoolean() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readChar() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readChar() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readDouble() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readDouble() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readEnum(DataInput, Class<T>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Reads a value from the given enumeration from the specified input stream.
reader - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
Reader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
A reader interface to read records from an input.
ReaderBase - Interface in org.apache.flink.runtime.io.network.api
 
ReaderIterator<T> - Class in org.apache.flink.runtime.operators.util
A MutableObjectIterator that wraps a Nephele Reader producing records of a certain type.
ReaderIterator(MutableReader<DeserializationDelegate<T>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.util.ReaderIterator
Creates a new iterator, wrapping the given reader.
readFloat() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFloat() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFully(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFully(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(InputStream, byte[], int, int) - Static method in class org.apache.flink.runtime.util.IOUtils
Reads len bytes in a loop.
readInt() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readInt() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLibraryFromStream(DataInput) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Reads library data from the given stream.
readLine() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLine() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLong() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLong() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Reads a record from one of the associated input channels.
readRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
readShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUnsignedByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUnsignedShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUTF() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUTF() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
ReceiverAlreadyClosedException - Exception in org.apache.flink.runtime.io.network.channels
 
ReceiverAlreadyClosedException() - Constructor for exception org.apache.flink.runtime.io.network.channels.ReceiverAlreadyClosedException
 
receiverNotFound() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverNotReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
RecentJobEvent - Class in org.apache.flink.runtime.event.job
A RecentJobEvent provides a summary of a job which is either currently running or has been running recently.
RecentJobEvent(JobID, String, JobStatus, boolean, long, long) - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructs a new event.
RecentJobEvent() - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructor for serialization/deserialization.
RecordAvailabilityListener<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.gates
This interface can be implemented by a class which shall be notified by an input gate when one of the its connected input channels has at least one record available for reading.
RecordDeserializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning sequences of memory segments into records.
RecordDeserializer.DeserializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
RecordOutputCollector - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects Records, and emits the pair to a set of Nephele RecordWriters.
RecordOutputCollector(List<RecordWriter<Record>>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Initializes the output collector with a set of writers.
RecordOutputEmitter - Class in org.apache.flink.runtime.operators.shipping
 
RecordOutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects an input gate to an application.
RecordReader(AbstractInvokable, Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordReader
Constructs a new record reader and registers a new input gate with the application's environment.
RecordReaderIterator - Class in org.apache.flink.runtime.operators.util
A MutableObjectIterator that wraps a Nephele Reader producing Records.
RecordReaderIterator(MutableReader<Record>) - Constructor for class org.apache.flink.runtime.operators.util.RecordReaderIterator
Creates a new iterator, wrapping the given reader.
RecordSerializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning records into sequences of memory segments.
RecordSerializer.SerializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
RecordWriter<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects the application to an output gate.
RecordWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
RecordWriter(AbstractInvokable, ChannelSelector<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
recursionLevel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
recycle(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.BufferRecycler
Called by Buffer to return a MemorySegment to its original buffer pool.
recycle(MemorySegment) - Method in class org.apache.flink.runtime.util.BufferPoolConnector
 
recycleBuffer() - Method in class org.apache.flink.runtime.io.network.Buffer
 
ReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
Combine operator for Reduce functions, standalone (not chained).
ReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceCombineDriver
 
ReduceDriver<T> - Class in org.apache.flink.runtime.operators
Reduce task which is executed by a Nephele task manager.
ReduceDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceDriver
 
register(JobID, Path[]) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job ID with a set of library paths that are required to run the job.
register(JobID, String[]) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job ID with a set of library paths that are required to run the job.
register(Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Registers the given task with the channel manager.
registerArchivist(ArchiveListener) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Register Archivist to archive
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Registers the given BufferAvailabilityListener with an empty buffer pool.
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerChannelToBeRemovedAtShudown(Channel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel to the list of channels that are to be removed at shutdown.
registerEnvelopeDispatcher(EnvelopeDispatcher) - Method in class org.apache.flink.runtime.io.network.channels.Channel
Registers an EnvelopeDispatcher with this channel at runtime.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Registers the ExecutionListener object for this vertex.
registerExecutionListener(Task, Configuration) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerExecutionListener(Task, Configuration) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Registers an ExecutionListener object for profiling.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
Registers the ExecutionListener object for this task.
registerExecutionStageListener(ExecutionStageListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Registers a new ExecutionStageListener object with this execution graph.
registerForProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerForProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ProfilingListener object to receive profiling data for the job with the given job ID.
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerGlobalBufferPool(GlobalBufferPool) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
 
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
registerGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
registerGroupVertex(ExecutionGroupVertex) - Method in interface org.apache.flink.runtime.jobmanager.splitassigner.InputSplitAssigner
Registers an input vertex with the input split assigner.
registerGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
registerInputOutput() - Method in class org.apache.flink.runtime.iterative.io.FakeOutputTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task to instantiate the required record reader and record writer.
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Initialization method.
registerJob(ExecutionGraph, boolean, long) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Registers a job in form of its execution graph representation with the job progress collector.
registerJob(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
Registers a new job represented by its ExecutionGraph with the input split manager.
registerJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Registers a new JobStatusListener object with this execution graph.
registerMainThreadForCPUProfiling(Environment, Thread, ExecutionVertexID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerOpenChannelToBeRemovedAtShudown(BlockChannelAccess<?, ?>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel reader/writer to the list of channels that are to be removed at shutdown.
registerProfiler(TaskManagerProfiler, Configuration) - Method in class org.apache.flink.runtime.taskmanager.Task
Registers the task manager profiler with the task.
registerProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ExecutionGraph for profiling.
registerRecordAvailabilityListener(RecordAvailabilityListener<T>) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Registers a RecordAvailabilityListener with this input gate.
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, IntegerRecord) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, IntegerRecord) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Registers a task manager at the JobManager.
RegisterTaskManagerResult - Class in org.apache.flink.runtime.taskmanager.transferenvelope
 
RegisterTaskManagerResult() - Constructor for class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
RegisterTaskManagerResult(RegisterTaskManagerResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
RegisterTaskManagerResult.ReturnCode - Enum in org.apache.flink.runtime.taskmanager.transferenvelope
 
registerUserThreadForCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerVertexAssignmentListener(VertexAssignmentListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Registers the VertexAssignmentListener object for this vertex.
RegularPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.operators
The abstract base class for all tasks.
RegularPactTask() - Constructor for class org.apache.flink.runtime.operators.RegularPactTask
 
RegularToMutableObjectIterator<T> - Class in org.apache.flink.runtime.util
 
RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
release(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(Collection<T>) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(MemorySegment) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified segment.
release(Collection<T>) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified collection of segments.
releaseAll(AbstractInvokable) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
releaseAll(AbstractInvokable) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Releases all memory segments for the given task.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Releases the allocated resources (particularly buffer) of all channels attached to this gate.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
releaseAllocatedResource(AllocatedResource) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
releaseAllocatedResource(AllocatedResource) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
releaseSlot(AllocationID) - Method in class org.apache.flink.runtime.instance.Instance
 
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Releases the table (the array of buckets) and returns the occupied memory segments to the list of free segments.
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
remainingCapacity() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the remaining capacity of the backing array.
RemoteException - Exception in org.apache.flink.runtime.ipc
 
RemoteException(String, String) - Constructor for exception org.apache.flink.runtime.ipc.RemoteException
 
RemoteReceiver - Class in org.apache.flink.runtime.io.network
Objects of this class uniquely identify a connection to a remote TaskManager.
RemoteReceiver(InetSocketAddress, int) - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Constructs a new remote receiver object.
RemoteReceiver() - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Default constructor for serialization/deserialization.
remove() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraphIterator
 
remove() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGroupVertexIterator
 
remove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
remove() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
remove() - Method in class org.apache.flink.runtime.managementgraph.ManagementGraphIterator
 
remove() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertexIterator
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
remove() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
remove() - Method in class org.apache.flink.runtime.topology.NetworkTopologyIterator
 
remove() - Method in class org.apache.flink.runtime.util.EmptyIterator
remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
remove() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
remove() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
remove() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
removeAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
removeInt(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
removeLong(int) - Method in class org.apache.flink.runtime.util.LongArrayList
 
removeStageMember(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.executiongraph.ExecutionStage
Removes the specified group vertex from the execution stage.
removeUserThread(Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
removeVertexFromResource(ExecutionVertex) - Method in class org.apache.flink.runtime.instance.AllocatedResource
Removes the given execution vertex from this allocated resource.
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
reopen(Iterator<T>) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
ReOpenableHashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
repairInstanceAssignment() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
repairInstanceSharing() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
repairStages() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
replayCheckpointsFromPreviousStage(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
reportAccumulatorResult(AccumulatorEvent) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
reportAccumulatorResult(AccumulatorEvent) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Report accumulators that were collected in a task.
reportAndClearAccumulators(Environment, Map<String, Accumulator<?, ?>>, ArrayList<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
This method is called at the end of a task, receiving the accumulators of the task and the chained tasks.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Reports an asynchronous event and interrupts each blocking method of this buffer provider in order to allow the blocked thread to respond to the event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Reports an asynchronous event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
reportHeartBeat(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
reportHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
Updates the time of last received heart beat to the current system time.
reportHeartBeat(InstanceConnectionInfo) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
reportIOException(IOException) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportProfilingData(ProfilingDataContainer) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
reportProfilingData(ProfilingDataContainer) - Method in interface org.apache.flink.runtime.profiling.impl.ProfilerImplProtocol
 
reportRecordAvailability(InputGate<T>) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
reportRecordAvailability(InputGate<T>) - Method in interface org.apache.flink.runtime.io.network.gates.RecordAvailabilityListener
This method is called by an input gate when one of its connected input channels has at least one record available for reading.
requestBuffer(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBuffer(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBuffer() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Requests a buffer from the pool.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBufferBlocking(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestClose() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
requestClose() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
requestInstance(JobID, Configuration, int) - Method in class org.apache.flink.runtime.instance.DefaultInstanceManager
 
requestInstance(JobID, Configuration, int) - Method in interface org.apache.flink.runtime.instance.InstanceManager
 
requestInstances(ExecutionStage) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
Collects the instances required to run the job from the given ExecutionStage and requests them at the loaded instance manager.
requestNextInputSplit(JobID, ExecutionVertexID, IntegerRecord) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
requestNextInputSplit(JobID, ExecutionVertexID, IntegerRecord) - Method in interface org.apache.flink.runtime.protocols.InputSplitProviderProtocol
Requests the next split to be consumed by the task with the given execution vertex ID.
requestQueue - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
RequestQueue<E> - Class in org.apache.flink.runtime.io.disk.iomanager
A LinkedBlockingQueue that is extended with closing methods.
RequestQueue() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
 
requestsNotReturned - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
An atomic integer that counts the number of buffers we still wait for to return.
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
requestTermination() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.MapDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
requiresComparatorOnInput() - Method in interface org.apache.flink.runtime.operators.PactDriver
Flag indicating whether the inputs require always comparators or not.
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
requiresComparatorOnInput() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
reset() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
reset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
reset() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
reset() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
reset() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.util.ResettableIterator
Resets the iterator.
reset() - Method in interface org.apache.flink.runtime.util.ResettableMutableObjectIterator
Resets the iterator.
resetAllInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
resetEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
resetOverflowBuckets() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets overflow bucket counters and returns freed memory and should only be used for resizing
resetRecordCounter() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets record counter to zero and should only be used on compaction partition
resetRWViews() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets read and write views and should only be used on compaction partition
resettableInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The resettable inputs in the case where no temp barrier is needed.
ResettableIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettableMutableObjectIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettablePactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
This interface marks a PactDriver as resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.
resourcesAllocated(JobID, List<AllocatedResource>) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called if one or more requested resources have become available.
resourcesAllocated(JobID, List<AllocatedResource>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultScheduler
 
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
 
returnBuffer(T) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
This method is invoked by the asynchronous I/O thread to return a buffer after the I/O request completed.
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns a buffer to the pool.
returnBuffers - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
The collection gathering the processed buffers that are ready to be (re)used.
roundDownToPageSizeMultiple(long) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
roundDownToPageSizeMultiple(long) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Rounds the given value down to a multiple of the memory manager's page size.
roundDownToPowerOf2(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Decrements the given number down to the closest power of two.
RoundRobinChannelSelector<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
This is the default implementation of the ChannelSelector interface.
RoundRobinChannelSelector() - Constructor for class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
Constructs a new default channel selector.
RPC - Class in org.apache.flink.runtime.ipc
A simple RPC mechanism.
RPC.Server - Class in org.apache.flink.runtime.ipc
An RPC Server.
RPC.Server(Object, String, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
RPC.Server(Object, String, int, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
run() - Method in class org.apache.flink.runtime.client.JobClient.JobCleanUp
 
run() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
run() - Method in class org.apache.flink.runtime.instance.InstanceNotifier
 
run() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
run() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
This method will periodically be called to clean up expired collected events.
run() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
run() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.MapDriver
 
run() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
run() - Method in interface org.apache.flink.runtime.operators.PactDriver
The main operation method of the task.
run() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
run() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Implements exception handling and delegates to go().
run() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
running - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The flag that tags the task as still running.
RuntimeAggregatorRegistry - Class in org.apache.flink.runtime.iterative.task
 
RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - Constructor for class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
RuntimeEnvironment - Class in org.apache.flink.runtime.execution
The user code of every Nephele task runs inside a RuntimeEnvironment object.
RuntimeEnvironment(TaskDeploymentDescriptor, MemoryManager, IOManager, InputSplitProvider, AccumulatorProtocol, Map<String, FutureTask<Path>>) - Constructor for class org.apache.flink.runtime.execution.RuntimeEnvironment
Constructs a runtime environment from a task deployment description.
runtimeUdfContext - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The udf's runtime context.
RuntimeUDFContext - Class in org.apache.flink.runtime.operators.udf
 
RuntimeUDFContext(String, int, int) - Constructor for class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 
RuntimeUDFContext(String, int, int, Map<String, FutureTask<Path>>) - Constructor for class org.apache.flink.runtime.operators.udf.RuntimeUDFContext
 

S

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
Adds a job represented by an ExecutionGraph object to the scheduler.
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
This class extends a standard ArrayList by implementing the IOReadableWritable interface.
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
This class extends a standard HashMap by implementing the IOReadableWritable interface.
SerializableHashMap() - Constructor for class org.apache.flink.runtime.util.SerializableHashMap
 
SerializableHashSet<T extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard HashSet by implementing the IOReadableWritable interface.
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
Assigns the execution vertex with an AllocatedResource.
setAttachment(Object) - Method in class org.apache.flink.runtime.managementgraph.ManagementAttachment
Sets an attachment for this part of the ManagementGraph.
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
Sets the last output Collector of the collector chain of this 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
Broker to hand over SolutionSetUpdateBarrier from IterationHeadPactTask to IterationTailPactTask.
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
Submits a list of tasks to the instance's TaskManager.
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
 

T

takeNext(BlockingQueue<UnilateralSortMerger.CircularElement<E>>, Queue<UnilateralSortMerger.CircularElement<E>>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
Task - Class in org.apache.flink.runtime.taskmanager
 
Task(ExecutionVertexID, RuntimeEnvironment, TaskManager) - Constructor for class org.apache.flink.runtime.taskmanager.Task
 
TaskCancelResult - Class in org.apache.flink.runtime.taskmanager
A TaskCancelResult is used to report the results of a task cancel attempt.
TaskCancelResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskCancelResult
Constructs a new task cancel result.
TaskCancelResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskCancelResult
Constructs an empty task cancel result.
TaskConfig - Class in org.apache.flink.runtime.operators.util
Configuration class which stores all relevant parameters required to set up the Pact tasks.
TaskConfig(Configuration) - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig
Creates a new Task Config that wraps the given configuration.
TaskConfig.DelegatingConfiguration - Class in org.apache.flink.runtime.operators.util
A configuration that manages a subset of keys with a common prefix from a given configuration.
TaskConfig.DelegatingConfiguration() - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
Default constructor for serialization.
TaskConfig.DelegatingConfiguration(Configuration, String) - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
Creates a new delegating configuration which stores its key/value pairs in the given configuration using the specifies key prefix.
taskContext - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
TaskDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A task deployment descriptor contains all the information necessary to deploy a task on a task manager.
TaskDeploymentDescriptor(JobID, ExecutionVertexID, String, int, int, Configuration, Configuration, Class<? extends AbstractInvokable>, SerializableArrayList<GateDeploymentDescriptor>, SerializableArrayList<GateDeploymentDescriptor>) - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Constructs a task deployment descriptor.
TaskDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Default constructor for serialization/deserialization.
TaskExecutionState - Class in org.apache.flink.runtime.taskmanager
This class can be used to propagate updates about a task's execution state from the task manager to the job manager.
TaskExecutionState(JobID, ExecutionVertexID, ExecutionState, String) - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
Creates a new task execution state.
TaskExecutionState() - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
Creates an empty task execution state.
TaskInputSplitProvider - Class in org.apache.flink.runtime.taskmanager
The task input split provider is a component of the task manager which implements the InputSplitProvider interface.
TaskKillResult - Class in org.apache.flink.runtime.taskmanager
A TaskKillResult is used to report the results of a task kill attempt.
TaskKillResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskKillResult
Constructs a new task kill result.
TaskKillResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskKillResult
Constructs an empty task kill result.
TaskManager - Class in org.apache.flink.runtime.taskmanager
A task manager receives tasks from the job manager and executes them.
TaskManager(ExecutionMode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskManager
All parameters are obtained from the GlobalConfiguration, which must be loaded prior to instantiating the task manager.
TASKMANAGER_CLASSNAME_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The class name of the task manager's profiling component to load if profiling is enabled.
TASKMANAGER_REPORTINTERVAL_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
Key to interval in which a task manager is supposed to send profiling data to the job manager.
TaskManagerProfiler - Interface in org.apache.flink.runtime.profiling
This interface must be implemented by profiling components for the task manager manager.
TaskManagerProfilerImpl - Class in org.apache.flink.runtime.profiling.impl
 
TaskManagerProfilerImpl(InetAddress, InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
taskName - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
TaskOperationProtocol - Interface in org.apache.flink.runtime.protocols
The task submission protocol is implemented by the task manager and allows the job manager to submit and cancel tasks, as well as to query the task manager for cached libraries and submit these if necessary.
TaskSubmissionResult - Class in org.apache.flink.runtime.taskmanager
A TaskSubmissionResult is used to report the results of a task submission.
TaskSubmissionResult(ExecutionVertexID, AbstractTaskResult.ReturnCode) - Constructor for class org.apache.flink.runtime.taskmanager.TaskSubmissionResult
Constructs a new task submission result.
TaskSubmissionResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskSubmissionResult
Constructs an empty task submission result.
teardown() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
teardown() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
TempBarrier<T> - Class in org.apache.flink.runtime.operators
 
TempBarrier(AbstractInvokable, MutableObjectIterator<T>, TypeSerializerFactory<T>, MemoryManager, IOManager, int) - Constructor for class org.apache.flink.runtime.operators.TempBarrier
 
tempBarriers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The optional temp barriers on the inputs for dead-lock breaking.
Terminable - Interface in org.apache.flink.runtime.iterative.task
Models the functionality that the termination of an iterative task can be requested from outside
TerminationEvent - Class in org.apache.flink.runtime.iterative.event
Signals that the iteration is completely executed, participating tasks must terminate now
TerminationEvent() - Constructor for class org.apache.flink.runtime.iterative.event.TerminationEvent
 
terminationRequested() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
terminationRequested() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
terminationRequested() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
terminationSignaled() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
ThreadProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Through this interface it is possible to access profiling data about the CPU utilization of the corresponding execution thread during its execution.
ThreadProfilingEvent(int, int, int, int, ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
ThreadProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
timestampToString(long) - Static method in class org.apache.flink.runtime.event.job.AbstractEvent
Converts the timestamp of an event from its "milliseconds since beginning the epoch" representation into a unified string representation.
toChannelID() - Method in class org.apache.flink.runtime.managementgraph.ManagementEdgeID
Converts the management edge ID into a ChannelID.
toJobStatus(InternalJobStatus) - Static method in enum org.apache.flink.runtime.executiongraph.InternalJobStatus
Converts an internal job status in a JobStatus state.
toJson() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
Returns Json representation of this ManagementGroupVertex
toJson() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
Returns Json representation of this ManagementVertex
toManagementVertexID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertexID
Converts the execution vertex ID into a management vertex ID.
toString() - Method in class org.apache.flink.runtime.AbstractID
 
toString() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
toString() - Method in class org.apache.flink.runtime.executiongraph.ExecutionSignature
 
toString() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
toString() - Method in class org.apache.flink.runtime.instance.DummyInstance
 
toString() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
toString() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
toString() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
toString() - Method in class org.apache.flink.runtime.io.network.Envelope
 
toString() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
toString() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
toString() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
toString() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
toString() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
toString() - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
 
toString() - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
toString() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
toString() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
toString() - Method in class org.apache.flink.runtime.topology.NetworkNode
 
toString() - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
transferEventToOutputChannel(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
transferToFully(FileChannel, long, int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
Transfers data from FileChannel using FileChannel.transferTo(long, long, WritableByteChannel).
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Translates the given offset for this view into the offset for the backing array.
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Deprecated.
triggerNextSuperstep() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
tryToConnect(InetAddress, SocketAddress, int) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 

U

uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
 
uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
 
UnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
The UnilateralSortMerger is a full fledged sorter.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float, boolean) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Internal constructor and constructor for subclasses that want to circumvent the spilling.
UnilateralSortMerger.ChannelWithBlockCount - Class in org.apache.flink.runtime.operators.sort
 
UnilateralSortMerger.ChannelWithBlockCount(Channel.ID, int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
UnilateralSortMerger.CircularElement<E> - Class in org.apache.flink.runtime.operators.sort
Class representing buffers that circulate between the reading, sorting and spilling thread.
UnilateralSortMerger.CircularElement() - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularElement
 
UnilateralSortMerger.CircularElement(int, InMemorySorter<E>) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularElement
 
UnilateralSortMerger.CircularQueues<E> - Class in org.apache.flink.runtime.operators.sort
Collection of queues that are used for the communication between the threads.
UnilateralSortMerger.CircularQueues() - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularQueues
 
UnilateralSortMerger.CircularQueues(int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularQueues
 
UnilateralSortMerger.InputDataCollector<E> - Class in org.apache.flink.runtime.operators.sort
 
UnilateralSortMerger.InputDataCollector(UnilateralSortMerger.CircularQueues<E>, long) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
UnilateralSortMerger.ReadingThread<E> - Class in org.apache.flink.runtime.operators.sort
The thread that consumes the input data and puts it into a buffer that will be sorted.
UnilateralSortMerger.ReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, E, AbstractInvokable, long) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
Creates a new reading thread.
UnilateralSortMerger.SortingThread<E> - Class in org.apache.flink.runtime.operators.sort
The thread that sorts filled buffers.
UnilateralSortMerger.SortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
Creates a new sorting thread.
UnilateralSortMerger.SpillingThread - Class in org.apache.flink.runtime.operators.sort
The thread that handles the spilling of intermediate results and sets up the merging.
UnilateralSortMerger.SpillingThread(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.UnilateralSortMerger.SpillingThread
Creates the spilling thread.
UnilateralSortMerger.ThreadBase<E> - Class in org.apache.flink.runtime.operators.sort
Base class for all working threads in this sort-merger.
UnilateralSortMerger.ThreadBase(ExceptionHandler<IOException>, String, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Creates a new thread.
UnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
UnionRecordReader(MutableRecordReader<T>[], Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
UnmodifiableIterator<T> - Class in org.apache.flink.runtime.util
An auxiliary implementation of an iterator which protects the underlying collection from being modified.
UnmodifiableIterator(Iterator<T>) - Constructor for class org.apache.flink.runtime.util.UnmodifiableIterator
Constructs a new unmodifiable iterator.
unregister(JobID) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Unregisters a job ID and releases the resources associated with it.
unregister(ExecutionVertexID, Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Unregisters the given task from the channel manager.
unregisterChannelToBeRemovedAtShudown(Channel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Removes a channel from the list of channels that are to be removed at shutdown.
unregisterExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Unregisters the ExecutionListener object for this vertex.
unregisterExecutionListener(ExecutionVertexID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterExecutionListener(ExecutionVertexID) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Unregisters all previously register ExecutionListener objects for the vertex identified by the given ID.
unregisterExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the ExecutionListener object for this environment.
unregisterExecutionStageListener(ExecutionStageListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Unregisters the given ExecutionStageListener object.
unregisterFromProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
unregisterFromProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Unregisters the given ProfilingListener object from receiving profiling data issued by the job manager's profiling component.
unregisterGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.DefaultInputSplitAssigner
 
unregisterGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.file.FileInputSplitAssigner
 
unregisterGroupVertex(ExecutionGroupVertex) - Method in interface org.apache.flink.runtime.jobmanager.splitassigner.InputSplitAssigner
Unregisters an input vertex from the input split assigner.
unregisterGroupVertex(ExecutionGroupVertex) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.LocatableInputSplitAssigner
 
unregisterJob(ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitManager
Unregisters the given job represented by its ExecutionGraph with the input split manager.
unregisterJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Unregisters the given JobStatusListener object.
unregisterMainThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterMemoryManager(MemoryManager) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the task from the central memory manager.
unregisterOpenChannelToBeRemovedAtShudown(BlockChannelAccess<?, ?>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Removes a channel reader/writer from the list of channels that are to be removed at shutdown.
unregisterProfiler(TaskManagerProfiler) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the task from the task manager profiler.
unregisterProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
unregisterProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Unregisters the given ExecutionGraph from profiling.
unregisterUserThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterVertexAssignmentListener(VertexAssignmentListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Unregisters the VertexAssignmentListener object for this vertex.
UnsafeMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
UnsafeMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Creates a new memory segment of given size with the provided views.
unsubscribeFromEvent(EventListener, Class<? extends AbstractEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Removes a subscription of an EventListener object for the given event type.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
Removes the subscription for events of the given type for the listener object.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Removes the subscription for events of the given type for the listener object.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
unwrapRemoteException(Class<?>...) - Method in exception org.apache.flink.runtime.ipc.RemoteException
If this remote exception wraps up one of the lookupTypes then return this exception.
unwrapRemoteException() - Method in exception org.apache.flink.runtime.ipc.RemoteException
Instantiate and return the exception wrapped up by this remote exception.
updateExecutionState(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionPipeline
Updates the execution state for all vertices included in this pipeline.
updateExecutionState(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state.
updateExecutionState(ExecutionState, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state.
updateExecutionStateAsynchronously(ExecutionState, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state through the job's executor service.
updateExecutionStateAsynchronously(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Updates the vertex's current execution state through the job's executor service.
updateGlobalAggregatesAndReset(String[], Value[]) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
updateJobStatus(InternalJobStatus, String) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Updates the job status to given status and triggers the execution of the JobStatusListener objects.
updateLibraryCache(LibraryCacheUpdate) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
Updates the task manager's library cache.
updateLibraryCache(LibraryCacheUpdate) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
updateMatch(BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
updateMatch(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
 
updateTaskExecutionState(TaskExecutionState) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
updateTaskExecutionState(TaskExecutionState) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Reports an update of a task's execution state to the job manager.
userCodeClassLoader - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
userCodeClassLoader - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The class loader used to instantiate user code and user data types.
userEventTriggered(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
userThreadFinished(Thread) - Method in interface org.apache.flink.runtime.execution.Environment
Sends a notification that a user thread has finished to the execution observer.
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Called when a thread spawn by a user task has finished.
userThreadFinished(Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when a thread spawn by a user task has finished.
userThreadFinished(Thread) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
userThreadFinished(Thread) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method should be called by the user code if a custom user thread has finished.
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
userThreadFinished(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
userThreadFinished(Thread) - Method in class org.apache.flink.runtime.taskmanager.Task
 
userThreadStarted(Thread) - Method in interface org.apache.flink.runtime.execution.Environment
Sends a notification that objects that a new user thread has been started to the execution observer.
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
Called when the user task has started a new thread.
userThreadStarted(Thread) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when the user task has started a new thread.
userThreadStarted(Thread) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
userThreadStarted(Thread) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method should be called by the user code if a custom user thread has been started.
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.jobmanager.scheduler.DefaultExecutionListener
 
userThreadStarted(JobID, ExecutionVertexID, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
userThreadStarted(Thread) - Method in class org.apache.flink.runtime.taskmanager.Task
 
usesConvergenceCriterion() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 

V

valueOf(String) - Static method in enum org.apache.flink.runtime.client.AbstractJobResult.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.execution.ExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.executiongraph.InternalJobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.bufferprovider.BufferProvider.BufferAvailabilityRegistration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.channels.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.gates.InputChannelResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DamBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.taskmanager.AbstractTaskResult.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult.ReturnCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.runtime.client.AbstractJobResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.execution.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.executiongraph.InternalJobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.bufferprovider.BufferProvider.BufferAvailabilityRegistration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.channels.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.gates.InputChannelResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobgraph.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.DamBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.taskmanager.AbstractTaskResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyEmpty() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
verifyEmpty() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Checks if the memory manager all memory available and the descriptors of the free segments describe a contiguous memory layout.
verifyEndOfSuperstepState() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
vertexAssignmentChanged(ExecutionVertexID, AllocatedResource) - Method in interface org.apache.flink.runtime.executiongraph.VertexAssignmentListener
Called when an ExecutionVertex has been assigned to an AllocatedResource.
VertexAssignmentEvent - Class in org.apache.flink.runtime.event.job
A VertexAssignmentEvent can be used to notify other objects about changes in the assignment of vertices to instances.
VertexAssignmentEvent(long, ManagementVertexID, String) - Constructor for class org.apache.flink.runtime.event.job.VertexAssignmentEvent
Constructs a new event.
VertexAssignmentEvent() - Constructor for class org.apache.flink.runtime.event.job.VertexAssignmentEvent
Constructor for serialization/deserialization.
VertexAssignmentListener - Interface in org.apache.flink.runtime.executiongraph
Classes implementing the VertexAssignmentListener interface can register for notifications about changes in the assignment of an ExecutionVertex to an AllocatedResource.
VertexEvent - Class in org.apache.flink.runtime.event.job
Vertex events are transmitted from the job manager to the job client in order to inform the user about changes in terms of a tasks execution state.
VertexEvent(long, JobVertexID, String, int, int, ExecutionState, String) - Constructor for class org.apache.flink.runtime.event.job.VertexEvent
Constructs a new vertex event object.
VertexEvent() - Constructor for class org.apache.flink.runtime.event.job.VertexEvent
Constructs a new vertex event object.
VertexProfilingEvent - Class in org.apache.flink.runtime.profiling.types
This interface is a base interface for profiling data which pertains to the execution of tasks.
VertexProfilingEvent(ManagementVertexID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
VertexProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 

W

waitForAnyChannelToBecomeAvailable() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
This method returns the index of a channel which has at least one record available.
waitForChannelToBeClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
waitForFirstBlock() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
waitForGateToBeClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
waitForOtherWorkers() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
wait on the barrier
waitForProxy(Class<? extends VersionedProtocol>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
 
waitForReadable() - Method in class org.apache.flink.runtime.net.SocketInputStream
waits for the underlying channel to be ready for reading.
waitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
Waits (blocking) on barrier.
waitForWritable() - Method in class org.apache.flink.runtime.net.SocketOutputStream
waits for the underlying channel to be ready for writing.
WebInfoServer - Class in org.apache.flink.runtime.jobmanager.web
This class sets up a web-server that contains a web frontend to display information about running jobs.
WebInfoServer(Configuration, int, JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Creates a new web info server.
WorkerDoneEvent - Class in org.apache.flink.runtime.iterative.event
 
WorkerDoneEvent() - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerDoneEvent(int, String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerDoneEvent(int, Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
worksetAggregator - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
worksetBackChannel - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
WorksetEmptyConvergenceCriterion - Class in org.apache.flink.runtime.iterative.convergence
A workset iteration is by definition converged if no records have been updated in the solutionset
WorksetEmptyConvergenceCriterion() - Constructor for class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
WorksetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the iteration workset (partial solution for bulk iterations).
WorksetUpdateOutputCollector(DataOutputView, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
WorksetUpdateOutputCollector(DataOutputView, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrapAsByteBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
wrapper - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Wrapper for I/O requests.
write(DataOutputView) - Method in class org.apache.flink.runtime.AbstractID
 
write(ByteBuffer) - Method in class org.apache.flink.runtime.AbstractID
 
write(DataOutputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.JobSubmissionResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.VertexAssignmentEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileRequest
 
write(DataOutputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheProfileResponse
 
write(DataOutputView) - Method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheUpdate
 
write(int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
write(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(DataOutputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
write(DataOutputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
write(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(DataInputView, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobmanager.splitassigner.InputSplitWrapper
 
write(DataOutputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGraph
 
write(DataOutputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementGroupVertex
 
write(DataOutputView) - Method in class org.apache.flink.runtime.managementgraph.ManagementVertex
 
write(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(DataInputView, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(T) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes a given record to this sort buffer.
write(T) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes a given record to this sort buffer.
write(T) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes a given record to this sort buffer.
write(DataOutputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
write(DataOutputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
write(DataOutputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInputGateProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalOutputGateProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.InputGateProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.OutputGateProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.AbstractTaskResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.transferenvelope.RegisterTaskManagerResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.topology.NetworkNode
 
write(DataOutputView) - Method in class org.apache.flink.runtime.topology.NetworkTopology
 
write(DataOutputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
write(DataOutputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
writeBack(BT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
writeBehindBuffers - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The queue of buffers that can be used for write-behind.
writeBehindBuffersAvailable - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of buffers in the write behind queue that are actually not write behind buffers, but regular buffers that only have not yet returned.
writeBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Issues a asynchronous write request to the writer.
writeBoolean(boolean) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeBoolean(boolean) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeByte(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeByte(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeBytes(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeBytes(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeChar(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeChar(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeChars(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeChars(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeDouble(double) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeDouble(double) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeEnum(DataOutput, Enum<?>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Writes a value of an enumeration to the given output stream.
writeFloat(float) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeFloat(float) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeInt(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeInt(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeLibraryToStream(String, DataOutput) - Static method in class org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Writes data from the library with the given file name to the specified stream.
writeLong(long) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeLong(long) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
writeMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory segments used to stage data to be written.
writers - Variable in class org.apache.flink.runtime.operators.shipping.OutputCollector
 
writers - Variable in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
 
writeShort(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeShort(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeTo(ByteBuf) - Method in class org.apache.flink.runtime.AbstractID
 
writeToOutput(ChannelWriterOutputView) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeUTF(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeUTF(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2014 The Apache Software Foundation. All rights reserved.