Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.tez.runtime.api Classes and Interfaces - 38 results found.
NameDescriptionTypePackageFramework
AbstractLogicalInputAn abstract class which should be the base class for all implementations of LogicalInput.Classorg.apache.tez.runtime.apiApache Tez
AbstractLogicalIOProcessorAbstract representation of the interface LogicalIOProcessor.Classorg.apache.tez.runtime.apiApache Tez
AbstractLogicalOutputAn abstract class which should be the base class for all implementations of LogicalOutput.Classorg.apache.tez.runtime.apiApache Tez
CompositeDataMovementEventA convenience class to specify multiple DataMovementEvents which share the same payload.Classorg.apache.tez.runtime.api.eventsApache Tez
DataMovementEventEvent used by user code to send information between tasks.Classorg.apache.tez.runtime.api.eventsApache Tez
EventBase class for all events generated within the Tez execution engine.Classorg.apache.tez.runtime.apiApache Tez
InputRepresents an input through which a Processor receives data on an edge.Interfaceorg.apache.tez.runtime.apiApache Tez
InputConfigureVertexTasksEventAn event typically sent by the InputInitializer of a vertex to configure the tasks of the vertex.Classorg.apache.tez.runtime.api.eventsApache Tez
InputContextContext handle for the Input to initialize itself.Interfaceorg.apache.tez.runtime.apiApache Tez
InputDataInformationEventEvents used by InputInitializer implementations to provide the user payload for individual tasks running as part of the Vertex for which anClassorg.apache.tez.runtime.api.eventsApache Tez
InputFrameworkInterfaceRepresents an input through which a TezProcessor receives data on an edge.Interfaceorg.apache.tez.runtime.apiApache Tez
InputInitializerInputInitializers are typically used to initialize vertices connected to data sources.Classorg.apache.tez.runtime.apiApache Tez
InputInitializerContextInterfaceorg.apache.tez.runtime.apiApache Tez
InputInitializerEventAn event that is routed to the specified InputInitializer.Classorg.apache.tez.runtime.api.eventsApache Tez
InputReadErrorEventEvent generated by an Input to indicate error when trying to retrieve data.Classorg.apache.tez.runtime.api.eventsApache Tez
InputSpecUpdateUpdate Input specs for Inputs running in a task.Classorg.apache.tez.runtime.apiApache Tez
InputUpdatePayloadEventEvents used by InputInitializer implementations to update the shared user payload for the Input that is being initialized.Classorg.apache.tez.runtime.api.eventsApache Tez
LogicalInputAn Input which handles all incoming physical connections on an edge.Interfaceorg.apache.tez.runtime.apiApache Tez
LogicalInputFrameworkInterfaceDefines the framework facing interfact for a LogicalInput User implementations are expected to derive from AbstractLogicalInputInterfaceorg.apache.tez.runtime.apiApache Tez
LogicalIOProcessorFrameworkInterfaceRepresents a processor framework interface which consumes LogicalInputs and produces Users are expected to implements AbstractLogicalIOProcessorInterfaceorg.apache.tez.runtime.apiApache Tez
LogicalOutputAn @link Output which handles all outgoing physical connections on an edge.Interfaceorg.apache.tez.runtime.apiApache Tez
LogicalOutputFrameworkInterfaceFramework facing interface for the LogicalOutput Users are expected to derive from AbstractLogicalOutputInterfaceorg.apache.tez.runtime.apiApache Tez
MemoryUpdateCallbackThis interface will be used by Tez to inform components about available memory.Classorg.apache.tez.runtime.apiApache Tez
MergedInputContextContext for MergedLogicalInput This interface is not supposed to be implemented by usersInterfaceorg.apache.tez.runtime.apiApache Tez
MergedLogicalInputA LogicalInput that is used to merge the data from multiple inputs and provide a single Reader to read that data.Classorg.apache.tez.runtime.apiApache Tez
ObjectRegistryA simple shared object registry to cache objects in the memory of the container running the task.Interfaceorg.apache.tez.runtime.apiApache Tez
OutputRepresents an Output through which a TezProcessor writes information to an edge.Interfaceorg.apache.tez.runtime.apiApache Tez
OutputCommitterOutputCommitter to "finalize" the output and make it user-visible if needed.Classorg.apache.tez.runtime.apiApache Tez
OutputCommitterContextContext through which the OutputCommitter can access all the relevant information that it needs.Interfaceorg.apache.tez.runtime.apiApache Tez
OutputContextContext handle for the Output to initialize itself.Interfaceorg.apache.tez.runtime.apiApache Tez
OutputFrameworkInterfaceRepresents the Tez framework part of an Output.Interfaceorg.apache.tez.runtime.apiApache Tez
ProcessorProcessor represents the Tez entity responsible for consuming Input and producing Output.Interfaceorg.apache.tez.runtime.apiApache Tez
ProcessorContextContext handle for the Processor to initialize itself.Interfaceorg.apache.tez.runtime.apiApache Tez
ProcessorFrameworkInterfaceRepresents the Tez framework part of an Processor.Interfaceorg.apache.tez.runtime.apiApache Tez
ReaderA Reader represents the data being read in an Input It encapsulates the data type etc of the data being provided by the InputClassorg.apache.tez.runtime.apiApache Tez
TaskContextBase interface for Context classes used to initialize the Input, Output and Processor instances.Interfaceorg.apache.tez.runtime.apiApache Tez
VertexManagerEventEvent used to send information from a Task to the VertexManager for a vertex.Classorg.apache.tez.runtime.api.eventsApache Tez
WriterA Writer represents the data being written by an Output It encapsulates the data type etc of the data being provided by the OutputClassorg.apache.tez.runtime.apiApache Tez