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() - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent(long) - 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.
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractEvent
 
AbstractFileIOChannel - Class in org.apache.flink.runtime.io.disk.iomanager
 
AbstractFileIOChannel(FileIOChannel.ID, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
Creates a new channel to the path indicated by the given ID.
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 Flink.
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
 
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) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractJobVertex(String, JobVertexID) - 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
 
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
 
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.
addConsumer(JobEdge) - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
addCopyTaskForCacheFile(String, FutureTask<Path>) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
addCopyTasksForCacheFile(Map<String, FutureTask<Path>>) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
addIfInstanceIsAllocatedByJob(InternalInstanceProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
addInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
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.
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.
addSharedSlotAndAllocateSubSlot(SharedSlot, Locality, AbstractID, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
addStaticResolution(String, String) - Static method in class org.apache.flink.runtime.net.NetUtils
Adds a static resolution for host.
addToMessageDigest(MessageDigest) - Method in class org.apache.flink.runtime.blob.BlobKey
Adds the BLOB key to the given MessageDigest.
addUserThread(ThreadMXBean, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
addVertex(AbstractJobVertex) - 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(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
addVertexToGroup(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
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
 
ALLOCATED_AND_ALIVE - Static variable in class org.apache.flink.runtime.instance.Slot
 
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
allocateSharedSlot(JobID, SlotSharingGroupAssignment, AbstractID) - Method in class org.apache.flink.runtime.instance.Instance
 
allocateSharedSlot(AbstractID) - Method in class org.apache.flink.runtime.instance.SharedSlot
 
allocateSimpleSlot(JobID) - Method in class org.apache.flink.runtime.instance.Instance
 
allocateSimpleSlot(JobID, AbstractID) - Method in class org.apache.flink.runtime.instance.Instance
 
allocateSubSlot(AbstractID) - Method in class org.apache.flink.runtime.instance.SharedSlot
Creates a new sub slot if the slot is not dead, yet.
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
 
archiveExecutionGraph(JobID, ExecutionGraph) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
 
archiveExecutionGraph(JobID, ExecutionGraph) - 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.
ARG_CONF_DIR - Static variable in class org.apache.flink.runtime.taskmanager.TaskManager
 
assignNewChannelIDs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
assignPartition(int, byte) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Assigns a partition to a bucket.
AsynchronousBlockReader - Class in org.apache.flink.runtime.io.disk.iomanager
A reader that reads data in blocks from a file channel.
AsynchronousBlockReader(FileIOChannel.ID, RequestQueue<ReadRequest>, LinkedBlockingQueue<MemorySegment>) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
Creates a new block channel reader for the given channel.
AsynchronousBlockWriter - Class in org.apache.flink.runtime.io.disk.iomanager
 
AsynchronousBlockWriter(FileIOChannel.ID, RequestQueue<WriteRequest>, LinkedBlockingQueue<MemorySegment>) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
Creates a new block channel writer for the given channel.
AsynchronousBlockWriterWithCallback - Class in org.apache.flink.runtime.io.disk.iomanager
An asynchronous implementation of the BlockChannelWriterWithCallback that queues I/O requests and calls a callback once they have been handled.
AsynchronousBlockWriterWithCallback(FileIOChannel.ID, RequestQueue<WriteRequest>, RequestDoneCallback) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriterWithCallback
Creates a new asynchronous block writer for the given channel.
AsynchronousBulkBlockReader - Class in org.apache.flink.runtime.io.disk.iomanager
 
AsynchronousBulkBlockReader(FileIOChannel.ID, RequestQueue<ReadRequest>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBulkBlockReader
 
AsynchronousFileIOChannel<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 accept read or write requests for whole blocks.
AsynchronousFileIOChannel(FileIOChannel.ID, RequestQueue<R>, RequestDoneCallback, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
Creates a new channel access to the path indicated by the given ID.
AtomicDisposableReferenceCounter - Class in org.apache.flink.runtime.util
Atomic reference counter, which enters a "disposed" state after the reference count reaches 0.
AtomicDisposableReferenceCounter() - Constructor for class org.apache.flink.runtime.util.AtomicDisposableReferenceCounter
 
attachJobGraph(List<AbstractJobVertex>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
available() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
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.
BlobCache - Class in org.apache.flink.runtime.blob
The BLOB cache implements a local cache for content-addressable BLOBs.
BlobCache(InetSocketAddress, Configuration) - Constructor for class org.apache.flink.runtime.blob.BlobCache
 
BlobClient - Class in org.apache.flink.runtime.blob
The BLOB client can communicate with the BLOB server and either upload (PUT), download (GET), or delete (DELETE) BLOBs.
BlobClient(InetSocketAddress) - Constructor for class org.apache.flink.runtime.blob.BlobClient
Instantiates a new BLOB client.
BlobKey - Class in org.apache.flink.runtime.blob
A BLOB key uniquely identifies a BLOB.
BlobKey() - Constructor for class org.apache.flink.runtime.blob.BlobKey
Constructs a new BLOB key.
BlobLibraryCacheManager - 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.
BlobLibraryCacheManager(BlobService, Configuration) - Constructor for class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
BlobServer - Class in org.apache.flink.runtime.blob
This class implements the BLOB server.
BlobServer(Configuration) - Constructor for class org.apache.flink.runtime.blob.BlobServer
Instantiates a new BLOB server and binds it to a free network port.
BlobService - Interface in org.apache.flink.runtime.blob
 
BlobUtils - Class in org.apache.flink.runtime.blob
 
BlobUtils() - Constructor for class org.apache.flink.runtime.blob.BlobUtils
 
BlockChannelReader - Interface in org.apache.flink.runtime.io.disk.iomanager
A reader that reads data in blocks from a file channel.
BlockChannelWriter - Interface in org.apache.flink.runtime.io.disk.iomanager
A writer that writes data in blocks to a file channel.
BlockChannelWriterWithCallback - Interface in org.apache.flink.runtime.io.disk.iomanager
 
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
 
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.
BroadcastVariableKey - Class in org.apache.flink.runtime.broadcast
 
BroadcastVariableKey(JobVertexID, String, int) - Constructor for class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
BroadcastVariableManager - Class in org.apache.flink.runtime.broadcast
 
BroadcastVariableManager() - Constructor for class org.apache.flink.runtime.broadcast.BroadcastVariableManager
 
BroadcastVariableMaterialization<T,C> - Class in org.apache.flink.runtime.broadcast
 
BroadcastVariableMaterialization(BroadcastVariableKey) - Constructor for class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
 
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 - Interface in org.apache.flink.runtime.io.disk.iomanager
 

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.executiongraph.Execution
 
cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
cancel() - Method in class org.apache.flink.runtime.instance.SharedSlot
 
cancel() - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
cancel() - Method in class org.apache.flink.runtime.instance.Slot
 
cancel() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
cancel() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method is called when a task is canceled either as a result of a user abort or an execution failure.
cancel() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
cancel() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
cancel() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
cancel() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is invoked when the driver must aborted in mid processing.
cancel() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
cancelAndClearEverything(Throwable) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Removes all tasks from this TaskManager.
cancelAndReleaseAllSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
cancelChainedTasks(List<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
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
 
cancelingDone() - Method in class org.apache.flink.runtime.taskmanager.Task
 
cancelJob() - Method in class org.apache.flink.runtime.client.JobClient
Cancels the job assigned to this job client.
cancelJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
cancelJob(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Requests to cancel the job specified by the given ID.
CANCELLED - Static variable in class org.apache.flink.runtime.instance.Slot
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
cancelTask(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
 
cancelTask(ExecutionAttemptID) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
CancelTaskException - Exception in org.apache.flink.runtime.execution
Thrown to trigger a canceling of the executing task.
CancelTaskException() - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
 
captureCPUUtilization(JobID, ThreadMXBean, long) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
ChainedCollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedCollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
ChainedDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
The interface to be implemented by drivers that do not run in an own pact task context, but are chained to other tasks.
ChainedDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
ChainedFlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedFlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
ChainedMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
chainedTasks - Variable in class org.apache.flink.runtime.operators.RegularPactTask
A list of chained drivers, if there are any.
ChainedTerminationCriterionDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedTerminationCriterionDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
Channel - Class in org.apache.flink.runtime.io.network.channels
The base class for channel objects.
Channel(int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.Channel
Auxiliary constructor for channels
channelActive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
ChannelCloseEvent - Class in org.apache.flink.runtime.io.network.channels
 
ChannelCloseEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
ChannelDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A channel deployment descriptor contains all the information necessary to deploy either an input or an output channel as part of a task on a task manager.
ChannelDeploymentDescriptor(ChannelID, ChannelID) - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Constructs a new channel deployment descriptor.
ChannelDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Default constructor for serialization/deserialization.
ChannelID - Class in org.apache.flink.runtime.io.network.channels
 
ChannelID() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelID(long, long) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelID(AbstractID) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
channelInactive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
ChannelLookupProtocol - Interface in org.apache.flink.runtime.protocols
The channel lookup protocol can be used to resolve the ID of an output channel to all recipients which shall receive the data of this channel.
ChannelManager - Class in org.apache.flink.runtime.io.network
The channel manager sets up the network buffers and dispatches data between channels.
ChannelManager(ChannelLookupProtocol, InstanceConnectionInfo, int, int, NetworkConnectionManager) - Constructor for class org.apache.flink.runtime.io.network.ChannelManager
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
 
ChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
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, FileIOChannel.ID, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(BlockChannelReader, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(ChannelReaderInputView, List<MemorySegment>, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
channels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
channels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
ChannelSelector<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
Objects implementing this interface are passed to an OutputGate.
ChannelType - Enum in org.apache.flink.runtime.io.network.channels
An enumeration for the channel types.
channelWritabilityChanged(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
ChannelWriterOutputView - Class in org.apache.flink.runtime.io.disk.iomanager
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.
checkedDownCast(long) - Static method in class org.apache.flink.runtime.util.MathUtils
Casts the given value to a 32 bit integer, if it can be safely done.
CheckedMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
CheckedMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
checkErroneous() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
Checks the exception state of this channel.
cleanup() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
cleanup() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is invoked in any case (clean termination and exception) at the end of the tasks operation.
cleanup() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
cleanup(Logger, Closeable...) - Static method in class org.apache.flink.runtime.util.IOUtils
Close the Closeable objects and ignore any IOException or null pointers.
clear() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
clear() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Clears the internal state of the view.
clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Clears the internal state.
clear() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
clear() - Method in class org.apache.flink.runtime.util.IntArrayList
 
clear() - Method in class org.apache.flink.runtime.util.LongArrayList
 
clearAllBroadcastVariables() - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
releases all of the partition's segments (pages and overflow buckets)
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
clearBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
clearBuffers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
clearLocalBufferPool() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
clearLocalBufferPool() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Clears the local buffer pool and returns all buffers to the global buffer pool.
clearLocalBufferPool() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
clearPartitions() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
This method clears all partitions currently residing (partially) in memory.
clearTaskAssignment() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
Client - Class in org.apache.flink.runtime.ipc
 
Client(SocketFactory) - Constructor for class org.apache.flink.runtime.ipc.Client
 
Client() - Constructor for class org.apache.flink.runtime.ipc.Client
Construct an IPC client with the default SocketFactory
close() - Method in class org.apache.flink.runtime.blob.BlobClient
 
close() - Method in class org.apache.flink.runtime.client.JobClient
Closes the JobClient by destroying the RPC stub object.
close() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
close() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
 
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
Closes the reader and waits until all pending asynchronous requests are handled.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Closes this InputView, closing the underlying reader and returning all memory segments.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Closes this OutputView, closing the underlying writer and returning all memory segments.
close() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
Closes the channel.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
Closes this request queue.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
 
close() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
close() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
close() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Immediately closes the input gate and all its input channels.
close(RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
close(RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
close(RemoteReceiver) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
close() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
close() - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
close() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
close() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Closes the hash table.
close() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Closes the hash table.
close() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
close() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
 
close() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
 
close() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Shuts down all the threads initiated by this sort/merger.
close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
close() - Method in class org.apache.flink.runtime.operators.TempBarrier
 
close() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
General-purpose close method.
close() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
General-purpose close method.
close() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
 
CloseableInputProvider<E> - Interface in org.apache.flink.runtime.operators.util
Utility interface for a provider of an input that can be closed.
closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
 
closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
This method waits for all pending asynchronous requests to return.
closeAndDelete() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
Closes the channel and deletes the underlying file.
closeChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Closes all chained tasks, in the order as they are stored in the array.
closed - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
Flag marking this channel as closed
closed - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
Flag indicating that the closing logic has been invoked.
closed - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Flag indicating that the sorter was closed.
closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
closeLock - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
The lock that is used during closing to synchronize the thread that waits for all requests to be handled with the asynchronous I/O thread.
closeSocket(Socket) - Static method in class org.apache.flink.runtime.util.IOUtils
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.SolutionSetObjectsUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
collect(T) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
collect(T) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
Collects a record and emits it to all writers.
collect(Record) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Collects a Record, and emits it to all writers.
collect(E) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
CollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
CollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.CollectorMapDriver
 
CoLocationConstraint - Class in org.apache.flink.runtime.jobmanager.scheduler
 
CoLocationGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
 
CoLocationGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
CoLocationGroup(AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
CombiningUnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
The CombiningUnilateralSortMerger is part of a merge-sort implementation.
CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
CombiningUnilateralSortMerger.CombiningSpillingThread - Class in org.apache.flink.runtime.operators.sort
 
CombiningUnilateralSortMerger.CombiningSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializer<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
 
commitDate - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
commitId - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
CompactingHashTable<T> - Class in org.apache.flink.runtime.operators.hash
An implementation of an in-memory Hash Table for variable-length records.
CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
CompactingHashTable.EntryIterator - Class in org.apache.flink.runtime.operators.hash
Iterator that traverses the whole hash table once If entries are inserted during iteration they may be overlooked by the iterator
CompactingHashTable.HashTableProber<PT> - Class in org.apache.flink.runtime.operators.hash
 
comparator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
compare(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Compare 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
 
compareTo(AbstractID) - Method in class org.apache.flink.runtime.AbstractID
 
compareTo(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobKey
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
compareTo(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
computeMemorySize(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
computeMemorySize(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Computes the memory size of the fraction per slot.
computeNumberOfPages(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
computeNumberOfPages(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Computes to how many pages the given number of bytes corresponds.
config - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
config - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The task configuration with the setup parameters.
config - Variable in class org.apache.flink.runtime.operators.util.TaskConfig
 
connecDataSet(IntermediateDataSet) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
 
connect(Socket, SocketAddress, int) - Static method in class org.apache.flink.runtime.net.NetUtils
 
connectDataSetAsInput(IntermediateDataSet, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
connectIdInput(IntermediateDataSetID, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
ConnectionInfoLookupResponse - Class in org.apache.flink.runtime.io.network
 
ConnectionInfoLookupResponse() - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
connectNewDataSetAsInput(AbstractJobVertex, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
connectSource(int, IntermediateResult, JobEdge, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
connectToPredecessors(Map<IntermediateDataSetID, IntermediateResult>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
constructLogString(String, String, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Utility function that composes a string for logging purposes.
consumeAndCacheRemainingData() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
contains(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
containsAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
copy(Path, Path, boolean) - Static method in class org.apache.flink.runtime.filecache.FileCache
 
copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyToBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Buffer
 
CorruptConfigurationException - Exception in org.apache.flink.runtime.operators.util
Exception indicating that the parsed configuration was corrupt.
CorruptConfigurationException(String) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
Creates a new exception with the given error message.
CorruptConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
createAndAddResultDataSet() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
createAndAddResultDataSet(IntermediateDataSetID) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
createAndRegisterInputGate() - Method in interface org.apache.flink.runtime.execution.Environment
Creates a new InputGate and registers it with the Environment.
createAndRegisterInputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
createAndRegisterOutputGate() - Method in interface org.apache.flink.runtime.execution.Environment
Creates a new OutputGate and registers it with the Environment.
createAndRegisterOutputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
createBlockChannelReader(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelWriter(FileIOChannel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
 
createBlockChannelWriter(FileIOChannel.ID, RequestDoneCallback) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
 
createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads all blocks from the given channel directly in one bulk.
createBulkBlockChannelReader(FileIOChannel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Creates a block channel reader that reads all blocks from the given channel directly in one bulk.
createChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a new FileIOChannel.ID in one of the temp directories.
createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a new FileIOChannel.Enumerator, spreading the channels in a round-robin fashion across the temporary file directories.
createEnvelopeWithEvent(Envelope, ChannelID, RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
createInputIterator(MutableReader<?>, TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
createJarFile() - Method in class org.apache.flink.runtime.util.JarFileCreator
Creates a jar file which contains the previously added class.
createJobIsAborting() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createPartitions(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
createReceiverFoundAndReady(ChannelID) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverFoundAndReady(RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverNotFound() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverNotReady() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createRuntimeContext(String) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
createRuntimeContext(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
createSocketAddr(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Util method to build socket addr from either: : ://:/
createSocketAddr(String, int) - Static method in class org.apache.flink.runtime.net.NetUtils
Util method to build socket addr from either: : ://:/
createSolutionSetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
Creates a new solution set update output collector.
createTaskManager(ExecutionMode) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
createTaskManager(ExecutionMode, InetSocketAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
createTaskManager(ExecutionMode, InetSocketAddress, InetAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
createTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
If the file doesn't exists locally, it will copy the file to the temp directory.
createWorksetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
createWorksetUpdateOutputCollector() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
CrossDriver<T1,T2,OT> - Class in org.apache.flink.runtime.operators
Cross task which is executed by a Nephele task manager.
CrossDriver() - Constructor for class org.apache.flink.runtime.operators.CrossDriver
 
currentEnumerator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The channel enumerator that is used while processing the current partition to create channels for the spill partitions it requires.
currentIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
currentRecursionDepth - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The recursion depth of the partition that is currently processed.

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 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 task manager.
DataSourceTask() - Constructor for class org.apache.flink.runtime.operators.DataSourceTask
 
decrementReference(RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
 
decrementReferenceCounter() - Method in class org.apache.flink.runtime.util.AtomicDisposableReferenceCounter
Decrements the reference count.
decrementReferenceIfHeld(RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
 
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.
DefaultBroadcastVariableInitializer<T> - Class in org.apache.flink.runtime.broadcast
 
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.
delete(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobCache
Deletes the file associated with the given key from the BLOB cache.
delete(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobClient
Deletes the BLOB identified by the given job ID and key from the BLOB server.
delete(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
This method deletes the file associated to the blob key if it exists in the local storage of the blob server.
delete(BlobKey) - Method in interface org.apache.flink.runtime.blob.BlobService
This method deletes the file associated with the provided blob key.
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
deleteAll(JobID) - Method in class org.apache.flink.runtime.blob.BlobClient
Deletes all BLOBs belonging to the job with the given ID from the BLOB server
deleteChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
 
deleteChannel() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
Deletes the file underlying this I/O channel.
deleteJobDirectory(JobID) - Method in class org.apache.flink.runtime.blob.BlobServer
Method which deletes all files associated with the given jobID.
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
 
deployToSlot(SimpleSlot) - Method in class org.apache.flink.runtime.executiongraph.Execution
 
deployToSlot(SimpleSlot) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
DeserializationDelegate<T> - Class in org.apache.flink.runtime.plugable
 
DeserializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.DeserializationDelegate
 
deserializeEvents() - Method in class org.apache.flink.runtime.io.network.Envelope
 
deserializeEvents(ClassLoader) - Method in class org.apache.flink.runtime.io.network.Envelope
 
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
 
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.
disposeChild(SimpleSlot) - Method in class org.apache.flink.runtime.instance.SharedSlot
Disposes the given sub slot.
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.
DistributedRuntimeUDFContext - Class in org.apache.flink.runtime.operators.util
A standalone implementation of the RuntimeContext, created by runtime UDF operators.
DistributedRuntimeUDFContext(String, int, int, ClassLoader) - Constructor for class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
DistributedRuntimeUDFContext(String, int, int, ClassLoader, Map<String, FutureTask<Path>>) - Constructor for class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
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.
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
 
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.
duplicate() - Method in class org.apache.flink.runtime.io.network.Buffer
 
duplicate() - Method in class org.apache.flink.runtime.io.network.Envelope
 
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, boolean) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
enqueue(Envelope, RemoteReceiver, boolean) - 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 later.
enqueue(Envelope, RemoteReceiver, boolean) - 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
Utility class that gives access to the execution environment of the JVM, like the executing user, startup options, or the JVM version.
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, JobVertexID, int, ExecutionAttemptID) - 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.blob.BlobKey
equals(Object) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
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.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.instance.InstanceConnectionInfo
 
equals(Object) - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
 
equals(Object) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
equals(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
equals(Object) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
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.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.taskmanager.TaskExecutionState
 
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.AsynchronousFileIOChannel
An exception that was encountered by the asynchronous request handling thread.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
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
 
execute(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
execute(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
execute(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
Execution - Class in org.apache.flink.runtime.executiongraph
A single execution of a vertex.
Execution(ExecutionVertex, int, long) - Constructor for class org.apache.flink.runtime.executiongraph.Execution
 
ExecutionAttemptID - Class in org.apache.flink.runtime.executiongraph
Unique identifier for the attempt to execute a tasks.
ExecutionAttemptID() - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
 
ExecutionEdge - Class in org.apache.flink.runtime.executiongraph
 
ExecutionEdge(IntermediateResultPartition, ExecutionVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
ExecutionGraph - Class in org.apache.flink.runtime.executiongraph
 
ExecutionGraph(JobID, String, Configuration) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
ExecutionGraph(JobID, String, Configuration, List<BlobKey>, ExecutorService) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
ExecutionGraph(JobID, String, Configuration, List<BlobKey>, ClassLoader, ExecutorService) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
ExecutionJobVertex - Class in org.apache.flink.runtime.executiongraph
 
ExecutionJobVertex(ExecutionGraph, AbstractJobVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
ExecutionJobVertex(ExecutionGraph, AbstractJobVertex, int, long) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
ExecutionListener - Interface in org.apache.flink.runtime.execution
Implementing this interface allows classes 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
 
ExecutionState - Enum in org.apache.flink.runtime.execution
 
executionStateChanged(JobID, JobVertexID, int, ExecutionAttemptID, ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
 
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, JobVertexID, int, ExecutionAttemptID, ExecutionState, String) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
ExecutionStateChangeEvent - Class in org.apache.flink.runtime.event.job
An ecutionStateChangeEvent can be used to notify other objects about an execution state change of a vertex.
ExecutionStateChangeEvent(long, JobVertexID, int, ExecutionAttemptID, 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.
ExecutionVertex - Class in org.apache.flink.runtime.executiongraph
The ExecutionVertex is a parallel subtask of the execution.
ExecutionVertex(ExecutionJobVertex, int, IntermediateResult[]) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
ExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], long) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
ExecutorThreadFactory - Class in org.apache.flink.runtime.util
 
ExtendedManagementProtocol - Interface in org.apache.flink.runtime.protocols
This protocol provides extended management capabilities beyond the simple JobManagementProtocol.
extractFromSystem(long) - Static method in class org.apache.flink.runtime.instance.HardwareDescription
 

F

fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.Execution
This method fails the vertex due to an external condition.
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
failExternally(Throwable) - Method in class org.apache.flink.runtime.taskmanager.Task
Sets the tasks to be cancelled and reports a failure back to the master.
FallbackLibraryCacheManager - Class in org.apache.flink.runtime.execution.librarycache
 
FallbackLibraryCacheManager() - Constructor for class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
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.AbstractFileIOChannel
A file channel for NIO access to the file.
FileIOChannel - Interface in org.apache.flink.runtime.io.disk.iomanager
A Channel represents a collection of files that belong logically to the same resource.
FileIOChannel.Enumerator - Class in org.apache.flink.runtime.io.disk.iomanager
An enumerator for channels that logically belong together.
FileIOChannel.Enumerator(String[], Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.Enumerator
 
FileIOChannel.ID - Class in org.apache.flink.runtime.io.disk.iomanager
An ID identifying an underlying file channel.
FileIOChannel.ID(String, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
 
FileIOChannel.ID(String, int, Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
 
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, FileIOChannel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
A hook that can be overwritten by sub classes to implement logic that is called by the master after the job completed.
finalizeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
 
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
 
findVertexByID(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Searches for a vertex with a matching ID and returns it.
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
 
freeSubSlot(Slot) - Method in class org.apache.flink.runtime.instance.SharedSlot
Removes the simple slot from the SharedSlot.
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
 
fromEdges(List<ExecutionEdge>) - Static method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
fromEdges(ExecutionEdge[]) - Static method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
fromExecutionEdge(ExecutionEdge) - Static method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
fromHexString(String) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromHexString(String) - Static method in class org.apache.flink.runtime.jobgraph.JobVertexID
 
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 the deployment descriptors for the channels associated with that gate.
GateDeploymentDescriptor(List<ChannelDeploymentDescriptor>) - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Constructs a new gate deployment descriptor
GateDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Default constructor for serialization/deserialization.
GateID - Class in org.apache.flink.runtime.io.network.gates
A class for statistically unique gate IDs.
GateID() - Constructor for class org.apache.flink.runtime.io.network.gates.GateID
 
generate() - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
generateCheckpointProfilingData() - Method in class org.apache.flink.runtime.profiling.impl.InstanceProfiler
 
get(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobClient
Downloads the BLOB identified by the given job ID and key from the BLOB server.
get(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobClient
Downloads the BLOB identified by the given BLOB key from the BLOB server.
get() - Static method in class org.apache.flink.runtime.ipc.Server
 
get(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
get(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get() - Static method in class org.apache.flink.runtime.util.EmptyIterator
Gets a singleton instance of the empty iterator.
get() - Static method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
Gets a singleton instance of the empty iterator.
getAccessTime() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getAccessTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getAccumulatorProtocolProxy() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the proxy object for the accumulator protocol.
getAccumulatorProtocolProxy() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getAccumulatorResults(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAccumulatorResults(JobID) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Get the final accumulator results.
getAccumulators(ClassLoader) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
getAccumulators() - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
getAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAggregates() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
getAggregates(ClassLoader) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
getAggregator(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
getAllAggregators() - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getAllExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getAllIntermediateResults() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getAllowQueuedScheduling() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
getAllRegisteredInstances() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getAllRunningTasks() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getAllStaticResolutions() - Static method in class org.apache.flink.runtime.net.NetUtils
This is used to get all the resolutions that were added using NetUtils.addStaticResolution(String, String).
getAllVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getAndRemove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
getArchive() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getAttemptId() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getAttemptNumber() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Gets the byte array that backs the memory segment and this random access view.
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Deprecated.
getBlobServerPort() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
getBlobServerPort() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getBlobServerPort() - Method in interface org.apache.flink.runtime.protocols.ServiceDiscoveryProtocol
Returns the network port of the job manager's BLOB server.
getBlockCount() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of blocks used by this view.
getBlockCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
getBlockCount() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
getBlockedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getBlockedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread has been blocked to enter or reenter a monitor in the given profiling interval.
getBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getBlockSize() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getBroadcastGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastInputName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastVariable(String) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
getBroadcastVariableManager() - Method in interface org.apache.flink.runtime.execution.Environment
 
getBroadcastVariableManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getBroadcastVariableManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getBroadcastVariableWithInitializer(String, BroadcastVariableInitializer<T, C>) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
getBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Returns the name of the S3 bucket this object refers to.
getBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
getBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of memory, in bytes, used for file buffers.
getBufferProvider(JobID, ChannelID) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProviderBroker
 
getBufferProvider(JobID, ChannelID) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
getBufferSize() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getBufferSize() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Returns the size of buffers (in bytes) available at this buffer provider.
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the size of buffers (in bytes).
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getBuildSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideComparator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getBuildSideIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getBuildSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideSerializer() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getBytesMemoryUsed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of bytes used by this output view, including written bytes and header bytes.
getBytesWritten() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of pay-load bytes already written.
getCachedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getCachedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of memory, in bytes, used as cache memory.
getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of swap, in bytes, used as cache memory.
getCallQueueLen() - Method in class org.apache.flink.runtime.ipc.Server
The number of rpc calls in the queue.
getCapacity() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the total capacity of this sorter, in bytes.
getCapacity() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the total capacity of this sorter, in bytes.
getCapacity() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the total capacity of this sorter, in bytes.
getChainedStubConfig(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChainedTask(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChainedTaskName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
getChannel() - Method in class org.apache.flink.runtime.net.SocketInputStream
Returns underlying channel used by inputstream.
getChannel() - Method in class org.apache.flink.runtime.net.SocketOutputStream
Returns underlying channel used by this stream.
getChannel() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
getChannelID() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
Gets the channel ID of this channel.
getChannelID() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
Gets the channel ID of this I/O channel.
getChannelManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getChannels() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getClass(String, Class<? extends T>, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getClassLoader(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
getClassLoader(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
getClassLoader(JobID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Returns the user code class loader associated with id.
getClassName() - Method in exception org.apache.flink.runtime.ipc.RemoteException
 
getCoLocationGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getCoLocationGroup() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
 
getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
 
getConfiguration() - Method in class org.apache.flink.runtime.client.JobClient
Returns the Configuration object which can include special configuration settings for the job client.
getConfiguration() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the vertex's configuration object which can be used to pass custom settings to the task at runtime.
getConfiguration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
Gets the configuration that holds the actual values encoded.
getConnectAddress(Server) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns InetSocketAddress that a client can use to connect to the server.
getConnectedId() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getConnectionAddress() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
Returns the address of the connection to the remote TaskManager.
getConnectionIndex() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getConnectionIndex() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
Returns the index of the connection to the remote TaskManager.
getConnectionInfo() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getConsumers() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getConsumers() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
getConvergenceCriterion(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getCopyTask() - Method in interface org.apache.flink.runtime.execution.Environment
 
getCopyTask() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getCurrent() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
 
getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
 
getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
 
getCurrentAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getCurrentBuffer() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
getCurrentBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getCurrentExecutionAttempt() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getCurrentExecutionState() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the current execution state of the subtask this event belongs to.
getCurrentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getCurrentJobStatus() - Method in class org.apache.flink.runtime.event.job.JobEvent
Returns the current status of the job.
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the current number of subtasks.
getCurrentNumberOfSubtasks() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current number of subtasks the respective task is split into.
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the current number of subtasks the respective task is split into.
getCurrentOffset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the position from which the next byte will be read.
getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the current write position (the position where the next bytes will be written) in the current memory segment.
getCurrentProbeRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the memory segment that will be used to read the next bytes from.
getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the segment that the view currently writes to.
getCurrentSegmentLimit() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the current limit in the memory segment.
getDataBuffer() - Method in class org.apache.flink.runtime.types.FileRecord
 
getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getDefaultSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
 
getDelayBeforeRetrying() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getDescription() - Method in class org.apache.flink.runtime.client.AbstractJobResult
Returns the description containing further details in case of an error.
getDescription() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns an optional description which may be attached to this event.
getDescription() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the distribution pattern used for this edge.
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getDoubleBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDoubleLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getDriverComparator(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getDriverComparator(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getDriverComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDriverStrategy() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getElementsCollectedAndReset() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getEnvironment() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the environment of this task.
getEnvironment() - Method in class org.apache.flink.runtime.taskmanager.Task
 
getError() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
getEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
getEventNotificationManager() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Returns the event notification manager used to dispatch events.
getEvents() - Method in class org.apache.flink.runtime.client.JobProgressResult
Returns an iterator to the list of events transported within this job progress result object.
getEvents(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get all archived Events for a job
getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getEvents(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves the collected events for the job with the given job ID.
getEventsForJob(JobID, List<AbstractEvent>, boolean) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Retrieves and adds the collected events for the job with the given job ID to the provided list.
getEventsSerialized() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getExecutingThread() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the thread which is assigned to execute the user code.
getExecution() - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
getExecutionAttemptID() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Returns the ID of the vertex this event refers to.
getExecutionAttemptId() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
getExecutionAttemptId() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getExecutionGraph(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
 
getExecutionGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getExecutionGraph() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getExecutionId() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getExecutionId() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.Task
Gets the ID of the execution attempt.
getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
getExecutionMode() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the current execution state of the task.
getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the new execution state of the task.
getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getFile(BlobKey) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
getFile(BlobKey) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
getFile(BlobKey) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Returns a file handle to the file identified by the blob key.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getFilehandlesDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getFilehandlesInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getFileName() - Method in class org.apache.flink.runtime.types.FileRecord
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getFloatBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFloatLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFormatDescription() - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
getFormatDescription() - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
 
getFQDNHostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the host name of the instance.
getFreedMemory() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getFreeMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of free memory of the corresponding instance.
getFreeSlotForTask(ExecutionVertex, Iterable<Instance>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
Gets a suitable instance to schedule the vertex execution to.
getFreeSubSlotForTask(ExecutionVertex, Iterable<Instance>, SlotSharingGroupAssignment, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getFullSegments() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBulkBlockReader
 
getFullSegments() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
 
getGateID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getGlobalBufferPool() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
getGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getGroupID() - Method in class org.apache.flink.runtime.instance.Slot
 
getGroupId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
getGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getHadoopConfiguration() - Static method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Returns a new Hadoop Configuration object using the path to the hadoop conf configured in the main configuration (flink-conf.yaml).
getHadoopWrapperClassNameForFileSystem(String) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state HARD_IRQ during the profiling interval.
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
 
getHeartbeatTimeout() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getHostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
getHosts() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getHosts() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getId() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getId() - Method in class org.apache.flink.runtime.instance.Instance
 
getID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getID() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the ID of this job vertex.
getId() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
getId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
getID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the ID of the task this result belongs to
getIdleCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getIdleCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state IDLE during the profiling interval.
getIndex() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getIndex() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's index in the subtask group.
getIndexInSubtaskGroup() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the index of this subtask in the subtask group.
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the index of this subtask in the subtask group.
getIndexOfSubtask() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the index of the subtask that this event belongs to.
getInetAdress() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
getInitialTableSize(int, int, int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getInput(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInput(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInputChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Returns the input channel from position pos of the gate's internal channel list.
getInputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Returns the input channel ID attached to this deployment descriptor.
getInputChannelId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all input channels connected to this environment.
getInputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all the input channels connected to the gate with the given ID.
getInputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputEdges(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getInputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the registered input gate with index pos.
getInputGate() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
 
getInputGate() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
Returns the input gate associated with the input channel.
getInputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all input gates connected to this environment.
getInputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getInputLocalStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputNum() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getInputSerializer(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInputSerializer(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputSplitProvider() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the input split provider assigned to this environment.
getInputSplitProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputSplitSource() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getInputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
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.
getInstance() - Method in exception org.apache.flink.runtime.instance.InstanceDiedException
 
getInstance() - Method in class org.apache.flink.runtime.instance.Slot
 
getInstance() - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
getInstance() - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.instance.Instance
Returns the instance's connection information object.
getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getInstanceManager() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getInstanceName() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Returns the name of the instance.
getInstances() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getInstanceSummaryProfilingData(long) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getInteger() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
Returns the stored integer value.
getInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getIntermediateResult() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getInternalFileStatus() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getInvokable() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the invokable object that represents the Nephele task.
getInvokableClass(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the invokable class which represents the task of this vertex
getInvokableClassName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the name of the class containing the task code to be executed.
getInvokableClassName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the name of the invokable class which represents the task of this vertex.
getIOManager() - Method in interface org.apache.flink.runtime.execution.Environment
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(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadFinalOutputConfig() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadIndexOfSyncOutput() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadPartialSolutionOrWorksetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadSolutionSetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationId() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterator() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in interface org.apache.flink.runtime.operators.sort.Sorter
 
getIterator() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getIterator() - Method in class org.apache.flink.runtime.operators.TempBarrier
This method resets the input!
getIterator() - Method in interface org.apache.flink.runtime.operators.util.CloseableInputProvider
Gets the iterator over this input.
getIterator() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
 
getIterator() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
getJob(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Return archived job
getJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
Returns all collected accumulators for the job.
getJobConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the configuration of the job the task belongs to.
getJobConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the job configuration object which was attached to the original JobGraph.
getJobConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobConfiguration() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the configuration object for this job if it is set.
getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the job configuration object which was attached to the original JobGraph.
getJobID() - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
getJobID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the ID of the job the tasks belongs to.
getJobID() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the ID of the new job.
getJobID() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the ID of the job from the original job graph.
getJobID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getJobID() - Method in class org.apache.flink.runtime.instance.Slot
Returns the ID of the job this allocated slot belongs to.
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getJobID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getJobID() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the ID of the job.
getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getJobID() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
Returns the ID of the job this profiling information belongs to.
getJobID() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the ID of the job this task belongs to.
getJobID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
The ID of the job the task belongs to
getJobName() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the name of the new job.
getJobName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobProgress() - Method in class org.apache.flink.runtime.client.JobClient
Retrieves the current status of the job assigned to this job client.
getJobProgress(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getJobProgress(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Retrieves the current status of the job specified by the given ID.
getJobs() - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get all archived Jobs
getJobs() - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobStatus() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the last known status of the job.
getJobVertex(JobVertexID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getJobVertexID() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the ID of the job vertex this event belongs to.
getJobVertexId() - Method in interface org.apache.flink.runtime.execution.Environment
Gets the ID of the jobVertex that this task corresponds to.
getJobVertexId() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getJobvertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getJobVertexId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getJobVertexIds() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
getJobVertexName() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the name of the job vertex this event belongs to.
getJvmStartupOptions() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getJvmVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getLastHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
Gets the timestamp of the last heartbeat.
getLastOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getLastTasksConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getLen() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getLen() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getLength() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getLength() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the limit for reading bytes from the given memory segment.
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getListenerAddress() - Method in class org.apache.flink.runtime.ipc.Server
Return the socket (ip+port) on which the RPC server is listening to.
getLocality() - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
getLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getLocalTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
getLocation() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
getLocationConstraint() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getLocationConstraint(int) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
getLocationConstraint() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLowerPart() - Method in class org.apache.flink.runtime.AbstractID
 
getMainThread() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Returns the execution graph object for the job with the given ID from the map of recently added graphs.
getMatchesFor(PT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getMatchFor(PT, BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
getMatchFor(PT, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
 
getMaxDepth(int) - Static method in class org.apache.flink.runtime.operators.sort.QuickSort
Deepest recursion before giving up and doing a heapsort.
getMaxJvmHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
The maximum JVM heap size, in bytes.
getMemoryManager() - Method in interface org.apache.flink.runtime.execution.Environment
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<FileIOChannel>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Returns an iterator that iterates over the merged result from all given channels.
getModificationTime() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getModificationTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getMutableObjectMode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getName() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
getName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the name of the vertex.
getName() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the name assigned to the job graph.
getNetworkConnectionManager() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
getNewExecutionState() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Returns the new execution state of the vertex this event refers to.
getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Returns a new inMemoryPartition object.
getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
getNextBufferOrEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getNextInputSplit() - Method in interface org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider
Requests the next input split to be consumed by the calling task.
getNextInputSplit() - Method in class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
 
getNextPathNum() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
 
getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
getNextRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
Gets the next memory segment that has been filled with data by the reader.
getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
Gets the next memory segment that has been written and is available again.
getNextReturnedSegment() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Gets the next memory segment that has been filled with data by the reader.
getNextReturnedSegment() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Gets the next memory segment that has been written and is available again.
getNextUnboundInputGateID() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the next unbound input gate ID or null if no such ID exists
getNextUnboundInputGateID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberCPUCores() - Static method in class org.apache.flink.runtime.instance.Hardware
Gets the number of CPU cores (hardware contexts) that the JVM has access to.
getNumberLeaves() - Method in class org.apache.flink.runtime.instance.SharedSlot
 
getNumberLeaves() - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
getNumberLeaves() - Method in class org.apache.flink.runtime.instance.Slot
 
getNumberOfActiveConnections() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
getNumberOfActiveConnections() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
getNumberOfActiveConnections() - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
getNumberOfAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getNumberOfAssignedPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getNumberOfAvailableInstances() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
NOTE: In the presence of multi-threaded operations, this number may be inexact.
getNumberOfAvailableSlotsForJid(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
getNumberOfChainedStubs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfChannels() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Returns the number of byte-buffered channels that will retrieve their buffers from the local buffer pool.
getNumberOfChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getNumberOfCPUCores() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the number of CPU cores available to the JVM on the compute node.
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getNumberOfDriverComparators() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the number of comparators required for this driver.
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getNumberOfEventsUntilInterruptInIterativeBroadcastGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfEventsUntilInterruptInIterativeGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfExecutionRetries() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Gets the number of times the system will try to re-execute failed tasks.
getNumberOfInputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of input channels attached to this environment.
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
Returns the number of input channels wired to this reader's input gate.
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Returns the number of input channels associated with this input gate.
getNumberOfInputGates() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of input gates registered with this environment.
getNumberOfInputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of inputs.
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getNumberOfInputs() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the number of inputs (= Nephele Gates and Readers) that the task has.
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getNumberOfInstancesWithAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfIterations() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfLocalizedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfNonLocalizedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfOutputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of output channels attached to this environment.
getNumberOfOutputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfOutputGates() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of output gates registered with this environment.
getNumberOfOutputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfProducedIntermediateDataSets() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of produced intermediate data sets.
getNumberOfReferenceHolders(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
getNumberOfRegisteredTaskManagers() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getNumberOfRetriesLeft() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getNumberOfSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
getNumberOfSlotsAvailableToScheduler() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getNumberOfSlotsAvailableToScheduler() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
 
getNumberOfSubtasks() - Method in class org.apache.flink.runtime.taskmanager.Task
Gets the total number of subtasks of the task that this subtask belongs to.
getNumberOfTaskManagers() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getNumberOfUnconstrainedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfUserThreads() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
getNumberOfVariablesWithReferences() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
 
getNumberOfVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the number of all vertices.
getNumBroadcastInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumChannels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
getNumInputs() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getNumInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumOpenConnections() - Method in class org.apache.flink.runtime.ipc.Server
The number of open RPC conections
getNumOutputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
getNumRequiredComparators() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getNumTaskInputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
getNumTaskInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getNumWriteBehindBuffers(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Determines the number of buffers to be used for asynchronous write behind.
getObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Returns the name of the S3 object this object refers to.
getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the number of bytes currently occupied in this sorter.
getOccupancy() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the number of bytes currently occupied in this sorter.
getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the number of bytes currently occupied in this sorter.
getOffset() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
 
getOffset() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getOldJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getOptionalMessage() - Method in class org.apache.flink.runtime.event.job.JobEvent
Returns the optional message that is possibly attached to this event.
getOutputBufferProvider() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the buffer provider for this environment.
getOutputBufferProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Returns the output channel ID attached to this deployment descriptor.
getOutputChannelId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getOutputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all output channels connected to this environment.
getOutputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all the output channels connected to the gate with the given ID.
getOutputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputCollector() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getOutputCollector() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getOutputCollector(AbstractInvokable, TaskConfig, ClassLoader, List<BufferWriter>, int) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the Collector for the given task, as described by the given configuration.
getOutputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputDataDistribution(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the registered output gate with index pos.
getOutputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all output gates connected to this environment.
getOutputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getOutputPartitioner(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputShipStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
Same as getOutputStream(socket, 0).
getOutputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns OutputStream for the socket.
getOwningNepheleTask() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getOwningNepheleTask() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getPageSize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
getPageSize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Gets the size of the pages handled by the memory manager.
getPairComparatorFactory(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getParallelism() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getParallelism() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Gets the degree of parallelism of the task.
getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getParent() - Method in class org.apache.flink.runtime.instance.Slot
 
getPartition() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getPartitionEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getPartitioningFanOutNoEstimates(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Gets the number of partitions to be used for an initial hash-table, when no estimates are available.
getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Gets the partition number of this partition.
getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Gets the partition number of this partition.
getPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getPath() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getPath() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getPath() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
Returns the path to the underlying temporary file.
getPort() - Method in class org.apache.flink.runtime.blob.BlobCache
 
getPort() - Method in class org.apache.flink.runtime.blob.BlobServer
Returns the port on which the server is listening.
getPort() - Method in interface org.apache.flink.runtime.blob.BlobService
Returns the port of the blob service
getPreferredLocations() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Gets the location preferences of this task, determined by the locations of the predecessors from which it receives input data.
getPreviousGlobalAggregate(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getProbeSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProbeSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProbeSideComparator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getProbeSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProducedDataSets() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getProducedDataSets() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getProducer() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the interval of time this profiling event covers in milliseconds.
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
The interval in milliseconds to which the rest of the profiling data relates to.
getProfilingStart() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getProfilingTimestamp() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
Returns the timestamp of this profiling information.
getProxy(Class<V>, InetSocketAddress, SocketFactory) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<V>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a client-side proxy object with the default SocketFactory
getPushChainDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getRandomFilename(String) - Static method in class org.apache.flink.runtime.util.FileUtils
Constructs a random filename with the given prefix and a random part generated from hex characters.
getReadEndAfterSuperstepEnded() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration head after it has sent all input for the current superstep through the data channel (blocks iteration head).
getReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, TypeSerializer<E>, long) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates the reading thread.
getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the number of bytes received via network during the profiling interval.
getReceiver() - Method in exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
 
getRecentExecutionGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecentJobs(List<RecentJobEvent>) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
 
getRecentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecentJobs() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves a list of jobs which have either running or have been started recently.
getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.client.JobClient
Returns the recommended interval in seconds in which a client is supposed to poll for progress information.
getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecommendedPollingInterval() - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Returns the recommended interval in seconds in which a client is supposed to poll for progress information.
getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the record at the given logical position.
getRecord(T, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the record at the given logical position.
getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the record at the given logical position.
getRecordCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
number of records in partition including garbage
getRecursionLevel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Gets this partition's recursion level.
getRegisteredExecutions() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getRegisteredId() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Gets the ID under which the TaskManager is currently registered at its JobManager.
getRelativeBackChannelMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeInputMaterializationMemory(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeSolutionSetMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRemoteAddress() - Static method in class org.apache.flink.runtime.ipc.Server
Returns remote address as a string when invoked inside an RPC.
getRemoteIp() - Static method in class org.apache.flink.runtime.ipc.Server
Returns the remote side ip address when invoked inside an RPC Returns null in case of an error.
getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
getRemoteTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
getReplication() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
getReplication() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getRequiredJarFiles() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getRequiredJarFiles() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns a list of BLOB keys referring to the JAR files required to run this job
getResources() - Method in class org.apache.flink.runtime.instance.Instance
 
getReturnCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
Returns the return code of the job operation.
getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
Gets the queue in which the full memory segments are queued after the asynchronous read is complete.
getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockWriter
Gets the queue in which the memory segments are queued after the asynchronous write is completed.
getReturnQueue() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Gets the queue in which the full memory segments are queued after the read is complete.
getReturnQueue() - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Gets the queue in which the memory segments are queued after the asynchronous write is completed
getRevisionInformation() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Returns the code revision (commit and commit date) of Flink.
getRoot() - Method in class org.apache.flink.runtime.instance.Slot
 
getSegmentsForReaders(List<List<MemorySegment>>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Divides the given collection of memory buffers among numChannels sublists.
getSegmentSize() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the size of the segments used by this view.
getSequenceNumber() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getServer(Object, String, int, int) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a server for a protocol implementation instance listening on a port and address.
getServerPort() - Method in class org.apache.flink.runtime.blob.BlobServer
Returns the network port the BLOB server is bound to.
getSharedSlot() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getSimpleName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Creates a simple name representation in the style 'taskname (x/y)', where 'taskname' is the name as returned by ExecutionVertex.getTaskName(), 'x' is the parallel subtask index as returned by ExecutionVertex.getParallelSubtaskIndex()+ 1, and 'y' is the total number of tasks, as returned by ExecutionVertex.getTotalNumberOfParallelSubtasks().
getSizeOfFreeHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Gets an estimate of the size of the free heap memory.
getSizeOfFreeHeapMemoryWithDefrag() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Gets an estimate of the size of the free heap memory.
getSizeOfJvmHeap() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of the JVM heap memory
getSizeOfManagedMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of the memory managed by the system for caching, hashing, sorting, ...
getSizeOfPhysicalMemory() - Static method in class org.apache.flink.runtime.instance.Hardware
Returns the size of the physical memory in bytes.
getSizeOfPhysicalMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of physical memory in bytes available on the compute node.
getSlotForTask(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
Gets a slot suitable for the given task vertex.
getSlotForTask(ExecutionVertex, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
getSlotNumber() - Method in class org.apache.flink.runtime.instance.Slot
 
getSlotSharingGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Gets the slot sharing group that this vertex is associated with.
getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
 
getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state SOFT_IRQ during the profiling interval.
getSolutionSetComparator(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSolutionSetSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getSource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getSource() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getSource() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
getSource() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the data set at the source of the edge.
getSourceId() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Gets the ID of the consumed data set.
getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
 
getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getSpillingThresholdDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSpillingThresholdInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSplit(ClassLoader) - Method in class org.apache.flink.runtime.jobmanager.InputSplitWrapper
 
getSplitAssigner() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getState() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getStateTimestamps() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getStaticResolution(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Retrieves the resolved name for the passed host.
getStatusTimestamp(JobStatus) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getStorageLocation(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
Returns a file handle to the file associated with the given blob key on the blob server.
getStorageLocation(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobServer
Returns a file handle to the file identified by the given jobID and key.
getString() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
Returns the stored string.
getString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
getStub() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getStub() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getStubParameters() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getStubType() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getStubType() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the class of the stub type that is run by this task.
getStubType() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getStubWrapper(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSubmissionTimestamp() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the time stamp of the job submission.
getSubSlots() - Method in class org.apache.flink.runtime.instance.SharedSlot
 
getSubtask() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getSubtask() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
getSubtaskIndex() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
getSubtaskIndex() - Method in class org.apache.flink.runtime.taskmanager.Task
Gets the index of the parallel subtask [0, parallelism).
getSuperstep() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
getSystemCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getSystemCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state SYSTEM during the profiling interval.
getSystemTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getSystemTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in system mode in the given profiling interval.
getTarget() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getTarget() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the vertex connected to this edge.
getTaskAssignment() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
getTaskConfig() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getTaskConfig() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getTaskConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getTaskConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's configuration object.
getTaskConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the task configuration object which was attached to the original JobVertex.
getTaskConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getTaskConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the task configuration object which was attached to the original AbstractJobVertex.
getTaskManagerProxy() - Method in class org.apache.flink.runtime.instance.Instance
 
getTaskManagers() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
 
getTaskName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's name.
getTaskName() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the name of the task running in this environment.
getTaskName() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getTaskName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
getTaskName() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getTaskName() - Method in class org.apache.flink.runtime.taskmanager.Task
 
getTaskNameWithSubtasks() - Method in class org.apache.flink.runtime.taskmanager.Task
 
getTaskToExecute() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getTaskVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getTempDir(JobID, String) - Method in class org.apache.flink.runtime.filecache.FileCache
 
getTemporaryFileDirectory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getTimestamp() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
Returns the timestamp of the event.
getTimestampString() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
getTotalMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getTotalMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the total amount of memory of the corresponding instance.
getTotalNumberOfParallelSubtasks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getTotalNumberOfReceivers() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getTotalNumberOfRegisteredSlots() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getTotalNumberOfRegisteredSlots() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Returns the number of available slots among the registered task managers
getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getTotalNumberOfSubtasks() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the number of subtasks the corresponding vertex has been split into at runtime.
getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the number of bytes transmitted via network during the profiling interval.
getType() - Method in exception org.apache.flink.runtime.broadcast.InitializationTypeConflictException
 
getUdfRuntimeContext() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getUpperPart() - Method in class org.apache.flink.runtime.AbstractID
 
getUri() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getURL(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobCache
Returns the URL for the content-addressable BLOB with the given key.
getURL(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
Method which retrieves the URL of a file associated with a blob key.
getURL(BlobKey) - Method in interface org.apache.flink.runtime.blob.BlobService
This method returns the URL of the file associated with the provided blob key.
getUserClassLoader() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the user code class loader
getUserClassLoader() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getUserClassLoader() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getUserCodeClassLoader() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the user code class loader of this invokable.
getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getUserCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getUserCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state USER during the profiling interval.
getUserJarBlobKeys() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns a set of BLOB keys referring to the JAR files required to run this job.
getUserRunning() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Gets the name of the user that is running the JVM.
getUserTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getUserTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in user mode in the given profiling interval.
getValue() - Method in class org.apache.flink.runtime.types.IntegerRecord
Returns the value of this integer record.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
Returns an iterator over all values that belong to the current key.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
Returns an iterator over all values that belong to the current key.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Returns an iterator over all values that belong to the current key.
getValues1() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
getValues1() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Returns an iterable over the left input values for the current key.
getValues2() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
getValues2() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Returns an iterable over the left input values for the current key.
getVariable() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
 
getVariable(BroadcastVariableInitializer<T, C>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
 
getVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Returns the version of the code as String.
getVertex() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getVertexId() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
getVertexID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's execution vertex ID.
getVertexId() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
getVertexId() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getVertexID() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
Returns the ID of the vertex this profiling information belongs to.
getVertexID() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the ID of this task vertex.
getVertexWithAttempt() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an Iterable to iterate all vertices registered with the job graph.
getVerticesAsArray() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an array of all job vertices that are registered with the job graph.
getVerticesSortedTopologicallyFromSources() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
getVerticesTopologically() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getWaitedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getWaitedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in either WAITING or TIMED_WAITING state in the given profiling interval.
getWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getWorkerIndex() - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getWrappedException() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
getWriteEnd() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration tail to save the output of the current superstep.
getWriters() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
List of writers that are associated with this output collector
getWriters() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
List of writers that are associated with this output collector
GlobalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
A global buffer pool for the network stack.
GlobalBufferPool(int, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
go() - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
The entry point for the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Equivalent to the run() method.
GroupReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
Combine operator, standalone (not chained)
GroupReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
GroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
GroupReduce task which is executed by a Nephele task manager.
GroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceDriver
 

H

HadoopBlockLocation - Class in org.apache.flink.runtime.fs.hdfs
Implementation of the BlockLocation interface for the Hadoop Distributed File System.
HadoopBlockLocation(BlockLocation) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopBlockLocation
Creates a new block location
HadoopDataInputStream - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FSDataInputStream for the Hadoop Distributed File System.
HadoopDataInputStream(FSDataInputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
Creates a new data input stream from the given HDFS input stream
HadoopDataOutputStream - Class in org.apache.flink.runtime.fs.hdfs
 
HadoopDataOutputStream(FSDataOutputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
HadoopFileStatus - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileStatus interface for the Hadoop Distribution File System.
HadoopFileStatus(FileStatus) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
Creates a new file status from a HDFS file status.
HadoopFileSystem - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileSystem base class for the Hadoop File System.
HadoopFileSystem(Class<? extends FileSystem>) - Constructor for class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
Creates a new DistributedFileSystem object to access HDFS
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
HardwareDescription - Class in org.apache.flink.runtime.instance
A hardware description describes the resources available to a task manager.
HardwareDescription() - Constructor for class org.apache.flink.runtime.instance.HardwareDescription
Public default constructor used for serialization process.
HardwareDescription(int, long, long, long) - Constructor for class org.apache.flink.runtime.instance.HardwareDescription
Constructs a new hardware description object.
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.blob.BlobKey
hashCode() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
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.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.instance.InstanceConnectionInfo
 
hashCode() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.ID
 
hashCode() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
hashCode() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
hashCode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
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.VertexProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
hashCode() - Method in class org.apache.flink.runtime.types.FileRecord
 
hashCode() - Method in class org.apache.flink.runtime.types.IntegerRecord
 
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 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.operators.resettable.BlockResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
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.KeyGroupedIteratorImmutable.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
 
hasNoConnectedInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
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
 
hasResourcesAvailable() - Method in class org.apache.flink.runtime.instance.Instance
 
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
 
hierarchy() - Method in class org.apache.flink.runtime.instance.Slot
 

I

id - Variable in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
The ID of the underlying channel.
InboundEnvelopeDecoder - Class in org.apache.flink.runtime.io.network.netty
 
InboundEnvelopeDecoder(BufferProviderBroker) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
InboundEnvelopeDispatcher - Class in org.apache.flink.runtime.io.network.netty
 
InboundEnvelopeDispatcher(EnvelopeDispatcher) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
 
incrementEndOfSuperstepEventAndCheck() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
incrementIterationCounter() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
incrementReferenceCounter() - Method in class org.apache.flink.runtime.util.AtomicDisposableReferenceCounter
Increments the reference count and returns whether it was successful.
IndexedSortable - Interface in org.apache.flink.runtime.operators.sort
 
IndexedSorter - Interface in org.apache.flink.runtime.operators.sort
 
inFirstIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
initBroadcastInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
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.
InitializationTypeConflictException - Exception in org.apache.flink.runtime.broadcast
 
InitializationTypeConflictException(Class<?>) - Constructor for exception org.apache.flink.runtime.broadcast.InitializationTypeConflictException
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
initialize(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
 
initialize() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
initialize() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
initializeBroadcastVariable(Iterable<T>) - Method in class org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
 
initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
A hook that can be overwritten by sub classes to implement logic that is called by the master when the job starts.
initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
 
initializeSerializers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
initialPartitionBuffersCount - Variable in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
initInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the record readers for the number of inputs as defined by RegularPactTask.getNumTaskInputs().
initInputsSerializersAndComparators(int, int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates all the serializers and comparators.
initLocalStrategies(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
NOTE: This method must be invoked after the invocation of #initInputReaders() and #initInputSerializersAndComparators(int)!
initOutPathDistFS(Path, FileSystem.WriteMode, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
initOutputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
initOutputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates a writer for each output.
initOutputs(AbstractInvokable, ClassLoader, TaskConfig, List<ChainedDriver<?, ?>>, List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Creates a writer for each output.
initOutputWriters(List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
 
initStub(Class<? super S>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
initTable(int, byte) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
InMemoryPartition<T> - Class in org.apache.flink.runtime.operators.hash
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.
InputFormatVertex - Class in org.apache.flink.runtime.jobgraph
 
InputFormatVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
InputFormatVertex(String, JobVertexID) - Constructor for class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
inputGate - Variable in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
The input gate associated with the record reader.
InputGate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
Input gates are a specialization of general gates and connect input channels and record readers.
InputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.InputGate
Constructs a new runtime input gate.
inputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
inputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The inputs reader, wrapped in an iterator.
inputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers to this task.
inputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The inputs to the operator.
inputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The serializers for the input data type.
InputSplitIterator<T extends InputSplit> - Class in org.apache.flink.runtime.jobgraph.tasks
The input split iterator allows a task to iterate over all input splits it is supposed to consume.
InputSplitIterator(InputSplitProvider) - Constructor for class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
Constructs a new input split iterator.
InputSplitProvider - Interface in org.apache.flink.runtime.jobgraph.tasks
An input split provider can be successively queried to provide a series of InputSplit objects a task is supposed to consume in the course of its execution.
InputSplitProviderProtocol - Interface in org.apache.flink.runtime.protocols
The input split provider protocol is used to facilitate RPC calls related to the lazy split assignment.
InputSplitWrapper - Class in org.apache.flink.runtime.jobmanager
 
InputSplitWrapper() - Constructor for class org.apache.flink.runtime.jobmanager.InputSplitWrapper
 
InputSplitWrapper(InputSplit) - Constructor for class org.apache.flink.runtime.jobmanager.InputSplitWrapper
 
InputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
 
InputViewIterator(DataInputView, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.InputViewIterator
 
insert(T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
insert(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
insertIntoBuildBuffer(BT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Inserts the given object into the current buffer.
insertIntoProbeBuffer(PT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Inserts the given record into the probe side buffers.
insertIntoTable(BT, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Replaces record in hash table if record already present or append record if not.
instance() - Static method in class org.apache.flink.runtime.broadcast.DefaultBroadcastVariableInitializer
 
Instance - Class in org.apache.flink.runtime.instance
An instance represents a resource a TaskManager runs on.
Instance(InstanceConnectionInfo, InstanceID, HardwareDescription, int) - Constructor for class org.apache.flink.runtime.instance.Instance
Constructs an abstract instance object.
instance - Variable in class org.apache.flink.runtime.instance.Slot
The instance on which the slot is allocated
INSTANCE - Static variable in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
retrieve singleton instance
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
retrieve singleton instance
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker
Retrieve the singleton instance.
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrierBroker
 
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
 
INSTANCE - Static variable in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
INSTANCE - Static variable in class org.apache.flink.runtime.util.ExecutorThreadFactory
 
InstanceConnectionInfo - Class in org.apache.flink.runtime.instance
This class encapsulates all connection information necessary to connect to the instance's task manager.
InstanceConnectionInfo(InetAddress, int, int) - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs a new instance connection info object.
InstanceConnectionInfo() - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs an empty object.
instanceDied(Instance) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called when an instance died.
instanceDied(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
InstanceDiedException - Exception in org.apache.flink.runtime.instance
A special instance signaling that an attempted operation on an instance is not possible, because the instance has died.
InstanceDiedException(Instance) - Constructor for exception org.apache.flink.runtime.instance.InstanceDiedException
 
InstanceID - Class in org.apache.flink.runtime.instance
Class for statistically unique instance IDs.
InstanceID() - Constructor for class org.apache.flink.runtime.instance.InstanceID
 
InstanceListener - Interface in org.apache.flink.runtime.instance
Classes implementing the InstanceListener interface can be notified about the availability disappearance of instances.
InstanceManager - Class in org.apache.flink.runtime.instance
Simple manager that keeps track of which TaskManager are available and alive.
InstanceManager() - Constructor for class org.apache.flink.runtime.instance.InstanceManager
Creates an instance manager, using the global configuration value for maximum interval between heartbeats where a task manager is still considered alive.
InstanceManager(long) - Constructor for class org.apache.flink.runtime.instance.InstanceManager
 
InstanceManager(long, long) - Constructor for class org.apache.flink.runtime.instance.InstanceManager
 
InstanceProfiler - Class in org.apache.flink.runtime.profiling.impl
 
InstanceProfiler(InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.InstanceProfiler
 
InstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Instance profiling events are a special subclass of profiling events.
InstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Constructs a new instance profiling event.
InstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Default constructor for serialization/deserialization.
InstanceSummaryProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Instance summary profiling events summarize the profiling events of all instances involved in computing a job.
InstanceSummaryProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
Constructs a new instance summary profiling event.
InstanceSummaryProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
Default constructor for serialization/deserialization.
instantiateUserCode(TaskConfig, ClassLoader, Class<? super T>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Instantiates a user code class from is definition in the task configuration.
InsufficientResourcesException - Exception in org.apache.flink.runtime.io.network
This exception is thrown by the ChannelManager to indicate that a task cannot be accepted because there are not enough resources available to safely execute it.
IntArrayList - Class in org.apache.flink.runtime.util
Minimal implementation of an array-backed list of ints
IntArrayList(int) - Constructor for class org.apache.flink.runtime.util.IntArrayList
 
IntegerRecord - Class in org.apache.flink.runtime.types
This class represents record for integer values.
IntegerRecord(int) - Constructor for class org.apache.flink.runtime.types.IntegerRecord
Constructs a new integer record with the given integer value.
IntegerRecord() - Constructor for class org.apache.flink.runtime.types.IntegerRecord
Constructs an empty integer record (Mainly used for serialization, do not call this constructor in your program).
IntegerTaskEvent - Class in org.apache.flink.runtime.event.task
This class provides a simple implementation of an event that holds an integer value.
IntegerTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
Default constructor (should only be used for deserialization).
IntegerTaskEvent(int) - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
Constructs a new integer task event.
IntermediateDataSet - Class in org.apache.flink.runtime.jobgraph
An intermediate data set is the data set produced by an operator - either a source or any intermediate operation.
IntermediateDataSet(AbstractJobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
IntermediateDataSet(IntermediateDataSetID, AbstractJobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
IntermediateDataSetID - Class in org.apache.flink.runtime.jobgraph
 
IntermediateDataSetID() - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Creates an new random intermediate data set ID.
IntermediateDataSetID(AbstractID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Creates a new intermediate data set ID with the bytes of the given ID.
IntermediateDataSetID(UUID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Creates a new intermediate data set ID with the bytes of the given UUID.
IntermediateResult - Class in org.apache.flink.runtime.executiongraph
 
IntermediateResult(IntermediateDataSetID, ExecutionJobVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResult
 
IntermediateResultPartition - Class in org.apache.flink.runtime.executiongraph
 
IntermediateResultPartition(IntermediateResult, ExecutionVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
InternalExecutionVertexProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalExecutionVertexProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
InternalExecutionVertexProfilingData(JobID, JobVertexID, int, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
InternalExecutionVertexThreadProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalExecutionVertexThreadProfilingData(JobID, JobVertexID, int, ExecutionAttemptID, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
InternalExecutionVertexThreadProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
internalHandleException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Internally handles an exception and makes sure that this method returns without a problem.
InternalInstanceProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalInstanceProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
InternalInstanceProfilingData(InstanceConnectionInfo, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
InternalProfilingData - Interface in org.apache.flink.runtime.profiling.impl.types
 
invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Invalidates the entries identified by the given channel IDs from the receiver lookup cache.
inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
invoke() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
invoke() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task.
invoke() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
invoke() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
invoke() - Method in class org.apache.flink.runtime.operators.RegularPactTask
The main work method.
IOManager - Class in org.apache.flink.runtime.io.disk.iomanager
The facade for the provided I/O manager services.
IOManager(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager.
ioManager - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The I/O manager used to instantiate writers for the spilled partitions.
ioManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
IOManagerAsync - Class in org.apache.flink.runtime.io.disk.iomanager
A version of the IOManager that uses asynchronous I/O.
IOManagerAsync() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Constructs a new asynchronous I/O manger, writing files to the system 's temp directory.
IOManagerAsync(String) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Constructs a new asynchronous I/O manger, writing file to the given directory.
IOManagerAsync(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Constructs a new asynchronous I/O manger, writing file round robin across the given directories.
IOUtils - Class in org.apache.flink.runtime.util
An utility class for I/O related functionality.
IPC_THREAD_NAME_PREFIX - Static variable in class org.apache.flink.runtime.ipc.Server
 
ipcPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the port instance's task manager runs its IPC service on.
isAlive() - Method in class org.apache.flink.runtime.instance.Instance
 
isAlive() - Method in class org.apache.flink.runtime.instance.Slot
 
isBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
isBufferConsumed() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
 
isCanceled() - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Returns whether the task has been canceled.
isCanceled() - Method in class org.apache.flink.runtime.instance.Slot
 
isCanceledOrFailed() - Method in class org.apache.flink.runtime.taskmanager.Task
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
isClosed() - Method in interface org.apache.flink.runtime.io.disk.iomanager.FileIOChannel
Checks whether the channel has been closed.
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
Checks whether this request queue is closed.
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Checks if the gate is closed.
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
isCompacted() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
isConverged(int, LongValue) - Method in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
isDead() - Method in class org.apache.flink.runtime.instance.Slot
 
isDestroyed() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
isDir() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileStatus
 
isDir() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
isDisposed() - Method in class org.apache.flink.runtime.instance.Slot
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
isEmpty() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Checks whether the buffer is empty.
isEmpty() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Checks whether the buffer is empty.
isEmpty() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Checks whether the buffer is empty.
isEmpty() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
isEmpty() - Method in class org.apache.flink.runtime.util.IntArrayList
 
isEmpty() - Method in class org.apache.flink.runtime.util.LongArrayList
 
isEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
isEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
isFinished() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
isFreed() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
isFreed() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Checks whether this memory segment has already been freed.
isFreed() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Checks whether this memory segment has already been freed.
isFullBuffer() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
 
isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
 
isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
 
isIdReference() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
 
isInFinalState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
isInMemory() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Checks whether this partition is in memory or spilled.
isInputAsynchronouslyMaterialized(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isInputCached(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
isInputClosed() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
 
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Checks if the considered gate is an input gate.
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
isInputResettable(int) - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
isInputVertex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
isIterativeInputGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isJobAborting() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
isJobCanceledByUser() - Method in exception org.apache.flink.runtime.client.JobExecutionException
Returns true if the job has been aborted as a result of a user request, false otherwise.
isMaterializing() - Method in enum org.apache.flink.runtime.operators.DamBehavior
Checks whether this enumeration represents some form of materialization, either with a full dam or without.
isMaterializing() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
isNetworkStrategy() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
isOpen() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
isOpen() - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
isOutputVertex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
isProfilingAvailable() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Checks if profiling is enabled for the new job.
isProperlyShutDown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Utility method to check whether the IO manager has been properly shut down.
isProperlyShutDown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Utility method to check whether the IO manager has been properly shut down.
isQueuedSchedulingAllowed() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
isRegistered() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Checks if the TaskManager is properly registered and ready to receive work.
isReleased() - Method in class org.apache.flink.runtime.instance.Slot
 
isRunning() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Checks whether this thread is still alive.
isShutDown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
Tests whether the job manager has been shut down completely.
isShutDown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Checks whether the task manager has already been shut down.
isSolutionSetUnmanaged() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isSolutionSetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
isStillAlive(long, long) - Method in class org.apache.flink.runtime.instance.Instance
Checks whether the last heartbeat occurred within the last n milliseconds before the given timestamp now.
isSuccess() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
isTerminalState() - Method in enum org.apache.flink.runtime.jobgraph.JobStatus
 
isUnassigned() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
isUnassignedOrDisposed() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
isWorksetIteration - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
isWorksetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
IterationAggregatorBroker - Class in org.apache.flink.runtime.iterative.concurrent
 
IterationAggregatorBroker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
 
IterationEventWithAggregators - Class in org.apache.flink.runtime.iterative.event
 
IterationEventWithAggregators() - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationEventWithAggregators(String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationEventWithAggregators(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationHeadPactTask<X,Y,S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
The head is responsible for coordinating an iteration and can run a PactDriver inside.
IterationHeadPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
IterationIntermediatePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
An intermediate iteration task, which runs a Driver}inside.
IterationIntermediatePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
IterationSynchronizationSinkTask - Class in org.apache.flink.runtime.iterative.task
The task responsible for synchronizing all iteration heads, implemented as an output task.
IterationSynchronizationSinkTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
IterationTailPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
An iteration tail, which runs a driver inside.
IterationTailPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
iterativeBroadcastInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The indices of the iterative broadcast inputs.
iterativeInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The indices of the iterative inputs.
iterator() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
iterator() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
iterator() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
 
iterator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The iterator to be returned by the sort-merger.
iterator() - Method in class org.apache.flink.runtime.util.EmptyIterator
 
iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
 
iterator() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
iterator() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
iteratorException - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The exception that is set, if the iterator cannot be created.
iteratorLock - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The monitor which guards the iterator field.

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.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
This class represent edges (communication channels) in a job graph.
JobEdge(IntermediateDataSet, AbstractJobVertex, DistributionPattern) - Constructor for class org.apache.flink.runtime.jobgraph.JobEdge
Constructs a new job edge, that connects an intermediate result to a consumer task.
JobEdge(IntermediateDataSetID, AbstractJobVertex, DistributionPattern) - Constructor for class org.apache.flink.runtime.jobgraph.JobEdge
Constructs a new job edge that refers to an intermediate result via the Id, rather than directly through the intermediate data set structure.
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.
JobException - Exception in org.apache.flink.runtime
 
JobException(String) - Constructor for exception org.apache.flink.runtime.JobException
 
JobException(String, Throwable) - Constructor for exception org.apache.flink.runtime.JobException
 
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 Flink runtime job.
JobGraph() - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with no name and 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.
JobGraph(JobID, String) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraph(AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with no name and a random job ID.
JobGraph(String, AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraph(JobID, String, AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
jobID - Variable in class org.apache.flink.runtime.instance.Slot
The ID of the job this slice belongs to.
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
 
JobManagementProtocol - Interface in org.apache.flink.runtime.protocols
The JobManagementProtocol specifies methods required to manage jobs from a job client.
JobManager - Class in org.apache.flink.runtime.jobmanager
The JobManager is the master that coordinates the distributed 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.
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
Possible states of a job once it has been accepted by the job manager.
jobStatusHasChanged(ExecutionGraph, JobStatus, String) - Method in interface org.apache.flink.runtime.executiongraph.JobStatusListener
Called when the status of the job changed.
jobStatusHasChanged(ExecutionGraph, JobStatus, String) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
JobStatusListener - Interface in org.apache.flink.runtime.executiongraph
This interface allows objects to receive notifications when the status of an observed job has changed.
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.
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
 
JobVertexID(byte[]) - 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
 
JsonFactory - Class in org.apache.flink.runtime.jobmanager.web
 
JsonFactory() - Constructor for class org.apache.flink.runtime.jobmanager.web.JsonFactory
 

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
 
KeyGroupedIteratorImmutable<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).
KeyGroupedIteratorImmutable(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
Initializes the KeyGroupedIterator.
KeyGroupedIteratorImmutable.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
 
killTaskManager() - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
 
killTaskManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
killTaskManagers() - Method in class org.apache.flink.runtime.instance.InstanceManager
This method is only used by the Flink YARN client to self-destruct a Flink cluster by stopping the JVMs of the TaskManagers.

L

length() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
LibraryCacheManager - Interface in org.apache.flink.runtime.execution.librarycache
 
LifoSetQueue<E> - Class in org.apache.flink.runtime.jobmanager.scheduler
A queue that returns elements in LIFO order and simultaneously maintains set characteristics, i.e., elements that are already in the queue may not be added another time.
LifoSetQueue() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
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.HadoopFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
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.
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
 
LocalConnectionManager() - Constructor for class org.apache.flink.runtime.io.network.LocalConnectionManager
 
LocalInstanceManager - Class in org.apache.flink.runtime.instance
A variant of the InstanceManager that internally spawn task managers as instances, rather than waiting for external TaskManagers to register.
LocalInstanceManager(int) - Constructor for class org.apache.flink.runtime.instance.LocalInstanceManager
 
Locality - Enum in org.apache.flink.runtime.jobmanager.scheduler
 
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.
LOG - Static variable in class org.apache.flink.runtime.io.disk.iomanager.AbstractFileIOChannel
Logger object for channel and its subclasses
LOG - Static variable in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Logging
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.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 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
 
logEnvironmentInfo(Logger, 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.
lookupConnectionInfoAndDeployReceivers(InstanceConnectionInfo, ChannelID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 

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 TaskManager executable.
main(String[]) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
ManagementEvent - Interface in org.apache.flink.runtime.event.job
This is a marker interface only.
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
 
MapPartitionDriver<IT,OT> - Class in org.apache.flink.runtime.operators
MapPartition task which is executed by a Nephele task manager.
MapPartitionDriver() - Constructor for class org.apache.flink.runtime.operators.MapPartitionDriver
 
MapRFileSystem - Class in org.apache.flink.runtime.fs.maprfs
Concrete implementation of the FileSystem base class for the MapR file system.
MapRFileSystem() - Constructor for class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
Creates a new MapRFileSystem object to access the MapR file system.
mark(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
markAsFinished() - Method in class org.apache.flink.runtime.taskmanager.Task
Marks the task as finished.
markCancelled() - Method in class org.apache.flink.runtime.instance.Slot
 
markDead() - Method in class org.apache.flink.runtime.instance.Instance
 
markDead() - Method in class org.apache.flink.runtime.instance.Slot
Marks this shared slot to be dead.
markDisposed() - Method in class org.apache.flink.runtime.instance.Slot
 
markFailed(Throwable) - Method in class org.apache.flink.runtime.taskmanager.Task
 
markReleased() - Method in class org.apache.flink.runtime.instance.Slot
 
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
 
MaterializationExpiredException - Exception in org.apache.flink.runtime.broadcast
 
MaterializationExpiredException() - Constructor for exception org.apache.flink.runtime.broadcast.MaterializationExpiredException
 
materializeBroadcastVariable(String, int, RegularPactTask<?, ?>, MutableReader<?>, TypeSerializerFactory<T>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
 
materializeVariable(MutableReader<?>, TypeSerializerFactory<?>, RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableMaterialization
 
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.
mergeInto(CoLocationGroup) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
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.HadoopFileSystem
 
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
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

NettyConnectionManager - Class in org.apache.flink.runtime.io.network.netty
 
NettyConnectionManager(InetAddress, int, 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
 
newInstance(Class<T>) - Static method in class org.apache.flink.runtime.ipc.Server
 
newInstanceAvailable(Instance) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called when a new instance becomes available.
newInstanceAvailable(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
newSlotAvailable(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
newSlotAvailable(Instance) - Method in interface org.apache.flink.runtime.jobmanager.scheduler.SlotAvailabilityListener
 
newThread(Runnable) - Method in class org.apache.flink.runtime.util.ExecutorThreadFactory
 
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.FileIOChannel.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(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() - 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.KeyGroupedIteratorImmutable.ValuesIterator
 
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.
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.KeyGroupedIteratorImmutable
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
 
NoResourceAvailableException - Exception in org.apache.flink.runtime.jobmanager.scheduler
 
NoResourceAvailableException() - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
NoResourceAvailableException(ScheduledUnit) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
NoResourceAvailableException(int, int, int) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
NoResourceAvailableException(String) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
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
notifyExecutionStateChange(JobID, ExecutionAttemptID, ExecutionState, Throwable) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
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(E) - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
offer(E) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
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.HadoopFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
open(Path, int) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
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() - 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.
operationComplete(ChannelFuture) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
org.apache.flink.runtime - package org.apache.flink.runtime
 
org.apache.flink.runtime.accumulators - package org.apache.flink.runtime.accumulators
 
org.apache.flink.runtime.blob - package org.apache.flink.runtime.blob
 
org.apache.flink.runtime.broadcast - package org.apache.flink.runtime.broadcast
 
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.maprfs - package org.apache.flink.runtime.fs.maprfs
 
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.web - package org.apache.flink.runtime.jobmanager.web
 
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.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.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) - 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.
OutputEmitter(ShipStrategyType, TypeComparator<T>, Partitioner<?>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
 
OutputEmitter(ShipStrategyType, TypeComparator<T>, Partitioner<?>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
 
OutputFormatVertex - Class in org.apache.flink.runtime.jobgraph
A task vertex that run an initialization on the master, trying to deserialize an output format and initializing it on master, if necessary.
OutputFormatVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.OutputFormatVertex
Creates a new task vertex with the specified name.
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.
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 flink 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
 
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.jobmanager.scheduler.LifoSetQueue
 
peek() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
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.jobmanager.scheduler.LifoSetQueue
 
poll() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
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.MapPartitionDriver
 
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, FileIOChannel.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, int) - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
 
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
publishEvent(AbstractTaskEvent, int) - 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(AbstractTaskEvent, int) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Publishes an event to a specific input.
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(byte[]) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads the data of the given byte array to the BLOB server in a content-addressable manner.
put(byte[], int, int) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads data from the given byte array to the BLOB server in a content-addressable manner.
put(JobID, String, byte[]) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads the data of the given byte array to the BLOB server and stores it under the given job ID and key.
put(JobID, String, byte[], int, int) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads data from the given byte array to the BLOB server and stores it under the given job ID and key.
put(JobID, String, InputStream) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads data from the given input stream to the BLOB server and stores it under the given job ID and key.
put(InputStream) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads the data from the given input stream to the BLOB server in a content-addressable manner.
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;
QueuingCallback - Class in org.apache.flink.runtime.io.disk.iomanager
A RequestDoneCallback that adds the memory segments to a blocking queue.
QueuingCallback(LinkedBlockingQueue<MemorySegment>) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
 
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.blob.BlobKey
read(DataInputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
read() - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
read() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobmanager.InputSplitWrapper
 
read(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
readAndSetBroadcastInput(int, String, DistributedRuntimeUDFContext, int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
readBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousBlockReader
Issues a read request, which will asynchronously fill the given segment with the next block in the underlying file channel.
readBlock(MemorySegment) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Issues a read request, which will fill the given segment with the next block in the underlying file channel.
readBoolean() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readBoolean() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readChar() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readChar() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readDouble() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readDouble() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readEnum(DataInput, Class<T>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Reads a value from the given enumeration from the specified input stream.
reader - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
Reader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
A reader interface to read records from an input.
ReaderBase - Interface in org.apache.flink.runtime.io.network.api
 
ReaderIterator<T> - Class in org.apache.flink.runtime.operators.util
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
 
readLine() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLine() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLong() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLong() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Reads a record from one of the associated input channels.
readRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
readShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUnsignedByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUnsignedShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUTF() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUTF() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
ReceiverAlreadyClosedException - Exception in org.apache.flink.runtime.io.network.channels
 
ReceiverAlreadyClosedException() - Constructor for exception org.apache.flink.runtime.io.network.channels.ReceiverAlreadyClosedException
 
receiverNotFound() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverNotReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
RecentJobEvent - Class in org.apache.flink.runtime.event.job
A RecentJobEvent provides a summary of a job which is either currently running or has been running recently.
RecentJobEvent(JobID, String, JobStatus, boolean, long, long) - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructs a new event.
RecentJobEvent() - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructor for serialization/deserialization.
RecordAvailabilityListener<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.gates
This interface can be implemented by a class which shall be notified by an input gate when one of the its connected input channels has at least one record available for reading.
RecordDeserializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning sequences of memory segments into records.
RecordDeserializer.DeserializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
RecordOutputCollector - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects Records, and emits the pair to a set of Nephele RecordWriters.
RecordOutputCollector(List<RecordWriter<Record>>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Initializes the output collector with a set of writers.
RecordOutputEmitter - Class in org.apache.flink.runtime.operators.shipping
 
RecordOutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, Partitioner<?>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
 
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, Partitioner<?>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
 
RecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects an input gate to an application.
RecordReader(AbstractInvokable, Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordReader
Constructs a new record reader and registers a new input gate with the application's environment.
RecordSerializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning records into sequences of memory segments.
RecordSerializer.SerializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
RecordWriter<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects the application to an output gate.
RecordWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
RecordWriter(AbstractInvokable, ChannelSelector<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
recursionLevel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
recycle(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.BufferRecycler
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(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(FileIOChannel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel to the list of channels that are to be removed at shutdown.
registerConsumer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
registerEnvelopeDispatcher(EnvelopeDispatcher) - Method in class org.apache.flink.runtime.io.network.channels.Channel
Registers an EnvelopeDispatcher with this channel at runtime.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
registerExecutionListener(Task, Configuration) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerExecutionListener(Task, Configuration) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Registers an ExecutionListener object for profiling.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
 
registerForProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerForProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ProfilingListener object to receive profiling data for the job with the given job ID.
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerGlobalBufferPool(GlobalBufferPool) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
 
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerInputOutput() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task to instantiate the required record reader and record writer.
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Initialization method.
registerJob(JobID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
registerJob(JobID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
registerJob(JobID, Collection<BlobKey>) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job with its required jar files.
registerJob(ExecutionGraph, boolean, long) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Registers a job in form of its execution graph representation with the job progress collector.
registerJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
registerMainThreadForCPUProfiling(Environment, Thread, JobVertexID, int, ExecutionAttemptID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerOpenChannelToBeRemovedAtShudown(FileIOChannel) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel reader/writer to the list of channels that are to be removed at shutdown.
registerProfiler(TaskManagerProfiler, Configuration) - Method in class org.apache.flink.runtime.taskmanager.Task
Registers the task manager profiler with the task.
registerProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
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.
registerTask(JobID, ExecutionAttemptID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
registerTask(JobID, ExecutionAttemptID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
registerTask(JobID, ExecutionAttemptID, Collection<BlobKey>) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job task execution with its required jar files.
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Registers a task manager at the JobManager.
registerUserThreadForCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
RegularPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.operators
The abstract base class for all tasks.
RegularPactTask() - Constructor for class org.apache.flink.runtime.operators.RegularPactTask
 
RegularToMutableObjectIterator<T> - Class in org.apache.flink.runtime.util
 
RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
release(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(Collection<T>) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(MemorySegment) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified segment.
release(Collection<T>) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified collection of segments.
releaseAll(AbstractInvokable) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
releaseAll(AbstractInvokable) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Releases all memory segments for the given task.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Releases the allocated resources (particularly buffer) of all channels attached to this gate.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
releaseAllReferencesFromTask(RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
releaseBroadcastVariables(String, int, DistributedRuntimeUDFContext) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
RELEASED - Static variable in class org.apache.flink.runtime.instance.Slot
 
releaseReference(String, int, RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
 
releaseReference(BroadcastVariableKey, RegularPactTask<?, ?>) - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableManager
 
releaseSharedSlot(SharedSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
Releases the shared slot from the assignment group.
releaseSimpleSlot(SimpleSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
Releases the simple slot from the assignment group.
releaseSlot() - Method in class org.apache.flink.runtime.instance.SharedSlot
Release this shared slot.
releaseSlot() - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
releaseSlot() - Method in class org.apache.flink.runtime.instance.Slot
 
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Releases the table (the array of buckets) and returns the occupied memory segments to the list of free segments.
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
remainingCapacity() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the remaining capacity of the backing array.
RemoteException - Exception in org.apache.flink.runtime.ipc
 
RemoteException(String, String) - Constructor for exception org.apache.flink.runtime.ipc.RemoteException
 
RemoteReceiver - Class in org.apache.flink.runtime.io.network
Objects of this class uniquely identify a connection to a remote TaskManager.
RemoteReceiver(InetSocketAddress, int) - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Constructs a new remote receiver object.
RemoteReceiver() - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Default constructor for serialization/deserialization.
remove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
remove() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
remove(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
remove() - Method in class org.apache.flink.runtime.util.EmptyIterator
remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
 
remove() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
remove() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
remove() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
removeAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
removeInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
removeInt(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
removeLong(int) - Method in class org.apache.flink.runtime.util.LongArrayList
 
removeSlotListener() - Method in class org.apache.flink.runtime.instance.Instance
 
removeUserThread(Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
removeVertexFromGroup(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
reopen(Iterator<T>) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
ReOpenableHashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
reportAccumulatorResult(AccumulatorEvent) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
reportAccumulatorResult(AccumulatorEvent) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Report accumulators that were collected in a task.
reportAndClearAccumulators(Environment, Map<String, Accumulator<?, ?>>, ArrayList<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
This method is called at the end of a task, receiving the accumulators of the task and the chained tasks.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Reports an asynchronous event and interrupts each blocking method of this buffer provider in order to allow the blocked thread to respond to the event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Reports an asynchronous event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
reportHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
Updates the time of last received heart beat to the current system time.
reportHeartBeat(InstanceID) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
reportIOException(IOException) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportProfilingData(ProfilingDataContainer) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
reportProfilingData(ProfilingDataContainer) - Method in interface org.apache.flink.runtime.profiling.impl.ProfilerImplProtocol
 
reportRecordAvailability(InputGate<T>) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
reportRecordAvailability(InputGate<T>) - Method in interface org.apache.flink.runtime.io.network.gates.RecordAvailabilityListener
This method is called by an input gate when one of its connected input channels has at least one record available for reading.
requestBuffer(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBuffer(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBuffer() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Requests a buffer from the pool.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBufferBlocking(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestClose() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
requestClose() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
RequestDoneCallback - Interface in org.apache.flink.runtime.io.disk.iomanager
Callback to be executed on completion of an asynchronous I/O request.
requestFailed(MemorySegment, IOException) - Method in class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
 
requestFailed(MemorySegment, IOException) - Method in interface org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
 
requestNextInputSplit(JobID, JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
requestNextInputSplit(JobID, JobVertexID, ExecutionAttemptID) - Method in interface org.apache.flink.runtime.protocols.InputSplitProviderProtocol
 
requestQueue - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
RequestQueue<E> - Class in org.apache.flink.runtime.io.disk.iomanager
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.AsynchronousFileIOChannel
An atomic integer that counts the number of requests that we still wait for to return.
requestSuccessful(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.QueuingCallback
 
requestSuccessful(MemorySegment) - Method in interface org.apache.flink.runtime.io.disk.iomanager.RequestDoneCallback
 
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
requestTermination() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
reset() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
reset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
reset() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
reset() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
reset() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.util.ResettableIterator
Resets the iterator.
reset() - Method in interface org.apache.flink.runtime.util.ResettableMutableObjectIterator
Resets the iterator.
resetAllInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
resetConstraints() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
resetEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
resetOverflowBuckets() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets overflow bucket counters and returns freed memory and should only be used for resizing
resetRecordCounter() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets record counter to zero and should only be used on compaction partition
resetRWViews() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets read and write views and should only be used on compaction partition
resettableInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The resettable inputs in the case where no temp barrier is needed.
ResettableIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettableMutableObjectIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettablePactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
This interface marks a PactDriver as resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.
ResourceId - Class in org.apache.flink.runtime.jobmanager.scheduler
 
ResourceId() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ResourceId
 
restart() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
resultHander - Variable in class org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannel
Hander for completed requests
retainAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
returnAllocatedSlot(Slot) - Method in class org.apache.flink.runtime.instance.Instance
 
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns a buffer to the pool.
roundDownToPageSizeMultiple(long) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
roundDownToPageSizeMultiple(long) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Rounds the given value down to a multiple of the memory manager's page size.
roundDownToPowerOf2(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Decrements the given number down to the closest power of two.
RoundRobinChannelSelector<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
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
 
RPC.Server - Class in org.apache.flink.runtime.ipc
An RPC Server.
RPC.Server(Object, String, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
RPC.Server(Object, String, int, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
run() - Method in class org.apache.flink.runtime.blob.BlobServer
 
run() - Method in class org.apache.flink.runtime.client.JobClient.JobCleanUp
 
run() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
Cleans up blobs which are not referenced anymore
run() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
run() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
run() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
This method will periodically be called to clean up expired collected events.
run() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
run() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.MapDriver
 
run() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
run() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
run() - Method in interface org.apache.flink.runtime.operators.PactDriver
The main operation method of the task.
run() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
run() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Implements exception handling and delegates to go().
run() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
running - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The flag that tags the task as still running.
RuntimeAggregatorRegistry - Class in org.apache.flink.runtime.iterative.task
 
RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - Constructor for class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
RuntimeEnvironment - Class in org.apache.flink.runtime.execution
 
RuntimeEnvironment(Task, TaskDeploymentDescriptor, ClassLoader, MemoryManager, IOManager, InputSplitProvider, AccumulatorProtocol, BroadcastVariableManager) - Constructor for class org.apache.flink.runtime.execution.RuntimeEnvironment
 
runtimeUdfContext - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The udf's runtime context.

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
 
scheduleAll(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
ScheduledUnit - Class in org.apache.flink.runtime.jobmanager.scheduler
 
ScheduledUnit(Execution) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
ScheduledUnit(Execution, SlotSharingGroup) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
ScheduledUnit(Execution, SlotSharingGroup, CoLocationConstraint) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
scheduleForExecution(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.Execution
NOTE: This method only throws exceptions if it is in an illegal state to be scheduled, or if the tasks needs to be scheduled immediately and no resource is available.
scheduleForExecution(Scheduler) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
scheduleForExecution(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
scheduleImmediately(ScheduledUnit) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
scheduleQueued(ScheduledUnit) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
Scheduler - Class in org.apache.flink.runtime.jobmanager.scheduler
The scheduler is responsible for distributing the ready-to-run tasks and assigning them to instances and slots.
Scheduler() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
Scheduler(ExecutorService) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
secondDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
seek(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
seek(long) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
seekInput(MemorySegment, int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Sets the internal state of the view such that the next bytes will be read from the given memory segment, starting at the given position.
seekOutput(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Sets the internal state to the given memory segment and the given position within the segment.
segmentSize - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
segmentSize - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The size of the segments used by the hash join buckets.
selectChannels(T, int) - Method in interface org.apache.flink.runtime.io.network.api.ChannelSelector
Called to determine to which attached OutputChannel objects the given record shall be forwarded.
selectChannels(T, int) - Method in class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
 
selectChannels(SerializationDelegate<T>, int) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
 
selectChannels(Record, int) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
 
sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendBufferAndEvent(Buffer, AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
SenderHintEvent - Class in org.apache.flink.runtime.io.network
 
SenderHintEvent() - Constructor for class org.apache.flink.runtime.io.network.SenderHintEvent
 
sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendHeartbeat(InstanceID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
sendHeartbeat(InstanceID) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Sends a heart beat to the job manager.
sendReadRequest(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Sends a new read requests, if further requests remain.
SerializableArrayList<E extends IOReadableWritable> - Class in org.apache.flink.runtime.util
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
 
Server(String, int, Class<? extends IOReadableWritable>, int) - Constructor for class org.apache.flink.runtime.ipc.Server
 
Server(String, int, Class<? extends IOReadableWritable>, int, String) - Constructor for class org.apache.flink.runtime.ipc.Server
Constructs a server listening on the named port and address.
ServiceDiscoveryProtocol - Interface in org.apache.flink.runtime.protocols
The service discovery protocols enables different components of the Flink distributed runtime to query and discover the network location auxiliary services.
set(E) - Method in class org.apache.flink.runtime.util.SingleElementIterator
Resets the element.
setAllowQueuedScheduling(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
setBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setBroadcastGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastInputName(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastVariable(String, BroadcastVariableMaterialization<?, ?>) - Method in class org.apache.flink.runtime.operators.util.DistributedRuntimeUDFContext
 
setBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Envelope
 
setBuffer(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
setBuffer(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
setBufferedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setCachedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setCachedSwapMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setChannelType(ChannelType) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
setClass(String, Class<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setCompaction(boolean) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets compaction status (should only be set true directly after compaction and false when garbage was created)
setConsoleStreamForReporting(PrintStream) - Method in class org.apache.flink.runtime.client.JobClient
 
setConvergenceCriterion(String, ConvergenceCriterion<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDelayBeforeRetrying(long) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
setDesignatedNumberOfBuffers(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Sets the designated number of buffers the local buffer pool owner is allowed to fetch from the global buffer pool and manage locally by means of the LocalBufferPool.
setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
setDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setDriver(Class<? extends PactDriver>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setEnvironment(Environment) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Sets the environment of this task.
setEnvironment(RuntimeEnvironment) - Method in class org.apache.flink.runtime.taskmanager.Task
 
setEventsSerialized(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.Envelope
 
setExecutedVertex(Execution) - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
setFilehandlesDriver(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setFilehandlesInput(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setFileName(String) - Method in class org.apache.flink.runtime.types.FileRecord
 
setFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setFormatDescription(String) - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
setFormatDescription(String) - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
 
setFreeMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setFurtherPatitioning(boolean) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
setFutureAction(SlotAllocationFutureAction) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
setGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setHardIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setIdleCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setInputAsynchronouslyMaterialized(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputCached(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputLocalStrategy(int, LocalStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputSplitSource(InputSplitSource<?>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
setInstance(T) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
setInstance(T) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
setInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setInvokableClass(Class<? extends AbstractInvokable>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
setIoWaitCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadFinalOutputConfig(TaskConfig) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadIndexOfSyncOutput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadPartialSolutionOrWorksetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadSolutionSetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationId(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
setIterative(int) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
setLastOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Sets the last output Collector of the collector chain of this RegularPactTask.
setLocality(Locality) - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
setLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setMutableObjectMode(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setName(String) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the name of the vertex
setNextBuffer(Buffer) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
setNextBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
setNextMemorySegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
setNextMemorySegment(MemorySegment, int) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
setNumberOfExecutionRetries(int) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Sets the number of times that failed tasks are re-executed.
setNumberOfIterations(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setNumberOfRetriesLeft(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
setNumDesignatedBuffers(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Sets the designated number of buffers for this local buffer pool and returns excess buffers to the global buffer pool.
setOutputCollector(Collector<?>) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setOutputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputDataDistribution(DataDistribution, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputPartitioner(Partitioner<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setParallelism(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the degree of parallelism for the task.
setPartition(int, IntermediateResultPartition) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
setPartitionNumber(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
overwrites partition number and should only be used on compaction partition
SetQueue<E> - Class in org.apache.flink.runtime.jobmanager.scheduler
A queue that maintains set characteristics, i.e., elements that are already in the queue may not be added another time.
SetQueue() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
setQueuedSchedulingAllowed(boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
setReadPosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
setReadPosition(long) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
setReceivedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setRelativeBackChannelMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeInputMaterializationMemory(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryDriver(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryInput(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeSolutionSetMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setResultIterator(MutableObjectIterator<E>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Sets the result iterator.
setResultIteratorException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Reports an exception to all threads that are waiting for the result iterator.
setSharedSlot(SharedSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
setSlot(SimpleSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
setSlotAvailabilityListener(SlotAvailabilityListener) - Method in class org.apache.flink.runtime.instance.Instance
 
setSlotSharingGroup(SlotSharingGroup) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Associates this vertex with a slot sharing group for scheduling.
setSocketSendBufSize(int) - Method in class org.apache.flink.runtime.ipc.Server
Sets the socket buffer size used for responding to RPCs
setSoftIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSolutionSetUnmanaged(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSpillingThresholdDriver(float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSpillingThresholdInput(int, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStrictlyCoLocatedWith(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Tells this vertex to strictly co locate its subtasks with the subtasks of the given vertex.
setString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStubParameters(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStubWrapper(UserCodeWrapper<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSystemCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTaskName(String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setTotalMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTransmittedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setUdfConfiguration(Configuration) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
 
setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
 
setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
setup the barrier, has to be called at the beginning of each superstep
setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
setup(TaskConfig, String, Collector<OT>, AbstractInvokable, ClassLoader) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
setup(PactTaskContext<GenericCollectorMap<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
setup(PactTaskContext<CrossFunction<T1, T2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CrossDriver
 
setup(PactTaskContext<FlatMapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
setup(PactTaskContext<FlatCombineFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
setup(PactTaskContext<MapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapDriver
 
setup(PactTaskContext<MapPartitionFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MatchDriver
 
setup(PactTaskContext<AbstractRichFunction, T>) - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
setup(PactTaskContext<S, OT>) - Method in interface org.apache.flink.runtime.operators.PactDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
SetupInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
A Servlet that displays the Configuration in the web interface.
SetupInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
 
setUserCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setValue(int) - Method in class org.apache.flink.runtime.types.IntegerRecord
Set the value of this integer record.
setWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setWritePosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
SharedSlot - Class in org.apache.flink.runtime.instance
This class represents a shared slot.
SharedSlot(JobID, Instance, int, SlotSharingGroupAssignment, SharedSlot, AbstractID) - Constructor for class org.apache.flink.runtime.instance.SharedSlot
 
ShipStrategyType - Enum in org.apache.flink.runtime.operators.shipping
Enumeration defining the different shipping types of the output, such as local forward, re-partitioning by hash, or re-partitioning by range.
shutdown() - Method in class org.apache.flink.runtime.blob.BlobCache
 
shutdown() - Method in class org.apache.flink.runtime.blob.BlobServer
Shuts down the BLOB server.
shutdown() - Method in interface org.apache.flink.runtime.blob.BlobService
Shutdown method which is called to terminate the blob service.
shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
shutdown() - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Shutdown method
shutdown() - Method in class org.apache.flink.runtime.filecache.FileCache
 
shutdown() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
shutdown() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
 
shutdown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Close method, marks the I/O manager as closed.
shutdown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
Close method.
shutdown() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
shutdown() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
shutdown() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
shutdown() - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
shutdown() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Stops the timer thread and cleans up the data structure which stores the collected events.
shutdown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
shutdown() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
Shuts the scheduler down.
shutdown() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
shutdown() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Shuts the memory manager down, trying to release all the memory it managed.
shutdown() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Forces an immediate shutdown of the thread.
shutdown() - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
shutdown() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
shutdown() - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Shuts done the job manager's profiling component and stops all its internal processes.
shutdown() - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Shuts done the task manager's profiling component and stops all its internal processes.
shutdown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Shuts the task manager down.
signalTermination() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
SimpleCloseableInputProvider<E> - Class in org.apache.flink.runtime.operators.util
A simple iterator provider that returns a supplied iterator and does nothing when closed.
SimpleCloseableInputProvider(MutableObjectIterator<E>) - Constructor for class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
Creates a new simple input provider that will return the given iterator.
SimpleCollectingOutputView - Class in org.apache.flink.runtime.io.disk
The list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.
SimpleCollectingOutputView(List<MemorySegment>, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
SimpleMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
SimpleMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Creates a new memory segment of given size with the provided views.
SimpleSlot - Class in org.apache.flink.runtime.instance
Class which represents a single slot on a machine or within a shared slot.
SimpleSlot(JobID, Instance, int, SharedSlot, AbstractID) - Constructor for class org.apache.flink.runtime.instance.SimpleSlot
 
SingleElementIterator<E> - Class in org.apache.flink.runtime.util
An Iterator that contains only a single element.
SingleElementIterator() - Constructor for class org.apache.flink.runtime.util.SingleElementIterator
 
SingleInstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
A single instance profiling event encapsulates profiling information for one particular instance.
SingleInstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long, String) - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Constructs a new instance profiling event.
SingleInstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Default constructor for serialization/deserialization.
SIZE - Static variable in class org.apache.flink.runtime.AbstractID
The size of the ID in byte
size() - Method in class org.apache.flink.runtime.io.network.Buffer
 
size() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
size() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
size - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The size of the memory segment.
size() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
size() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Gets the size of the memory segment, in bytes.
size() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Gets the size of the memory segment, in bytes.
size() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
size() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Gets the number of elements in the sortable.
size() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
size() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
size() - Method in class org.apache.flink.runtime.util.IntArrayList
 
size() - Method in class org.apache.flink.runtime.util.LongArrayList
 
skip(long) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataInputStream
 
skip(long) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
skipBytes(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
skipBytes(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
skipBytesToRead(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
skipBytesToRead(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
skipBytesToWrite(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
skipBytesToWrite(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
skipFully(InputStream, long) - Static method in class org.apache.flink.runtime.util.IOUtils
Similar to readFully().
Slot - Class in org.apache.flink.runtime.instance
Base class for slots.
Slot(JobID, Instance, int, SharedSlot, AbstractID) - Constructor for class org.apache.flink.runtime.instance.Slot
 
slotAllocated(SimpleSlot) - Method in interface org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFutureAction
This method is called as soon as the SlotAllocationFuture is triggered.
SlotAllocationFuture - Class in org.apache.flink.runtime.jobmanager.scheduler
 
SlotAllocationFuture() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
SlotAllocationFuture(SimpleSlot) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
SlotAllocationFutureAction - Interface in org.apache.flink.runtime.jobmanager.scheduler
An action that is invoked once a SlotAllocationFuture is triggered.
SlotAvailabilityListener - Interface in org.apache.flink.runtime.jobmanager.scheduler
A SlotAvailabilityListener can be notified when new org.apache.flink.runtime.instance.AllocatedSlot2s become available on an Instance.
slotNumber - Variable in class org.apache.flink.runtime.instance.Slot
The number of the slot on which the task is deployed
SlotSharingGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
A slot sharing units defines which different task (from different job vertices) can be deployed together within a slot.
SlotSharingGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
SlotSharingGroup(JobVertexID...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
SlotSharingGroupAssignment - Class in org.apache.flink.runtime.jobmanager.scheduler
 
SlotSharingGroupAssignment() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
SocketInputStream - Class in org.apache.flink.runtime.net
This implements an input stream that can have a timeout while reading.
SocketInputStream(ReadableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Create a new input stream with the given timeout.
SocketInputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Same as SocketInputStream(socket.getChannel(), timeout):

Create a new input stream with the given timeout.
SocketInputStream(Socket) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Same as SocketInputStream(socket.getChannel(), socket.getSoTimeout()) :

Create a new input stream with the given timeout.
SocketOutputStream - Class in org.apache.flink.runtime.net
This implements an output stream that can have a timeout while writing.
SocketOutputStream(WritableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
Create a new ouput stream with the given timeout.
SocketOutputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
Same as SocketOutputStream(socket.getChannel(), timeout):

Create a new ouput stream with the given timeout.
SolutionSetBroker - Class in org.apache.flink.runtime.iterative.concurrent
Used to hand over the hash-join from the iteration head to the solution-set match.
SolutionSetFastUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
SolutionSetObjectsUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
SolutionSetUpdateBarrier - Class in org.apache.flink.runtime.iterative.concurrent
Resettable barrier to synchronize the IterationHeadPactTask and the IterationTailPactTask in case of iterations that contain a separate solution set tail.
SolutionSetUpdateBarrier() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
 
SolutionSetUpdateBarrierBroker - Class in org.apache.flink.runtime.iterative.concurrent
SolutionSetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
 
sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
 
sort(IndexedSortable, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
Sort the items accessed through the given IndexedSortable over the given range of logical indices.
sort(IndexedSortable) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
 
sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
Sort the given range of items using quick sort.
sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
 
Sorter<E> - Interface in org.apache.flink.runtime.operators.sort
The SortMerger interface representing the public interface to all specific Sort-Merge implementations.
SortMergeCoGroupIterator<T1,T2> - Class in org.apache.flink.runtime.operators.sort
 
SortMergeCoGroupIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>) - Constructor for class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory segments used first for sorting and later for reading/pre-fetching during the external merge.
sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
SpanningRecordSerializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
 
SpanningRecordSerializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
SpillingBuffer - Class in org.apache.flink.runtime.io.disk
An output view that buffers written data in memory pages and spills them when they are full.
SpillingBuffer(IOManager, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SpillingBuffer
 
spillingMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Gets the element that is passed as marker for signal beginning of spilling.
SpillingResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of a resettable iterator.
SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
SpillingResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of a resettable iterator.
SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
spillPartition(List<MemorySegment>, IOManager, FileIOChannel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Spills this partition to disk and sets it up such that it continues spilling records that are added to it.
spillPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Selects a partition and spills it.
start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
start(ChannelManager) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
start() - Method in class org.apache.flink.runtime.ipc.Server
Starts the service.
start() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Starts the web frontend server.
startExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
Starts the execution of this task.
startInfoServer() - Method in class org.apache.flink.runtime.jobmanager.JobManager
Starts the Jetty Infoserver for the Jobmanager
startNextSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
startNextSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
startReading() - Method in class org.apache.flink.runtime.operators.TempBarrier
 
startThreads() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Starts all the threads that are used by this sort-merger.
status - Variable in class org.apache.flink.runtime.instance.Slot
The state of the vertex, only atomically updated
STATUS_UPDATER - Static variable in class org.apache.flink.runtime.instance.Slot
 
stop() - Method in class org.apache.flink.runtime.ipc.Client
Stop all threads related to this client.
stop() - Method in class org.apache.flink.runtime.ipc.Server
Stops the service.
stop() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Stop the webserver
stopInstance() - Method in class org.apache.flink.runtime.instance.Instance
 
stopProxy(VersionedProtocol) - Static method in class org.apache.flink.runtime.ipc.RPC
Stop this proxy and release its invoker's resource
StringTaskEvent - Class in org.apache.flink.runtime.event.task
This class provides a simple implementation of an event that holds a string value.
StringTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
The default constructor implementation.
StringTaskEvent(String) - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
Constructs a new string task event with the given string message.
stub - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The instantiated user code of this task's main operator (driver).
submitJob() - Method in class org.apache.flink.runtime.client.JobClient
Submits the job assigned to this job client to the job manager.
submitJob(JobGraph) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
submitJob(JobGraph) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Submits the specified job to the job manager.
submitJobAndWait() - Method in class org.apache.flink.runtime.client.JobClient
Submits the job assigned to this job client to the job manager and queries the job manager about the progress of the job until it is either finished or aborted.
submitTask(TaskDeploymentDescriptor) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
 
submitTask(TaskDeploymentDescriptor) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Subscribes the given event listener object to the specified event type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
Subscribes the listener object to receive events of the given type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Subscribes the listener object to receive events of the given type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
SuperstepBarrier - Class in org.apache.flink.runtime.iterative.concurrent
A resettable one-shot latch.
SuperstepBarrier(ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
SuperstepKickoffLatch - Class in org.apache.flink.runtime.iterative.concurrent
 
SuperstepKickoffLatch() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
SuperstepKickoffLatchBroker - Class in org.apache.flink.runtime.iterative.concurrent
 
swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
swap(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Swap items at the given addresses.
swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
switchBuffers() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
SyncEventHandler - Class in org.apache.flink.runtime.iterative.task
 
SyncEventHandler(int, Map<String, Aggregator<?>>, ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
SynchronousChainedCombineDriver<T> - Class in org.apache.flink.runtime.operators.chaining
 
SynchronousChainedCombineDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
SynchronousFileIOChannel - Class in org.apache.flink.runtime.io.disk.iomanager
A base class for synchronous readers and writers.
SynchronousFileIOChannel(FileIOChannel.ID, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.SynchronousFileIOChannel
 

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(JobID, JobVertexID, int, int, ExecutionAttemptID, String, TaskManager) - Constructor for class org.apache.flink.runtime.taskmanager.Task
 
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, JobVertexID, ExecutionAttemptID, String, int, int, Configuration, Configuration, String, List<GateDeploymentDescriptor>, List<GateDeploymentDescriptor>, List<BlobKey>, int) - 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 represents an update about a task's execution state.
TaskExecutionState(JobID, ExecutionAttemptID, ExecutionState) - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
TaskExecutionState(JobID, ExecutionAttemptID, ExecutionState, Throwable) - 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
 
TaskInputSplitProvider(InputSplitProviderProtocol, JobID, JobVertexID, ExecutionAttemptID, ClassLoader) - Constructor for class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
 
TaskManager - Class in org.apache.flink.runtime.taskmanager
A task manager receives tasks from the job manager and executes them.
TaskManager(ExecutionMode, JobManagerProtocol, InputSplitProviderProtocol, ChannelLookupProtocol, AccumulatorProtocol, InetSocketAddress, InetAddress) - Constructor for class org.apache.flink.runtime.taskmanager.TaskManager
 
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.
TaskOperationResult - Class in org.apache.flink.runtime.taskmanager
 
TaskOperationResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
TaskOperationResult(ExecutionAttemptID, boolean) - Constructor for class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
TaskOperationResult(ExecutionAttemptID, boolean, String) - Constructor for class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
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, JobVertexID, int, ExecutionAttemptID, 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.
toJson(ExecutionVertex) - Static method in class org.apache.flink.runtime.jobmanager.web.JsonFactory
 
toJson(ExecutionJobVertex) - Static method in class org.apache.flink.runtime.jobmanager.web.JsonFactory
 
toString() - Method in class org.apache.flink.runtime.AbstractID
 
toString() - Method in class org.apache.flink.runtime.blob.BlobKey
toString() - Method in class org.apache.flink.runtime.broadcast.BroadcastVariableKey
 
toString() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
toString() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
toString() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
toString() - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
toString() - Method in class org.apache.flink.runtime.instance.Instance
 
toString() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
toString() - Method in class org.apache.flink.runtime.instance.SharedSlot
 
toString() - Method in class org.apache.flink.runtime.instance.SimpleSlot
 
toString() - Method in class org.apache.flink.runtime.instance.Slot
 
toString() - Method in class org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.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.jobgraph.IntermediateDataSet
 
toString() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
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.taskmanager.Task
 
toString() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
toString() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
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
 

U

uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManagerAsync
 
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(FileIOChannel.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(ExecutionAttemptID, Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Unregisters the given task from the channel manager.
unregisterChannelToBeRemovedAtShudown(FileIOChannel.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(ExecutionAttemptID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterExecutionListener(ExecutionAttemptID) - 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
 
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.
unregisterJob(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
unregisterJob(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
unregisterJob(JobID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Unregisters a job from the library cache manager.
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(FileIOChannel) - 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.
unregisterTask(JobID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
unregisterTask(JobID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
unregisterTask(JobID, ExecutionAttemptID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Unregisters a job from the library cache manager.
unregisterUserThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
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.
updateCoLocationGroup(CoLocationGroup) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
updateGlobalAggregatesAndReset(String[], Value[]) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
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
 
updateState(TaskExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
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.
uploadRequiredJarFiles(InetSocketAddress) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Uploads the previously added user jar file to the job manager through the job manager's BLOB server.
userCodeClassLoader - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
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.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.jobmanager.scheduler.Locality
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.
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.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.jobmanager.scheduler.Locality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.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.
verifyAllCachesEmpty() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
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
 
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, ExecutionAttemptID, 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(JobVertexID, int, ExecutionAttemptID, 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

waitForAllVerticesToReachFinishingState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
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
 
waitForJobEnd(long) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
waitForJobEnd() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
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.
waitTillAllocated() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
waitTillAllocated(long) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
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.blob.BlobKey
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.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.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(int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.HadoopDataOutputStream
 
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.JobGraph
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobmanager.InputSplitWrapper
 
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.InternalInstanceProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
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.TaskExecutionState
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
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.AsynchronousBlockWriterWithCallback
Issues a asynchronous write request to the writer.
writeBlock(MemorySegment) - Method in interface org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriterWithCallback
Writes the given memory segment.
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
 
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 © 2015 The Apache Software Foundation. All rights reserved.