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

A

abort() - Method in class org.apache.tez.runtime.api.AbstractLogicalIOProcessor
 
abort() - Method in interface org.apache.tez.runtime.api.ProcessorFrameworkInterface
Indicates Processor to abort.
abortOutput(VertexStatus.State) - Method in class org.apache.tez.runtime.api.OutputCommitter
For aborting an output.
AbstractCounter - Class in org.apache.tez.common.counters
An abstract counter class to provide common implementation of the counter interface
AbstractCounter() - Constructor for class org.apache.tez.common.counters.AbstractCounter
 
AbstractCounterGroup<T extends TezCounter> - Class in org.apache.tez.common.counters
An abstract class to provide common implementation of the generic counter group
AbstractCounterGroup(String, String, Limits) - Constructor for class org.apache.tez.common.counters.AbstractCounterGroup
 
AbstractCounters<C extends TezCounter,G extends CounterGroupBase<C>> - Class in org.apache.tez.common.counters
An abstract class to provide common implementation for the Counters container in both mapred and mapreduce packages.
AbstractCounters(CounterGroupFactory<C, G>) - Constructor for class org.apache.tez.common.counters.AbstractCounters
 
AbstractCounters(AbstractCounters<C1, G1>, CounterGroupFactory<C, G>) - Constructor for class org.apache.tez.common.counters.AbstractCounters
Construct from another counters object.
AbstractLogicalInput - Class in org.apache.tez.runtime.api
An abstract class which should be the base class for all implementations of LogicalInput.
AbstractLogicalInput(InputContext, int) - Constructor for class org.apache.tez.runtime.api.AbstractLogicalInput
Constructor an instance of the LogicalInput.
AbstractLogicalIOProcessor - Class in org.apache.tez.runtime.api
Abstract representation of the interface LogicalIOProcessor.
AbstractLogicalIOProcessor(ProcessorContext) - Constructor for class org.apache.tez.runtime.api.AbstractLogicalIOProcessor
Constructor an instance of the LogicalProcessor.
AbstractLogicalOutput - Class in org.apache.tez.runtime.api
An abstract class which should be the base class for all implementations of LogicalOutput.
AbstractLogicalOutput(OutputContext, int) - Constructor for class org.apache.tez.runtime.api.AbstractLogicalOutput
Constructor an instance of the LogicalOutput.
ACLConfigurationParser - Class in org.apache.tez.common.security
Parser for extracting ACL information from Configs
ACLConfigurationParser(Configuration) - Constructor for class org.apache.tez.common.security.ACLConfigurationParser
 
ACLConfigurationParser(Configuration, boolean) - Constructor for class org.apache.tez.common.security.ACLConfigurationParser
 
ACLManager - Class in org.apache.tez.common.security
Class to manage ACLs for the Tez AM and DAGs and provides functionality to check whether a user is authorized to take certain actions.
ACLManager(String) - Constructor for class org.apache.tez.common.security.ACLManager
 
ACLManager(String, Configuration) - Constructor for class org.apache.tez.common.security.ACLManager
 
ACLManager(ACLManager, String, Configuration) - Constructor for class org.apache.tez.common.security.ACLManager
 
ACLType - Enum in org.apache.tez.common.security
ACL Types
addAdditionalLocalResources(Map<String, LocalResource>, Map<String, LocalResource>, String) - Static method in class org.apache.tez.common.TezCommonUtils
 
addAllConfKeyValues(Iterable<? extends DAGProtos.PlanKeyValuePair>) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addAllContainerLaunchers(Iterable<? extends DAGProtos.TezNamedEntityDescriptorProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addAllCounterGroups(Iterable<? extends DAGProtos.TezCounterGroupProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addAllCounters(Iterable<? extends DAGProtos.TezCounterProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addAllDagId(Iterable<String>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
addAllDiagnostics(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
addAllDiagnostics(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
addAllEdge(Iterable<? extends DAGProtos.EdgePlan>) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addAllEdgeMergedInputs(Iterable<? extends DAGProtos.PlanGroupInputEdgeInfo>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addAllEnvironmentSetting(Iterable<? extends DAGProtos.PlanKeyValuePair>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addAllGroupMembers(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
addAllHost(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
addAllInEdgeId(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
addAllInputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
addAllLocalResource(Iterable<? extends DAGProtos.PlanLocalResource>) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addAllLocalResource(Iterable<? extends DAGProtos.PlanLocalResource>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addAllLocalResources(Iterable<? extends DAGProtos.PlanLocalResource>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addAllOutEdgeId(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
addAllOutputs(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
addAllOutputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addAllowedGroups(Map<ACLType, Set<String>>) - Method in class org.apache.tez.common.security.ACLConfigurationParser
 
addAllowedUsers(Map<ACLType, Set<String>>) - Method in class org.apache.tez.common.security.ACLConfigurationParser
 
addAllRack(Iterable<String>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
addAllStatusOptions(Iterable<? extends DAGProtos.StatusGetOptsProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
addAllStatusOptions(Iterable<? extends DAGProtos.StatusGetOptsProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
addAllTaskCommunicators(Iterable<? extends DAGProtos.TezNamedEntityDescriptorProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addAllTaskLocationHint(Iterable<? extends DAGProtos.PlanTaskLocationHint>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addAllTaskLocationHints(Iterable<? extends DAGProtos.PlanTaskLocationHint>) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addAllTaskSchedulers(Iterable<? extends DAGProtos.TezNamedEntityDescriptorProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addAllVertex(Iterable<? extends DAGProtos.VertexPlan>) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addAllVertexGroups(Iterable<? extends DAGProtos.PlanVertexGroupInfo>) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addAllVertexProgress(Iterable<? extends DAGProtos.StringProgressPairProto>) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
addAppMasterLocalFiles(Map<String, LocalResource>) - Method in class org.apache.tez.client.TezClient
Add local files for the DAG App Master.
addConfKeyValues(DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addConfKeyValues(int, DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addConfKeyValues(DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addConfKeyValues(int, DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addConfKeyValuesBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addConfKeyValuesBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
addContainerLaunchers(DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addContainerLaunchers(int, DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addContainerLaunchers(DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addContainerLaunchers(int, DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addContainerLaunchersBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addContainerLaunchersBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
addCounter(T) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
addCounter(String, String, long) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
addCounter(T) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Add a counter to this group.
addCounter(String, String, long) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Add a counter to this group
addCounter(C) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
addCounter(String, String, long) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
addCounter(C) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
addCounter(String, String, long) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
addCounterGroups(DAGProtos.TezCounterGroupProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addCounterGroups(int, DAGProtos.TezCounterGroupProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addCounterGroups(DAGProtos.TezCounterGroupProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addCounterGroups(int, DAGProtos.TezCounterGroupProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addCounterGroupsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addCounterGroupsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
addCounters(DAGProtos.TezCounterProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addCounters(int, DAGProtos.TezCounterProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addCounters(DAGProtos.TezCounterProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addCounters(int, DAGProtos.TezCounterProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addCountersBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addCountersBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
addDagId(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
addDagIdBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
addDataSink(String, DataSinkDescriptor) - Method in class org.apache.tez.dag.api.Vertex
Specifies an external data sink for a Vertex.
addDataSink(String, DataSinkDescriptor) - Method in class org.apache.tez.dag.api.VertexGroup
Add an common data sink to the group of vertices.
addDataSource(String, DataSourceDescriptor) - Method in class org.apache.tez.dag.api.Vertex
Specifies an external data source for a Vertex.
addDefaultsToTaskLaunchCmdOpts(String, Configuration) - Static method in class org.apache.tez.client.TezClientUtils
 
addDefaultsToTaskLaunchCmdOpts(String, Configuration, JavaOptsChecker) - Static method in class org.apache.tez.client.TezClientUtils
 
addDiagnostics(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
addDiagnostics(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
addDiagnosticsBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
addDiagnosticsBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
addEdge(Edge) - Method in class org.apache.tez.dag.api.DAG
Add an Edge connecting vertices in the DAG
addEdge(GroupInputEdge) - Method in class org.apache.tez.dag.api.DAG
Add a GroupInputEdge to the DAG.
addEdge(DAGProtos.EdgePlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addEdge(int, DAGProtos.EdgePlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addEdge(DAGProtos.EdgePlan.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addEdge(int, DAGProtos.EdgePlan.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addEdgeBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addEdgeBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
addEdgeMergedInputs(DAGProtos.PlanGroupInputEdgeInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addEdgeMergedInputs(int, DAGProtos.PlanGroupInputEdgeInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addEdgeMergedInputs(DAGProtos.PlanGroupInputEdgeInfo.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addEdgeMergedInputs(int, DAGProtos.PlanGroupInputEdgeInfo.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addEdgeMergedInputsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addEdgeMergedInputsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
addEnvironmentSetting(DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addEnvironmentSetting(int, DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addEnvironmentSetting(DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addEnvironmentSetting(int, DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addEnvironmentSettingBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addEnvironmentSettingBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
addFileSystemCredentialsFromURIs(Collection<URI>, Credentials, Configuration) - Static method in class org.apache.tez.client.TezClientUtils
Populate Credentials for the URI's to access them from their FileSystems
addGroup(G) - Method in class org.apache.tez.common.counters.AbstractCounters
Add a group.
addGroup(String, String) - Method in class org.apache.tez.common.counters.AbstractCounters
Add a new group
addGroupMembers(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
addGroupMembersBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
addHost(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
addHostBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
addInEdgeId(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
addInEdgeIdBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
addInputs(DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
addInputs(int, DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
addInputs(DAGProtos.RootInputLeafOutputProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
addInputs(int, DAGProtos.RootInputLeafOutputProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
addInputsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
addInputsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
ADDITIONAL_AM_RESOURCES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
addLocalResource(DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addLocalResource(int, DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addLocalResource(DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addLocalResource(int, DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addLocalResource(DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addLocalResource(int, DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addLocalResource(DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addLocalResource(int, DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addLocalResourceBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addLocalResourceBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
addLocalResourceBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addLocalResourceBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
addLocalResources(DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addLocalResources(int, DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addLocalResources(DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addLocalResources(int, DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addLocalResourcesBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addLocalResourcesBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
addLog4jSystemProperties(String, List<String>) - Static method in class org.apache.tez.client.TezClientUtils
 
addLog4jSystemProperties(String, List<String>) - Static method in class org.apache.tez.common.TezUtils
Allows changing the log level for task / AM logging.
addLogParamsToEnv(Map<String, String>, String[]) - Static method in class org.apache.tez.client.TezClientUtils
 
addOutEdgeId(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
addOutEdgeIdBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
addOutputs(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
addOutputs(DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addOutputs(int, DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addOutputs(DAGProtos.RootInputLeafOutputProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addOutputs(int, DAGProtos.RootInputLeafOutputProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addOutputsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addOutputsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
addOutputsBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
addRack(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
addRackBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
addResourcesToClasspath(List<URL>) - Static method in class org.apache.tez.common.ReflectionUtils
 
addResourcesToSystemClassLoader(List<URL>) - Static method in class org.apache.tez.common.ReflectionUtils
 
addRootInputEvents(String, Collection<InputDataInformationEvent>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Allows a VertexManagerPlugin to assign Events for Root Inputs For regular Event Routing changes - the EdgeManager should be configured via the setVertexParallelism method
addStatusOptions(DAGProtos.StatusGetOptsProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
addStatusOptions(DAGProtos.StatusGetOptsProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
addTaskCommunicators(DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addTaskCommunicators(int, DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addTaskCommunicators(DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addTaskCommunicators(int, DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addTaskCommunicatorsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addTaskCommunicatorsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
addTaskLocalFiles(Map<String, LocalResource>) - Method in class org.apache.tez.dag.api.DAG
Set the files etc that must be provided to the tasks of this DAG
addTaskLocalFiles(Map<String, LocalResource>) - Method in class org.apache.tez.dag.api.Vertex
Set the files etc that must be provided to the tasks of this vertex
addTaskLocationHint(DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addTaskLocationHint(int, DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addTaskLocationHint(DAGProtos.PlanTaskLocationHint.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addTaskLocationHint(int, DAGProtos.PlanTaskLocationHint.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addTaskLocationHintBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addTaskLocationHintBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
addTaskLocationHints(DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addTaskLocationHints(int, DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addTaskLocationHints(DAGProtos.PlanTaskLocationHint.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addTaskLocationHints(int, DAGProtos.PlanTaskLocationHint.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addTaskLocationHintsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addTaskLocationHintsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
addTaskSchedulers(DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addTaskSchedulers(int, DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addTaskSchedulers(DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addTaskSchedulers(int, DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addTaskSchedulersBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addTaskSchedulersBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
addToEnvironment(Map<String, String>, String, String, String) - Static method in class org.apache.tez.common.TezYARNUtils
 
addTokenForJob(String, Token<JobTokenIdentifier>) - Method in class org.apache.tez.common.security.JobTokenSecretManager
Add the job token of a job to cache
addURIsForCredentials(Collection<URI>) - Method in class org.apache.tez.dag.api.DAG
One of the methods that can be used to provide information about required Credentials when running on a secure cluster.
addURIsForCredentials(Collection<URI>) - Method in class org.apache.tez.dag.api.DataSinkDescriptor
This method can be used to specify a list of URIs for which Credentials need to be obtained so that the job can run.
addURIsForCredentials(Collection<URI>) - Method in class org.apache.tez.dag.api.DataSourceDescriptor
This method can be used to specify a list of URIs for which Credentials need to be obtained so that the job can run.
addVertex(Vertex) - Method in class org.apache.tez.dag.api.DAG
 
addVertex(DAGProtos.VertexPlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addVertex(int, DAGProtos.VertexPlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addVertex(DAGProtos.VertexPlan.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addVertex(int, DAGProtos.VertexPlan.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addVertexBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addVertexBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
addVertexGroups(DAGProtos.PlanVertexGroupInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addVertexGroups(int, DAGProtos.PlanVertexGroupInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addVertexGroups(DAGProtos.PlanVertexGroupInfo.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addVertexGroups(int, DAGProtos.PlanVertexGroupInfo.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addVertexGroupsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addVertexGroupsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
addVertexProgress(DAGProtos.StringProgressPairProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
addVertexProgress(int, DAGProtos.StringProgressPairProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
addVertexProgress(DAGProtos.StringProgressPairProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
addVertexProgress(int, DAGProtos.StringProgressPairProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
addVertexProgressBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
addVertexProgressBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
allocateTask(Object, Resource, String[], String[], Priority, Object, Object) - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
A request to the source to allocate resources for a requesting task, with location information optionally specified
allocateTask(Object, Resource, ContainerId, Priority, Object, Object) - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
A request to the source to allocate resources for a requesting task, based on a previously used container
ALLOCATION_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
AM_PLUGIN_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
APP_SUBMIT_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
appendToEnvFromInputString(Map<String, String>, String, String) - Static method in class org.apache.tez.common.TezYARNUtils
 
APPLICATION_ATTEMPT_ID - Static variable in class org.apache.tez.common.ATSConstants
 
APPLICATION_ID - Static variable in class org.apache.tez.common.ATSConstants
 
APPLICATION_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
APPLICATION = 2;
appShutdownRequested() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Inform the framework that an app shutdown is required.
ARCHIVE_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
ARCHIVE = 1;
areContainersEnabled() - Method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
 
ATSConstants - Class in org.apache.tez.common
 
ATSConstants() - Constructor for class org.apache.tez.common.ATSConstants
 

B

baseUri - Variable in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
blacklistNode(NodeId) - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Indication to a source that a node has been blacklisted, and should not be used for subsequent allocations.
BLOB_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
BROADCAST_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
BROADCAST = 1;
build() - Method in class org.apache.tez.client.TezClient.TezClientBuilder
Build the actual instance of the TezClient
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
build() - Method in class org.apache.tez.dag.api.PreWarmVertex.PreWarmVertexConfigBuilder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
build() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
build() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
BUILD_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
buildPartial() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 

C

cacheForDAG(String, Object) - Method in interface org.apache.tez.runtime.api.ObjectRegistry
Insert or update object into the registry with DAG life-cycle.
cacheForSession(String, Object) - Method in interface org.apache.tez.runtime.api.ObjectRegistry
Insert or update object into the registry with Session life-cycle.
cacheForVertex(String, Object) - Method in interface org.apache.tez.runtime.api.ObjectRegistry
Insert or update object into the registry with Vertex life-cycle.
CALLER_CONTEXT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
CALLER_CONTEXT_ID - Static variable in class org.apache.tez.common.ATSConstants
 
CALLER_CONTEXT_TYPE - Static variable in class org.apache.tez.common.ATSConstants
 
CALLER_ID - Static variable in class org.apache.tez.common.ATSConstants
 
CALLER_TYPE - Static variable in class org.apache.tez.common.ATSConstants
 
CallerContext - Class in org.apache.tez.client
 
CALLERID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
CALLERTYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
canCommit() - Method in interface org.apache.tez.runtime.api.ProcessorContext
Check whether this attempt can commit its output
checkAMModifyAccess(UserGroupInformation) - Method in class org.apache.tez.common.security.ACLManager
 
checkAMViewAccess(UserGroupInformation) - Method in class org.apache.tez.common.security.ACLManager
 
checkCounters(int) - Method in class org.apache.tez.common.counters.Limits
 
checkDAGModifyAccess(UserGroupInformation) - Method in class org.apache.tez.common.security.ACLManager
 
checkDAGViewAccess(UserGroupInformation) - Method in class org.apache.tez.common.security.ACLManager
 
checkGroups(int) - Method in class org.apache.tez.common.counters.Limits
 
checkOpts(String) - Method in class org.apache.tez.common.JavaOptsChecker
 
CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
clear() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
clear() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
clearAdditionalAmResources() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
clearAmPluginDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
clearAppMasterLocalFiles() - Method in class org.apache.tez.client.TezClient
If the next DAG App Master needs different local files, then use this method to clear the local files and then add the new local files using TezClient.addAppMasterLocalFiles(Map).
clearBlob() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string blob = 4;
clearCallerContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
clearCallerId() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerId = 3;
clearCallerType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerType = 2;
clearClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional string class_name = 1;
clearConfKeyValues() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
clearContainerLauncherName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string container_launcher_name = 4;
clearContainerLaunchers() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
clearContainersEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool containers_enabled = 1 [default = true];
clearContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string context = 1;
clearControllerDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
clearCount() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 count = 2;
clearCounterGroups() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
clearCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
clearCredentialsBinary() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional bytes credentials_binary = 5;
clearDagConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
clearDagCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
clearDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
clearDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional string dagId = 1;
clearDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string dagId = 1;
clearDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
optional string dagId = 1;
clearDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
optional string dagId = 1;
clearDagInfo() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional string dag_info = 8;
clearDAGPlan() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
clearDAGProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
clearDagStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
clearDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataMovementType dataMovementType = 4;
clearDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataMovementType dataMovementType = 1;
clearDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataSourceType dataSourceType = 5;
clearDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataSourceType dataSourceType = 2;
clearDefaultExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
clearDestVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required string dest_vertex_name = 1;
clearDiagnostics() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
clearDiagnostics() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
clearDiagnostics() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional string diagnostics = 2;
clearDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string display_name = 2;
clearDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string display_name = 2;
clearEdge() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
clearEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
clearEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
clearEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
clearEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
clearEdgeMergedInputs() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
clearEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
clearEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
clearEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
clearEnvironmentSetting() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
clearExecuteInAm() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_am = 1;
clearExecuteInContainers() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_containers = 2;
clearExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
clearFailedTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskAttemptCount = 6;
clearFailedTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskCount = 4;
clearGroupMembers() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
clearGroupName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
optional string group_name = 1;
clearHistoryText() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional bytes history_text = 3;
clearHost() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
clearId() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string id = 1;
clearIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 index = 1;
clearInEdgeId() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
clearInputs() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
clearInputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string inputVertexName = 2;
clearIODescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
clearJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
clearKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string key = 1;
clearKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required string key = 1;
clearKilledTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskAttemptCount = 7;
clearKilledTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskCount = 5;
clearLocalResource() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
clearLocalResource() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
clearLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
clearMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 memoryMb = 2;
clearMergedInput() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
required string name = 1;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string name = 1;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string name = 1;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string name = 1;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string name = 1;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional string name = 1;
clearName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required string name = 1;
clearNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 numTasks = 1;
clearOutEdgeId() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
clearOutputs() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
clearOutputs() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
clearOutputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string outputVertexName = 3;
clearPattern() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
optional string pattern = 7;
clearProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
clearProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
clearProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
clearRack() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
clearRunningTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 runningTaskCount = 3;
clearSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeSchedulingType schedulingType = 6;
clearSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeSchedulingType schedulingType = 3;
clearSerializedRequestPath() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional string serializedRequestPath = 3;
clearSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 size = 3;
clearSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 source_index = 1;
clearSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 source_index = 1;
clearStartIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 start_index = 1;
clearState() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .DAGStatusStateProto state = 1;
clearState() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .VertexStatusStateProto state = 1;
clearStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
required .TezAppMasterStatusProto status = 1;
clearStatusOptions() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
clearStatusOptions() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
clearSucceededTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 succeededTaskCount = 2;
clearTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 target_index = 2;
clearTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 target_index = 1;
clearTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 target_index = 2;
clearTargetInputName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_input_name = 2;
clearTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_vertex_name = 1;
clearTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
clearTaskCommName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_comm_name = 5;
clearTaskCommunicators() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
clearTaskConfig() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
clearTaskLocationHint() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
clearTaskLocationHints() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
clearTaskModule() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string taskModule = 5;
clearTaskSchedulerName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_scheduler_name = 3;
clearTaskSchedulers() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
clearTezUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
clearTimeout() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional int64 timeout = 4;
clearTimeStamp() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 timeStamp = 4;
clearTotalTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 totalTaskCount = 1;
clearType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceType type = 5;
clearType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanVertexType type = 2;
clearUberEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool uber_enabled = 2 [default = false];
clearUri() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string uri = 2;
clearUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional bytes user_payload = 1;
clearUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional bytes user_payload = 3;
clearUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional bytes user_payload = 3;
clearUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional bytes user_payload = 3;
clearUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional bytes user_payload = 3;
clearUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional bytes user_payload = 2;
clearValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string value = 2;
clearValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional int64 value = 3;
clearVersion() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional int32 version = 2;
clearVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 version = 4;
clearVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 version = 4;
clearVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 version = 2;
clearVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 version = 3;
clearVertex() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
clearVertexConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
clearVertexCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
clearVertexGroups() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
clearVertexManagerPlugin() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
clearVertexName() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string vertexName = 2;
clearVertexProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
clearVertexStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
clearVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 virtualCores = 3;
clearVisibility() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceVisibility visibility = 6;
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
clone() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
clone() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
close() - Method in class org.apache.tez.client.FrameworkClient
 
close() - Method in class org.apache.tez.client.TezYarnClient
 
close() - Method in interface org.apache.tez.common.security.HistoryACLPolicyManager
Call this to stop and clean up
close() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
close() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
close() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
close() - Method in interface org.apache.tez.runtime.api.InputFrameworkInterface
Closes the Input
close() - Method in interface org.apache.tez.runtime.api.OutputFrameworkInterface
Closes the Output
close() - Method in interface org.apache.tez.runtime.api.ProcessorFrameworkInterface
Closes the Processor
commitOutput() - Method in class org.apache.tez.runtime.api.OutputCommitter
For committing the output after successful completion of tasks that write the output.
COMPLETED_LOGS_URL - Static variable in class org.apache.tez.common.ATSConstants
 
COMPLETION_APPLICATION_ATTEMPT_ID - Static variable in class org.apache.tez.common.ATSConstants
 
CompositeDataMovementEvent - Class in org.apache.tez.runtime.api.events
A convenience class to specify multiple DataMovementEvents which share the same payload.
compressByteArrayToByteString(byte[]) - Static method in class org.apache.tez.common.TezCommonUtils
 
computeHash(byte[], SecretKey) - Static method in class org.apache.tez.common.security.JobTokenSecretManager
Compute the HMAC hash of the message using the key
computeHash(byte[]) - Method in class org.apache.tez.common.security.JobTokenSecretManager
Compute the HMAC hash of the message using the key
CONCURRENT_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
CONCURRENT = 1;
CONFIG - Static variable in class org.apache.tez.common.ATSConstants
 
ConfigurationClass - Annotation Type in org.apache.tez.common.annotation
 
ConfigurationProperty - Annotation Type in org.apache.tez.common.annotation
 
ConfigurationScope - Annotation Type in org.apache.tez.dag.api
 
CONFKEYVALUES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
CONTAINER_ID - Static variable in class org.apache.tez.common.ATSConstants
 
CONTAINER_LAUNCHER_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
CONTAINER_LAUNCHERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
containerBeingReleased(ContainerId) - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Indicates to the framework that a container is being released.
containerCompleted(ContainerId, int, String, TaskAttemptEndReason) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Inform the scheduler that a container was successfully stopped
containerCompleted(Object, ContainerStatus) - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Indicate to the framework that a container has completed.
ContainerEndReason - Enum in org.apache.tez.serviceplugins.api
 
containerLaunched(ContainerId) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Inform the framework that a container has been launched
ContainerLauncher - Class in org.apache.tez.serviceplugins.api
Plugin to allow custom container launchers to be written to launch containers on different types of executors.
ContainerLauncher(ContainerLauncherContext) - Constructor for class org.apache.tez.serviceplugins.api.ContainerLauncher
 
ContainerLauncherContext - Interface in org.apache.tez.serviceplugins.api
 
ContainerLauncherDescriptor - Class in org.apache.tez.serviceplugins.api
 
ContainerLauncherOperationBase - Class in org.apache.tez.serviceplugins.api
 
ContainerLauncherOperationBase(NodeId, ContainerId, Token) - Constructor for class org.apache.tez.serviceplugins.api.ContainerLauncherOperationBase
 
containerLaunchFailed(ContainerId, String) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Inform the framework of an issue while trying to launch a container.
ContainerLaunchRequest - Class in org.apache.tez.serviceplugins.api
Contains specifications for a container which needs to be launched
ContainerLaunchRequest(NodeId, ContainerId, Token, ContainerLaunchContext, Container, String, String) - Constructor for class org.apache.tez.serviceplugins.api.ContainerLaunchRequest
 
CONTAINERS_ENABLED_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
ContainerSignatureMatcher - Interface in org.apache.tez.common
 
containerStopFailed(ContainerId, String) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Inform the framework that the attempt to stop a container failed
ContainerStopRequest - Class in org.apache.tez.serviceplugins.api
Contains specifications for a container which needs to be stopped
ContainerStopRequest(NodeId, ContainerId, Token, String, String) - Constructor for class org.apache.tez.serviceplugins.api.ContainerStopRequest
 
containerStopRequested(ContainerId) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Inform the framework that a request has been made to stop a container
CONTEXT - Static variable in class org.apache.tez.common.ATSConstants
 
CONTEXT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
contextAsSimpleString() - Method in class org.apache.tez.client.CallerContext
 
CONTROLLER_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
convertByteStringToCredentials(ByteString) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertCallerContextFromProto(DAGProtos.CallerContextProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertCallerContextToProto(CallerContext) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertConfFromProto(DAGProtos.ConfigurationProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertCredentialsToProto(Credentials) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertEdgeManagerPluginDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromDAGPlan(DAGProtos.PlanLocalResourceVisibility) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromDAGPlan(DAGProtos.PlanEdgeDataSourceType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromDAGPlan(DAGProtos.PlanEdgeDataMovementType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromDAGPlan(DAGProtos.PlanEdgeSchedulingType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromDAGPlan(DAGProtos.PlanLocalResourceType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromDAGPlan(List<DAGProtos.PlanTaskLocationHint>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromLocalResources(Map<String, LocalResource>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromPlanLocalResources(DAGProtos.PlanLocalResourcesProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromProto(DAGProtos.PlanEdgeProperty) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromProto(DAGProtos.VertexExecutionContextProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertFromTezUserPayload(UserPayload) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertInputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertInputInitializerDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertJobTokenToBytes(Token<JobTokenIdentifier>) - Static method in class org.apache.tez.common.TezCommonUtils
 
convertLocalResourceToPlanLocalResource(String, LocalResource) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertNamedDescriptorFromProto(DAGProtos.TezNamedEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertNamedEntityCollectionToProto(NamedEntityDescriptor[]) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertNamedEntityToProto(NamedEntityDescriptor) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertOutputCommitterDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertOutputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertPlanLocalResourceToLocalResource(DAGProtos.PlanLocalResource) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertProcessorDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertServicePluginDescriptorToProto(ServicePluginsDescriptor) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertStatusGetOptsFromProto(DAGProtos.StatusGetOptsProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertStatusGetOptsFromProto(List<DAGProtos.StatusGetOptsProto>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertStatusGetOptsToProto(StatusGetOpts) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertStatusGetOptsToProto(Set<StatusGetOpts>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertTezAppMasterStatusFromProto(DAGClientAMProtocolRPC.TezAppMasterStatusProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertTezAppMasterStatusToProto(TezAppMasterStatus) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertTezCountersFromProto(DAGProtos.TezCountersProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertTezCountersToProto(TezCounters) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(LocalResourceVisibility) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(Map<String, LocalResource>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(EdgeProperty.DataSourceType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(EdgeProperty.DataMovementType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(EdgeProperty.SchedulingType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(LocalResourceType) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(URL) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(EntityDescriptor<?>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(RootInputLeafOutput<? extends EntityDescriptor<?>, ? extends EntityDescriptor<?>>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToHistoryText(String, Configuration) - Static method in class org.apache.tez.common.TezUtils
 
convertToHistoryText(Configuration) - Static method in class org.apache.tez.common.TezUtils
 
convertToProto(EdgeProperty) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToProto(Vertex.VertexExecutionContext) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToTezUserPayload(ByteBuffer, int) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToYarnURL(String) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertVertexLocationHintFromProto(DAGProtos.VertexLocationHintProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertVertexLocationHintToProto(VertexLocationHint) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertVertexManagerPluginDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
count - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
COUNT_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
countCounters() - Method in class org.apache.tez.common.counters.AbstractCounters
Returns the total number of counters, by summing the number of counters in each group.
COUNTER_DISPLAY_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
COUNTER_GROUP_DISPLAY_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
COUNTER_GROUP_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
COUNTER_GROUPS - Static variable in class org.apache.tez.common.ATSConstants
 
COUNTER_GROUPS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
COUNTER_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
COUNTER_VALUE - Static variable in class org.apache.tez.common.ATSConstants
 
CounterGroup - Interface in org.apache.tez.common.counters
A group of TezCounters that logically belong together.
CounterGroupBase<T extends TezCounter> - Interface in org.apache.tez.common.counters
The common counter group interface.
CounterGroupFactory<C extends TezCounter,G extends CounterGroupBase<C>> - Class in org.apache.tez.common.counters
An abstract class to provide common implementation of the group factory in both mapred and mapreduce packages.
CounterGroupFactory() - Constructor for class org.apache.tez.common.counters.CounterGroupFactory
 
CounterGroupFactory.FrameworkGroupFactory<F> - Interface in org.apache.tez.common.counters
 
COUNTERS - Static variable in class org.apache.tez.common.ATSConstants
 
COUNTERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
create(String, String, String, String) - Static method in class org.apache.tez.client.CallerContext
Instantiate the Caller Context
create(String, String) - Static method in class org.apache.tez.client.CallerContext
Instantiate the Caller Context
create(String, TezConfiguration) - Static method in class org.apache.tez.client.TezClient
Create a new TezClient.
create(String, TezConfiguration, Map<String, LocalResource>, Credentials) - Static method in class org.apache.tez.client.TezClient
Create a new TezClient.
create(String, TezConfiguration, boolean) - Static method in class org.apache.tez.client.TezClient
Create a new TezClient with AM session mode set explicitly.
create(String, TezConfiguration, boolean, Map<String, LocalResource>, Credentials) - Static method in class org.apache.tez.client.TezClient
Create a new TezClient with AM session mode set explicitly.
create(String) - Static method in class org.apache.tez.dag.api.DAG
Create a DAG with the specified name.
create(OutputDescriptor, OutputCommitterDescriptor, Credentials) - Static method in class org.apache.tez.dag.api.DataSinkDescriptor
create(InputDescriptor, InputInitializerDescriptor, Credentials) - Static method in class org.apache.tez.dag.api.DataSourceDescriptor
Create a DataSourceDescriptor when the data shard calculation happens in the App Master at runtime
create(InputDescriptor, InputInitializerDescriptor, int, Credentials, VertexLocationHint, Map<String, LocalResource>) - Static method in class org.apache.tez.dag.api.DataSourceDescriptor
Create a DataSourceDescriptor when the data shard calculation happens in the client at compile time
create(Vertex, Vertex, EdgeProperty) - Static method in class org.apache.tez.dag.api.Edge
Creates an edge between the specified vertices.
create(String) - Static method in class org.apache.tez.dag.api.EdgeManagerPluginDescriptor
 
create(int, int[]) - Static method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand.EventRouteMetadata
Create an EdgeManagerPluginOnDemand.EventRouteMetadata that will create numEvents copies of the Event to be routed.
create(int, int[], int[]) - Static method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand.EventRouteMetadata
Create an EdgeManagerPluginOnDemand.EventRouteMetadata that will create numEvents copies of the Event to be routed.
create(EdgeProperty.DataMovementType, EdgeProperty.DataSourceType, EdgeProperty.SchedulingType, OutputDescriptor, InputDescriptor) - Static method in class org.apache.tez.dag.api.EdgeProperty
Setup an EdgeProperty which makes use of one of the provided EdgeProperty.DataMovementTypes
create(EdgeManagerPluginDescriptor, EdgeProperty.DataSourceType, EdgeProperty.SchedulingType, OutputDescriptor, InputDescriptor) - Static method in class org.apache.tez.dag.api.EdgeProperty
Setup an Edge which uses a custom EdgeManager
create(EdgeManagerPluginDescriptor, EdgeProperty.DataMovementType, EdgeProperty.DataSourceType, EdgeProperty.SchedulingType, OutputDescriptor, InputDescriptor) - Static method in class org.apache.tez.dag.api.EdgeProperty
 
create(VertexGroup, Vertex, EdgeProperty, InputDescriptor) - Static method in class org.apache.tez.dag.api.GroupInputEdge
An Edge that connects a VertexGroup to a destination Vertex.
create(String) - Static method in class org.apache.tez.dag.api.InputDescriptor
 
create(String) - Static method in class org.apache.tez.dag.api.InputInitializerDescriptor
 
create(String) - Static method in class org.apache.tez.dag.api.OutputCommitterDescriptor
 
create(String) - Static method in class org.apache.tez.dag.api.OutputDescriptor
 
create(String, ProcessorDescriptor, int, Resource) - Static method in class org.apache.tez.dag.api.PreWarmVertex
Create a PreWarmVertex to be used in TezClient.preWarm(PreWarmVertex) It may be necessary to call more methods to add local files etc on the pre-warm vertex post creation so that it matches the real DAG vertices.
create(String, int, Resource) - Static method in class org.apache.tez.dag.api.PreWarmVertex
Create a PreWarmVertex to be used in @link TezClient.preWarm(PreWarmVertex) This uses a built in pre-warm processor that implements common functionality.
create(String) - Static method in class org.apache.tez.dag.api.ProcessorDescriptor
 
create(ByteBuffer) - Static method in class org.apache.tez.dag.api.UserPayload
Create a UserPayload instance which encapsulates a ByteBuffer.
create(ByteBuffer, int) - Static method in class org.apache.tez.dag.api.UserPayload
Create an explicitly versioned UserPayload instance which encapsulates a ByteBuffer.
create(String, ProcessorDescriptor, int, Resource) - Static method in class org.apache.tez.dag.api.Vertex
Create a new vertex with the given name.
create(String, ProcessorDescriptor) - Static method in class org.apache.tez.dag.api.Vertex
Create a new vertex with the given name.
create(String, ProcessorDescriptor, int) - Static method in class org.apache.tez.dag.api.Vertex
Create a new vertex with the given name and parallelism.
create(String, String, String) - Static method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
create(List<TaskLocationHint>) - Static method in class org.apache.tez.dag.api.VertexLocationHint
 
create(int, TaskLocationHint) - Static method in class org.apache.tez.dag.api.VertexManagerPluginContext.ScheduleTaskRequest
 
create(String) - Static method in class org.apache.tez.dag.api.VertexManagerPluginDescriptor
 
create(int, int, ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
create(int, ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.DataMovementEvent
User Event constructor for Outputs
create(ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
create(int, int, int, ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
create(int, VertexLocationHint, InputSpecUpdate) - Static method in class org.apache.tez.runtime.api.events.InputConfigureVertexTasksEvent
 
create(int, int) - Static method in class org.apache.tez.runtime.api.events.InputFailedEvent
 
create(String, String, ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.InputInitializerEvent
 
create(String, int, int) - Static method in class org.apache.tez.runtime.api.events.InputReadErrorEvent
 
create(ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.InputUpdatePayloadEvent
 
create(String, ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.VertexManagerEvent
Create a new VertexManagerEvent
create(String, String) - Static method in class org.apache.tez.serviceplugins.api.ContainerLauncherDescriptor
 
create(TaskSchedulerDescriptor[], ContainerLauncherDescriptor[], TaskCommunicatorDescriptor[]) - Static method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
Create a service plugin descriptor with the provided plugins.
create(boolean, TaskSchedulerDescriptor[], ContainerLauncherDescriptor[], TaskCommunicatorDescriptor[]) - Static method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
Create a service plugin descriptor with the provided plugins.
create(boolean, boolean, TaskSchedulerDescriptor[], ContainerLauncherDescriptor[], TaskCommunicatorDescriptor[]) - Static method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
Create a service plugin descriptor with the provided plugins.
create(boolean) - Static method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
Create a service plugin descriptor which may have in-AM execution of tasks enabled.
create(String, String) - Static method in class org.apache.tez.serviceplugins.api.TaskCommunicatorDescriptor
 
create(String, String) - Static method in class org.apache.tez.serviceplugins.api.TaskSchedulerDescriptor
 
createAllTaskInputSpecUpdate(int) - Static method in class org.apache.tez.runtime.api.InputSpecUpdate
Create an update instance where all work units (typically represented by InputDataInformationEvent) will have the same number of physical inputs.
createApplication() - Method in class org.apache.tez.client.FrameworkClient
 
createApplication() - Method in class org.apache.tez.client.TezYarnClient
 
createApplicationSubmissionContext(ApplicationId, DAG, String, AMConfiguration, Map<String, LocalResource>, Credentials, boolean, TezApiVersionInfo, HistoryACLPolicyManager, ServicePluginsDescriptor, JavaOptsChecker) - Static method in class org.apache.tez.client.TezClientUtils
Create an ApplicationSubmissionContext to launch a Tez AM
createByteStringFromConf(Configuration) - Static method in class org.apache.tez.common.TezUtils
Convert a Configuration to compressed ByteString using Protocol buffer
createClazzInstance(String) - Static method in class org.apache.tez.common.ReflectionUtils
 
createClazzInstance(String, Class<?>[], Object[]) - Static method in class org.apache.tez.common.ReflectionUtils
 
createConfFromByteString(ByteString) - Static method in class org.apache.tez.common.TezUtils
Convert a byte string to a Configuration object
createConfFromUserPayload(UserPayload) - Static method in class org.apache.tez.common.TezUtils
Convert an instance of UserPayload to Configuration
createConfigBuilder(Configuration) - Static method in class org.apache.tez.dag.api.PreWarmVertex
Create a config builder for the @link PreWarmVertex.
createDag(Configuration, Credentials, Map<String, LocalResource>, LocalResource, boolean) - Method in class org.apache.tez.dag.api.DAG
 
createDag(Configuration, Credentials, Map<String, LocalResource>, LocalResource, boolean, Map<String, String>, ServicePluginsDescriptor, JavaOptsChecker) - Method in class org.apache.tez.dag.api.DAG
 
createEdgePlanMapFromDAGPlan(List<DAGProtos.EdgePlan>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createEdgePropertyMapFromDAGPlan(DAGProtos.EdgePlan) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createEnvironmentMapFromDAGPlan(List<DAGProtos.PlanKeyValuePair>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createExecuteInAm(boolean) - Static method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
Create an execution context which specifies whether the vertex needs to be executed in the AM
createExecuteInContainers(boolean) - Static method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
Create an execution context which specifies whether the vertex needs to be executed in regular containers
createFileForAM(FileSystem, Path) - Static method in class org.apache.tez.common.TezCommonUtils
Create a file with TEZ_AM_FILE_PERMISSION permission and returns OutputStream
createFrameworkClient(TezConfiguration) - Static method in class org.apache.tez.client.FrameworkClient
 
createFrameworkClient() - Method in class org.apache.tez.client.TezClient
 
createIdentifier() - Method in class org.apache.tez.common.security.JobTokenSecretManager
Create an empty job token identifier
createLocalResourceMapFromDAGPlan(List<DAGProtos.PlanLocalResource>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createPassword(JobTokenIdentifier) - Method in class org.apache.tez.common.security.JobTokenSecretManager
Create a new password/secret for the given job token identifier.
createPerTaskInputSpecUpdate(List<Integer>) - Static method in class org.apache.tez.runtime.api.InputSpecUpdate
Create an update instance where all work units (typically represented by InputDataInformationEvent) will have the same number of physical inputs.
createResourceRequestFromTaskConfig(DAGProtos.PlanTaskConfiguration) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createSecretKey(byte[]) - Static method in class org.apache.tez.common.security.JobTokenSecretManager
Convert the byte[] to a secret key
createTaskLocationHint(String, int) - Static method in class org.apache.tez.dag.api.TaskLocationHint
Provide a location hint that affinitizes to the given task in the given vertex.
createTaskLocationHint(Set<String>, Set<String>) - Static method in class org.apache.tez.dag.api.TaskLocationHint
Provides a location hint with nodes and racks at which the task may be executed.
createTezSystemStagingPath(Configuration, String) - Static method in class org.apache.tez.common.TezCommonUtils
This function returns the staging directory for TEZ system.
createUserPayloadFromConf(Configuration) - Static method in class org.apache.tez.common.TezUtils
Convert a Configuration to a UserPayload
createVertexGroup(String, Vertex...) - Method in class org.apache.tez.dag.api.DAG
Create a group of vertices that share a common output.
createWithObjectPayload(int, Object) - Static method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
createWithSerializedPayload(int, ByteBuffer) - Static method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
Provide a serialized form of the payload
CREATION_CAUSAL_ATTEMPT - Static variable in class org.apache.tez.common.ATSConstants
 
CREATION_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
CREDENTIALS_BINARY_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
CUSTOM_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
CUSTOM = 3;

D

D_A_G_PLAN_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
DAG - Static variable in class org.apache.tez.client.TezClient
 
DAG - Class in org.apache.tez.dag.api
Top level entity that defines the DAG (Directed Acyclic Graph) representing the data flow graph.
DAG_AM_WEB_SERVICE_VERSION - Static variable in class org.apache.tez.common.ATSConstants
 
DAG_COMMITTING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_COMMITTING = 8;
DAG_ERROR_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_ERROR = 6;
DAG_FAILED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_FAILED = 5;
DAG_INFO_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
DAG_INITING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_INITING = 1;
DAG_KILLED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_KILLED = 4;
DAG_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
DAG_PLAN - Static variable in class org.apache.tez.common.ATSConstants
 
DAG_RECOVERY_DATA_DIR_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
DAG_RECOVERY_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
DAG_RECOVERY_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
DAG_RECOVERY_FILE_IO_BUFFER_SIZE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
DAG_RECOVERY_FILE_IO_BUFFER_SIZE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
DAG_RECOVERY_FLUSH_INTERVAL_SECS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
DAG_RECOVERY_FLUSH_INTERVAL_SECS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
DAG_RECOVERY_MAX_UNFLUSHED_EVENTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
DAG_RECOVERY_MAX_UNFLUSHED_EVENTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
DAG_RECOVERY_RECOVER_FILE_SUFFIX - Static variable in class org.apache.tez.dag.api.TezConstants
 
DAG_RECOVERY_SUMMARY_FILE_SUFFIX - Static variable in class org.apache.tez.dag.api.TezConstants
 
DAG_RUNNING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_RUNNING = 2;
DAG_STATE - Static variable in class org.apache.tez.common.ATSConstants
 
DAG_SUBMITTED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_SUBMITTED = 0;
DAG_SUCCEEDED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_SUCCEEDED = 3;
DAG_TERMINATING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_TERMINATING = 7;
DAGAccessControls - Class in org.apache.tez.common.security
Access controls for the DAG
DAGAccessControls() - Constructor for class org.apache.tez.common.security.DAGAccessControls
 
DAGAccessControls(String, String) - Constructor for class org.apache.tez.common.security.DAGAccessControls
Helper API to support YARN and MapReduce format for specifying users and groups.
DAGClient - Class in org.apache.tez.dag.api.client
Class for monitoring the DAG running in a Tez DAG Application Master.
DAGClient() - Constructor for class org.apache.tez.dag.api.client.DAGClient
 
DAGClientAMProtocolBlockingPB - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC - Class in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.DAGClientAMProtocol - Class in org.apache.tez.dag.api.client.rpc
Protobuf service DAGClientAMProtocol
DAGClientAMProtocolRPC.DAGClientAMProtocol() - Constructor for class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub - Class in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetAllDAGsRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAllDAGsRequestProto
DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAllDAGsRequestProto
DAGClientAMProtocolRPC.GetAllDAGsRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetAllDAGsResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAllDAGsResponseProto
DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAllDAGsResponseProto
DAGClientAMProtocolRPC.GetAllDAGsResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetAMStatusRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAMStatusRequestProto
DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAMStatusRequestProto
DAGClientAMProtocolRPC.GetAMStatusRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetAMStatusResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAMStatusResponseProto
DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetAMStatusResponseProto
DAGClientAMProtocolRPC.GetAMStatusResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetDAGStatusRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetDAGStatusRequestProto
DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetDAGStatusRequestProto
DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetDAGStatusResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetDAGStatusResponseProto
DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetDAGStatusResponseProto
DAGClientAMProtocolRPC.GetDAGStatusResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetVertexStatusRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetVertexStatusRequestProto
DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetVertexStatusRequestProto
DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.GetVertexStatusResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetVertexStatusResponseProto
DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type GetVertexStatusResponseProto
DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.ShutdownSessionRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type ShutdownSessionRequestProto
DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type ShutdownSessionRequestProto
DAGClientAMProtocolRPC.ShutdownSessionRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.ShutdownSessionResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type ShutdownSessionResponseProto
DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type ShutdownSessionResponseProto
DAGClientAMProtocolRPC.ShutdownSessionResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.SubmitDAGRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type SubmitDAGRequestProto
DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type SubmitDAGRequestProto
DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.SubmitDAGResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type SubmitDAGResponseProto
DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type SubmitDAGResponseProto
DAGClientAMProtocolRPC.SubmitDAGResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.TezAppMasterStatusProto - Enum in org.apache.tez.dag.api.client.rpc
Protobuf enum TezAppMasterStatusProto
DAGClientAMProtocolRPC.TryKillDAGRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type TryKillDAGRequestProto
DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type TryKillDAGRequestProto
DAGClientAMProtocolRPC.TryKillDAGRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.TryKillDAGResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type TryKillDAGResponseProto
DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type TryKillDAGResponseProto
DAGClientAMProtocolRPC.TryKillDAGResponseProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientImpl - Class in org.apache.tez.dag.api.client
 
DAGClientImpl(ApplicationId, String, TezConfiguration, FrameworkClient) - Constructor for class org.apache.tez.dag.api.client.DAGClientImpl
 
DAGClientInternal - Class in org.apache.tez.dag.api.client
Private internal class for monitoring the DAG running in a Tez DAG Application Master.
DAGClientInternal() - Constructor for class org.apache.tez.dag.api.client.DAGClientInternal
 
DAGClientRPCImpl - Class in org.apache.tez.dag.api.client.rpc
 
DAGClientRPCImpl(ApplicationId, String, TezConfiguration, FrameworkClient) - Constructor for class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
DAGClientSecurityInfo - Class in org.apache.tez.common.security
 
DAGClientSecurityInfo() - Constructor for class org.apache.tez.common.security.DAGClientSecurityInfo
 
DAGClientTimelineImpl - Class in org.apache.tez.dag.api.client
 
DAGClientTimelineImpl(ApplicationId, String, TezConfiguration, FrameworkClient, int) - Constructor for class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
DAGClientTimelineImpl.VertexTaskStats - Class in org.apache.tez.dag.api.client
 
DAGClientTimelineImpl.VertexTaskStats(int, int, int, int, int) - Constructor for class org.apache.tez.dag.api.client.DAGClientTimelineImpl.VertexTaskStats
 
dagComplete() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Indicates to the scheduler that the currently running dag has completed.
DAGCONF_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
DAGCounter - Enum in org.apache.tez.common.counters
 
DAGCOUNTERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
DAGID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
DAGID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
DAGID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
DAGID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
DAGID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
DagIdentifier - Interface in org.apache.tez.runtime.api
 
DagInfo - Interface in org.apache.tez.serviceplugins.api
 
DAGNotRunningException - Exception in org.apache.tez.dag.api
Checked Exception thrown upon error
DAGNotRunningException(Throwable) - Constructor for exception org.apache.tez.dag.api.DAGNotRunningException
 
DAGNotRunningException(String) - Constructor for exception org.apache.tez.dag.api.DAGNotRunningException
 
DAGNotRunningException(String, Throwable) - Constructor for exception org.apache.tez.dag.api.DAGNotRunningException
 
DAGPROGRESS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
DAGProtos - Class in org.apache.tez.dag.api.records
 
DAGProtos.AMPluginDescriptorProto - Class in org.apache.tez.dag.api.records
Protobuf type AMPluginDescriptorProto
DAGProtos.AMPluginDescriptorProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type AMPluginDescriptorProto
DAGProtos.AMPluginDescriptorProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.CallerContextProto - Class in org.apache.tez.dag.api.records
Protobuf type CallerContextProto
DAGProtos.CallerContextProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type CallerContextProto
DAGProtos.CallerContextProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.ConfigurationProto - Class in org.apache.tez.dag.api.records
Protobuf type ConfigurationProto
DAGProtos.ConfigurationProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type ConfigurationProto
DAGProtos.ConfigurationProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.DAGPlan - Class in org.apache.tez.dag.api.records
Protobuf type DAGPlan
DAGProtos.DAGPlan.Builder - Class in org.apache.tez.dag.api.records
Protobuf type DAGPlan
DAGProtos.DAGPlanOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.DAGStatusProto - Class in org.apache.tez.dag.api.records
Protobuf type DAGStatusProto
DAGProtos.DAGStatusProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type DAGStatusProto
DAGProtos.DAGStatusProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.DAGStatusStateProto - Enum in org.apache.tez.dag.api.records
Protobuf enum DAGStatusStateProto
DAGProtos.EdgePlan - Class in org.apache.tez.dag.api.records
Protobuf type EdgePlan
DAGProtos.EdgePlan.Builder - Class in org.apache.tez.dag.api.records
Protobuf type EdgePlan
DAGProtos.EdgePlanOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanEdgeDataMovementType - Enum in org.apache.tez.dag.api.records
Protobuf enum PlanEdgeDataMovementType
DAGProtos.PlanEdgeDataSourceType - Enum in org.apache.tez.dag.api.records
Protobuf enum PlanEdgeDataSourceType
DAGProtos.PlanEdgeProperty - Class in org.apache.tez.dag.api.records
Protobuf type PlanEdgeProperty
DAGProtos.PlanEdgeProperty.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanEdgeProperty
DAGProtos.PlanEdgePropertyOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanEdgeSchedulingType - Enum in org.apache.tez.dag.api.records
Protobuf enum PlanEdgeSchedulingType
DAGProtos.PlanGroupInputEdgeInfo - Class in org.apache.tez.dag.api.records
Protobuf type PlanGroupInputEdgeInfo
DAGProtos.PlanGroupInputEdgeInfo.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanGroupInputEdgeInfo
DAGProtos.PlanGroupInputEdgeInfoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanKeyValuePair - Class in org.apache.tez.dag.api.records
Protobuf type PlanKeyValuePair
DAGProtos.PlanKeyValuePair.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanKeyValuePair
DAGProtos.PlanKeyValuePairOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanLocalResource - Class in org.apache.tez.dag.api.records
Protobuf type PlanLocalResource
DAGProtos.PlanLocalResource.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanLocalResource
DAGProtos.PlanLocalResourceOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanLocalResourcesProto - Class in org.apache.tez.dag.api.records
Protobuf type PlanLocalResourcesProto
DAGProtos.PlanLocalResourcesProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanLocalResourcesProto
DAGProtos.PlanLocalResourcesProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanLocalResourceType - Enum in org.apache.tez.dag.api.records
Protobuf enum PlanLocalResourceType
DAGProtos.PlanLocalResourceVisibility - Enum in org.apache.tez.dag.api.records
Protobuf enum PlanLocalResourceVisibility
DAGProtos.PlanTaskConfiguration - Class in org.apache.tez.dag.api.records
Protobuf type PlanTaskConfiguration
DAGProtos.PlanTaskConfiguration.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanTaskConfiguration
DAGProtos.PlanTaskConfigurationOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanTaskLocationHint - Class in org.apache.tez.dag.api.records
Protobuf type PlanTaskLocationHint
DAGProtos.PlanTaskLocationHint.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanTaskLocationHint
DAGProtos.PlanTaskLocationHintOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanVertexGroupInfo - Class in org.apache.tez.dag.api.records
Protobuf type PlanVertexGroupInfo
DAGProtos.PlanVertexGroupInfo.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PlanVertexGroupInfo
DAGProtos.PlanVertexGroupInfoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.PlanVertexType - Enum in org.apache.tez.dag.api.records
Protobuf enum PlanVertexType
DAGProtos.ProgressProto - Class in org.apache.tez.dag.api.records
Protobuf type ProgressProto
DAGProtos.ProgressProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type ProgressProto
DAGProtos.ProgressProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.RootInputLeafOutputProto - Class in org.apache.tez.dag.api.records
Protobuf type RootInputLeafOutputProto
DAGProtos.RootInputLeafOutputProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type RootInputLeafOutputProto
DAGProtos.RootInputLeafOutputProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.StatusGetOptsProto - Enum in org.apache.tez.dag.api.records
Protobuf enum StatusGetOptsProto
DAGProtos.StringProgressPairProto - Class in org.apache.tez.dag.api.records
Protobuf type StringProgressPairProto
DAGProtos.StringProgressPairProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type StringProgressPairProto
DAGProtos.StringProgressPairProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.TezCounterGroupProto - Class in org.apache.tez.dag.api.records
Protobuf type TezCounterGroupProto
DAGProtos.TezCounterGroupProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type TezCounterGroupProto
DAGProtos.TezCounterGroupProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.TezCounterProto - Class in org.apache.tez.dag.api.records
Protobuf type TezCounterProto
DAGProtos.TezCounterProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type TezCounterProto
DAGProtos.TezCounterProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.TezCountersProto - Class in org.apache.tez.dag.api.records
Protobuf type TezCountersProto
DAGProtos.TezCountersProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type TezCountersProto
DAGProtos.TezCountersProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.TezEntityDescriptorProto - Class in org.apache.tez.dag.api.records
Protobuf type TezEntityDescriptorProto
DAGProtos.TezEntityDescriptorProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type TezEntityDescriptorProto
DAGProtos.TezEntityDescriptorProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.TezNamedEntityDescriptorProto - Class in org.apache.tez.dag.api.records
Protobuf type TezNamedEntityDescriptorProto
DAGProtos.TezNamedEntityDescriptorProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type TezNamedEntityDescriptorProto
DAGProtos.TezNamedEntityDescriptorProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.TezUserPayloadProto - Class in org.apache.tez.dag.api.records
Protobuf type TezUserPayloadProto
DAGProtos.TezUserPayloadProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type TezUserPayloadProto
DAGProtos.TezUserPayloadProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.VertexExecutionContextProto - Class in org.apache.tez.dag.api.records
Protobuf type VertexExecutionContextProto
DAGProtos.VertexExecutionContextProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type VertexExecutionContextProto
DAGProtos.VertexExecutionContextProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.VertexLocationHintProto - Class in org.apache.tez.dag.api.records
Protobuf type VertexLocationHintProto
DAGProtos.VertexLocationHintProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type VertexLocationHintProto
DAGProtos.VertexLocationHintProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.VertexPlan - Class in org.apache.tez.dag.api.records
Protobuf type VertexPlan
DAGProtos.VertexPlan.Builder - Class in org.apache.tez.dag.api.records
Protobuf type VertexPlan
DAGProtos.VertexPlanOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.VertexStatusProto - Class in org.apache.tez.dag.api.records
Protobuf type VertexStatusProto
DAGProtos.VertexStatusProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type VertexStatusProto
DAGProtos.VertexStatusProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
DAGProtos.VertexStatusStateProto - Enum in org.apache.tez.dag.api.records
Protobuf enum VertexStatusStateProto
DAGStatus - Class in org.apache.tez.dag.api.client
Describes the status of the DAG
DAGStatus(DAGProtos.DAGStatusProtoOrBuilder, DagStatusSource) - Constructor for class org.apache.tez.dag.api.client.DAGStatus
 
DAGStatus.State - Enum in org.apache.tez.dag.api.client
 
DAGSTATUS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
DagStatusSource - Enum in org.apache.tez.dag.api.client
 
DAGSubmissionTimedOut - Exception in org.apache.tez.dag.api
Exception thrown when DAG submission to a Tez Session times out.
DAGSubmissionTimedOut(String) - Constructor for exception org.apache.tez.dag.api.DAGSubmissionTimedOut
 
DagTypeConverters - Class in org.apache.tez.dag.api
 
DagTypeConverters() - Constructor for class org.apache.tez.dag.api.DagTypeConverters
 
DataMovementEvent - Class in org.apache.tez.runtime.api.events
Event used by user code to send information between tasks.
DATAMOVEMENTTYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
DATAMOVEMENTTYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
DataSinkDescriptor - Class in org.apache.tez.dag.api
Defines the output and output committer for a data sink
DataSinkDescriptor(OutputDescriptor, OutputCommitterDescriptor, Credentials) - Constructor for class org.apache.tez.dag.api.DataSinkDescriptor
Deprecated.
DataSourceDescriptor - Class in org.apache.tez.dag.api
Defines the input and input initializer for a data source
DATASOURCETYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
DATASOURCETYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
deallocateContainer(ContainerId) - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
A request to de-allocate a previously allocated container.
deallocateTask(Object, boolean, TaskAttemptEndReason, String) - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
A request to deallocate a task.
decompressByteStringToByteArray(ByteString) - Static method in class org.apache.tez.common.TezCommonUtils
 
deepCopyAsArray() - Method in class org.apache.tez.dag.api.UserPayload
 
DEFAULT_EXECUTION_CONTEXT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
delete(String) - Method in interface org.apache.tez.runtime.api.ObjectRegistry
Delete the object associated with the provided key
DESC - Static variable in class org.apache.tez.common.ATSConstants
 
DESCRIPTION - Static variable in class org.apache.tez.common.ATSConstants
 
DEST_VERTEX_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
DIAGNOSTICS - Static variable in class org.apache.tez.common.ATSConstants
 
DIAGNOSTICS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
DIAGNOSTICS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
DIAGNOSTICS_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
DISPLAY_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
DISPLAY_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
doneReconfiguringVertex() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Optional API.

E

Edge - Class in org.apache.tez.dag.api
Edge defines the connection between a producer and consumer vertex in the DAG.
EDGE_DESTINATION_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
EDGE_DESTINATION_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
EDGE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
EDGE_MANAGER_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
EDGE_MANAGER_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
EDGE_MERGED_INPUTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
EDGE_SOURCE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
EDGE_SOURCE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
EdgeManagerPlugin - Class in org.apache.tez.dag.api
This interface defines the routing of the event between tasks of producer and consumer vertices.
EdgeManagerPlugin(EdgeManagerPluginContext) - Constructor for class org.apache.tez.dag.api.EdgeManagerPlugin
Create an instance of the EdgeManagerPlugin.
EdgeManagerPluginContext - Interface in org.apache.tez.dag.api
Context information provided to EdgeManagerPlugins This interface is not supposed to be implemented by users
EdgeManagerPluginDescriptor - Class in org.apache.tez.dag.api
Describes the @link EdgeManagerPlugin
EdgeManagerPluginOnDemand - Class in org.apache.tez.dag.api
This interface defines the routing of the event between tasks of producer and consumer vertices.
EdgeManagerPluginOnDemand(EdgeManagerPluginContext) - Constructor for class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Create an instance of the EdgeManagerPluginOnDemand.
EdgeManagerPluginOnDemand.EventRouteMetadata - Class in org.apache.tez.dag.api
Class to provide routing metadata for Events to be routed between producer and consumer tasks.
EdgeProperty - Class in org.apache.tez.dag.api
An @link EdgeProperty defines the relation between the source and destination vertices of an edge.
EdgeProperty.DataMovementType - Enum in org.apache.tez.dag.api
Defines the manner of data movement between source and destination tasks.
EdgeProperty.DataSourceType - Enum in org.apache.tez.dag.api
Determines the lifetime of the data produced on this edge by a source task.
EdgeProperty.SchedulingType - Enum in org.apache.tez.dag.api
Determines when the destination task is eligible to run, once the source task is eligible to run.
ensureStagingDirExists(Configuration, Path) - Static method in class org.apache.tez.client.TezClientUtils
Verify or create the Staging area directory on the configured Filesystem
ENTITIES - Static variable in class org.apache.tez.common.ATSConstants
 
ENTITY - Static variable in class org.apache.tez.common.ATSConstants
 
ENTITY_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
ENTITY_TYPE - Static variable in class org.apache.tez.common.ATSConstants
 
EntityDescriptor<T extends EntityDescriptor<T>> - Class in org.apache.tez.dag.api
Describes a given user code entity.
EntityDescriptor() - Constructor for class org.apache.tez.dag.api.EntityDescriptor
 
EntityDescriptor(String) - Constructor for class org.apache.tez.dag.api.EntityDescriptor
 
ENVIRONMENTSETTING_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
EPHEMERAL_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
EPHEMERAL = 2;
equals(Object) - Method in class org.apache.tez.common.counters.AbstractCounter
 
equals(Object) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
equals(Object) - Method in class org.apache.tez.common.counters.AbstractCounters
 
equals(Object) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
equals(Object) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
equals(Object) - Method in class org.apache.tez.dag.api.client.DAGStatus
 
equals(Object) - Method in class org.apache.tez.dag.api.client.Progress
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.VertexStatus
 
equals(Object) - Method in class org.apache.tez.dag.api.Edge
 
equals(Object) - Method in class org.apache.tez.dag.api.GroupInputEdge
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
equals(Object) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
equals(Object) - Method in class org.apache.tez.dag.api.TaskLocationHint
 
equals(Object) - Method in class org.apache.tez.dag.api.Vertex
 
equals(Object) - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
equals(Object) - Method in class org.apache.tez.dag.api.VertexGroup
 
equals(Object) - Method in class org.apache.tez.dag.api.VertexLocationHint
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
equals(Object) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
Event - Class in org.apache.tez.runtime.api
Base class for all events generated within the Tez execution engine.
Event() - Constructor for class org.apache.tez.runtime.api.Event
 
EVENT_INFO - Static variable in class org.apache.tez.common.ATSConstants
 
EVENT_TYPE - Static variable in class org.apache.tez.common.ATSConstants
 
EventProtos - Class in org.apache.tez.runtime.api.events
 
EventProtos.CompositeEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type CompositeEventProto
EventProtos.CompositeEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type CompositeEventProto
EventProtos.CompositeEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EventProtos.DataMovementEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type DataMovementEventProto
EventProtos.DataMovementEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type DataMovementEventProto
EventProtos.DataMovementEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EventProtos.InputFailedEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type InputFailedEventProto
EventProtos.InputFailedEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type InputFailedEventProto
EventProtos.InputFailedEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EventProtos.InputReadErrorEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type InputReadErrorEventProto
EventProtos.InputReadErrorEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type InputReadErrorEventProto
EventProtos.InputReadErrorEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EventProtos.RootInputDataInformationEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type RootInputDataInformationEventProto
EventProtos.RootInputDataInformationEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type RootInputDataInformationEventProto
EventProtos.RootInputDataInformationEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EventProtos.RootInputInitializerEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type RootInputInitializerEventProto
EventProtos.RootInputInitializerEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type RootInputInitializerEventProto
EventProtos.RootInputInitializerEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EventProtos.VertexManagerEventProto - Class in org.apache.tez.runtime.api.events
Protobuf type VertexManagerEventProto
EventProtos.VertexManagerEventProto.Builder - Class in org.apache.tez.runtime.api.events
Protobuf type VertexManagerEventProto
EventProtos.VertexManagerEventProtoOrBuilder - Interface in org.apache.tez.runtime.api.events
 
EVENTS - Static variable in class org.apache.tez.common.ATSConstants
 
EXECUTE_IN_AM_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
EXECUTE_IN_CONTAINERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
EXECUTION_CONTEXT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
ExecutionContext - Interface in org.apache.tez.runtime.api
The context for the executor within which a task runs.
EXIT_STATUS - Static variable in class org.apache.tez.common.ATSConstants
 
exitMessage - Variable in class org.apache.tez.serviceplugins.api.TaskSchedulerContext.AppFinalStatus
 
exitStatus - Variable in class org.apache.tez.serviceplugins.api.TaskSchedulerContext.AppFinalStatus
 
expand(int, int) - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
Expand the CompositeDataMovementEvent into a routable DataMovementEvent by providing the source output index and the target input index.

F

FAILEDTASKATTEMPTCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
FAILEDTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
fatalError(Throwable, String) - Method in interface org.apache.tez.runtime.api.TaskContext
Deprecated.
Replaced by TaskContext.reportFailure(TaskFailureType, Throwable, String) (FailureType, Throwable, String)} Note: To maintain compatibility, even though this method is named 'fatalError' - this method operates as TaskContext.reportFailure(TaskFailureType, Throwable, String) with the TaskFailureType set to TaskFailureType.NON_FATAL.
FILE_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
FILE = 0;
FileSystemCounter - Enum in org.apache.tez.common.counters
 
FileSystemCounterGroup<C extends TezCounter> - Class in org.apache.tez.common.counters
An abstract class to provide common implementation of the filesystem counter group in both mapred and mapreduce packages.
FileSystemCounterGroup() - Constructor for class org.apache.tez.common.counters.FileSystemCounterGroup
 
FileSystemCounterGroup.FSCounter - Class in org.apache.tez.common.counters
 
FileSystemCounterGroup.FSCounter(String, FileSystemCounter) - Constructor for class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
filterCounterName(String) - Static method in class org.apache.tez.common.counters.Limits
 
filterGroupName(String) - Static method in class org.apache.tez.common.counters.Limits
 
filterName(String, int) - Static method in class org.apache.tez.common.counters.Limits
 
findCounter(String, String) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
findCounter(String, boolean) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
findCounter(String) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
findCounter(String, String) - Method in class org.apache.tez.common.counters.AbstractCounters
Find a counter, create one if necessary
findCounter(Enum<?>) - Method in class org.apache.tez.common.counters.AbstractCounters
Find the counter for the given enum.
findCounter(String, FileSystemCounter) - Method in class org.apache.tez.common.counters.AbstractCounters
Find the file system counter for the given scheme and enum.
findCounter(String, String) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Find a counter in the group.
findCounter(String, boolean) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Find a counter in the group
findCounter(String) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Find a counter in the group.
findCounter(String, String) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
findCounter(String, boolean) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
findCounter(String) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
findCounter(String, FileSystemCounter) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
findCounter(String, String) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
findCounter(String, boolean) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
findCounter(String) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
FINISH_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
FrameworkClient - Class in org.apache.tez.client
 
FrameworkClient() - Constructor for class org.apache.tez.client.FrameworkClient
 
FrameworkCounterGroup<T extends Enum<T>,C extends TezCounter> - Class in org.apache.tez.common.counters
An abstract class to provide common implementation for the framework counter group in both mapred and mapreduce packages.
FrameworkCounterGroup(Class<T>) - Constructor for class org.apache.tez.common.counters.FrameworkCounterGroup
 
FrameworkCounterGroup.FrameworkCounter<T extends Enum<T>> - Class in org.apache.tez.common.counters
A counter facade for framework counters.
FrameworkCounterGroup.FrameworkCounter(T, String) - Constructor for class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 

G

GenericCounter - Class in org.apache.tez.common.counters
A generic counter implementation
GenericCounter() - Constructor for class org.apache.tez.common.counters.GenericCounter
 
GenericCounter(String, String) - Constructor for class org.apache.tez.common.counters.GenericCounter
 
GenericCounter(String, String, long) - Constructor for class org.apache.tez.common.counters.GenericCounter
 
get(String) - Method in interface org.apache.tez.runtime.api.ObjectRegistry
Return the object associated with the provided key
GET_COUNTERS_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
GET_COUNTERS = 0;
getAdditionalAmResources() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalAmResources() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalAmResources() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalAmResourcesBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalAmResourcesOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalAmResourcesOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalAmResourcesOrBuilder() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional .PlanLocalResourcesProto additional_am_resources = 2;
getAdditionalLocalFiles() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
Get the list of additional local files which were specified during creation.
getAdditionalResources(Map<String, LocalResource>, Map<String, LocalResource>) - Method in interface org.apache.tez.common.ContainerSignatureMatcher
Gets additional resources specified in lr2, which are not present for lr1
getAffinitizedTask() - Method in class org.apache.tez.dag.api.TaskLocationHint
 
getAllDAGs(RpcController, DAGClientAMProtocolRPC.GetAllDAGsRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
getAllDAGs(RpcController, DAGClientAMProtocolRPC.GetAllDAGsRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);
getAllDAGs(RpcController, DAGClientAMProtocolRPC.GetAllDAGsRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);
getAllDAGs(RpcController, DAGClientAMProtocolRPC.GetAllDAGsRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
getAllNumPhysicalInputs() - Method in class org.apache.tez.runtime.api.InputSpecUpdate
 
getAllowedGroups() - Method in class org.apache.tez.common.security.ACLConfigurationParser
 
getAllowedUsers() - Method in class org.apache.tez.common.security.ACLConfigurationParser
 
getAmPluginDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAmPluginDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAmPluginDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAmPluginDescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAmPluginDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAmPluginDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAmPluginDescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
getAMProxy(ApplicationId) - Method in class org.apache.tez.client.TezClient
 
getAMProxy(Configuration, String, int, Token) - Static method in class org.apache.tez.client.TezClientUtils
 
getAMState() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get the state of the AppMaster
getAMStatus(RpcController, DAGClientAMProtocolRPC.GetAMStatusRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
getAMStatus(RpcController, DAGClientAMProtocolRPC.GetAMStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto);
getAMStatus(RpcController, DAGClientAMProtocolRPC.GetAMStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc getAMStatus(.GetAMStatusRequestProto) returns (.GetAMStatusResponseProto);
getAMStatus(RpcController, DAGClientAMProtocolRPC.GetAMStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetAMStatusResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
getAppClientPort() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get the port on which the DAG client is listening
getAppHostName() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get the hostname on which the app is running
getApplicationAttemptId() - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Get the application attempt id for the running application.
getApplicationAttemptId() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get the application attempt id for the running application.
getApplicationId() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the YARN application id given to the Tez Application Master
getApplicationId() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the ApplicationId
getApplicationId() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the ApplicationId for the running app
getApplicationReport(ApplicationId) - Method in class org.apache.tez.client.FrameworkClient
 
getApplicationReport(ApplicationId) - Method in class org.apache.tez.client.TezYarnClient
 
getApplicationReportInternal() - Method in class org.apache.tez.dag.api.client.DAGClient
 
getApplicationReportInternal() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
getApplicationReportInternal() - Method in class org.apache.tez.dag.api.client.DAGClientInternal
 
getApplicationReportInternal() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getApplicationReportInternal() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getAppMasterApplicationId() - Method in class org.apache.tez.client.TezClient
 
getAppMasterStatus() - Method in class org.apache.tez.client.TezClient
Get the status of the App Master executing the DAG In non-session mode it returns the status of the last submitted DAG App Master In session mode, it returns the status of the App Master hosting the session
getAppTrackingUrl() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get the tracking URL for the application.
getAttemptRecoveryPath(Path, int) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store app attempt specific recovery details
getAvailableResources() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Get the currently available resources from this source
getBlob() - Method in class org.apache.tez.client.CallerContext
 
getBlob() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string blob = 4;
getBlob() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string blob = 4;
getBlob() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string blob = 4;
getBlobBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string blob = 4;
getBlobBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string blob = 4;
getBlobBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string blob = 4;
getBuildTime() - Method in class org.apache.tez.common.VersionInfo
 
getCachedHttpClient() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getCallerContext() - Method in class org.apache.tez.dag.api.DAG
 
getCallerContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
getCallerContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .CallerContextProto caller_context = 10;
getCallerContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .CallerContextProto caller_context = 10;
getCallerContextBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
getCallerContextOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
getCallerContextOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .CallerContextProto caller_context = 10;
getCallerContextOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .CallerContextProto caller_context = 10;
getCallerId() - Method in class org.apache.tez.client.CallerContext
 
getCallerId() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerId = 3;
getCallerId() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string callerId = 3;
getCallerId() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string callerId = 3;
getCallerIdBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerId = 3;
getCallerIdBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string callerId = 3;
getCallerIdBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string callerId = 3;
getCallerType() - Method in class org.apache.tez.client.CallerContext
 
getCallerType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerType = 2;
getCallerType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string callerType = 2;
getCallerType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string callerType = 2;
getCallerTypeBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerType = 2;
getCallerTypeBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string callerType = 2;
getCallerTypeBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string callerType = 2;
getChannel() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
getClassName() - Method in class org.apache.tez.dag.api.EntityDescriptor
 
getClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional string class_name = 1;
getClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional string class_name = 1;
getClassName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional string class_name = 1;
getClassNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional string class_name = 1;
getClassNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional string class_name = 1;
getClassNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional string class_name = 1;
getClazz(String) - Static method in class org.apache.tez.common.ReflectionUtils
 
getClientName() - Method in class org.apache.tez.client.TezClient
Get the name of the client
getClusterNodeCount() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Get the number of nodes available from the source
getConf() - Method in class org.apache.tez.dag.api.Vertex
 
getConfKeyValues(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValues(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValues(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesList() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesList() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
repeated .PlanKeyValuePair confKeyValues = 1;
getConfKeyValuesOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
repeated .PlanKeyValuePair confKeyValues = 1;
getContainerId() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncherOperationBase
Get the containerId for the container
getContainerLaunchContext() - Method in class org.apache.tez.serviceplugins.api.ContainerLaunchRequest
The ContainerLauncherContext for the container being launched
getContainerLauncherDescriptors() - Method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
 
getContainerLauncherName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string container_launcher_name = 4;
getContainerLauncherName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string container_launcher_name = 4;
getContainerLauncherName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string container_launcher_name = 4;
getContainerLauncherName() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
getContainerLauncherNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string container_launcher_name = 4;
getContainerLauncherNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string container_launcher_name = 4;
getContainerLauncherNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string container_launcher_name = 4;
getContainerLaunchers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchers(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainerLaunchersOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
getContainersEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool containers_enabled = 1 [default = true];
getContainersEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
optional bool containers_enabled = 1 [default = true];
getContainersEnabled() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
optional bool containers_enabled = 1 [default = true];
getContainerSignatureMatcher() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get an instance of ContainerSignatureMatcher which can be used to check whether the specifications of a container match what is required by a task.
getContainerToken() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncherOperationBase
Get the security token for the container.
getContext() - Method in class org.apache.tez.client.CallerContext
 
getContext() - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Return the EdgeManagerPluginContext for this specific instance of the vertex manager.
getContext() - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Return the EdgeManagerPluginContext for this specific instance of the vertex manager.
getContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string context = 1;
getContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string context = 1;
getContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string context = 1;
getContext() - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Return ahe VertexManagerPluginContext for this specific instance of the vertex manager.
getContext() - Method in class org.apache.tez.runtime.api.AbstractLogicalInput
Return ahe InputContext for this specific instance of the LogicalInput
getContext() - Method in class org.apache.tez.runtime.api.AbstractLogicalIOProcessor
 
getContext() - Method in class org.apache.tez.runtime.api.AbstractLogicalOutput
Return the OutputContext for this specific instance of the LogicalOutput
getContext() - Method in class org.apache.tez.runtime.api.InputInitializer
Return ahe InputInitializerContext for this specific instance of the Initializer.
getContext() - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
getContext() - Method in class org.apache.tez.runtime.api.OutputCommitter
Return ahe OutputCommitterContext for this specific instance of the Committer.
getContext() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncher
Get the ContainerLauncherContext associated with this instance of the container launcher, which is used to communicate with the rest of the system
getContext() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Get the TaskSchedulerContext associated with this instance of the scheduler, which is used to communicate with the rest of the system
getContextBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string context = 1;
getContextBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string context = 1;
getContextBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string context = 1;
getControllerDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
getControllerDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto controller_descriptor = 3;
getControllerDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto controller_descriptor = 3;
getControllerDescriptor() - Method in class org.apache.tez.dag.api.RootInputLeafOutput
 
getControllerDescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
getControllerDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
getControllerDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto controller_descriptor = 3;
getControllerDescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto controller_descriptor = 3;
getCount() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getCount() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 count = 2;
getCount() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 count = 2;
getCount() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 count = 2;
getCounterGroups(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroups(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroups(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
repeated .TezCounterGroupProto counter_groups = 1;
getCounterGroupsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCountersProtoOrBuilder
repeated .TezCounterGroupProto counter_groups = 1;
getCounters(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCounters(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
repeated .TezCounterProto counters = 3;
getCounters(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
repeated .TezCounterProto counters = 3;
getCounters() - Method in interface org.apache.tez.runtime.api.TaskContext
 
getCountersBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCountersBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCountersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCountersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
repeated .TezCounterProto counters = 3;
getCountersCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
repeated .TezCounterProto counters = 3;
getCountersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCountersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
repeated .TezCounterProto counters = 3;
getCountersList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
repeated .TezCounterProto counters = 3;
getCountersOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCountersOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
repeated .TezCounterProto counters = 3;
getCountersOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
repeated .TezCounterProto counters = 3;
getCountersOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
getCountersOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
repeated .TezCounterProto counters = 3;
getCountersOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
repeated .TezCounterProto counters = 3;
getCredentials() - Method in class org.apache.tez.dag.api.DAG
 
getCredentials() - Method in class org.apache.tez.dag.api.DataSinkDescriptor
Get the Credentials for this DataSinkDescriptor
getCredentials() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
Returns any credentials needed to access this data source.
getCredentials() - Method in interface org.apache.tez.serviceplugins.api.DagInfo
Get credentials for the dag.
getCredentialsBinary() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional bytes credentials_binary = 5;
getCredentialsBinary() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional bytes credentials_binary = 5;
getCredentialsBinary() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional bytes credentials_binary = 5;
getCredentialsInfo(Credentials, String) - Static method in class org.apache.tez.common.TezCommonUtils
 
getCurrentDagInfo() - Method in interface org.apache.tez.serviceplugins.api.ServicePluginContextBase
Get information on the currently executing dag
getCustomClusterIdentifier() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
A custom cluster identifier allocated to schedulers to generate an AppId, if not making use of YARN
getDagAccessControls() - Method in class org.apache.tez.dag.api.DAG
 
getDAGAttemptNumber() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
 
getDAGAttemptNumber() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
 
getDAGAttemptNumber() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the current DAG Attempt Number
getDAGAttemptNumber() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the current DAG Attempt Number
getDagConf() - Method in class org.apache.tez.dag.api.DAG
 
getDagConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
getDagConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .ConfigurationProto dagConf = 4;
getDagConf() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .ConfigurationProto dagConf = 4;
getDagConfBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
getDagConfOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
getDagConfOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .ConfigurationProto dagConf = 4;
getDagConfOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .ConfigurationProto dagConf = 4;
getDAGCounters() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
getDagCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
getDagCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .TezCountersProto dagCounters = 5;
getDagCounters() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .TezCountersProto dagCounters = 5;
getDagCountersBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
getDagCountersOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
getDagCountersOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .TezCountersProto dagCounters = 5;
getDagCountersOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .TezCountersProto dagCounters = 5;
getDagId(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
getDagId(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
repeated string dagId = 1;
getDagId(int) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProtoOrBuilder
repeated string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
optional string dagId = 1;
getDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
optional string dagId = 1;
getDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
optional string dagId = 1;
getDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProtoOrBuilder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
optional string dagId = 1;
getDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
optional string dagId = 1;
getDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProtoOrBuilder
optional string dagId = 1;
getDagIdBytes(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
getDagIdBytes(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
repeated string dagId = 1;
getDagIdBytes(int) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProtoOrBuilder
repeated string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
optional string dagId = 1;
getDagIdBytes() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
optional string dagId = 1;
getDagIdBytes() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
optional string dagId = 1;
getDagIdBytes() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProtoOrBuilder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
optional string dagId = 1;
getDagIdBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
optional string dagId = 1;
getDagIdBytes() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProtoOrBuilder
optional string dagId = 1;
getDagIdCount() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
getDagIdCount() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
repeated string dagId = 1;
getDagIdCount() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProtoOrBuilder
repeated string dagId = 1;
getDagIdentifier() - Method in interface org.apache.tez.runtime.api.TaskContext
Get a numeric identifier for the dag to which the task belongs.
getDagIdentifier() - Method in interface org.apache.tez.runtime.api.VertexIdentifier
 
getDagIdList() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
getDagIdList() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
repeated string dagId = 1;
getDagIdList() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProtoOrBuilder
repeated string dagId = 1;
getDagInfo() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional string dag_info = 8;
getDagInfo() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional string dag_info = 8;
getDagInfo() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional string dag_info = 8;
getDagInfoBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional string dag_info = 8;
getDagInfoBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional string dag_info = 8;
getDagInfoBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional string dag_info = 8;
getDAGName() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the name of the DAG
getDAGName() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the name of the DAG
getDAGName() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the name of the DAG
getDAGPlan() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
getDAGPlan() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional .DAGPlan d_a_g_plan = 1;
getDAGPlan() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional .DAGPlan d_a_g_plan = 1;
getDAGPlanBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
getDAGPlanOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
getDAGPlanOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional .DAGPlan d_a_g_plan = 1;
getDAGPlanOrBuilder() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional .DAGPlan d_a_g_plan = 1;
getDAGProgress() - Method in class org.apache.tez.dag.api.client.DAGStatus
Gets overall progress value of the DAG.
getDAGProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
getDAGProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .ProgressProto DAGProgress = 3;
getDAGProgress() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .ProgressProto DAGProgress = 3;
getDAGProgressBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
getDAGProgressOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
getDAGProgressOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .ProgressProto DAGProgress = 3;
getDAGProgressOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .ProgressProto DAGProgress = 3;
getDAGRecoveryPath(Path, String) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store DAG specific recovery info
getDAGStatus(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClient
Get the status of the specified DAG
getDAGStatus(Set<StatusGetOpts>, long) - Method in class org.apache.tez.dag.api.client.DAGClient
Get the status of the specified DAG when it reaches a final state, or the timeout expires.
getDAGStatus(Set<StatusGetOpts>, long) - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
getDAGStatus(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
getDAGStatus(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Get the status of the specified DAG
getDAGStatus(Set<StatusGetOpts>, long) - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Get the status of the specified DAG when it reaches a final state, or the timeout expires.
getDAGStatus(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getDAGStatus(Set<StatusGetOpts>, long) - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getDAGStatus(RpcController, DAGClientAMProtocolRPC.GetDAGStatusRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
getDAGStatus(RpcController, DAGClientAMProtocolRPC.GetDAGStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto);
getDAGStatus(RpcController, DAGClientAMProtocolRPC.GetDAGStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc getDAGStatus(.GetDAGStatusRequestProto) returns (.GetDAGStatusResponseProto);
getDAGStatus(RpcController, DAGClientAMProtocolRPC.GetDAGStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetDAGStatusResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
getDagStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
getDagStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
optional .DAGStatusProto dagStatus = 1;
getDagStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProtoOrBuilder
optional .DAGStatusProto dagStatus = 1;
getDAGStatus(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getDAGStatus(Set<StatusGetOpts>, long) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getDagStatusBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
getDagStatusOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
getDagStatusOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
optional .DAGStatusProto dagStatus = 1;
getDagStatusOrBuilder() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProtoOrBuilder
optional .DAGStatusProto dagStatus = 1;
getDAGStatusViaRM() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
Get the DAG status via the YARN ResourceManager
getDataMovementType() - Method in class org.apache.tez.dag.api.EdgeProperty
getDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataMovementType dataMovementType = 4;
getDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required .PlanEdgeDataMovementType dataMovementType = 4;
getDataMovementType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required .PlanEdgeDataMovementType dataMovementType = 4;
getDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataMovementType dataMovementType = 1;
getDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
required .PlanEdgeDataMovementType dataMovementType = 1;
getDataMovementType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
required .PlanEdgeDataMovementType dataMovementType = 1;
getDataSinks() - Method in class org.apache.tez.dag.api.Vertex
 
getDataSize() - Method in interface org.apache.tez.runtime.api.InputStatistics
Returns the data size associated with this logical input
It is the size of the data read from this input by the vertex.
getDataSize() - Method in interface org.apache.tez.runtime.api.OutputStatistics
Returns the data size associated with this logical output
It is the size of the data written to this output by the vertex.
getDataSources() - Method in class org.apache.tez.dag.api.Vertex
 
getDataSourceType() - Method in class org.apache.tez.dag.api.EdgeProperty
getDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataSourceType dataSourceType = 5;
getDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required .PlanEdgeDataSourceType dataSourceType = 5;
getDataSourceType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required .PlanEdgeDataSourceType dataSourceType = 5;
getDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataSourceType dataSourceType = 2;
getDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
required .PlanEdgeDataSourceType dataSourceType = 2;
getDataSourceType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
required .PlanEdgeDataSourceType dataSourceType = 2;
getDefaultExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultExecutionContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultExecutionContextBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultExecutionContextOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultExecutionContextOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultExecutionContextOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .VertexExecutionContextProto default_execution_context = 9;
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
getDefaultInstance() - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
getDefaultSinglePhysicalInputSpecUpdate() - Static method in class org.apache.tez.runtime.api.InputSpecUpdate
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
getDescriptor() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
getDescriptorForType() - Method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
getDeserializedUserPayload() - Method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
getDestinationVertexName() - Method in interface org.apache.tez.dag.api.EdgeManagerPluginContext
Returns the destination vertex name
getDestinationVertexName() - Method in interface org.apache.tez.runtime.api.OutputContext
Get the Vertex Name of the Destination that is the recipient of this Output's data
getDestinationVertexNumTasks() - Method in interface org.apache.tez.dag.api.EdgeManagerPluginContext
Returns the number of tasks in the destination vertex
getDestVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required string dest_vertex_name = 1;
getDestVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
required string dest_vertex_name = 1;
getDestVertexName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfoOrBuilder
required string dest_vertex_name = 1;
getDestVertexNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required string dest_vertex_name = 1;
getDestVertexNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
required string dest_vertex_name = 1;
getDestVertexNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfoOrBuilder
required string dest_vertex_name = 1;
getDiagnostics() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
getDiagnostics() - Method in class org.apache.tez.dag.api.client.VertexStatus
 
getDiagnostics(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
getDiagnostics(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated string diagnostics = 2;
getDiagnostics(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnostics(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
getDiagnostics(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
repeated string diagnostics = 2;
getDiagnostics(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnostics() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional string diagnostics = 2;
getDiagnostics() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional string diagnostics = 2;
getDiagnostics() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional string diagnostics = 2;
getDiagnostics() - Method in class org.apache.tez.runtime.api.events.InputReadErrorEvent
 
getDiagnosticsBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
getDiagnosticsBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated string diagnostics = 2;
getDiagnosticsBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnosticsBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
getDiagnosticsBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
repeated string diagnostics = 2;
getDiagnosticsBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnosticsBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional string diagnostics = 2;
getDiagnosticsBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional string diagnostics = 2;
getDiagnosticsBytes() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional string diagnostics = 2;
getDiagnosticsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
getDiagnosticsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated string diagnostics = 2;
getDiagnosticsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnosticsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
getDiagnosticsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
repeated string diagnostics = 2;
getDiagnosticsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnosticsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
getDiagnosticsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated string diagnostics = 2;
getDiagnosticsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated string diagnostics = 2;
getDiagnosticsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
getDiagnosticsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
repeated string diagnostics = 2;
getDiagnosticsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
repeated string diagnostics = 2;
getDisplayName() - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
getDisplayName() - Method in interface org.apache.tez.common.counters.CounterGroupBase
Get the display name of the group.
getDisplayName() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
getDisplayName() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
getDisplayName() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
getDisplayName() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
getDisplayName() - Method in class org.apache.tez.common.counters.GenericCounter
 
getDisplayName() - Method in interface org.apache.tez.common.counters.TezCounter
Get the display name of the counter.
getDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string display_name = 2;
getDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
optional string display_name = 2;
getDisplayName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
optional string display_name = 2;
getDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string display_name = 2;
getDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional string display_name = 2;
getDisplayName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional string display_name = 2;
getDisplayNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string display_name = 2;
getDisplayNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
optional string display_name = 2;
getDisplayNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
optional string display_name = 2;
getDisplayNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string display_name = 2;
getDisplayNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional string display_name = 2;
getDisplayNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional string display_name = 2;
getEdge(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdge(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .EdgePlan edge = 3;
getEdge(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .EdgePlan edge = 3;
getEdgeBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdgeBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdgeCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdgeCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .EdgePlan edge = 3;
getEdgeCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .EdgePlan edge = 3;
getEdgeDestination() - Method in class org.apache.tez.dag.api.EdgeProperty
 
getEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestination() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeDestination() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeDestinationBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestinationBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeDestinationOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestinationOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestinationOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_destination = 8;
getEdgeDestinationOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeDestinationOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeDestinationOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_destination = 5;
getEdgeList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdgeList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .EdgePlan edge = 3;
getEdgeList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .EdgePlan edge = 3;
getEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManager() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeManager() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeManagerBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManagerBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeManagerDescriptor() - Method in class org.apache.tez.dag.api.EdgeProperty
Returns the Edge Manager specifications for this edge.
getEdgeManagerOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManagerOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManagerOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_manager = 9;
getEdgeManagerOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeManagerOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeManagerOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_manager = 6;
getEdgeMergedInputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputs(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeMergedInputsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
getEdgeOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdgeOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .EdgePlan edge = 3;
getEdgeOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .EdgePlan edge = 3;
getEdgeOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
getEdgeOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .EdgePlan edge = 3;
getEdgeOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .EdgePlan edge = 3;
getEdgeProperty() - Method in class org.apache.tez.dag.api.Edge
The @link EdgeProperty for this edge
getEdgeProperty() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
getEdgeSource() - Method in class org.apache.tez.dag.api.EdgeProperty
 
getEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSource() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
getEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_source = 4;
getEdgeSource() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_source = 4;
getEdgeSourceBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSourceBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
getEdgeSourceOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSourceOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSourceOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_source = 7;
getEdgeSourceOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
getEdgeSourceOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_source = 4;
getEdgeSourceOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_source = 4;
getEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProtoOrBuilder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProtoOrBuilder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityName() - Method in class org.apache.tez.dag.api.NamedEntityDescriptor
 
getEnum() - Method in interface org.apache.tez.serviceplugins.api.ServicePluginError
Get the enum representation
getEnum() - Method in enum org.apache.tez.serviceplugins.api.ServicePluginErrorDefaults
 
getEnvironmentSetting(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSetting(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSetting(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanKeyValuePair environmentSetting = 7;
getErrorType() - Method in interface org.apache.tez.serviceplugins.api.ServicePluginError
The type of the error
getErrorType() - Method in enum org.apache.tez.serviceplugins.api.ServicePluginErrorDefaults
 
getEvents() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getExecuteInAm() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_am = 1;
getExecuteInAm() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional bool execute_in_am = 1;
getExecuteInAm() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional bool execute_in_am = 1;
getExecuteInContainers() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_containers = 2;
getExecuteInContainers() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional bool execute_in_containers = 2;
getExecuteInContainers() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional bool execute_in_containers = 2;
getExecutionContext() - Method in class org.apache.tez.dag.api.client.DAGClient
Gets DAG execution context for use with logging
getExecutionContext() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
getExecutionContext() - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Gets DAG execution context for use with logging
getExecutionContext() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getExecutionContext() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
getExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .VertexExecutionContextProto execution_context = 12;
getExecutionContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .VertexExecutionContextProto execution_context = 12;
getExecutionContext() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the context for the executor.
getExecutionContextBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
getExecutionContextOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
getExecutionContextOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .VertexExecutionContextProto execution_context = 12;
getExecutionContextOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .VertexExecutionContextProto execution_context = 12;
getFailedTaskAttemptCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getFailedTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskAttemptCount = 6;
getFailedTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 failedTaskAttemptCount = 6;
getFailedTaskAttemptCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 failedTaskAttemptCount = 6;
getFailedTaskCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getFailedTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskCount = 4;
getFailedTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 failedTaskCount = 4;
getFailedTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 failedTaskCount = 4;
getFinalAppStatus() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Get the final status for the application, which could be provided to the coordinator of the source.
getFrameworkClasspath(Configuration, boolean) - Static method in class org.apache.tez.common.TezYARNUtils
 
getFrameworkGroupId(String) - Static method in class org.apache.tez.common.counters.CounterGroupFactory
Get the id of a framework group
getGroup(String) - Method in class org.apache.tez.common.counters.AbstractCounters
Returns the named counter group, or an empty group if there is none with the specified name.
getGroupMembers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
getGroupMembers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string group_members = 2;
getGroupMembers(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string group_members = 2;
getGroupMembersBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
getGroupMembersBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string group_members = 2;
getGroupMembersBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string group_members = 2;
getGroupMembersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
getGroupMembersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string group_members = 2;
getGroupMembersCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string group_members = 2;
getGroupMembersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
getGroupMembersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string group_members = 2;
getGroupMembersList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string group_members = 2;
getGroupName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
optional string group_name = 1;
getGroupName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
optional string group_name = 1;
getGroupName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
optional string group_name = 1;
getGroupName() - Method in class org.apache.tez.dag.api.VertexGroup
Get the name of the group
getGroupNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
optional string group_name = 1;
getGroupNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
optional string group_name = 1;
getGroupNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
optional string group_name = 1;
getGroupNames() - Method in class org.apache.tez.common.counters.AbstractCounters
Returns the names of all counter classes.
getGroupsWithModifyACLs() - Method in class org.apache.tez.common.security.DAGAccessControls
 
getGroupsWithViewACLs() - Method in class org.apache.tez.common.security.DAGAccessControls
 
getHistoryText() - Method in class org.apache.tez.dag.api.EntityDescriptor
 
getHistoryText() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional bytes history_text = 3;
getHistoryText() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional bytes history_text = 3;
getHistoryText() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional bytes history_text = 3;
getHistoryTextFromProto(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
getHost(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
getHost(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string host = 2;
getHost(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string host = 2;
getHostBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
getHostBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string host = 2;
getHostBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string host = 2;
getHostCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
getHostCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string host = 2;
getHostCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string host = 2;
getHostList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
getHostList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string host = 2;
getHostList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string host = 2;
getHostName() - Method in interface org.apache.tez.runtime.api.ExecutionContext
Get the hostname on which the JVM is running.
getHosts() - Method in class org.apache.tez.dag.api.TaskLocationHint
 
getHttpClient() - Method in class org.apache.tez.dag.api.client.TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy
 
getHttpClient() - Method in interface org.apache.tez.dag.api.client.TimelineReaderFactory.TimelineReaderStrategy
 
getHttpURLConnection(URL) - Method in class org.apache.tez.dag.api.client.TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy.PseudoAuthenticatedURLConnectionFactory
 
getId() - Method in class org.apache.tez.dag.api.Edge
 
getId() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
getId() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string id = 1;
getId() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string id = 1;
getId() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string id = 1;
getIdBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string id = 1;
getIdBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string id = 1;
getIdBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string id = 1;
getIdentifier() - Method in interface org.apache.tez.runtime.api.DagIdentifier
 
getIdentifier() - Method in interface org.apache.tez.runtime.api.TaskAttemptIdentifier
 
getIdentifier() - Method in interface org.apache.tez.runtime.api.TaskIdentifier
 
getIdentifier() - Method in interface org.apache.tez.runtime.api.VertexIdentifier
 
getIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 index = 1;
getIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional int32 index = 1;
getIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional int32 index = 1;
getIndex() - Method in class org.apache.tez.runtime.api.events.InputReadErrorEvent
 
getIndex() - Method in interface org.apache.tez.serviceplugins.api.DagInfo
The index of the current dag
getInEdgeId(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
getInEdgeId(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string inEdgeId = 6;
getInEdgeId(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string inEdgeId = 6;
getInEdgeIdBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
getInEdgeIdBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string inEdgeId = 6;
getInEdgeIdBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string inEdgeId = 6;
getInEdgeIdCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
getInEdgeIdCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string inEdgeId = 6;
getInEdgeIdCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string inEdgeId = 6;
getInEdgeIdList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
getInEdgeIdList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string inEdgeId = 6;
getInEdgeIdList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string inEdgeId = 6;
getInitialUserPayload() - Method in interface org.apache.tez.serviceplugins.api.ServicePluginContextBase
Get the UserPayload that was configured while setting up the launcher
getInputDescriptor() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
getInputIndex() - Method in interface org.apache.tez.runtime.api.InputContext
Get the index of the input in the set of all inputs for the task.
getInputInitializerDescriptor() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
getInputName() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the name of the input
getInputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto inputs = 8;
getInputs(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto inputs = 8;
getInputs() - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
getInputsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto inputs = 8;
getInputsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto inputs = 8;
getInputsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto inputs = 8;
getInputsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
getInputsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto inputs = 8;
getInputsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto inputs = 8;
getInputSpecUpdate() - Method in class org.apache.tez.runtime.api.events.InputConfigureVertexTasksEvent
 
getInputStatistics(String) - Method in interface org.apache.tez.runtime.api.VertexStatistics
Get statistics about an Edge input or external input of this Vertex.
getInputUserPayload() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the user payload for the input
getInputVertex() - Method in class org.apache.tez.dag.api.Edge
The @link Vertex that provides input to the edge
getInputVertexEdgeProperties() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the edge properties on the input edges of this vertex.
getInputVertexGroup() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
getInputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string inputVertexName = 2;
getInputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string inputVertexName = 2;
getInputVertexName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string inputVertexName = 2;
getInputVertexNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string inputVertexName = 2;
getInputVertexNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string inputVertexName = 2;
getInputVertexNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string inputVertexName = 2;
getInputVertices() - Method in class org.apache.tez.dag.api.Vertex
Get the input vertices for this vertex
getIODescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getIODescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getIODescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getIODescriptor() - Method in class org.apache.tez.dag.api.RootInputLeafOutput
 
getIODescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getIODescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getIODescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getIODescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
getItemsProcessed() - Method in interface org.apache.tez.runtime.api.InputStatistics
Get the numbers of items processed.
getItemsProcessed() - Method in interface org.apache.tez.runtime.api.OutputStatistics
Get the numbers of items processed.
getJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
getJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required string javaOpts = 4;
getJavaOpts() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required string javaOpts = 4;
getJavaOptsBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
getJavaOptsBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required string javaOpts = 4;
getJavaOptsBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required string javaOpts = 4;
getJobId() - Method in class org.apache.tez.common.security.JobTokenIdentifier
Get the jobid
getJsonRootEntity(String) - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getKerberosInfo(Class<?>, Configuration) - Method in class org.apache.tez.common.security.DAGClientSecurityInfo
 
getKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string key = 1;
getKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
required string key = 1;
getKey() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePairOrBuilder
required string key = 1;
getKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required string key = 1;
getKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
required string key = 1;
getKey() - Method in interface org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProtoOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
required string key = 1;
getKeyBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePairOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
required string key = 1;
getKeyBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProtoOrBuilder
required string key = 1;
getKilledTaskAttemptCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getKilledTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskAttemptCount = 7;
getKilledTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 killedTaskAttemptCount = 7;
getKilledTaskAttemptCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 killedTaskAttemptCount = 7;
getKilledTaskCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getKilledTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskCount = 5;
getKilledTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 killedTaskCount = 5;
getKilledTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 killedTaskCount = 5;
getKind() - Method in class org.apache.tez.common.security.JobTokenIdentifier
getKind() - Method in class org.apache.tez.common.security.JobTokenIdentifier.Renewer
 
getLocalResource(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResource(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanLocalResource local_resource = 7;
getLocalResource(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanLocalResource local_resource = 7;
getLocalResource(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResource(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanLocalResource localResource = 6;
getLocalResource(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanLocalResource localResource = 6;
getLocalResourceBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResourceBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResourceCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanLocalResource local_resource = 7;
getLocalResourceCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResourceCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanLocalResource localResource = 6;
getLocalResourceCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanLocalResource localResource = 6;
getLocalResourceList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanLocalResource local_resource = 7;
getLocalResourceList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResourceList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanLocalResource localResource = 6;
getLocalResourceList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanLocalResource localResource = 6;
getLocalResourceOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanLocalResource local_resource = 7;
getLocalResourceOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResourceOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanLocalResource localResource = 6;
getLocalResourceOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanLocalResource localResource = 6;
getLocalResourceOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanLocalResource local_resource = 7;
getLocalResourceOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanLocalResource local_resource = 7;
getLocalResourceOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
getLocalResourceOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
repeated .PlanLocalResource localResource = 6;
getLocalResourceOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
repeated .PlanLocalResource localResource = 6;
getLocalResources(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResources(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
repeated .PlanLocalResource localResources = 1;
getLocalResources(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
repeated .PlanLocalResource localResources = 1;
getLocalResourcesCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
repeated .PlanLocalResource localResources = 1;
getLocalResourcesList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
repeated .PlanLocalResource localResources = 1;
getLocalResourcesOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
repeated .PlanLocalResource localResources = 1;
getLocalResourcesOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProtoOrBuilder
repeated .PlanLocalResource localResources = 1;
getLocationHint() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
Get the location hints for the tasks in the vertex for this data source.
getLocationHint() - Method in class org.apache.tez.runtime.api.events.InputConfigureVertexTasksEvent
 
getMasterAddress(Configuration) - Static method in class org.apache.tez.common.security.Master
 
getMasterPrincipal(Configuration) - Static method in class org.apache.tez.common.security.Master
 
getMasterUserName(Configuration) - Static method in class org.apache.tez.common.security.Master
 
getMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 memoryMb = 2;
getMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required int32 memoryMb = 2;
getMemoryMb() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required int32 memoryMb = 2;
getMergedInput() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
getMergedInput() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
required .TezEntityDescriptorProto merged_input = 2;
getMergedInput() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfoOrBuilder
required .TezEntityDescriptorProto merged_input = 2;
getMergedInputBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
getMergedInputOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
getMergedInputOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
required .TezEntityDescriptorProto merged_input = 2;
getMergedInputOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfoOrBuilder
required .TezEntityDescriptorProto merged_input = 2;
getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.tez.common.ReflectionUtils
 
getName() - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
getName() - Method in interface org.apache.tez.common.counters.CounterGroupBase
Get the internal name of the group
getName() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
getName() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
getName() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
getName() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
getName() - Method in class org.apache.tez.common.counters.GenericCounter
 
getName() - Method in interface org.apache.tez.common.counters.TezCounter
 
getName() - Method in class org.apache.tez.dag.api.DAG
Get the DAG name
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
required string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
required string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
required string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
optional string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
optional string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProtoOrBuilder
optional string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required string name = 1;
getName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required string name = 1;
getName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required string name = 1;
getName() - Method in class org.apache.tez.dag.api.RootInputLeafOutput
 
getName() - Method in class org.apache.tez.dag.api.Vertex
Get the vertex name
getName() - Method in interface org.apache.tez.runtime.api.DagIdentifier
 
getName() - Method in interface org.apache.tez.runtime.api.VertexIdentifier
 
getName() - Method in interface org.apache.tez.serviceplugins.api.DagInfo
Get the name of the dag
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
required string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
optional string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
optional string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProtoOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required string name = 1;
getNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required string name = 1;
getNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required string name = 1;
getNodeId() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncherOperationBase
Get the node on which this container is to be launched
getNumber() - Method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
getNumber() - Method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
getNumberOfShards() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
Number of shards for this data source.
getNumClusterNodes() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the number of nodes in the cluster
getNumClusterNodes() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the number of nodes in the cluster
getNumDestinationConsumerTasks(int) - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Get the number of destination tasks that consume data from the source task
getNumDestinationConsumerTasks(int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Get the number of destination tasks that consume data from the source task
getNumDestinationTaskPhysicalInputs(int) - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Get the number of physical inputs on the destination task
getNumDestinationTaskPhysicalInputs(int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Get the number of physical inputs on the destination task
getNumEvents() - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand.EventRouteMetadata
Get the number of copies of the event to be routed
getNumNodes(String) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Get the number of nodes being handled by the specified source
getNumPhysicalInputs() - Method in class org.apache.tez.runtime.api.AbstractLogicalInput
Get the number of physical inputs that this LogicalInput will receive.
getNumPhysicalInputsForWorkUnit(int) - Method in class org.apache.tez.runtime.api.InputSpecUpdate
 
getNumPhysicalOutputs() - Method in class org.apache.tez.runtime.api.AbstractLogicalOutput
Get the number of physical outputs that this LogicalOutput is expected to generate.
getNumSourceTaskPhysicalOutputs(int) - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Get the number of physical outputs on the source task
getNumSourceTaskPhysicalOutputs(int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Get the number of physical outputs on the source task
getNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 numTasks = 1;
getNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required int32 numTasks = 1;
getNumTasks() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required int32 numTasks = 1;
getNumTasks() - Method in class org.apache.tez.runtime.api.events.InputConfigureVertexTasksEvent
 
getNumTasks() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the number of tasks in this vertex.
getObjectRegistry() - Method in interface org.apache.tez.runtime.api.TaskContext
Returns a shared ObjectRegistry to hold user objects in memory between tasks.
getOutEdgeId(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
getOutEdgeId(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string outEdgeId = 7;
getOutEdgeId(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string outEdgeId = 7;
getOutEdgeIdBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
getOutEdgeIdBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string outEdgeId = 7;
getOutEdgeIdBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string outEdgeId = 7;
getOutEdgeIdCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
getOutEdgeIdCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string outEdgeId = 7;
getOutEdgeIdCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string outEdgeId = 7;
getOutEdgeIdList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
getOutEdgeIdList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated string outEdgeId = 7;
getOutEdgeIdList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated string outEdgeId = 7;
getOutputCommitterDescriptor() - Method in class org.apache.tez.dag.api.DataSinkDescriptor
getOutputDescriptor() - Method in class org.apache.tez.dag.api.DataSinkDescriptor
getOutputIndex() - Method in interface org.apache.tez.runtime.api.OutputContext
Get the index of the output in the set of all outputs for the task.
getOutputName() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the name of the Output
getOutputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
getOutputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string outputs = 3;
getOutputs(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string outputs = 3;
getOutputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto outputs = 9;
getOutputs(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
getOutputsBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string outputs = 3;
getOutputsBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string outputs = 3;
getOutputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
getOutputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string outputs = 3;
getOutputsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string outputs = 3;
getOutputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
getOutputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
repeated string outputs = 3;
getOutputsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
repeated string outputs = 3;
getOutputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .RootInputLeafOutputProto outputs = 9;
getOutputsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .RootInputLeafOutputProto outputs = 9;
getOutputStatistics(String) - Method in interface org.apache.tez.runtime.api.VertexStatistics
Get statistics about an Edge output or external output of this Vertex.
getOutputUserPayload() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the User Payload for the Output
getOutputVertex() - Method in class org.apache.tez.dag.api.Edge
The @link Vertex that reads output from the edge
getOutputVertex() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
getOutputVertexEdgeProperties() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the edge properties on the output edges of this vertex.
getOutputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string outputVertexName = 3;
getOutputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string outputVertexName = 3;
getOutputVertexName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string outputVertexName = 3;
getOutputVertexNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string outputVertexName = 3;
getOutputVertexNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string outputVertexName = 3;
getOutputVertexNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string outputVertexName = 3;
getOutputVertices() - Method in class org.apache.tez.dag.api.Vertex
Get the output vertices for this vertex
getParallelism() - Method in class org.apache.tez.dag.api.event.VertexStateUpdateParallelismUpdated
Returns the new parallelism for the vertex
getParallelism() - Method in class org.apache.tez.dag.api.Vertex
Get the specified number of tasks specified to run in this vertex.
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
getParserForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
getParserForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
getPattern() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
optional string pattern = 7;
getPattern() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
optional string pattern = 7;
getPattern() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
optional string pattern = 7;
getPatternBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
optional string pattern = 7;
getPatternBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
optional string pattern = 7;
getPatternBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
optional string pattern = 7;
getPayload() - Method in class org.apache.tez.dag.api.UserPayload
Return the payload as a read-only ByteBuffer.
getPreviousParallelism() - Method in class org.apache.tez.dag.api.event.VertexStateUpdateParallelismUpdated
Returns the previous value of the parallelism
getProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProcessorDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProcessorDescriptor() - Method in class org.apache.tez.dag.api.Vertex
Get the vertex task processor descriptor
getProcessorDescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProcessorDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProcessorDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProcessorDescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .TezEntityDescriptorProto processor_descriptor = 3;
getProducerAttemptIdentifier() - Method in class org.apache.tez.runtime.api.events.VertexManagerEvent
Get metadata about the task attempt that produced the event.
getProgress() - Method in class org.apache.tez.dag.api.client.VertexStatus
 
getProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
getProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
required .ProgressProto progress = 2;
getProgress() - Method in interface org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProtoOrBuilder
required .ProgressProto progress = 2;
getProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
getProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .ProgressProto progress = 3;
getProgress() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .ProgressProto progress = 3;
getProgress() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Request the framework for progress of the running DAG.
getProgressBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
getProgressBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
getProgressOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
getProgressOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
required .ProgressProto progress = 2;
getProgressOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProtoOrBuilder
required .ProgressProto progress = 2;
getProgressOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
getProgressOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .ProgressProto progress = 3;
getProgressOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .ProgressProto progress = 3;
getRack(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
getRack(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string rack = 1;
getRack(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string rack = 1;
getRackBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
getRackBytes(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string rack = 1;
getRackBytes(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string rack = 1;
getRackCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
getRackCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string rack = 1;
getRackCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string rack = 1;
getRackList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
getRackList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
repeated string rack = 1;
getRackList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHintOrBuilder
repeated string rack = 1;
getRacks() - Method in class org.apache.tez.dag.api.TaskLocationHint
 
getReader() - Method in interface org.apache.tez.runtime.api.Input
Gets an instance of the Reader for this Output
getRealClient() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
getRecoveryPath(Path, Configuration) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store recovery information
getRemoteException(Throwable) - Static method in class org.apache.tez.common.RPCUtil
Returns an instance of TezException
getRemoteException(String) - Static method in class org.apache.tez.common.RPCUtil
Returns an instance of TezException
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
getRevision() - Method in class org.apache.tez.common.VersionInfo
 
getRunningTaskCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getRunningTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 runningTaskCount = 3;
getRunningTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 runningTaskCount = 3;
getRunningTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 runningTaskCount = 3;
getSchedulerName() - Method in class org.apache.tez.serviceplugins.api.ContainerLaunchRequest
Get the name of the scheduler which allocated this container.
getSchedulingType() - Method in class org.apache.tez.dag.api.EdgeProperty
getSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeSchedulingType schedulingType = 6;
getSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required .PlanEdgeSchedulingType schedulingType = 6;
getSchedulingType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required .PlanEdgeSchedulingType schedulingType = 6;
getSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeSchedulingType schedulingType = 3;
getSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
required .PlanEdgeSchedulingType schedulingType = 3;
getSchedulingType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
required .PlanEdgeSchedulingType schedulingType = 3;
getSCMURL() - Method in class org.apache.tez.common.VersionInfo
 
getSecretKey(Credentials, Text) - Static method in class org.apache.tez.common.security.TokenCache
auxiliary method to get user's secret keys..
getSerializedRequestPath() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional string serializedRequestPath = 3;
getSerializedRequestPath() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional string serializedRequestPath = 3;
getSerializedRequestPath() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional string serializedRequestPath = 3;
getSerializedRequestPathBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional string serializedRequestPath = 3;
getSerializedRequestPathBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional string serializedRequestPath = 3;
getSerializedRequestPathBytes() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional string serializedRequestPath = 3;
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
getSerializedSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
getSerializedSize() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
getServiceConsumerMetaData(String) - Method in interface org.apache.tez.runtime.api.TaskContext
Returns meta-data for the specified service.
getServiceProviderMetaData(String) - Method in interface org.apache.tez.runtime.api.TaskContext
Return Provider meta-data for the specified service As an example, when the MR ShuffleHandler is used - this would return the shuffle port serialized as bytes
getSessionToken(Credentials) - Static method in class org.apache.tez.common.security.TokenCache
 
getSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 size = 3;
getSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required int64 size = 3;
getSize() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required int64 size = 3;
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 source_index = 1;
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional int32 source_index = 1;
getSourceIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional int32 source_index = 1;
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 source_index = 1;
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
optional int32 source_index = 1;
getSourceIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProtoOrBuilder
optional int32 source_index = 1;
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
getSourceIndexStart() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getSourceIndices() - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand.EventRouteMetadata
Get the source output indices
getSourceVertexName() - Method in interface org.apache.tez.dag.api.EdgeManagerPluginContext
Returns the source vertex name
getSourceVertexName() - Method in class org.apache.tez.runtime.api.events.InputInitializerEvent
Returns the name of the vertex which generated the event.
getSourceVertexName() - Method in interface org.apache.tez.runtime.api.InputContext
Get the Vertex Name of the Source that generated data for this Input
getSourceVertexNumTasks() - Method in interface org.apache.tez.dag.api.EdgeManagerPluginContext
Returns the number of tasks in the source vertex
getStartIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 start_index = 1;
getStartIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 start_index = 1;
getStartIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 start_index = 1;
getState() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
getState() - Method in class org.apache.tez.dag.api.client.VertexStatus
 
getState() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .DAGStatusStateProto state = 1;
getState() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .DAGStatusStateProto state = 1;
getState() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .DAGStatusStateProto state = 1;
getState() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .VertexStatusStateProto state = 1;
getState() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .VertexStatusStateProto state = 1;
getState() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .VertexStatusStateProto state = 1;
getStatisticsReporter() - Method in interface org.apache.tez.runtime.api.InputContext
Get an InputStatisticsReporter for this Input that can be used to report statistics like data size
getStatisticsReporter() - Method in interface org.apache.tez.runtime.api.OutputContext
Get an OutputStatisticsReporter for this Output that can be used to report statistics like data size
getStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
required .TezAppMasterStatusProto status = 1;
getStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
required .TezAppMasterStatusProto status = 1;
getStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProtoOrBuilder
required .TezAppMasterStatusProto status = 1;
getStatusOptions(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptions(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptions(int) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptions(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptions(int) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptions(int) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsCount() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsCount() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsCount() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsCount() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsCount() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsCount() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsList() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsList() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsList() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsList() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsList() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
repeated .StatusGetOptsProto statusOptions = 3;
getStatusOptionsList() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
repeated .StatusGetOptsProto statusOptions = 3;
getSucceededTaskCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getSucceededTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 succeededTaskCount = 2;
getSucceededTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 succeededTaskCount = 2;
getSucceededTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 succeededTaskCount = 2;
getSummaryRecoveryPath(Path) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store summary info for recovery
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 target_index = 2;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional int32 target_index = 2;
getTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional int32 target_index = 2;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 target_index = 1;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 target_index = 1;
getTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 target_index = 1;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 target_index = 2;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
optional int32 target_index = 2;
getTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProtoOrBuilder
optional int32 target_index = 2;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.InputFailedEvent
 
getTargetIndices() - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand.EventRouteMetadata
Get the target input indices
getTargetInputName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_input_name = 2;
getTargetInputName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional string target_input_name = 2;
getTargetInputName() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional string target_input_name = 2;
getTargetInputName() - Method in class org.apache.tez.runtime.api.events.InputInitializerEvent
Get the input name to which this event is targeted
getTargetInputNameBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_input_name = 2;
getTargetInputNameBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional string target_input_name = 2;
getTargetInputNameBytes() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional string target_input_name = 2;
getTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_vertex_name = 1;
getTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional string target_vertex_name = 1;
getTargetVertexName() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional string target_vertex_name = 1;
getTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
getTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
optional string target_vertex_name = 1;
getTargetVertexName() - Method in interface org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProtoOrBuilder
optional string target_vertex_name = 1;
getTargetVertexName() - Method in class org.apache.tez.runtime.api.events.InputInitializerEvent
Get the vertex name on which the targeted Input exists
getTargetVertexName() - Method in class org.apache.tez.runtime.api.events.VertexManagerEvent
 
getTargetVertexNameBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_vertex_name = 1;
getTargetVertexNameBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional string target_vertex_name = 1;
getTargetVertexNameBytes() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional string target_vertex_name = 1;
getTargetVertexNameBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
getTargetVertexNameBytes() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
optional string target_vertex_name = 1;
getTargetVertexNameBytes() - Method in interface org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProtoOrBuilder
optional string target_vertex_name = 1;
getTaskAttemptNumber() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the current Task Attempt Number
getTaskCommName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_comm_name = 5;
getTaskCommName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string task_comm_name = 5;
getTaskCommName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string task_comm_name = 5;
getTaskCommName() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
getTaskCommNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_comm_name = 5;
getTaskCommNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string task_comm_name = 5;
getTaskCommNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string task_comm_name = 5;
getTaskCommunicatorDescriptors() - Method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
 
getTaskCommunicatorMetaInfo(String) - Method in interface org.apache.tez.serviceplugins.api.ContainerLauncherContext
Get meta info from the specified TaskCommunicator.
getTaskCommunicatorName() - Method in class org.apache.tez.serviceplugins.api.ContainerLaunchRequest
Get the name of the task communicator which will be used to communicate with the task that will run in this container.
getTaskCommunicators(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicators(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicators(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskCommunicatorsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
getTaskConfig() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
getTaskConfig() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required .PlanTaskConfiguration taskConfig = 4;
getTaskConfig() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required .PlanTaskConfiguration taskConfig = 4;
getTaskConfigBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
getTaskConfigOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
getTaskConfigOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required .PlanTaskConfiguration taskConfig = 4;
getTaskConfigOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required .PlanTaskConfiguration taskConfig = 4;
getTaskEnvironment() - Method in class org.apache.tez.dag.api.Vertex
Get the environment variables of the tasks
getTaskIdentifier() - Method in interface org.apache.tez.runtime.api.TaskAttemptIdentifier
 
getTaskIndex() - Method in class org.apache.tez.dag.api.TaskLocationHint.TaskBasedLocationAffinity
 
getTaskIndex() - Method in class org.apache.tez.dag.api.VertexManagerPluginContext.ScheduleTaskRequest
 
getTaskIndex() - Method in class org.apache.tez.dag.api.VertexManagerPluginContext.TaskWithLocationHint
Deprecated.
 
getTaskIndex() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the index of this Task among the tasks of this vertex
getTaskLaunchCmdOpts() - Method in class org.apache.tez.dag.api.Vertex
Get the launch command opts for tasks in this vertex
getTaskLocalFiles() - Method in class org.apache.tez.dag.api.DAG
 
getTaskLocalFiles() - Method in class org.apache.tez.dag.api.Vertex
Get the files etc that must be provided by the tasks of this vertex
getTaskLocationHint(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHint(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHint(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHint() - Method in class org.apache.tez.dag.api.VertexManagerPluginContext.ScheduleTaskRequest
 
getTaskLocationHint() - Method in class org.apache.tez.dag.api.VertexManagerPluginContext.TaskWithLocationHint
Deprecated.
 
getTaskLocationHintBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHintOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
repeated .PlanTaskLocationHint taskLocationHint = 5;
getTaskLocationHints(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHints(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHints(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProtoOrBuilder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHints() - Method in class org.apache.tez.dag.api.VertexLocationHint
 
getTaskLocationHintsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProtoOrBuilder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProtoOrBuilder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProtoOrBuilder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskLocationHintsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProtoOrBuilder
repeated .PlanTaskLocationHint task_location_hints = 1;
getTaskModule() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string taskModule = 5;
getTaskModule() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required string taskModule = 5;
getTaskModule() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required string taskModule = 5;
getTaskModuleBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string taskModule = 5;
getTaskModuleBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required string taskModule = 5;
getTaskModuleBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required string taskModule = 5;
getTaskResource() - Method in class org.apache.tez.dag.api.Vertex
Get the resources for the vertex
getTaskSchedulerDescriptors() - Method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
 
getTaskSchedulerName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_scheduler_name = 3;
getTaskSchedulerName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string task_scheduler_name = 3;
getTaskSchedulerName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string task_scheduler_name = 3;
getTaskSchedulerName() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
getTaskSchedulerNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_scheduler_name = 3;
getTaskSchedulerNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string task_scheduler_name = 3;
getTaskSchedulerNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string task_scheduler_name = 3;
getTaskSchedulers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulers(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskSchedulersOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
getTaskVertexIndex() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the index of this task's vertex in the set of vertices in the DAG.
getTaskVertexName() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the name of the Vertex in which the task is running
getTezAMJarStagingPath(Path) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store local resources/session jars
getTezBaseStagingPath(Configuration) - Static method in class org.apache.tez.common.TezCommonUtils
This function returns the staging directory defined in the config with property name TezConfiguration.TEZ_AM_STAGING_DIR.
getTezBinPlanStagingPath(Path) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store binary plan
getTezConfStagingPath(Path) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store binary configuration
getTezSystemStagingPath(Configuration, String) - Static method in class org.apache.tez.common.TezCommonUtils
This function returns the staging directory for TEZ system.
getTezTextPlanStagingPath(Path, String, String) - Static method in class org.apache.tez.common.TezCommonUtils
Returns a path to store text plan
getTezUberServicePluginName() - Static method in class org.apache.tez.dag.api.TezConstants
 
getTezUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
getTezUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional .TezUserPayloadProto tez_user_payload = 2;
getTezUserPayload() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional .TezUserPayloadProto tez_user_payload = 2;
getTezUserPayloadBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
getTezUserPayloadOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
getTezUserPayloadOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional .TezUserPayloadProto tez_user_payload = 2;
getTezUserPayloadOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional .TezUserPayloadProto tez_user_payload = 2;
getTezYarnServicePluginName() - Static method in class org.apache.tez.dag.api.TezConstants
 
getTimelineReaderStrategy(Configuration, boolean, int) - Static method in class org.apache.tez.dag.api.client.TimelineReaderFactory
 
getTimeout() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional int64 timeout = 4;
getTimeout() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
optional int64 timeout = 4;
getTimeout() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
optional int64 timeout = 4;
getTimeStamp() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 timeStamp = 4;
getTimeStamp() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required int64 timeStamp = 4;
getTimeStamp() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required int64 timeStamp = 4;
getTokenInfo(Class<?>, Configuration) - Method in class org.apache.tez.common.security.DAGClientSecurityInfo
 
getTotalAvailableResource() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the total resource allocated to this vertex.
getTotalAvailableResource() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the total resource allocated to this vertex.
getTotalMemoryAvailableToTask() - Method in interface org.apache.tez.runtime.api.TaskContext
Gets the total memory available to all components of the running task.
getTotalResources() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Get the total available resources from this source
getTotalTaskCount() - Method in class org.apache.tez.dag.api.client.Progress
 
getTotalTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 totalTaskCount = 1;
getTotalTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 totalTaskCount = 1;
getTotalTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 totalTaskCount = 1;
getTrimmedStrings(String) - Static method in class org.apache.tez.common.TezCommonUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceType type = 5;
getType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required .PlanLocalResourceType type = 5;
getType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required .PlanLocalResourceType type = 5;
getType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanVertexType type = 2;
getType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required .PlanVertexType type = 2;
getType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required .PlanVertexType type = 2;
getUberEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool uber_enabled = 2 [default = false];
getUberEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
optional bool uber_enabled = 2 [default = false];
getUberEnabled() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
optional bool uber_enabled = 2 [default = false];
getUnderlyingCounter() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
getUnderlyingCounter() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
getUnderlyingCounter() - Method in class org.apache.tez.common.counters.GenericCounter
 
getUnderlyingCounter() - Method in interface org.apache.tez.common.counters.TezCounter
Return the underlying object if this is a facade.
getUnderlyingGroup() - Method in interface org.apache.tez.common.counters.CounterGroupBase
 
getUniqueIdentifier() - Method in interface org.apache.tez.runtime.api.TaskContext
Returns an identifier which is unique to the specific Input, Processor or Output
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
getUnknownFields() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
getUnknownFields() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
getUri() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string uri = 2;
getUri() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required string uri = 2;
getUri() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required string uri = 2;
getUriBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string uri = 2;
getUriBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required string uri = 2;
getUriBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required string uri = 2;
getURIsForCredentials() - Method in class org.apache.tez.dag.api.DAG
 
getURIsForCredentials() - Method in class org.apache.tez.dag.api.DataSinkDescriptor
Get the URIs for which credentials will be obtained
getURIsForCredentials() - Method in class org.apache.tez.dag.api.DataSourceDescriptor
Get the URIs for which credentials will be obtained
getUser() - Method in class org.apache.tez.common.security.JobTokenIdentifier
getUserPayload() - Method in interface org.apache.tez.dag.api.EdgeManagerPluginContext
Returns the payload specified by the user for the edge.
getUserPayload() - Method in class org.apache.tez.dag.api.EntityDescriptor
 
getUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional bytes user_payload = 1;
getUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
optional bytes user_payload = 1;
getUserPayload() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProtoOrBuilder
optional bytes user_payload = 1;
getUserPayload() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the payload set for the plugin
getUserPayload() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getUserPayload() - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional bytes user_payload = 3;
getUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional bytes user_payload = 3;
getUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
optional bytes user_payload = 3;
getUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProtoOrBuilder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional bytes user_payload = 3;
getUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional bytes user_payload = 3;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional bytes user_payload = 2;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
optional bytes user_payload = 2;
getUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProtoOrBuilder
optional bytes user_payload = 2;
getUserPayload() - Method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
getUserPayload() - Method in class org.apache.tez.runtime.api.events.InputInitializerEvent
Get the actual user payload
getUserPayload() - Method in class org.apache.tez.runtime.api.events.InputUpdatePayloadEvent
 
getUserPayload() - Method in class org.apache.tez.runtime.api.events.VertexManagerEvent
 
getUserPayload() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the user payload for the initializer
getUserPayload() - Method in interface org.apache.tez.runtime.api.MergedInputContext
Get the user payload for this input
getUserPayload() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the User Payload for the OutputCommitter
getUserPayload() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the User Payload for the Input/Output/Processor
getUsersWithModifyACLs() - Method in class org.apache.tez.common.security.DAGAccessControls
 
getUsersWithViewACLs() - Method in class org.apache.tez.common.security.DAGAccessControls
 
getValue() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
getValue() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
getValue() - Method in class org.apache.tez.common.counters.GenericCounter
 
getValue() - Method in interface org.apache.tez.common.counters.TezCounter
What is the current value of this counter?
getValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string value = 2;
getValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
required string value = 2;
getValue() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePairOrBuilder
required string value = 2;
getValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional int64 value = 3;
getValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional int64 value = 3;
getValue() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional int64 value = 3;
getValueBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string value = 2;
getValueBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
required string value = 2;
getValueBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePairOrBuilder
required string value = 2;
getValueDescriptor() - Method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
getValueDescriptor() - Method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
getVersion() - Method in class org.apache.tez.common.VersionInfo
 
getVersion() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional int32 version = 2;
getVersion() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
optional int32 version = 2;
getVersion() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProtoOrBuilder
optional int32 version = 2;
getVersion() - Method in class org.apache.tez.dag.api.UserPayload
 
getVersion() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getVersion() - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 version = 4;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 version = 4;
getVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 version = 4;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 version = 4;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional int32 version = 4;
getVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional int32 version = 4;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 version = 2;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 version = 2;
getVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 version = 2;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 version = 3;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional int32 version = 3;
getVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional int32 version = 3;
getVersion() - Method in class org.apache.tez.runtime.api.events.InputFailedEvent
 
getVersion() - Method in class org.apache.tez.runtime.api.events.InputReadErrorEvent
 
getVertex(String) - Method in class org.apache.tez.dag.api.DAG
 
getVertex(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertex(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .VertexPlan vertex = 2;
getVertex(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .VertexPlan vertex = 2;
getVertexBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertexBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertexConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
getVertexConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .ConfigurationProto vertexConf = 11;
getVertexConf() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .ConfigurationProto vertexConf = 11;
getVertexConfBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
getVertexConfOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
getVertexConfOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .ConfigurationProto vertexConf = 11;
getVertexConfOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .ConfigurationProto vertexConf = 11;
getVertexCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertexCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .VertexPlan vertex = 2;
getVertexCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .VertexPlan vertex = 2;
getVertexCounters() - Method in class org.apache.tez.dag.api.client.VertexStatus
 
getVertexCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
getVertexCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .TezCountersProto vertexCounters = 4;
getVertexCounters() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .TezCountersProto vertexCounters = 4;
getVertexCountersBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
getVertexCountersOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
getVertexCountersOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .TezCountersProto vertexCounters = 4;
getVertexCountersOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .TezCountersProto vertexCounters = 4;
getVertexExecutionContext() - Method in class org.apache.tez.dag.api.Vertex
 
getVertexGroups(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroups(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroups(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexGroupsOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .PlanVertexGroupInfo vertex_groups = 6;
getVertexIdentifier() - Method in interface org.apache.tez.runtime.api.TaskIdentifier
 
getVertexIndex() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get Vertex Index in the DAG
getVertexInputNames() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the names of the non-vertex inputs of this vertex.
getVertexList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertexList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .VertexPlan vertex = 2;
getVertexList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .VertexPlan vertex = 2;
getVertexManagerPlugin() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexManagerPlugin() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexManagerPlugin() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexManagerPluginBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexManagerPluginOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexManagerPluginOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexManagerPluginOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
getVertexName() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string vertexName = 2;
getVertexName() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
optional string vertexName = 2;
getVertexName() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
optional string vertexName = 2;
getVertexName() - Method in class org.apache.tez.dag.api.event.VertexStateUpdate
Get the name of the vertex for which the state has changed
getVertexName() - Method in class org.apache.tez.dag.api.TaskLocationHint.TaskBasedLocationAffinity
 
getVertexName() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the name of the vertex
getVertexName() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the name of the Vertex
getVertexNameBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string vertexName = 2;
getVertexNameBytes() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
optional string vertexName = 2;
getVertexNameBytes() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
optional string vertexName = 2;
getVertexNumTasks(String) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the number of tasks in the given vertex
getVertexNumTasks(String) - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the number of tasks in the given vertex
getVertexOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertexOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .VertexPlan vertex = 2;
getVertexOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .VertexPlan vertex = 2;
getVertexOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
getVertexOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
repeated .VertexPlan vertex = 2;
getVertexOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
repeated .VertexPlan vertex = 2;
getVertexParallelism() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the vertex parallelism of the vertex to which this task belongs.
getVertexProgress() - Method in class org.apache.tez.dag.api.client.DAGStatus
Get the progress of a vertex in the DAG
getVertexProgress(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgress(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgress(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
repeated .StringProgressPairProto vertexProgress = 4;
getVertexProgressOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
repeated .StringProgressPairProto vertexProgress = 4;
getVertexState() - Method in class org.apache.tez.dag.api.event.VertexStateUpdate
Get the updated state
getVertexStatistics(String) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get a VertexStatistics object to find out execution statistics about the given Vertex.
getVertexStatus(String, Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClient
Get the status of a Vertex of a DAG
getVertexStatus(String, Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
getVertexStatus(String, Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Get the status of a Vertex of a DAG
getVertexStatus(String, Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
getVertexStatus(RpcController, DAGClientAMProtocolRPC.GetVertexStatusRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
getVertexStatus(RpcController, DAGClientAMProtocolRPC.GetVertexStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto);
getVertexStatus(RpcController, DAGClientAMProtocolRPC.GetVertexStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc getVertexStatus(.GetVertexStatusRequestProto) returns (.GetVertexStatusResponseProto);
getVertexStatus(RpcController, DAGClientAMProtocolRPC.GetVertexStatusRequestProto, RpcCallback<DAGClientAMProtocolRPC.GetVertexStatusResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
getVertexStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
getVertexStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
optional .VertexStatusProto vertexStatus = 1;
getVertexStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder
optional .VertexStatusProto vertexStatus = 1;
getVertexStatus(String, Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getVertexStatusBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
getVertexStatusOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
getVertexStatusOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
optional .VertexStatusProto vertexStatus = 1;
getVertexStatusOrBuilder() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder
optional .VertexStatusProto vertexStatus = 1;
getVertexTaskResource() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Get the resource allocated to a task of this vertex
getVertexTaskResource() - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Get the resource allocated to a task of this vertex
getVertices() - Method in class org.apache.tez.dag.api.DAG
 
getVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 virtualCores = 3;
getVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required int32 virtualCores = 3;
getVirtualCores() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required int32 virtualCores = 3;
getVisibility() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceVisibility visibility = 6;
getVisibility() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required .PlanLocalResourceVisibility visibility = 6;
getVisibility() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required .PlanLocalResourceVisibility visibility = 6;
getWorkDirs() - Method in interface org.apache.tez.runtime.api.MergedInputContext
Get the work directories for the Input
getWorkDirs() - Method in interface org.apache.tez.runtime.api.TaskContext
Get the work directories for the Input/Output/Processor
getWriteAllCounters() - Method in class org.apache.tez.common.counters.AbstractCounters
Get the "writeAllCounters" option
getWriter() - Method in interface org.apache.tez.runtime.api.Output
Gets an instance of the Writer in an Output
GROUP_MEMBERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
GROUP_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
GroupInputEdge - Class in org.apache.tez.dag.api
A composite edge that represents a common connection between a group of input vertices and a single output vertex.

H

handleEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.InputFrameworkInterface
Handles user and system generated Events, which typically carry information such as an output being available on the previous vertex.
handleEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.OutputFrameworkInterface
Handles user and system generated Events, which typically carry information such as a downstream vertex being ready to consume input.
handleEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.ProcessorFrameworkInterface
Handles user and system generated Events.
handleInputInitializerEvent(List<InputInitializerEvent>) - Method in class org.apache.tez.runtime.api.InputInitializer
Handle events meant for the specific Initializer.
hasAdditionalAmResources() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
hasAdditionalAmResources() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional .PlanLocalResourcesProto additional_am_resources = 2;
hasAdditionalAmResources() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional .PlanLocalResourcesProto additional_am_resources = 2;
hasAmPluginDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
hasAmPluginDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
hasAmPluginDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ConfigurationProtoOrBuilder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
hasBlob() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string blob = 4;
hasBlob() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string blob = 4;
hasBlob() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string blob = 4;
hasCallerContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
hasCallerContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .CallerContextProto caller_context = 10;
hasCallerContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .CallerContextProto caller_context = 10;
hasCallerId() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerId = 3;
hasCallerId() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string callerId = 3;
hasCallerId() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string callerId = 3;
hasCallerType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerType = 2;
hasCallerType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string callerType = 2;
hasCallerType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string callerType = 2;
hasClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional string class_name = 1;
hasClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional string class_name = 1;
hasClassName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional string class_name = 1;
hasContainerLauncherName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string container_launcher_name = 4;
hasContainerLauncherName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string container_launcher_name = 4;
hasContainerLauncherName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string container_launcher_name = 4;
hasContainersEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool containers_enabled = 1 [default = true];
hasContainersEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
optional bool containers_enabled = 1 [default = true];
hasContainersEnabled() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
optional bool containers_enabled = 1 [default = true];
hasContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string context = 1;
hasContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
optional string context = 1;
hasContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.CallerContextProtoOrBuilder
optional string context = 1;
hasControllerDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
hasControllerDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto controller_descriptor = 3;
hasControllerDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto controller_descriptor = 3;
hasCount() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 count = 2;
hasCount() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 count = 2;
hasCount() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 count = 2;
hasCredentialsBinary() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional bytes credentials_binary = 5;
hasCredentialsBinary() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional bytes credentials_binary = 5;
hasCredentialsBinary() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional bytes credentials_binary = 5;
hasDagConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
hasDagConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .ConfigurationProto dagConf = 4;
hasDagConf() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .ConfigurationProto dagConf = 4;
hasDagCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
hasDagCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .TezCountersProto dagCounters = 5;
hasDagCounters() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .TezCountersProto dagCounters = 5;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
optional string dagId = 1;
hasDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
optional string dagId = 1;
hasDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
optional string dagId = 1;
hasDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProtoOrBuilder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
optional string dagId = 1;
hasDagId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
optional string dagId = 1;
hasDagId() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProtoOrBuilder
optional string dagId = 1;
hasDagInfo() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional string dag_info = 8;
hasDagInfo() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional string dag_info = 8;
hasDagInfo() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional string dag_info = 8;
hasDAGPlan() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
hasDAGPlan() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional .DAGPlan d_a_g_plan = 1;
hasDAGPlan() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional .DAGPlan d_a_g_plan = 1;
hasDAGProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
hasDAGProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .ProgressProto DAGProgress = 3;
hasDAGProgress() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .ProgressProto DAGProgress = 3;
hasDagStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
hasDagStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
optional .DAGStatusProto dagStatus = 1;
hasDagStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProtoOrBuilder
optional .DAGStatusProto dagStatus = 1;
hasDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataMovementType dataMovementType = 4;
hasDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required .PlanEdgeDataMovementType dataMovementType = 4;
hasDataMovementType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required .PlanEdgeDataMovementType dataMovementType = 4;
hasDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataMovementType dataMovementType = 1;
hasDataMovementType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
required .PlanEdgeDataMovementType dataMovementType = 1;
hasDataMovementType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
required .PlanEdgeDataMovementType dataMovementType = 1;
hasDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataSourceType dataSourceType = 5;
hasDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required .PlanEdgeDataSourceType dataSourceType = 5;
hasDataSourceType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required .PlanEdgeDataSourceType dataSourceType = 5;
hasDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataSourceType dataSourceType = 2;
hasDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
required .PlanEdgeDataSourceType dataSourceType = 2;
hasDataSourceType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
required .PlanEdgeDataSourceType dataSourceType = 2;
hasDefaultExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
hasDefaultExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .VertexExecutionContextProto default_execution_context = 9;
hasDefaultExecutionContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .VertexExecutionContextProto default_execution_context = 9;
hasDestVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required string dest_vertex_name = 1;
hasDestVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
required string dest_vertex_name = 1;
hasDestVertexName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfoOrBuilder
required string dest_vertex_name = 1;
hasDiagnostics() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional string diagnostics = 2;
hasDiagnostics() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional string diagnostics = 2;
hasDiagnostics() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional string diagnostics = 2;
hasDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string display_name = 2;
hasDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
optional string display_name = 2;
hasDisplayName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
optional string display_name = 2;
hasDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string display_name = 2;
hasDisplayName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional string display_name = 2;
hasDisplayName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional string display_name = 2;
hasEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
hasEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_destination = 8;
hasEdgeDestination() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_destination = 8;
hasEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
hasEdgeDestination() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_destination = 5;
hasEdgeDestination() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_destination = 5;
hasEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
hasEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_manager = 9;
hasEdgeManager() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_manager = 9;
hasEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
hasEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_manager = 6;
hasEdgeManager() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_manager = 6;
hasEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
hasEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
optional .TezEntityDescriptorProto edge_source = 7;
hasEdgeSource() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
optional .TezEntityDescriptorProto edge_source = 7;
hasEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
hasEdgeSource() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
optional .TezEntityDescriptorProto edge_source = 4;
hasEdgeSource() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
optional .TezEntityDescriptorProto edge_source = 4;
hasEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
hasEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
optional .TezEntityDescriptorProto entity_descriptor = 2;
hasEntityDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProtoOrBuilder
optional .TezEntityDescriptorProto entity_descriptor = 2;
hasExecuteInAm() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_am = 1;
hasExecuteInAm() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional bool execute_in_am = 1;
hasExecuteInAm() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional bool execute_in_am = 1;
hasExecuteInContainers() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_containers = 2;
hasExecuteInContainers() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional bool execute_in_containers = 2;
hasExecuteInContainers() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional bool execute_in_containers = 2;
hasExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
hasExecutionContext() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .VertexExecutionContextProto execution_context = 12;
hasExecutionContext() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .VertexExecutionContextProto execution_context = 12;
hasFailedTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskAttemptCount = 6;
hasFailedTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 failedTaskAttemptCount = 6;
hasFailedTaskAttemptCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 failedTaskAttemptCount = 6;
hasFailedTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskCount = 4;
hasFailedTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 failedTaskCount = 4;
hasFailedTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 failedTaskCount = 4;
hasGroupName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
optional string group_name = 1;
hasGroupName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
optional string group_name = 1;
hasGroupName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfoOrBuilder
optional string group_name = 1;
hashCode() - Method in class org.apache.tez.common.counters.AbstractCounter
 
hashCode() - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
hashCode() - Method in class org.apache.tez.common.counters.AbstractCounters
 
hashCode() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
hashCode() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
hashCode() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
hashCode() - Method in class org.apache.tez.dag.api.client.Progress
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.VertexStatus
 
hashCode() - Method in class org.apache.tez.dag.api.Edge
 
hashCode() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
hashCode() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
hashCode() - Method in class org.apache.tez.dag.api.TaskLocationHint
 
hashCode() - Method in class org.apache.tez.dag.api.Vertex
 
hashCode() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
hashCode() - Method in class org.apache.tez.dag.api.VertexGroup
 
hashCode() - Method in class org.apache.tez.dag.api.VertexLocationHint
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
hashCode() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
hasHistoryText() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional bytes history_text = 3;
hasHistoryText() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional bytes history_text = 3;
hasHistoryText() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional bytes history_text = 3;
hasId() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string id = 1;
hasId() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string id = 1;
hasId() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string id = 1;
hasIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 index = 1;
hasIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional int32 index = 1;
hasIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional int32 index = 1;
hasInputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string inputVertexName = 2;
hasInputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string inputVertexName = 2;
hasInputVertexName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string inputVertexName = 2;
hasIODescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
hasIODescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto i_o_descriptor = 2;
hasIODescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
hasJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
hasJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required string javaOpts = 4;
hasJavaOpts() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required string javaOpts = 4;
hasKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string key = 1;
hasKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
required string key = 1;
hasKey() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePairOrBuilder
required string key = 1;
hasKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required string key = 1;
hasKey() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
required string key = 1;
hasKey() - Method in interface org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProtoOrBuilder
required string key = 1;
hasKilledTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskAttemptCount = 7;
hasKilledTaskAttemptCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 killedTaskAttemptCount = 7;
hasKilledTaskAttemptCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 killedTaskAttemptCount = 7;
hasKilledTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskCount = 5;
hasKilledTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 killedTaskCount = 5;
hasKilledTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 killedTaskCount = 5;
hasMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 memoryMb = 2;
hasMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required int32 memoryMb = 2;
hasMemoryMb() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required int32 memoryMb = 2;
hasMergedInput() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
hasMergedInput() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
required .TezEntityDescriptorProto merged_input = 2;
hasMergedInput() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfoOrBuilder
required .TezEntityDescriptorProto merged_input = 2;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
required string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
required string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
required string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
optional string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProtoOrBuilder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
optional string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProtoOrBuilder
optional string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required string name = 1;
hasName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required string name = 1;
hasName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required string name = 1;
hasNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 numTasks = 1;
hasNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required int32 numTasks = 1;
hasNumTasks() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required int32 numTasks = 1;
hasOutputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string outputVertexName = 3;
hasOutputVertexName() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required string outputVertexName = 3;
hasOutputVertexName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required string outputVertexName = 3;
hasPattern() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
optional string pattern = 7;
hasPattern() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
optional string pattern = 7;
hasPattern() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
optional string pattern = 7;
hasPayload() - Method in class org.apache.tez.dag.api.UserPayload
 
hasProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
hasProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .TezEntityDescriptorProto processor_descriptor = 3;
hasProcessorDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .TezEntityDescriptorProto processor_descriptor = 3;
hasProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
hasProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
required .ProgressProto progress = 2;
hasProgress() - Method in interface org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProtoOrBuilder
required .ProgressProto progress = 2;
hasProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
hasProgress() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .ProgressProto progress = 3;
hasProgress() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .ProgressProto progress = 3;
hasRunningTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 runningTaskCount = 3;
hasRunningTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 runningTaskCount = 3;
hasRunningTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 runningTaskCount = 3;
hasSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeSchedulingType schedulingType = 6;
hasSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
required .PlanEdgeSchedulingType schedulingType = 6;
hasSchedulingType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.EdgePlanOrBuilder
required .PlanEdgeSchedulingType schedulingType = 6;
hasSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeSchedulingType schedulingType = 3;
hasSchedulingType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
required .PlanEdgeSchedulingType schedulingType = 3;
hasSchedulingType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanEdgePropertyOrBuilder
required .PlanEdgeSchedulingType schedulingType = 3;
hasSerializedRequestPath() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional string serializedRequestPath = 3;
hasSerializedRequestPath() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
optional string serializedRequestPath = 3;
hasSerializedRequestPath() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProtoOrBuilder
optional string serializedRequestPath = 3;
hasSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 size = 3;
hasSize() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required int64 size = 3;
hasSize() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required int64 size = 3;
hasSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 source_index = 1;
hasSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional int32 source_index = 1;
hasSourceIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional int32 source_index = 1;
hasSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 source_index = 1;
hasSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
optional int32 source_index = 1;
hasSourceIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProtoOrBuilder
optional int32 source_index = 1;
hasStartIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 start_index = 1;
hasStartIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 start_index = 1;
hasStartIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 start_index = 1;
hasState() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .DAGStatusStateProto state = 1;
hasState() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
optional .DAGStatusStateProto state = 1;
hasState() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGStatusProtoOrBuilder
optional .DAGStatusStateProto state = 1;
hasState() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .VertexStatusStateProto state = 1;
hasState() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .VertexStatusStateProto state = 1;
hasState() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .VertexStatusStateProto state = 1;
hasStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
required .TezAppMasterStatusProto status = 1;
hasStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
required .TezAppMasterStatusProto status = 1;
hasStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProtoOrBuilder
required .TezAppMasterStatusProto status = 1;
hasSucceededTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 succeededTaskCount = 2;
hasSucceededTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 succeededTaskCount = 2;
hasSucceededTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 succeededTaskCount = 2;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 target_index = 2;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional int32 target_index = 2;
hasTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional int32 target_index = 2;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 target_index = 1;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 target_index = 1;
hasTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 target_index = 1;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 target_index = 2;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
optional int32 target_index = 2;
hasTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProtoOrBuilder
optional int32 target_index = 2;
hasTargetInputName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_input_name = 2;
hasTargetInputName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional string target_input_name = 2;
hasTargetInputName() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional string target_input_name = 2;
hasTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_vertex_name = 1;
hasTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional string target_vertex_name = 1;
hasTargetVertexName() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional string target_vertex_name = 1;
hasTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
hasTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
optional string target_vertex_name = 1;
hasTargetVertexName() - Method in interface org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProtoOrBuilder
optional string target_vertex_name = 1;
hasTaskCommName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_comm_name = 5;
hasTaskCommName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string task_comm_name = 5;
hasTaskCommName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string task_comm_name = 5;
hasTaskConfig() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
hasTaskConfig() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required .PlanTaskConfiguration taskConfig = 4;
hasTaskConfig() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required .PlanTaskConfiguration taskConfig = 4;
hasTaskModule() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string taskModule = 5;
hasTaskModule() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required string taskModule = 5;
hasTaskModule() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required string taskModule = 5;
hasTaskSchedulerName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_scheduler_name = 3;
hasTaskSchedulerName() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
optional string task_scheduler_name = 3;
hasTaskSchedulerName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProtoOrBuilder
optional string task_scheduler_name = 3;
hasTezUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
hasTezUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional .TezUserPayloadProto tez_user_payload = 2;
hasTezUserPayload() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional .TezUserPayloadProto tez_user_payload = 2;
hasTimeout() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional int64 timeout = 4;
hasTimeout() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
optional int64 timeout = 4;
hasTimeout() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProtoOrBuilder
optional int64 timeout = 4;
hasTimeStamp() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 timeStamp = 4;
hasTimeStamp() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required int64 timeStamp = 4;
hasTimeStamp() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required int64 timeStamp = 4;
hasTotalTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 totalTaskCount = 1;
hasTotalTaskCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
optional int32 totalTaskCount = 1;
hasTotalTaskCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.ProgressProtoOrBuilder
optional int32 totalTaskCount = 1;
hasType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceType type = 5;
hasType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required .PlanLocalResourceType type = 5;
hasType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required .PlanLocalResourceType type = 5;
hasType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanVertexType type = 2;
hasType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
required .PlanVertexType type = 2;
hasType() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
required .PlanVertexType type = 2;
hasUberEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool uber_enabled = 2 [default = false];
hasUberEnabled() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
optional bool uber_enabled = 2 [default = false];
hasUberEnabled() - Method in interface org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProtoOrBuilder
optional bool uber_enabled = 2 [default = false];
hasUnregistered() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Checks with the scheduler whether it has unregistered.
hasUri() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string uri = 2;
hasUri() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required string uri = 2;
hasUri() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required string uri = 2;
hasUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional bytes user_payload = 1;
hasUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
optional bytes user_payload = 1;
hasUserPayload() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProtoOrBuilder
optional bytes user_payload = 1;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional bytes user_payload = 3;
hasUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional bytes user_payload = 3;
hasUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
optional bytes user_payload = 3;
hasUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProtoOrBuilder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
optional bytes user_payload = 3;
hasUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProtoOrBuilder
optional bytes user_payload = 3;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional bytes user_payload = 2;
hasUserPayload() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
optional bytes user_payload = 2;
hasUserPayload() - Method in interface org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProtoOrBuilder
optional bytes user_payload = 2;
hasValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string value = 2;
hasValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
required string value = 2;
hasValue() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePairOrBuilder
required string value = 2;
hasValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional int64 value = 3;
hasValue() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
optional int64 value = 3;
hasValue() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezCounterProtoOrBuilder
optional int64 value = 3;
hasVersion() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional int32 version = 2;
hasVersion() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
optional int32 version = 2;
hasVersion() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProtoOrBuilder
optional int32 version = 2;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 version = 4;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 version = 4;
hasVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 version = 4;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 version = 4;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
optional int32 version = 4;
hasVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProtoOrBuilder
optional int32 version = 4;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 version = 2;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 version = 2;
hasVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 version = 2;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 version = 3;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
optional int32 version = 3;
hasVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProtoOrBuilder
optional int32 version = 3;
hasVertexConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
hasVertexConf() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .ConfigurationProto vertexConf = 11;
hasVertexConf() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .ConfigurationProto vertexConf = 11;
hasVertexCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
hasVertexCounters() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
optional .TezCountersProto vertexCounters = 4;
hasVertexCounters() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder
optional .TezCountersProto vertexCounters = 4;
hasVertexManagerPlugin() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
hasVertexManagerPlugin() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
hasVertexManagerPlugin() - Method in interface org.apache.tez.dag.api.records.DAGProtos.VertexPlanOrBuilder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
hasVertexName() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string vertexName = 2;
hasVertexName() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
optional string vertexName = 2;
hasVertexName() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
optional string vertexName = 2;
hasVertexStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
hasVertexStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
optional .VertexStatusProto vertexStatus = 1;
hasVertexStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder
optional .VertexStatusProto vertexStatus = 1;
hasVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 virtualCores = 3;
hasVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
required int32 virtualCores = 3;
hasVirtualCores() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfigurationOrBuilder
required int32 virtualCores = 3;
hasVisibility() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceVisibility visibility = 6;
hasVisibility() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
required .PlanLocalResourceVisibility visibility = 6;
hasVisibility() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceOrBuilder
required .PlanLocalResourceVisibility visibility = 6;
HISTORY_TEXT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
HistoryACLPolicyException - Exception in org.apache.tez.common.security
HistoryACLPolicyException Exception thrown upon error within HistoryACLPolicyManager
HistoryACLPolicyException(Throwable) - Constructor for exception org.apache.tez.common.security.HistoryACLPolicyException
 
HistoryACLPolicyException(String) - Constructor for exception org.apache.tez.common.security.HistoryACLPolicyException
 
HistoryACLPolicyException(String, Throwable) - Constructor for exception org.apache.tez.common.security.HistoryACLPolicyException
 
HistoryACLPolicyManager - Interface in org.apache.tez.common.security
ACL Policy Manager An instance of this implements any ACL related activity when starting a session or submitting a DAG
historyText - Variable in class org.apache.tez.dag.api.EntityDescriptor
 
HOST_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 

I

I_O_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
ID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
IN_PROGRESS_LOGS_URL - Static variable in class org.apache.tez.common.ATSConstants
 
incrAllCounters(CounterGroupBase<T>) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
incrAllCounters(AbstractCounters<C, G>) - Method in class org.apache.tez.common.counters.AbstractCounters
Increments multiple counters by their amounts in another Counters instance.
incrAllCounters(CounterGroupBase<T>) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Increment all counters by a group of counters
incrAllCounters(CounterGroupBase<C>) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
incrAllCounters(CounterGroupBase<C>) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
incrCounters() - Method in class org.apache.tez.common.counters.Limits
 
increment(long) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
increment(long) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
increment(long) - Method in class org.apache.tez.common.counters.GenericCounter
 
increment(long) - Method in interface org.apache.tez.common.counters.TezCounter
Increment this counter by the given value
INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
INEDGEID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
informInputReady() - Method in class org.apache.tez.runtime.api.MergedLogicalInput
Used by the actual MergedInput to notify that it's ready for consumption.
init(TezConfiguration, YarnConfiguration) - Method in class org.apache.tez.client.FrameworkClient
Initialize the framework client.
init(TezConfiguration, YarnConfiguration) - Method in class org.apache.tez.client.TezYarnClient
 
INIT_REQUESTED_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
INIT_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
initialize() - Method in interface org.apache.tez.common.ServicePluginLifecycle
Perform any additional initialization which may be required beyond the constructor.
initialize() - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Initializes the EdgeManagerPlugin.
initialize() - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Initializes the EdgeManagerPlugin.
initialize() - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Initialize the plugin.
initialize() - Method in class org.apache.tez.runtime.api.AbstractLogicalInput
 
initialize() - Method in class org.apache.tez.runtime.api.AbstractLogicalIOProcessor
 
initialize() - Method in class org.apache.tez.runtime.api.AbstractLogicalOutput
 
initialize() - Method in interface org.apache.tez.runtime.api.InputFrameworkInterface
Initializes the Input.
initialize() - Method in class org.apache.tez.runtime.api.InputInitializer
Run the initializer.
initialize() - Method in class org.apache.tez.runtime.api.OutputCommitter
Setup up the Output committer.
initialize() - Method in interface org.apache.tez.runtime.api.OutputFrameworkInterface
Initializes the Output
initialize() - Method in interface org.apache.tez.runtime.api.ProcessorFrameworkInterface
Initializes the Processor
initialize() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncher
An entry point for initialization.
initialize() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
An entry point for initialization.
INITIALIZING_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
INITIALIZING = 0;
initiateStop() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
The first step of stopping the task scheduler service.
Input - Interface in org.apache.tez.runtime.api
Represents an input through which a Processor receives data on an edge.
INPUT_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
INPUT = 0;
InputConfigureVertexTasksEvent - Class in org.apache.tez.runtime.api.events
An event typically sent by the InputInitializer of a vertex to configure the tasks of the vertex.
InputContext - Interface in org.apache.tez.runtime.api
Context handle for the Input to initialize itself.
InputDataInformationEvent - Class in org.apache.tez.runtime.api.events
Events used by InputInitializer implementations to provide the user payload for individual tasks running as part of the Vertex for which an Initial Input has been configured.
InputDescriptor - Class in org.apache.tez.dag.api
Describes the Input
InputDescriptor() - Constructor for class org.apache.tez.dag.api.InputDescriptor
 
InputFailedEvent - Class in org.apache.tez.runtime.api.events
Event sent from the AM to an Input to indicate that one of it's sources has failed - effectively the input is no longer available from the particular source.
InputFailedEvent() - Constructor for class org.apache.tez.runtime.api.events.InputFailedEvent
 
InputFrameworkInterface - Interface in org.apache.tez.runtime.api
Represents an input through which a TezProcessor receives data on an edge.
InputInitializer - Class in org.apache.tez.runtime.api
InputInitializers are typically used to initialize vertices connected to data sources.
InputInitializer(InputInitializerContext) - Constructor for class org.apache.tez.runtime.api.InputInitializer
Constructor an instance of the InputInitializer.
InputInitializerContext - Interface in org.apache.tez.runtime.api
A context that provides information to the InputInitializer
InputInitializerDescriptor - Class in org.apache.tez.dag.api
Describes the InputInitializer
InputInitializerDescriptor() - Constructor for class org.apache.tez.dag.api.InputInitializerDescriptor
 
InputInitializerEvent - Class in org.apache.tez.runtime.api.events
An event that is routed to the specified InputInitializer.
inputIsReady() - Method in interface org.apache.tez.runtime.api.InputContext
Inform the framework that the specific Input is ready for consumption.
inputIsReady() - Method in interface org.apache.tez.runtime.api.MergedInputContext
Inform the framework that the specific Input is ready for consumption.
InputReadErrorEvent - Class in org.apache.tez.runtime.api.events
Event generated by an Input to indicate error when trying to retrieve data.
INPUTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
InputSpecUpdate - Class in org.apache.tez.runtime.api
Update Input specs for Inputs running in a task.
InputStatistics - Interface in org.apache.tez.runtime.api
Provides various statistics about physical execution activity happening on a logical input in a Vertex.
InputStatisticsReporter - Interface in org.apache.tez.runtime.api
Report statistics about the Input
InputUpdatePayloadEvent - Class in org.apache.tez.runtime.api.events
Events used by InputInitializer implementations to update the shared user payload for the Input that is being initialized.
INPUTVERTEXNAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
internalGetValueMap() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
invokeMethod(Object, Method, Object...) - Static method in class org.apache.tez.common.ReflectionUtils
 
isAclsEnabled() - Method in class org.apache.tez.common.security.ACLManager
 
isATSEnabled - Variable in class org.apache.tez.dag.api.client.DAGClientImpl
 
isCompleted() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
isExactMatch(Object, Object) - Method in interface org.apache.tez.common.ContainerSignatureMatcher
Checks if the container signatures match exactly
isForAllWorkUnits() - Method in class org.apache.tez.runtime.api.InputSpecUpdate
 
isFrameworkGroup(String) - Static method in class org.apache.tez.common.counters.CounterGroupFactory
Check whether a group name is a name of a framework group (including the filesystem group).
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
isSession() - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Check whether the AM is running in session mode.
isSuperSet(Object, Object) - Method in interface org.apache.tez.common.ContainerSignatureMatcher
Checks the compatibility between the specified container signatures.
isSupported() - Static method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
isTaskRecoverySupported() - Method in class org.apache.tez.runtime.api.OutputCommitter
Whether the OutputCommitter supports recovery of output from a Task that completed in a previous DAG attempt
isTimelineClientSupported() - Static method in class org.apache.tez.dag.api.client.TimelineReaderFactory
Check if timeline client can be supported.
isUberEnabled() - Method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
 
iterator() - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
iterator() - Method in class org.apache.tez.common.counters.AbstractCounters
 
iterator() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
iterator() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 

J

JAVAOPTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
JavaOptsChecker - Class in org.apache.tez.common
 
JavaOptsChecker() - Constructor for class org.apache.tez.common.JavaOptsChecker
 
JobCounter - Enum in org.apache.tez.common.counters
 
JobTokenIdentifier - Class in org.apache.tez.common.security
The token identifier for job token
JobTokenIdentifier() - Constructor for class org.apache.tez.common.security.JobTokenIdentifier
Default constructor
JobTokenIdentifier(Text) - Constructor for class org.apache.tez.common.security.JobTokenIdentifier
Create a job token identifier from a jobid
JobTokenIdentifier.Renewer - Class in org.apache.tez.common.security
 
JobTokenIdentifier.Renewer() - Constructor for class org.apache.tez.common.security.JobTokenIdentifier.Renewer
 
JobTokenSecretManager - Class in org.apache.tez.common.security
SecretManager for job token.
JobTokenSecretManager() - Constructor for class org.apache.tez.common.security.JobTokenSecretManager
Default constructor
JobTokenSecretManager(SecretKey) - Constructor for class org.apache.tez.common.security.JobTokenSecretManager
 

K

KEY_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
KEY_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
killApplication(ApplicationId) - Method in class org.apache.tez.client.FrameworkClient
 
killApplication(ApplicationId) - Method in class org.apache.tez.client.TezYarnClient
 
KILLEDTASKATTEMPTCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
KILLEDTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
killSelf(Throwable, String) - Method in interface org.apache.tez.runtime.api.TaskContext
Kill the currently running attempt.
KIND_NAME - Static variable in class org.apache.tez.common.security.JobTokenIdentifier
 

L

LAST_DATA_EVENTS - Static variable in class org.apache.tez.common.ATSConstants
 
launchContainer(ContainerLaunchRequest) - Method in class org.apache.tez.serviceplugins.api.ContainerLauncher
Get the ContainerLauncherContext associated with this instance of the container launcher, which is used to communicate with the rest of the system
LimitExceededException - Exception in org.apache.tez.common.counters
 
LimitExceededException(String) - Constructor for exception org.apache.tez.common.counters.LimitExceededException
 
LimitExceededException(LimitExceededException) - Constructor for exception org.apache.tez.common.counters.LimitExceededException
 
limits() - Method in class org.apache.tez.common.counters.AbstractCounters
 
Limits - Class in org.apache.tez.common.counters
 
Limits() - Constructor for class org.apache.tez.common.counters.Limits
 
LOCAL_RESOURCE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
LOCALRESOURCE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
LOCALRESOURCES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
LOG - Static variable in class org.apache.tez.common.counters.AbstractCounters
 
logCredentials(Logger, Credentials, String) - Static method in class org.apache.tez.common.TezCommonUtils
 
LogicalInput - Interface in org.apache.tez.runtime.api
An Input which handles all incoming physical connections on an edge.
LogicalInputFrameworkInterface - Interface in org.apache.tez.runtime.api
Defines the framework facing interfact for a LogicalInput User implementations are expected to derive from AbstractLogicalInput
LogicalIOProcessor - Interface in org.apache.tez.runtime.api
Represents a processor which consumes LogicalInputs and produces LogicalOutputs
LogicalIOProcessorFrameworkInterface - Interface in org.apache.tez.runtime.api
Represents a processor framework interface which consumes LogicalInputs and produces LogicalOutputs.
LogicalOutput - Interface in org.apache.tez.runtime.api
An @link Output which handles all outgoing physical connections on an edge.
LogicalOutputFrameworkInterface - Interface in org.apache.tez.runtime.api
Framework facing interface for the LogicalOutput Users are expected to derive from AbstractLogicalOutput

M

main(String[]) - Static method in class org.apache.tez.common.VersionInfo
 
makeCopy(int) - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
Make a routable copy of the DataMovementEvent by adding a target input index
makeCopy(int) - Method in class org.apache.tez.runtime.api.events.InputFailedEvent
Create a copy of the InputFailedEvent by adding a target input index The index of the physical input to which this event should be routed
Master - Class in org.apache.tez.common.security
 
Master() - Constructor for class org.apache.tez.common.security.Master
 
Master.State - Enum in org.apache.tez.common.security
 
maybeAddDefaultLoggingJavaOpts(String, String) - Static method in class org.apache.tez.client.TezClientUtils
 
maybeAddDefaultMemoryJavaOpts(String, Resource, double) - Static method in class org.apache.tez.client.TezClientUtils
 
memoryAssigned(long) - Method in class org.apache.tez.runtime.api.MemoryUpdateCallback
 
MEMORYMB_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
MemoryUpdateCallback - Class in org.apache.tez.runtime.api
This interface will be used by Tez to inform components about available memory.
MemoryUpdateCallback() - Constructor for class org.apache.tez.runtime.api.MemoryUpdateCallback
 
mergeAdditionalAmResources(DAGProtos.PlanLocalResourcesProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
mergeAmPluginDescriptor(DAGProtos.AMPluginDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
mergeBinaryTokens(Credentials, Configuration, String) - Static method in class org.apache.tez.common.security.TokenCache
Merge tokens from a configured binary file into provided Credentials object
mergeCallerContext(DAGProtos.CallerContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
mergeControllerDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
MERGED_INPUT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
mergeDagConf(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
mergeDagCounters(DAGProtos.TezCountersProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
mergeDAGPlan(DAGProtos.DAGPlan) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
mergeDAGProgress(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
mergeDagStatus(DAGProtos.DAGStatusProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
mergeDefaultExecutionContext(DAGProtos.VertexExecutionContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
MergedInputContext - Interface in org.apache.tez.runtime.api
Context for MergedLogicalInput This interface is not supposed to be implemented by users
MergedLogicalInput - Class in org.apache.tez.runtime.api
A LogicalInput that is used to merge the data from multiple inputs and provide a single Reader to read that data.
MergedLogicalInput(MergedInputContext, List<Input>) - Constructor for class org.apache.tez.runtime.api.MergedLogicalInput
Constructor an instance of the MergedLogicalInputs.
mergeEdgeDestination(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
mergeEdgeDestination(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
mergeEdgeManager(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
mergeEdgeManager(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
mergeEdgeSource(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
mergeEdgeSource(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
mergeEntityDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
mergeExecutionContext(DAGProtos.VertexExecutionContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetAllDAGsRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetAllDAGsResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetAMStatusRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetAMStatusResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetDAGStatusRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetDAGStatusResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetVertexStatusRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.GetVertexStatusResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.ShutdownSessionRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.ShutdownSessionResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.SubmitDAGRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.SubmitDAGResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.TryKillDAGRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.TryKillDAGResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
mergeFrom(DAGProtos.AMPluginDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
mergeFrom(DAGProtos.CallerContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
mergeFrom(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
mergeFrom(DAGProtos.DAGPlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
mergeFrom(DAGProtos.DAGStatusProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
mergeFrom(DAGProtos.EdgePlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
mergeFrom(DAGProtos.PlanEdgeProperty) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
mergeFrom(DAGProtos.PlanGroupInputEdgeInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
mergeFrom(DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
mergeFrom(DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
mergeFrom(DAGProtos.PlanLocalResourcesProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
mergeFrom(DAGProtos.PlanTaskConfiguration) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
mergeFrom(DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
mergeFrom(DAGProtos.PlanVertexGroupInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
mergeFrom(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
mergeFrom(DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
mergeFrom(DAGProtos.StringProgressPairProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
mergeFrom(DAGProtos.TezCounterGroupProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
mergeFrom(DAGProtos.TezCounterProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
mergeFrom(DAGProtos.TezCountersProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
mergeFrom(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
mergeFrom(DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
mergeFrom(DAGProtos.TezUserPayloadProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
mergeFrom(DAGProtos.VertexExecutionContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
mergeFrom(DAGProtos.VertexLocationHintProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
mergeFrom(DAGProtos.VertexPlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
mergeFrom(DAGProtos.VertexStatusProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
mergeFrom(EventProtos.CompositeEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
mergeFrom(EventProtos.DataMovementEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
mergeFrom(EventProtos.InputFailedEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
mergeFrom(EventProtos.InputReadErrorEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
mergeFrom(EventProtos.RootInputDataInformationEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
mergeFrom(EventProtos.RootInputInitializerEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
mergeFrom(EventProtos.VertexManagerEventProto) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
 
mergeIODescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
mergeMergedInput(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
mergeProgress(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
mergeProgress(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
mergeTaskConfig(DAGProtos.PlanTaskConfiguration) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
mergeTezUserPayload(DAGProtos.TezUserPayloadProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
mergeVertexConf(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
mergeVertexCounters(DAGProtos.TezCountersProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
mergeVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
mergeVertexStatus(DAGProtos.VertexStatusProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
mkDirForAM(FileSystem, Path) - Static method in class org.apache.tez.common.TezCommonUtils
Create a directory with predefined directory permission

N

NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
NamedEntityDescriptor<T extends NamedEntityDescriptor<T>> - Class in org.apache.tez.dag.api
 
NamedEntityDescriptor(String, String) - Constructor for class org.apache.tez.dag.api.NamedEntityDescriptor
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
newBuilder(String, TezConfiguration) - Static method in class org.apache.tez.client.TezClient
Create a new TezClientBuilder.
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
newBuilder(DAGClientAMProtocolRPC.GetAllDAGsRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
newBuilder(DAGClientAMProtocolRPC.GetAllDAGsResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
newBuilder(DAGClientAMProtocolRPC.GetAMStatusRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
newBuilder(DAGClientAMProtocolRPC.GetAMStatusResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
newBuilder(DAGClientAMProtocolRPC.GetDAGStatusRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
newBuilder(DAGClientAMProtocolRPC.GetDAGStatusResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
newBuilder(DAGClientAMProtocolRPC.GetVertexStatusRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
newBuilder(DAGClientAMProtocolRPC.GetVertexStatusResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
newBuilder(DAGClientAMProtocolRPC.ShutdownSessionRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
newBuilder(DAGClientAMProtocolRPC.ShutdownSessionResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
newBuilder(DAGClientAMProtocolRPC.SubmitDAGRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
newBuilder(DAGClientAMProtocolRPC.SubmitDAGResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
newBuilder(DAGClientAMProtocolRPC.TryKillDAGRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
newBuilder(DAGClientAMProtocolRPC.TryKillDAGResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
newBuilder(DAGProtos.AMPluginDescriptorProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
newBuilder(DAGProtos.CallerContextProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
newBuilder(DAGProtos.ConfigurationProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
newBuilder(DAGProtos.DAGPlan) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
newBuilder(DAGProtos.DAGStatusProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
newBuilder(DAGProtos.EdgePlan) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
newBuilder(DAGProtos.PlanEdgeProperty) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
newBuilder(DAGProtos.PlanGroupInputEdgeInfo) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
newBuilder(DAGProtos.PlanKeyValuePair) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
newBuilder(DAGProtos.PlanLocalResource) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
newBuilder(DAGProtos.PlanLocalResourcesProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
newBuilder(DAGProtos.PlanTaskConfiguration) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
newBuilder(DAGProtos.PlanTaskLocationHint) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
newBuilder(DAGProtos.PlanVertexGroupInfo) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
newBuilder(DAGProtos.ProgressProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
newBuilder(DAGProtos.RootInputLeafOutputProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
newBuilder(DAGProtos.StringProgressPairProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
newBuilder(DAGProtos.TezCounterGroupProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
newBuilder(DAGProtos.TezCounterProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
newBuilder(DAGProtos.TezCountersProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
newBuilder(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
newBuilder(DAGProtos.TezNamedEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
newBuilder(DAGProtos.TezUserPayloadProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
newBuilder(DAGProtos.VertexExecutionContextProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
newBuilder(DAGProtos.VertexLocationHintProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
newBuilder(DAGProtos.VertexPlan) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
newBuilder() - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
newBuilder(DAGProtos.VertexStatusProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
newBuilder(EventProtos.CompositeEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
newBuilder(EventProtos.DataMovementEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
newBuilder(EventProtos.InputFailedEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
newBuilder(EventProtos.InputReadErrorEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
newBuilder(EventProtos.RootInputDataInformationEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
newBuilder(EventProtos.RootInputInitializerEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
newBuilder() - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
newBuilder(EventProtos.VertexManagerEventProto) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
newBuilderForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
newBuilderForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
newCounter(String, String, long) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
Abstract factory method to create a new counter of type T
newCounter() - Method in class org.apache.tez.common.counters.AbstractCounterGroup
Abstract factory method to create a new counter of type T
newCounter(String, FileSystemCounter) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
Abstract factory method to create a file system counter
newCounter(T) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
Abstract factory method for new framework counter
newFileSystemGroup() - Method in class org.apache.tez.common.counters.CounterGroupFactory
Abstract factory method to create a file system counter group
newFrameworkGroup(int) - Method in class org.apache.tez.common.counters.CounterGroupFactory
Create a new framework group
newFrameworkGroupFactory(Class<T>) - Method in class org.apache.tez.common.counters.CounterGroupFactory
Required override to return a new framework group factory
newGenericGroup(String, String, Limits) - Method in class org.apache.tez.common.counters.CounterGroupFactory
Abstract factory method to create a generic (vs framework) counter group
newGroup(String) - Method in interface org.apache.tez.common.counters.CounterGroupFactory.FrameworkGroupFactory
 
newGroup(String, Limits) - Method in class org.apache.tez.common.counters.CounterGroupFactory
Create a new counter group
newGroup(String, String, Limits) - Method in class org.apache.tez.common.counters.CounterGroupFactory
Create a new counter group
newReflectiveBlockingService(DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
newReflectiveService(DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
newStub(RpcChannel) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
NODE_HTTP_ADDRESS - Static variable in class org.apache.tez.common.ATSConstants
 
NODE_ID - Static variable in class org.apache.tez.common.ATSConstants
 
nodesUpdated(List<NodeReport>) - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Provide an update to the framework about the status of nodes available to this report
NORMAL_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
NORMAL = 1;
notifyProgress() - Method in interface org.apache.tez.runtime.api.MergedInputContext
Inform the framework that progress has been made
notifyProgress() - Method in interface org.apache.tez.runtime.api.TaskContext
Notifies the framework that progress is being made by this component.
NUM_COMPLETED_TASKS - Static variable in class org.apache.tez.common.ATSConstants
 
NUM_FAILED_TASKS - Static variable in class org.apache.tez.common.ATSConstants
 
NUM_FAILED_TASKS_ATTEMPTS - Static variable in class org.apache.tez.common.ATSConstants
 
NUM_KILLED_TASKS - Static variable in class org.apache.tez.common.ATSConstants
 
NUM_KILLED_TASKS_ATTEMPTS - Static variable in class org.apache.tez.common.ATSConstants
 
NUM_SUCCEEDED_TASKS - Static variable in class org.apache.tez.common.ATSConstants
 
NUM_TASKS - Static variable in class org.apache.tez.common.ATSConstants
 
NUMTASKS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 

O

ObjectRegistry - Interface in org.apache.tez.runtime.api
A simple shared object registry to cache objects in the memory of the container running the task.
obtainTokensForFileSystems(Credentials, Path[], Configuration) - Static method in class org.apache.tez.common.security.TokenCache
Convenience method to obtain delegation tokens from namenodes corresponding to the paths passed.
OLD_NUM_TASKS - Static variable in class org.apache.tez.common.ATSConstants
 
ONE_TO_ONE_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
ONE_TO_ONE = 0;
onRootVertexInitialized(String, InputDescriptor, List<Event>) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Notification that the inputs of this vertex have initialized
onSourceTaskCompleted(String, Integer) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Deprecated.
onSourceTaskCompleted(TaskAttemptIdentifier) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Notification of a source vertex task completion.
onVertexManagerEventReceived(VertexManagerEvent) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Notification of an event directly sent to this vertex manager
onVertexStarted(Map<String, List<Integer>>) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Deprecated.
onVertexStarted(List<TaskAttemptIdentifier>) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Notification that the vertex is ready to start running tasks
onVertexStateUpdated(VertexStateUpdate) - Method in class org.apache.tez.dag.api.VertexManagerPlugin
Receive notifications on vertex state changes.
onVertexStateUpdated(VertexStateUpdate) - Method in class org.apache.tez.runtime.api.InputInitializer
Receive notifications on vertex state changes.
org.apache.tez.client - package org.apache.tez.client
 
org.apache.tez.common - package org.apache.tez.common
 
org.apache.tez.common.annotation - package org.apache.tez.common.annotation
 
org.apache.tez.common.counters - package org.apache.tez.common.counters
 
org.apache.tez.common.security - package org.apache.tez.common.security
 
org.apache.tez.dag.api - package org.apache.tez.dag.api
 
org.apache.tez.dag.api.client - package org.apache.tez.dag.api.client
 
org.apache.tez.dag.api.client.rpc - package org.apache.tez.dag.api.client.rpc
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.tez.dag.api.event - package org.apache.tez.dag.api.event
 
org.apache.tez.dag.api.records - package org.apache.tez.dag.api.records
 
org.apache.tez.runtime.api - package org.apache.tez.runtime.api
 
org.apache.tez.runtime.api.events - package org.apache.tez.runtime.api.events
 
org.apache.tez.serviceplugins.api - package org.apache.tez.serviceplugins.api
 
OTHER_INFO - Static variable in class org.apache.tez.common.ATSConstants
 
OUTEDGEID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
Output - Interface in org.apache.tez.runtime.api
Represents an Output through which a TezProcessor writes information to an edge.
OUTPUT_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
OUTPUT = 2;
OutputCommitter - Class in org.apache.tez.runtime.api
OutputCommitter to "finalize" the output and make it user-visible if needed.
OutputCommitter(OutputCommitterContext) - Constructor for class org.apache.tez.runtime.api.OutputCommitter
Constructor an instance of the OutputCommitter.
OutputCommitterContext - Interface in org.apache.tez.runtime.api
Context through which the OutputCommitter can access all the relevant information that it needs.
OutputCommitterDescriptor - Class in org.apache.tez.dag.api
Describes the OutputCommitter
OutputCommitterDescriptor() - Constructor for class org.apache.tez.dag.api.OutputCommitterDescriptor
 
OutputContext - Interface in org.apache.tez.runtime.api
Context handle for the Output to initialize itself.
OutputDescriptor - Class in org.apache.tez.dag.api
Describes the Output
OutputDescriptor() - Constructor for class org.apache.tez.dag.api.OutputDescriptor
 
OutputFrameworkInterface - Interface in org.apache.tez.runtime.api
Represents the Tez framework part of an Output.
OUTPUTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
OUTPUTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
OutputStatistics - Interface in org.apache.tez.runtime.api
Provides various statistics about physical execution activity happening on a logical output in a Vertex.
OutputStatisticsReporter - Interface in org.apache.tez.runtime.api
Report statistics about the Output
OUTPUTVERTEXNAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 

P

parseCredentialsBytes(byte[]) - Static method in class org.apache.tez.common.TezCommonUtils
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseLogParams(String) - Static method in class org.apache.tez.client.TezClientUtils
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
PARSER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
PARSER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
parseTaskStatsForVertexes() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
PATTERN_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
PATTERN_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
PATTERN = 2;
PERSISTED_RELIABLE_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
PERSISTED_RELIABLE = 1;
PERSISTED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
PERSISTED = 0;
postCompletionTrackingUrl - Variable in class org.apache.tez.serviceplugins.api.TaskSchedulerContext.AppFinalStatus
 
preemptContainer(ContainerId) - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Inform the framework that the scheduler has determined that a previously allocated container needs to be preempted
prepareForRouting() - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
This method will be invoked just before routing of events will begin.
preWarm(PreWarmVertex) - Method in class org.apache.tez.client.TezClient
API to help pre-allocate containers in session mode.
PreWarmVertex - Class in org.apache.tez.dag.api
A PreWarmVertex is used to specify parameters to be used to setup prewarmed containers for Tez session mode.
PreWarmVertex.PreWarmVertexConfigBuilder - Class in org.apache.tez.dag.api
Setup the prewarm vertex constructor.
PRIMARY_FILTERS - Static variable in class org.apache.tez.common.ATSConstants
 
PRIVATE_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
PRIVATE = 1;
Processor - Interface in org.apache.tez.runtime.api
Processor represents the Tez entity responsible for consuming Input and producing Output.
PROCESSOR_CLASS_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
PROCESSOR_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
ProcessorContext - Interface in org.apache.tez.runtime.api
Context handle for the Processor to initialize itself.
ProcessorDescriptor - Class in org.apache.tez.dag.api
Describes the Processor
ProcessorDescriptor() - Constructor for class org.apache.tez.dag.api.ProcessorDescriptor
 
ProcessorFrameworkInterface - Interface in org.apache.tez.runtime.api
Represents the Tez framework part of an Processor.
Progress - Class in org.apache.tez.dag.api.client
Describes the progress made by DAG execution
PROGRESS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
PROGRESS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
PUBLIC_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
PUBLIC = 0;

R

RACK_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
Reader - Class in org.apache.tez.runtime.api
A Reader represents the data being read in an Input It encapsulates the data type etc of the data being provided by the Input E.g.
Reader() - Constructor for class org.apache.tez.runtime.api.Reader
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.AbstractCounters
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
readFields(DataInput) - Method in class org.apache.tez.common.counters.GenericCounter
 
readFields(DataInput) - Method in class org.apache.tez.common.security.JobTokenIdentifier
readFields(DataInput) - Method in class org.apache.tez.dag.api.EntityDescriptor
 
readFields(DataInput) - Method in class org.apache.tez.dag.api.NamedEntityDescriptor
 
READY_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
READY = 1;
realClient - Variable in class org.apache.tez.dag.api.client.DAGClientImpl
 
reconfigureVertex(int, VertexLocationHint, Map<String, EdgeProperty>, Map<String, InputSpecUpdate>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
API to reconfigure a Vertex that is reading root inputs based on the data read from the root inputs.
reconfigureVertex(int, VertexLocationHint, Map<String, EdgeProperty>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
API to reconfigure a Vertex by changing its task parallelism.
reconfigureVertex(Map<String, InputSpecUpdate>, VertexLocationHint, int) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
API to reconfigure a Vertex that is reading root inputs based on the data read from the root inputs.
recoverTask(int, int) - Method in class org.apache.tez.runtime.api.OutputCommitter
Recover task output from a previous DAG attempt
RECOVERY_FAILURE_REASON - Static variable in class org.apache.tez.common.ATSConstants
 
ReflectionUtils - Class in org.apache.tez.common
 
ReflectionUtils() - Constructor for class org.apache.tez.common.ReflectionUtils
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.tez.dag.api.records.DAGProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.tez.runtime.api.events.EventProtos
 
registerForVertexStateUpdates(String, Set<VertexState>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Register to get notifications on updates to the specified vertex.
registerForVertexStateUpdates(String, Set<VertexState>) - Method in interface org.apache.tez.runtime.api.InputInitializerContext
Register to get notifications on updates to the specified vertex.
RELATED_ENTITIES - Static variable in class org.apache.tez.common.ATSConstants
 
removeConfKeyValues(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
removeContainerLaunchers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
removeCounterGroups(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
removeCounters(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
removeEdge(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
removeEdgeMergedInputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
removeEnvironmentSetting(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
removeInputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
removeLocalResource(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
removeLocalResource(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
removeLocalResources(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
removeOutputs(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
removeTaskCommunicators(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
removeTaskLocationHint(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
removeTaskLocationHints(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
removeTaskSchedulers(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
removeTokenForJob(String) - Method in class org.apache.tez.common.security.JobTokenSecretManager
Remove the cached job token of a job from cache
removeVertex(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
removeVertexGroups(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
removeVertexProgress(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
replaceInEnv(Map<String, String>, String, String) - Static method in class org.apache.tez.common.TezYARNUtils
 
reportDataSize(long) - Method in interface org.apache.tez.runtime.api.InputStatisticsReporter
Report the size of the logical data read
reportDataSize(long) - Method in interface org.apache.tez.runtime.api.OutputStatisticsReporter
Report the size of the logical data written
reportError(ServicePluginError, String, DagInfo) - Method in interface org.apache.tez.serviceplugins.api.ServicePluginContextBase
Report an error from the service.
reportFailure(TaskFailureType, Throwable, String) - Method in interface org.apache.tez.runtime.api.TaskContext
Report an error to the framework.
reportItemsProcessed(long) - Method in interface org.apache.tez.runtime.api.InputStatisticsReporter
Report the number of items processed.
reportItemsProcessed(long) - Method in interface org.apache.tez.runtime.api.OutputStatisticsReporter
Report the number of items processed.
requestInitialMemory(long, MemoryUpdateCallback) - Method in interface org.apache.tez.runtime.api.TaskContext
Request a specific amount of memory during initialization (initialize(..*Context)) The requester is notified of allocation via the provided callback handler.
reset() - Static method in class org.apache.tez.common.counters.Limits
 
RESOURCE_URI_BASE - Static variable in class org.apache.tez.common.ATSConstants
 
retrievePassword(JobTokenIdentifier) - Method in class org.apache.tez.common.security.JobTokenSecretManager
Look up the token password/secret for the given job token identifier.
retrieveTokenSecret(String) - Method in class org.apache.tez.common.security.JobTokenSecretManager
Look up the token password/secret for the given jobId.
REVISION - Static variable in class org.apache.tez.common.ATSConstants
 
RootInputLeafOutput<T extends EntityDescriptor<T>,S extends EntityDescriptor<S>> - Class in org.apache.tez.dag.api
 
RootInputLeafOutput(String, T, S) - Constructor for class org.apache.tez.dag.api.RootInputLeafOutput
 
routeCompositeDataMovementEventToDestination(int, int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
The method provides the EdgeManagerPluginOnDemand.EventRouteMetadata to route a CompositeDataMovementEvent produced by the given source task to the given destination task.
routeDataMovementEventToDestination(DataMovementEvent, int, int, Map<Integer, List<Integer>>) - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Return the routing information to inform consumers about the source task output that is now available.
routeDataMovementEventToDestination(int, int, int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
The method provides the EdgeManagerPluginOnDemand.EventRouteMetadata to route a DataMovementEvent produced by the given source task to the given destination task.
routeDataMovementEventToDestination(DataMovementEvent, int, int, Map<Integer, List<Integer>>) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Return the routing information to inform consumers about the source task output that is now available.
routeInputErrorEventToSource(InputReadErrorEvent, int, int) - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Return the source task index to which to send the input error event
routeInputErrorEventToSource(int, int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Return the source task index to which to send the input error event
routeInputErrorEventToSource(InputReadErrorEvent, int, int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Return the source task index to which to send the input error event
routeInputSourceTaskFailedEventToDestination(int, Map<Integer, List<Integer>>) - Method in class org.apache.tez.dag.api.EdgeManagerPlugin
Return the routing information to inform consumers about the failure of a source task whose outputs have been potentially lost.
routeInputSourceTaskFailedEventToDestination(int, int) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
The method provides the EdgeManagerPluginOnDemand.EventRouteMetadata to route an InputFailedEvent produced by the given source task to the given destination task.
routeInputSourceTaskFailedEventToDestination(int, Map<Integer, List<Integer>>) - Method in class org.apache.tez.dag.api.EdgeManagerPluginOnDemand
Return the routing information to inform consumers about the failure of a source task whose outputs have been potentially lost.
RPCUtil - Class in org.apache.tez.common
 
RPCUtil() - Constructor for class org.apache.tez.common.RPCUtil
 
run(Map<String, LogicalInput>, Map<String, LogicalOutput>) - Method in interface org.apache.tez.runtime.api.LogicalIOProcessorFrameworkInterface
Runs the Processor
RUNNING_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
RUNNING = 2;
RUNNINGTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 

S

SCATTER_GATHER_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
SCATTER_GATHER = 2;
SCHEDULED_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
scheduleTasks(List<VertexManagerPluginContext.ScheduleTaskRequest>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Notify the vertex to schedule the given tasks
scheduleVertexTasks(List<VertexManagerPluginContext.TaskWithLocationHint>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Deprecated.
SCHEDULINGTYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
SCHEDULINGTYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
Scope - Enum in org.apache.tez.dag.api
 
sendEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.TaskContext
Send Events to the AM and/or dependent Vertices
SEQUENTIAL_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
SEQUENTIAL = 0;
SERIALIZEDREQUESTPATH_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
serializeServiceData(Token<JobTokenIdentifier>) - Static method in class org.apache.tez.common.TezCommonUtils
A helper function to serialize the JobTokenIdentifier to be sent to the ShuffleHandler as ServiceData.
serializeToConfiguration(Configuration) - Method in class org.apache.tez.common.security.DAGAccessControls
 
ServicePluginContextBase - Interface in org.apache.tez.serviceplugins.api
Base interface for ServicePluginContexts
ServicePluginError - Interface in org.apache.tez.serviceplugins.api
 
ServicePluginError.ErrorType - Enum in org.apache.tez.serviceplugins.api
 
ServicePluginErrorDefaults - Enum in org.apache.tez.serviceplugins.api
A default set of errors from ServicePlugins Errors are marked as fatal or non-fatal for the Application.
ServicePluginException - Exception in org.apache.tez.serviceplugins.api
Indicates an error from pluggable Tez Services.
ServicePluginException() - Constructor for exception org.apache.tez.serviceplugins.api.ServicePluginException
 
ServicePluginException(String) - Constructor for exception org.apache.tez.serviceplugins.api.ServicePluginException
 
ServicePluginException(String, Throwable) - Constructor for exception org.apache.tez.serviceplugins.api.ServicePluginException
 
ServicePluginException(Throwable) - Constructor for exception org.apache.tez.serviceplugins.api.ServicePluginException
 
ServicePluginLifecycle - Interface in org.apache.tez.common
Defines a lifecycle for a Service.
ServicePluginsDescriptor - Class in org.apache.tez.serviceplugins.api
An ServicePluginsDescriptor describes the list of plugins running within the AM for sourcing resources, launching and executing work.
SessionNotRunning - Exception in org.apache.tez.dag.api
Exception thrown when the client cannot communicate with the Tez Session as the Tez Session is no longer running.
SessionNotRunning(String, Throwable) - Constructor for exception org.apache.tez.dag.api.SessionNotRunning
 
SessionNotRunning(String) - Constructor for exception org.apache.tez.dag.api.SessionNotRunning
 
SessionNotRunning(Throwable) - Constructor for exception org.apache.tez.dag.api.SessionNotRunning
 
setAccessControls(DAGAccessControls) - Method in class org.apache.tez.dag.api.DAG
Set Access controls for the DAG.
setAdditionalAmResources(DAGProtos.PlanLocalResourcesProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
setAdditionalAmResources(DAGProtos.PlanLocalResourcesProto.Builder) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .PlanLocalResourcesProto additional_am_resources = 2;
setAmPluginDescriptor(DAGProtos.AMPluginDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
setAmPluginDescriptor(DAGProtos.AMPluginDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
optional .AMPluginDescriptorProto am_plugin_descriptor = 2;
setApplicationPriority(ApplicationSubmissionContext, AMConfiguration) - Static method in class org.apache.tez.client.TezClientUtils
 
setApplicationRegistrationData(Resource, Map<ApplicationAccessType, String>, ByteBuffer) - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Provide an update to the framework about specific information about the source managed by this scheduler.
setAppMasterCredentials(Credentials) - Method in class org.apache.tez.client.TezClient
Set security credentials to be used inside the app master, if needed.
setBlob(String) - Method in class org.apache.tez.client.CallerContext
 
setBlob(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string blob = 4;
setBlobBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string blob = 4;
setCallerContext(CallerContext) - Method in class org.apache.tez.dag.api.DAG
Set the Context in which Tez is being called.
setCallerContext(DAGProtos.CallerContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
setCallerContext(DAGProtos.CallerContextProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .CallerContextProto caller_context = 10;
setCallerId(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerId = 3;
setCallerIdAndType(String, String) - Method in class org.apache.tez.client.CallerContext
 
setCallerIdBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerId = 3;
setCallerType(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerType = 2;
setCallerTypeBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string callerType = 2;
setClassName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional string class_name = 1;
setClassNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional string class_name = 1;
setConf(String, String) - Method in class org.apache.tez.dag.api.DAG
This is currently used to setup additional configuration parameters which will be available in the DAG configuration used in the AppMaster.
setConf(String, String) - Method in class org.apache.tez.dag.api.Vertex
This is currently used to setup additional configuration parameters which will be available in the Vertex specific configuration used in the AppMaster.
setConfiguration(Configuration) - Static method in class org.apache.tez.common.counters.Limits
 
setConfKeyValues(int, DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
setConfKeyValues(int, DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
setConstituentInputIsReady(Input) - Method in class org.apache.tez.runtime.api.MergedLogicalInput
Used by the framework to inform the MergedInput that one of it's constituent Inputs is ready.
setContainerLauncherName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string container_launcher_name = 4;
setContainerLauncherNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string container_launcher_name = 4;
setContainerLaunchers(int, DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
setContainerLaunchers(int, DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto container_launchers = 4;
setContainersEnabled(boolean) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool containers_enabled = 1 [default = true];
setContext(String) - Method in class org.apache.tez.client.CallerContext
 
setContext(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string context = 1;
setContextBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto.Builder
optional string context = 1;
setControllerDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
setControllerDescriptor(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto controller_descriptor = 3;
setCount(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 count = 2;
setCounterGroups(int, DAGProtos.TezCounterGroupProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
setCounterGroups(int, DAGProtos.TezCounterGroupProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto.Builder
repeated .TezCounterGroupProto counter_groups = 1;
setCounters(int, DAGProtos.TezCounterProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
setCounters(int, DAGProtos.TezCounterProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
repeated .TezCounterProto counters = 3;
setCredentials(Credentials) - Method in class org.apache.tez.client.TezClient.TezClientBuilder
Setup security credentials
setCredentials(Credentials) - Method in class org.apache.tez.dag.api.DAG
One of the methods that can be used to provide information about required Credentials when running on a secure cluster.
setCredentialsBinary(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional bytes credentials_binary = 5;
setDagConf(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
setDagConf(DAGProtos.ConfigurationProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagConf = 4;
setDagCounters(DAGProtos.TezCountersProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
setDagCounters(DAGProtos.TezCountersProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
setDagId(int, String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder
repeated string dagId = 1;
setDagId(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional string dagId = 1;
setDagId(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string dagId = 1;
setDagId(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
optional string dagId = 1;
setDagId(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
optional string dagId = 1;
setDagIdBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional string dagId = 1;
setDagIdBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string dagId = 1;
setDagIdBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto.Builder
optional string dagId = 1;
setDagIdBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto.Builder
optional string dagId = 1;
setDAGInfo(String) - Method in class org.apache.tez.dag.api.DAG
Deprecated.
setDagInfo(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional string dag_info = 8;
setDagInfoBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional string dag_info = 8;
setDAGPlan(DAGProtos.DAGPlan) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
setDAGPlan(DAGProtos.DAGPlan.Builder) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional .DAGPlan d_a_g_plan = 1;
setDAGProgress(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
setDAGProgress(DAGProtos.ProgressProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .ProgressProto DAGProgress = 3;
setDagStatus(DAGProtos.DAGStatusProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
setDagStatus(DAGProtos.DAGStatusProto.Builder) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder
optional .DAGStatusProto dagStatus = 1;
setDataMovementType(DAGProtos.PlanEdgeDataMovementType) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataMovementType dataMovementType = 4;
setDataMovementType(DAGProtos.PlanEdgeDataMovementType) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataMovementType dataMovementType = 1;
setDataSourceType(DAGProtos.PlanEdgeDataSourceType) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataSourceType dataSourceType = 5;
setDataSourceType(DAGProtos.PlanEdgeDataSourceType) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeDataSourceType dataSourceType = 2;
setDefaultExecutionContext(DAGProtos.VertexExecutionContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
setDefaultExecutionContext(DAGProtos.VertexExecutionContextProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .VertexExecutionContextProto default_execution_context = 9;
setDestVertexName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required string dest_vertex_name = 1;
setDestVertexNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required string dest_vertex_name = 1;
setDiagnostics(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated string diagnostics = 2;
setDiagnostics(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
repeated string diagnostics = 2;
setDiagnostics(String) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional string diagnostics = 2;
setDiagnosticsBytes(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional string diagnostics = 2;
setDisplayName(String) - Method in class org.apache.tez.common.counters.AbstractCounter
Deprecated.
setDisplayName(String) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
setDisplayName(String) - Method in interface org.apache.tez.common.counters.CounterGroupBase
Set the display name of the group
setDisplayName(String) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
setDisplayName(String) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
setDisplayName(String) - Method in class org.apache.tez.common.counters.GenericCounter
Deprecated.
setDisplayName(String) - Method in interface org.apache.tez.common.counters.TezCounter
Deprecated.
(and no-op by default)
setDisplayName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string display_name = 2;
setDisplayName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string display_name = 2;
setDisplayNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string display_name = 2;
setDisplayNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string display_name = 2;
setEdge(int, DAGProtos.EdgePlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
setEdge(int, DAGProtos.EdgePlan.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .EdgePlan edge = 3;
setEdgeDestination(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
setEdgeDestination(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
setEdgeDestination(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
setEdgeDestination(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_destination = 5;
setEdgeManager(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
setEdgeManager(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
setEdgeManager(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
setEdgeManager(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_manager = 6;
setEdgeMergedInputs(int, DAGProtos.PlanGroupInputEdgeInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
setEdgeMergedInputs(int, DAGProtos.PlanGroupInputEdgeInfo.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated .PlanGroupInputEdgeInfo edge_merged_inputs = 4;
setEdgeSource(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
setEdgeSource(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
setEdgeSource(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
setEdgeSource(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
optional .TezEntityDescriptorProto edge_source = 4;
setEntityDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
setEntityDescriptor(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
setEnvIfAbsentFromInputString(Map<String, String>, String) - Static method in class org.apache.tez.common.TezYARNUtils
 
setEnvironmentSetting(int, DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
setEnvironmentSetting(int, DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
setExecuteInAm(boolean) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_am = 1;
setExecuteInContainers(boolean) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional bool execute_in_containers = 2;
setExecutionContext(Vertex.VertexExecutionContext) - Method in class org.apache.tez.dag.api.DAG
Sets the default execution context for the DAG.
setExecutionContext(DAGProtos.VertexExecutionContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
setExecutionContext(DAGProtos.VertexExecutionContextProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .VertexExecutionContextProto execution_context = 12;
setExecutionContext(Vertex.VertexExecutionContext) - Method in class org.apache.tez.dag.api.Vertex
Sets the execution context for this Vertex - i.e.
setFailedTaskAttemptCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskAttemptCount = 6;
setFailedTaskCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 failedTaskCount = 4;
setGroupMembers(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string group_members = 2;
setGroupName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
optional string group_name = 1;
setGroupNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
optional string group_name = 1;
setGroupsWithModifyACLs(Collection<String>) - Method in class org.apache.tez.common.security.DAGAccessControls
Sets the list of groups with modify permissions on the DAG.
setGroupsWithViewACLs(Collection<String>) - Method in class org.apache.tez.common.security.DAGAccessControls
Sets the list of groups with view permissions on the DAG.
setHistoryText(String) - Method in class org.apache.tez.dag.api.EntityDescriptor
Provide a human-readable version of the user payload that can be used in the TEZ UI
setHistoryText(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional bytes history_text = 3;
setHost(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string host = 2;
setId(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string id = 1;
setIdBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string id = 1;
setIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 index = 1;
setInEdgeId(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string inEdgeId = 6;
setInputs(int, DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
setInputs(int, DAGProtos.RootInputLeafOutputProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto inputs = 8;
setInputVertexName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string inputVertexName = 2;
setInputVertexNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string inputVertexName = 2;
setIODescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
setIODescriptor(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto i_o_descriptor = 2;
setIsSession(boolean) - Method in class org.apache.tez.client.TezClient.TezClientBuilder
Specify whether this client is a session or not
setJavaOpts(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
setJavaOptsBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
setKey(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string key = 1;
setKey(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required string key = 1;
setKeyBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string key = 1;
setKeyBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required string key = 1;
setKilledTaskAttemptCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskAttemptCount = 7;
setKilledTaskCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 killedTaskCount = 5;
setLocalResource(int, DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
setLocalResource(int, DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanLocalResource local_resource = 7;
setLocalResource(int, DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
setLocalResource(int, DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
setLocalResources(Map<String, LocalResource>) - Method in class org.apache.tez.client.TezClient.TezClientBuilder
Set local resources to be used by the AppMaster
setLocalResources(int, DAGProtos.PlanLocalResource) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
setLocalResources(int, DAGProtos.PlanLocalResource.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
setLocationHint(VertexLocationHint) - Method in class org.apache.tez.dag.api.Vertex
Specify location hints for the tasks of this vertex.
setMemoryMb(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 memoryMb = 2;
setMergedInput(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
setMergedInput(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
setName(String) - Method in class org.apache.tez.dag.api.PreWarmVertex.PreWarmVertexConfigBuilder
 
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
required string name = 1;
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string name = 1;
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string name = 1;
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string name = 1;
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string name = 1;
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional string name = 1;
setName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required string name = 1;
setNumTasks(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 numTasks = 1;
setOutEdgeId(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated string outEdgeId = 7;
setOutputs(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo.Builder
repeated string outputs = 3;
setOutputs(int, DAGProtos.RootInputLeafOutputProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
setOutputs(int, DAGProtos.RootInputLeafOutputProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .RootInputLeafOutputProto outputs = 9;
setOutputVertexName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string outputVertexName = 3;
setOutputVertexNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required string outputVertexName = 3;
setParallelism(int) - Method in class org.apache.tez.dag.api.PreWarmVertex.PreWarmVertexConfigBuilder
 
setPattern(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
optional string pattern = 7;
setPatternBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
optional string pattern = 7;
setProcessorDescriptor(ProcessorDescriptor) - Method in class org.apache.tez.dag.api.PreWarmVertex.PreWarmVertexConfigBuilder
 
setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto processor_descriptor = 3;
setProducerAttemptIdentifier(TaskAttemptIdentifier) - Method in class org.apache.tez.runtime.api.events.VertexManagerEvent
 
setProgress(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
setProgress(DAGProtos.ProgressProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto.Builder
required .ProgressProto progress = 2;
setProgress(DAGProtos.ProgressProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
setProgress(DAGProtos.ProgressProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .ProgressProto progress = 3;
setProgress(float) - Method in interface org.apache.tez.runtime.api.ProcessorContext
Set the overall progress of this Task Attempt.
setRack(int, String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint.Builder
repeated string rack = 1;
setResource(Resource) - Method in class org.apache.tez.dag.api.PreWarmVertex.PreWarmVertexConfigBuilder
 
setRunningTaskCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 runningTaskCount = 3;
setSchedulingType(DAGProtos.PlanEdgeSchedulingType) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeSchedulingType schedulingType = 6;
setSchedulingType(DAGProtos.PlanEdgeSchedulingType) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty.Builder
required .PlanEdgeSchedulingType schedulingType = 3;
setSerializedRequestPath(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional string serializedRequestPath = 3;
setSerializedRequestPathBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto.Builder
optional string serializedRequestPath = 3;
setServicePluginDescriptor(ServicePluginsDescriptor) - Method in class org.apache.tez.client.TezClient.TezClientBuilder
Specify the service plugins that will be running in the AM
setSessionToken(Token<? extends TokenIdentifier>, Credentials) - Static method in class org.apache.tez.common.security.TokenCache
store session specific token
setShouldUnregister() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Inform the scheduler that it should unregister.
setSize(long) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 size = 3;
setSourceIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 source_index = 1;
setSourceIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 source_index = 1;
setSourceVertexName(String) - Method in class org.apache.tez.runtime.api.events.InputInitializerEvent
 
setStartIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 start_index = 1;
setState(DAGProtos.DAGStatusStateProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .DAGStatusStateProto state = 1;
setState(DAGProtos.VertexStatusStateProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .VertexStatusStateProto state = 1;
setStatus(DAGClientAMProtocolRPC.TezAppMasterStatusProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
required .TezAppMasterStatusProto status = 1;
setStatusOptions(int, DAGProtos.StatusGetOptsProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
setStatusOptions(int, DAGProtos.StatusGetOptsProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
repeated .StatusGetOptsProto statusOptions = 3;
setSucceededTaskCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 succeededTaskCount = 2;
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 target_index = 2;
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 target_index = 1;
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 target_index = 2;
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.InputFailedEvent
 
setTargetInputName(String) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_input_name = 2;
setTargetInputNameBytes(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_input_name = 2;
setTargetVertexName(String) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_vertex_name = 1;
setTargetVertexName(String) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
setTargetVertexNameBytes(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional string target_vertex_name = 1;
setTargetVertexNameBytes(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
setTaskCommName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_comm_name = 5;
setTaskCommNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_comm_name = 5;
setTaskCommunicators(int, DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
setTaskCommunicators(int, DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_communicators = 5;
setTaskConfig(DAGProtos.PlanTaskConfiguration) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
setTaskConfig(DAGProtos.PlanTaskConfiguration.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanTaskConfiguration taskConfig = 4;
setTaskEnvironment(Map<String, String>) - Method in class org.apache.tez.dag.api.Vertex
Set the Key-Value pairs of environment variables for tasks of this vertex.
setTaskLaunchCmdOpts(String) - Method in class org.apache.tez.dag.api.Vertex
Set the command opts for tasks of this vertex.
setTaskLocationHint(int, DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
setTaskLocationHint(int, DAGProtos.PlanTaskLocationHint.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
repeated .PlanTaskLocationHint taskLocationHint = 5;
setTaskLocationHints(int, DAGProtos.PlanTaskLocationHint) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
setTaskLocationHints(int, DAGProtos.PlanTaskLocationHint.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto.Builder
repeated .PlanTaskLocationHint task_location_hints = 1;
setTaskModule(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string taskModule = 5;
setTaskModuleBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string taskModule = 5;
setTaskSchedulerName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_scheduler_name = 3;
setTaskSchedulerNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto.Builder
optional string task_scheduler_name = 3;
setTaskSchedulers(int, DAGProtos.TezNamedEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
setTaskSchedulers(int, DAGProtos.TezNamedEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
repeated .TezNamedEntityDescriptorProto task_schedulers = 3;
setTezUserPayload(DAGProtos.TezUserPayloadProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
setTezUserPayload(DAGProtos.TezUserPayloadProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional .TezUserPayloadProto tez_user_payload = 2;
setTimeout(long) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto.Builder
optional int64 timeout = 4;
setTimeStamp(long) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required int64 timeStamp = 4;
setTotalTaskCount(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto.Builder
optional int32 totalTaskCount = 1;
setType(DAGProtos.PlanLocalResourceType) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceType type = 5;
setType(DAGProtos.PlanVertexType) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
required .PlanVertexType type = 2;
setUberEnabled(boolean) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto.Builder
optional bool uber_enabled = 2 [default = false];
setupDefaultEnv(Map<String, String>, Configuration, String, String, String, String, boolean) - Static method in class org.apache.tez.common.TezYARNUtils
 
setUpHistoryAclManager(HistoryACLPolicyManager) - Method in class org.apache.tez.client.TezClient
 
setupNonSessionACLs(Configuration, ApplicationId, DAGAccessControls) - Method in interface org.apache.tez.common.security.HistoryACLPolicyManager
Take any necessary steps for setting up ACLs for an AM which is running in non-session mode
setupOutput() - Method in class org.apache.tez.runtime.api.OutputCommitter
For the framework to setup the output during initialization.
setupSessionACLs(Configuration, ApplicationId) - Method in interface org.apache.tez.common.security.HistoryACLPolicyManager
Take any necessary steps for setting up Session ACLs
setupSessionDAGACLs(Configuration, ApplicationId, String, DAGAccessControls) - Method in interface org.apache.tez.common.security.HistoryACLPolicyManager
Take any necessary steps for setting up ACLs for a DAG that is submitted to a Session
setUri(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string uri = 2;
setUriBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required string uri = 2;
setUserPayload(UserPayload) - Method in class org.apache.tez.dag.api.EntityDescriptor
Set user payload for this entity descriptor
setUserPayload(UserPayload) - Method in class org.apache.tez.dag.api.NamedEntityDescriptor
 
setUserPayload(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional bytes user_payload = 1;
setUserPayload(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional bytes user_payload = 3;
setUserPayload(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional bytes user_payload = 3;
setUserPayload(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional bytes user_payload = 3;
setUserPayload(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto.Builder
optional bytes user_payload = 3;
setUserPayload(ByteString) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional bytes user_payload = 2;
setUsersWithModifyACLs(Collection<String>) - Method in class org.apache.tez.common.security.DAGAccessControls
Sets the list of users with modify permissions on the DAG.
setUsersWithViewACLs(Collection<String>) - Method in class org.apache.tez.common.security.DAGAccessControls
Sets the list of users with view permissions on the DAG.
setValue(long) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
setValue(long) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
setValue(long) - Method in class org.apache.tez.common.counters.GenericCounter
 
setValue(long) - Method in interface org.apache.tez.common.counters.TezCounter
Set this counter by the given value
setValue(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string value = 2;
setValue(long) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto.Builder
optional int64 value = 3;
setValueBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair.Builder
required string value = 2;
setVersion(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto.Builder
optional int32 version = 2;
setVersion(int) - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
setVersion(int) - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
setVersion(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 version = 4;
setVersion(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto.Builder
optional int32 version = 4;
setVersion(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 version = 2;
setVersion(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder
optional int32 version = 3;
setVersion(int) - Method in class org.apache.tez.runtime.api.events.InputFailedEvent
 
setVertex(int, DAGProtos.VertexPlan) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
setVertex(int, DAGProtos.VertexPlan.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .VertexPlan vertex = 2;
setVertexConf(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
setVertexConf(DAGProtos.ConfigurationProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .ConfigurationProto vertexConf = 11;
setVertexCounters(DAGProtos.TezCountersProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
setVertexCounters(DAGProtos.TezCountersProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto.Builder
optional .TezCountersProto vertexCounters = 4;
setVertexGroups(int, DAGProtos.PlanVertexGroupInfo) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
setVertexGroups(int, DAGProtos.PlanVertexGroupInfo.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
repeated .PlanVertexGroupInfo vertex_groups = 6;
setVertexLocationHint(VertexLocationHint) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Set the placement hint for tasks in this vertex
setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan.Builder
optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
setVertexManagerPlugin(VertexManagerPluginDescriptor) - Method in class org.apache.tez.dag.api.Vertex
Specifies a VertexManagerPlugin for the vertex.
setVertexName(String) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string vertexName = 2;
setVertexNameBytes(ByteString) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
optional string vertexName = 2;
setVertexParallelism(int, VertexLocationHint, Map<String, EdgeManagerPluginDescriptor>, Map<String, InputSpecUpdate>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Deprecated.
setVertexProgress(int, DAGProtos.StringProgressPairProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
setVertexProgress(int, DAGProtos.StringProgressPairProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
repeated .StringProgressPairProto vertexProgress = 4;
setVertexStatus(DAGProtos.VertexStatusProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
setVertexStatus(DAGProtos.VertexStatusProto.Builder) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder
optional .VertexStatusProto vertexStatus = 1;
setVirtualCores(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 virtualCores = 3;
setVisibility(DAGProtos.PlanLocalResourceVisibility) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource.Builder
required .PlanLocalResourceVisibility visibility = 6;
setWriteAllCounters(boolean) - Method in class org.apache.tez.common.counters.AbstractCounters
Set the "writeAllCounters" option to true or false
shouldExecuteInAm() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
shouldExecuteInContainers() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
shutdown() - Method in interface org.apache.tez.common.ServicePluginLifecycle
Shutdown the service.
shutdown() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncher
Stop the service.
shutdown() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Stop the service.
SHUTDOWN_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
SHUTDOWN = 3;
shutdownSession(RpcController, DAGClientAMProtocolRPC.ShutdownSessionRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
shutdownSession(RpcController, DAGClientAMProtocolRPC.ShutdownSessionRequestProto, RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto);
shutdownSession(RpcController, DAGClientAMProtocolRPC.ShutdownSessionRequestProto, RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc shutdownSession(.ShutdownSessionRequestProto) returns (.ShutdownSessionResponseProto);
shutdownSession(RpcController, DAGClientAMProtocolRPC.ShutdownSessionRequestProto, RpcCallback<DAGClientAMProtocolRPC.ShutdownSessionResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
size() - Method in class org.apache.tez.common.counters.AbstractCounterGroup
 
size() - Method in interface org.apache.tez.common.counters.CounterGroupBase
 
size() - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
 
size() - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
 
SIZE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
SOURCE_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
SOURCE_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
sourceIndexStart - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
start() - Method in class org.apache.tez.client.FrameworkClient
 
start() - Method in class org.apache.tez.client.TezClient
Start the client.
start() - Method in class org.apache.tez.client.TezYarnClient
 
start() - Method in interface org.apache.tez.common.ServicePluginLifecycle
Start the service.
start() - Method in interface org.apache.tez.runtime.api.Input
Start any processing that the Input may need to perform.
start() - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
start() - Method in interface org.apache.tez.runtime.api.Output
Start any processing that the Output may need to perform.
start() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncher
An entry point for starting the service.
start() - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
An entry point for starting the service.
START_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
START_REQUESTED_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
START_TIME - Static variable in class org.apache.tez.common.ATSConstants
 
STATE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
STATE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
STATS - Static variable in class org.apache.tez.common.ATSConstants
 
STATUS - Static variable in class org.apache.tez.common.ATSConstants
 
STATUS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
StatusGetOpts - Enum in org.apache.tez.dag.api.client
Status Get Options used when making calls like getDAGStatus and getVertexStatus in DAGClient
STATUSOPTIONS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
STATUSOPTIONS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
stop() - Method in class org.apache.tez.client.FrameworkClient
 
stop() - Method in class org.apache.tez.client.TezClient
Stop the client.
stop() - Method in class org.apache.tez.client.TezYarnClient
 
stopContainer(ContainerStopRequest) - Method in class org.apache.tez.serviceplugins.api.ContainerLauncher
A request to stop a specific container
submitApplication(ApplicationSubmissionContext) - Method in class org.apache.tez.client.FrameworkClient
 
submitApplication(ApplicationSubmissionContext) - Method in class org.apache.tez.client.TezYarnClient
 
submitDAG(DAG) - Method in class org.apache.tez.client.TezClient
Submit a DAG.
submitDAG(RpcController, DAGClientAMProtocolRPC.SubmitDAGRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
submitDAG(RpcController, DAGClientAMProtocolRPC.SubmitDAGRequestProto, RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto);
submitDAG(RpcController, DAGClientAMProtocolRPC.SubmitDAGRequestProto, RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
submitDAG(RpcController, DAGClientAMProtocolRPC.SubmitDAGRequestProto, RpcCallback<DAGClientAMProtocolRPC.SubmitDAGResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc submitDAG(.SubmitDAGRequestProto) returns (.SubmitDAGResponseProto);
SUCCEEDEDTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
SUCCESSFUL_ATTEMPT_ID - Static variable in class org.apache.tez.common.ATSConstants
 

T

TARGET_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
TARGET_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
TARGET_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
TARGET_INPUT_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
TARGET_VERTEX_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
TARGET_VERTEX_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
TASK_ATTEMPT_ERROR_ENUM - Static variable in class org.apache.tez.common.ATSConstants
 
TASK_COMM_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
TASK_COMMUNICATORS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
TASK_FAILURE_TYPE - Static variable in class org.apache.tez.common.ATSConstants
 
TASK_HEARTBEAT_TIMEOUT_CHECK_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TASK_HEARTBEAT_TIMEOUT_CHECK_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TASK_HEARTBEAT_TIMEOUT_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TASK_HEARTBEAT_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TASK_LOCATION_HINTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
TASK_SCHEDULER_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
TASK_SCHEDULERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
taskAllocated(Object, Object, Container) - Method in interface org.apache.tez.serviceplugins.api.TaskSchedulerContext
Indicate to the framework that a container is being assigned to a task.
TaskAttemptEndReason - Enum in org.apache.tez.serviceplugins.api
 
TaskAttemptIdentifier - Interface in org.apache.tez.runtime.api
 
TaskCommunicatorDescriptor - Class in org.apache.tez.serviceplugins.api
 
TASKCONFIG_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
TaskContext - Interface in org.apache.tez.runtime.api
Base interface for Context classes used to initialize the Input, Output and Processor instances.
TaskCounter - Enum in org.apache.tez.common.counters
 
TaskFailureType - Enum in org.apache.tez.runtime.api
 
TaskIdentifier - Interface in org.apache.tez.runtime.api
 
TaskLocationHint - Class in org.apache.tez.dag.api
Describes the placements hints for tasks.
TaskLocationHint.TaskBasedLocationAffinity - Class in org.apache.tez.dag.api
 
TaskLocationHint.TaskBasedLocationAffinity(String, int) - Constructor for class org.apache.tez.dag.api.TaskLocationHint.TaskBasedLocationAffinity
 
TASKLOCATIONHINT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
TASKMODULE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
TaskScheduler - Class in org.apache.tez.serviceplugins.api
This class represents the API for a custom TaskScheduler which can be run within the Tez AM.
TaskScheduler(TaskSchedulerContext) - Constructor for class org.apache.tez.serviceplugins.api.TaskScheduler
 
TaskSchedulerContext - Interface in org.apache.tez.serviceplugins.api
Context for a TaskScheduler

This provides methods for a scheduler to interact with the Tez framework.

TaskSchedulerContext.AMState - Enum in org.apache.tez.serviceplugins.api
Indicates the state the AM is in.
TaskSchedulerContext.AppFinalStatus - Class in org.apache.tez.serviceplugins.api
 
TaskSchedulerContext.AppFinalStatus(FinalApplicationStatus, String, String) - Constructor for class org.apache.tez.serviceplugins.api.TaskSchedulerContext.AppFinalStatus
 
TaskSchedulerDescriptor - Class in org.apache.tez.serviceplugins.api
 
TEZ_AM_ACLS_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_ACLS_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_ALLOW_DISABLED_TIMELINE_DOMAINS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_ALLOW_DISABLED_TIMELINE_DOMAINS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_APPLICATION_PRIORITY - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_ATS_V15_OVERRIDE_SUMMARY_TYPES - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_ATS_V15_OVERRIDE_SUMMARY_TYPES_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CLIENT_AM_PORT_RANGE - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_CLIENT_THREAD_COUNT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_CLIENT_THREAD_COUNT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_COMMIT_ALL_OUTPUTS_ON_DAG_SUCCESS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_COMMIT_ALL_OUTPUTS_ON_DAG_SUCCESS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONCURRENT_DISPATCHER_CONCURRENCY - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONCURRENT_DISPATCHER_CONCURRENCY_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_IDLE_RELEASE_TIMEOUT_MAX_MILLIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_CONTAINER_IDLE_RELEASE_TIMEOUT_MAX_MILLIS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_IDLE_RELEASE_TIMEOUT_MIN_MILLIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_CONTAINER_IDLE_RELEASE_TIMEOUT_MIN_MILLIS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_REUSE_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_CONTAINER_REUSE_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_REUSE_LOCALITY_DELAY_ALLOCATION_MILLIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_CONTAINER_REUSE_LOCALITY_DELAY_ALLOCATION_MILLIS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_REUSE_NON_LOCAL_FALLBACK_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_CONTAINER_REUSE_NON_LOCAL_FALLBACK_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_REUSE_RACK_FALLBACK_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_CONTAINER_REUSE_RACK_FALLBACK_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINERLAUNCHER_THREAD_COUNT_LIMIT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_CONTAINERLAUNCHER_THREAD_COUNT_LIMIT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CREDENTIALS_MERGE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_CREDENTIALS_MERGE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_DAG_SCHEDULER_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_DAG_SCHEDULER_CLASS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_DIR_PERMISSION - Static variable in class org.apache.tez.common.TezCommonUtils
 
TEZ_AM_DISABLE_CLIENT_VERSION_CHECK - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_DISABLE_CLIENT_VERSION_CHECK_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_FILE_PERMISSION - Static variable in class org.apache.tez.common.TezCommonUtils
 
TEZ_AM_HISTORY_LOGGING_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_HISTORY_LOGGING_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_INLINE_TASK_EXECUTION_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Tez AM Inline Mode flag.
TEZ_AM_INLINE_TASK_EXECUTION_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Tez AM Inline Mode flag.
TEZ_AM_INLINE_TASK_EXECUTION_MAX_TASKS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_INLINE_TASK_EXECUTION_MAX_TASKS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_LAUNCH_CLUSTER_DEFAULT_CMD_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_LAUNCH_CLUSTER_DEFAULT_CMD_OPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_LAUNCH_CLUSTER_DEFAULT_ENV - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_LAUNCH_CLUSTER_DEFAULT_ENV_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_LAUNCH_CMD_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_LAUNCH_CMD_OPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_LAUNCH_ENV - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_LAUNCH_ENV_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_LEGACY_SPECULATIVE_SLOWTASK_THRESHOLD - Static variable in class org.apache.tez.dag.api.TezConfiguration
Float value.
TEZ_AM_LOCAL_RESOURCES_PB_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_AM_LOG_LEVEL - Static variable in class org.apache.tez.dag.api.TezConfiguration
Root Logging level passed to the Tez app master.
TEZ_AM_LOG_LEVEL_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MAX_ALLOWED_TIME_FOR_TASK_READ_ERROR_SEC - Static variable in class org.apache.tez.dag.api.TezConfiguration
int value.
TEZ_AM_MAX_ALLOWED_TIME_FOR_TASK_READ_ERROR_SEC_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MAX_APP_ATTEMPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_MAX_APP_ATTEMPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MAX_TASK_FAILURES_PER_NODE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_MAX_TASK_FAILURES_PER_NODE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MODIFY_ACLS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_NODE_BLACKLISTING_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_NODE_BLACKLISTING_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_NODE_BLACKLISTING_IGNORE_THRESHOLD - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_NODE_BLACKLISTING_IGNORE_THRESHOLD_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_NODE_UNHEALTHY_RESCHEDULE_TASKS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_NODE_UNHEALTHY_RESCHEDULE_TASKS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_ONE_TO_ONE_ROUTING_USE_ON_DEMAND_ROUTING - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_ONE_TO_ONE_ROUTING_USE_ON_DEMAND_ROUTING_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_PREEMPTION_HEARTBEATS_BETWEEN_PREEMPTIONS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_PREEMPTION_HEARTBEATS_BETWEEN_PREEMPTIONS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_PREEMPTION_MAX_WAIT_TIME_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_PREEMPTION_MAX_WAIT_TIME_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_PREEMPTION_PERCENTAGE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_PREEMPTION_PERCENTAGE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_PREFIX - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_RECOVERY_SERVICE_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_RECOVERY_SERVICE_CLASS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_RESOURCE_CPU_VCORES - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_RESOURCE_CPU_VCORES_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_RESOURCE_MEMORY_MB - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_RESOURCE_MEMORY_MB_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_RM_HEARTBEAT_INTERVAL_MS_MAX - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_RM_HEARTBEAT_INTERVAL_MS_MAX_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_SECURITY_SERVICE_AUTHORIZATION_CLIENT - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_AM_SECURITY_SERVICE_AUTHORIZATION_TASK_UMBILICAL - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_AM_SESSION_MIN_HELD_CONTAINERS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_SESSION_MIN_HELD_CONTAINERS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_SESSION_MODE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_SESSION_MODE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_SPECULATION_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_SPECULATION_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_STAGING_DIR - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_STAGING_DIR_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_STAGING_SCRATCH_DATA_AUTO_DELETE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_AM_STAGING_SCRATCH_DATA_AUTO_DELETE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_TASK_AM_PORT_RANGE - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_TASK_LISTENER_THREAD_COUNT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_TASK_LISTENER_THREAD_COUNT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_TASK_MAX_FAILED_ATTEMPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_TASK_MAX_FAILED_ATTEMPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_TEZ_UI_HISTORY_URL_TEMPLATE - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value Tez UI URL template for the application.
TEZ_AM_TEZ_UI_HISTORY_URL_TEMPLATE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_USE_CONCURRENT_DISPATCHER - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_USE_CONCURRENT_DISPATCHER_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_VERTEX_MAX_TASK_CONCURRENCY - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_AM_VERTEX_MAX_TASK_CONCURRENCY_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_VIEW_ACLS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_AM_WEBSERVICE_ENABLE - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value Allow disabling of the Tez AM webservice.
TEZ_AM_WEBSERVICE_ENABLE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_APPLICATION_MASTER_CLASS - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_APPLICATION_TYPE - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_AUX_URIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Auxiliary resources to be localized for the Tez AM and all its containers.
TEZ_CANCEL_DELEGATION_TOKENS_ON_COMPLETION - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CANCEL_DELEGATION_TOKENS_ON_COMPLETION_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CLIENT_ASYNCHRONOUS_STOP - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_CLIENT_ASYNCHRONOUS_STOP_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CLIENT_DIAGNOSTICS_WAIT_TIMEOUT_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Long value Time to wait (in milliseconds) for yarn app's diagnotics is available Workaround for YARN-2560
TEZ_CLIENT_DIAGNOSTICS_WAIT_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CLIENT_HARD_KILL_TIMEOUT_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Long value.
TEZ_CLIENT_HARD_KILL_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CLIENT_JAVA_OPTS_CHECKER_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_CLIENT_JAVA_OPTS_CHECKER_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_CLIENT_JAVA_OPTS_CHECKER_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CLIENT_VERSION_ENV - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CLUSTER_ADDITIONAL_CLASSPATH_PREFIX - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_CONTAINER_ERR_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CONTAINER_LOG4J_PROPERTIES_FILE - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CONTAINER_LOG_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CONTAINER_LOG_PARAMS - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CONTAINER_LOG_PARAMS_SEPARATOR - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CONTAINER_LOGGER_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_CONTAINER_MAX_JAVA_HEAP_FRACTION - Static variable in class org.apache.tez.dag.api.TezConfiguration
Double value.
TEZ_CONTAINER_MAX_JAVA_HEAP_FRACTION_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CONTAINER_OUT_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_COUNTERS_COUNTER_NAME_MAX_LENGTH - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_COUNTERS_COUNTER_NAME_MAX_LENGTH_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_COUNTERS_GROUP_NAME_MAX_LENGTH - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_COUNTERS_GROUP_NAME_MAX_LENGTH_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_COUNTERS_MAX - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_COUNTERS_MAX_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_COUNTERS_MAX_GROUPS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_COUNTERS_MAX_GROUPS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CREDENTIALS_PATH - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value that is a file path.
TEZ_DAG_HISTORY_LOGGING_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_DAG_HISTORY_LOGGING_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_DAG_ID - Static variable in class org.apache.tez.common.ATSConstants
 
TEZ_DAG_MODIFY_ACLS - Static variable in class org.apache.tez.dag.api.TezConstants
DAG modify ACLs.
TEZ_DAG_SLEEP_TIME_BEFORE_EXIT - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_DAG_STATUS_POLLINTERVAL_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Long value Status Poll interval in Milliseconds used when getting DAG status with timeout.
TEZ_DAG_STATUS_POLLINTERVAL_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_DAG_VIEW_ACLS - Static variable in class org.apache.tez.dag.api.TezConstants
DAG view ACLs.
TEZ_GENERATE_DEBUG_ARTIFACTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_GENERATE_DEBUG_ARTIFACTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_HISTORY_LOGGING_SERVICE_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value that is a class name.
TEZ_HISTORY_LOGGING_SERVICE_CLASS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_HISTORY_URL_BASE - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value Tez-UI Url base.
TEZ_IGNORE_LIB_URIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_IPC_PAYLOAD_RESERVED_BYTES - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_IPC_PAYLOAD_RESERVED_BYTES_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_LIB_URIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value to a file path.
TEZ_LOCAL_MODE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_LOCAL_MODE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_PB_BINARY_CONF_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_PB_PLAN_BINARY_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_PB_PLAN_TEXT_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_PREFIX - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_PREWARM_DAG_NAME_PREFIX - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_QUEUE_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_ROOT_LOGGER_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_SESSION_AM_DAG_SUBMIT_TIMEOUT_SECS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_SESSION_AM_DAG_SUBMIT_TIMEOUT_SECS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_SESSION_CLIENT_TIMEOUT_SECS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_SESSION_CLIENT_TIMEOUT_SECS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_SESSION_MODE_CLI_OPTION - Static variable in class org.apache.tez.dag.api.TezConstants
Command-line argument to be set when running the Tez AM in session mode.
TEZ_SESSION_PREFIX - Static variable in class org.apache.tez.dag.api.TezConfiguration
Session-related properties
TEZ_SHUFFLE_HANDLER_SERVICE_ID - Static variable in class org.apache.tez.dag.api.TezConstants
The service id for the NodeManager plugin used to share intermediate data between vertices.
TEZ_SIMPLE_HISTORY_LOGGING_DIR - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_SIMPLE_HISTORY_LOGGING_MAX_ERRORS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_SIMPLE_HISTORY_LOGGING_MAX_ERRORS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_SITE_XML - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_SUBMIT_HOST - Static variable in class org.apache.tez.dag.api.TezConfigurationConstants
String value.
TEZ_SUBMIT_HOST_ADDRESS - Static variable in class org.apache.tez.dag.api.TezConfigurationConstants
String value.
TEZ_SYSTEM_SUB_DIR - Static variable in class org.apache.tez.common.TezCommonUtils
 
TEZ_TAR_LR_NAME - Static variable in class org.apache.tez.dag.api.TezConstants
 
TEZ_TASK_AM_HEARTBEAT_COUNTER_INTERVAL_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_AM_HEARTBEAT_COUNTER_INTERVAL_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_AM_HEARTBEAT_INTERVAL_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_AM_HEARTBEAT_INTERVAL_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_GENERATE_COUNTERS_PER_IO - Static variable in class org.apache.tez.dag.api.TezConfiguration
Whether to generate counters per IO or not.
TEZ_TASK_GENERATE_COUNTERS_PER_IO_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_GET_TASK_SLEEP_INTERVAL_MS_MAX - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_GET_TASK_SLEEP_INTERVAL_MS_MAX_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_LAUNCH_CLUSTER_DEFAULT_CMD_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_TASK_LAUNCH_CLUSTER_DEFAULT_CMD_OPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_LAUNCH_CLUSTER_DEFAULT_ENV - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_TASK_LAUNCH_CLUSTER_DEFAULT_ENV_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_LAUNCH_CMD_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_TASK_LAUNCH_CMD_OPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_LAUNCH_ENV - Static variable in class org.apache.tez.dag.api.TezConfiguration
String value.
TEZ_TASK_LAUNCH_ENV_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_LOG_LEVEL - Static variable in class org.apache.tez.dag.api.TezConfiguration
Root Logging level passed to the Tez tasks.
TEZ_TASK_LOG_LEVEL_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_MAX_ALLOWED_OUTPUT_FAILURES - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_MAX_ALLOWED_OUTPUT_FAILURES_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_MAX_ALLOWED_OUTPUT_FAILURES_FRACTION - Static variable in class org.apache.tez.dag.api.TezConfiguration
double value.
TEZ_TASK_MAX_ALLOWED_OUTPUT_FAILURES_FRACTION_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_MAX_EVENT_BACKLOG - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_MAX_EVENT_BACKLOG_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_MAX_EVENTS_PER_HEARTBEAT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_MAX_EVENTS_PER_HEARTBEAT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_PREFIX - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_PROGRESS_STUCK_INTERVAL_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Long value.
TEZ_TASK_PROGRESS_STUCK_INTERVAL_MS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_RESOURCE_CALCULATOR_PROCESS_TREE_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_RESOURCE_CPU_VCORES - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_RESOURCE_CPU_VCORES_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_RESOURCE_MEMORY_MB - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
TEZ_TASK_RESOURCE_MEMORY_MB_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_SCALE_MEMORY_ADDITIONAL_RESERVATION_FRACTION_MAX - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_SCALE_MEMORY_ADDITIONAL_RESERVATION_FRACTION_PER_IO - Static variable in class org.apache.tez.dag.api.TezConfiguration
Fraction of available memory to reserve per input/output.
TEZ_TASK_SCALE_MEMORY_ALLOCATOR_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
The allocator to use for initial memory allocation
TEZ_TASK_SCALE_MEMORY_ALLOCATOR_CLASS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_SCALE_MEMORY_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
Whether to scale down memory requested by each component if the total exceeds the available JVM memory
TEZ_TASK_SCALE_MEMORY_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_SCALE_MEMORY_RESERVE_FRACTION - Static variable in class org.apache.tez.dag.api.TezConfiguration
The fraction of the JVM memory which will not be considered for allocation.
TEZ_TASK_SCALE_MEMORY_RESERVE_FRACTION_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_SCALE_MEMORY_WEIGHTED_RATIOS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_TASK_SPECIFIC_LAUNCH_CMD_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Additional launch command options to be added for specific tasks.
TEZ_TASK_SPECIFIC_LAUNCH_CMD_OPTS_LIST - Static variable in class org.apache.tez.dag.api.TezConfiguration
Set of tasks for which specific launch command options need to be added.
TEZ_TASK_SPECIFIC_LOG_LEVEL - Static variable in class org.apache.tez.dag.api.TezConfiguration
Task specific log level.
TEZ_TEST_MINI_CLUSTER_APP_WAIT_ON_SHUTDOWN_SECS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Long value.
TEZ_TEST_MINI_CLUSTER_APP_WAIT_ON_SHUTDOWN_SECS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_USE_CLUSTER_HADOOP_LIBS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Boolean value.
TEZ_USE_CLUSTER_HADOOP_LIBS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
TEZ_VERSION - Static variable in class org.apache.tez.common.ATSConstants
 
TEZ_VERTEX_ID - Static variable in class org.apache.tez.common.ATSConstants
 
TezApiVersionInfo - Class in org.apache.tez.client
 
TezApiVersionInfo() - Constructor for class org.apache.tez.client.TezApiVersionInfo
 
TezAppMasterStatus - Enum in org.apache.tez.client
Defines status for the App Master executing the DAG
TezClient - Class in org.apache.tez.client
TezClient is used to submit Tez DAGs for execution.
TezClient(String, TezConfiguration, boolean, Map<String, LocalResource>, Credentials) - Constructor for class org.apache.tez.client.TezClient
 
TezClient(String, TezConfiguration, boolean, Map<String, LocalResource>, Credentials, ServicePluginsDescriptor) - Constructor for class org.apache.tez.client.TezClient
 
TezClient.TezClientBuilder - Class in org.apache.tez.client
A builder for setting up an instance of TezClient
TezClientUtils - Class in org.apache.tez.client
 
TezClientUtils() - Constructor for class org.apache.tez.client.TezClientUtils
 
TezCommonUtils - Class in org.apache.tez.common
 
TezCommonUtils() - Constructor for class org.apache.tez.common.TezCommonUtils
 
TezConfiguration - Class in org.apache.tez.dag.api
Defines the configurations for Tez.
TezConfiguration() - Constructor for class org.apache.tez.dag.api.TezConfiguration
 
TezConfiguration(Configuration) - Constructor for class org.apache.tez.dag.api.TezConfiguration
 
TezConfiguration(boolean) - Constructor for class org.apache.tez.dag.api.TezConfiguration
 
TezConfigurationConstants - Class in org.apache.tez.dag.api
Contains fields which will be set automatically by Tez in the Configuration
TezConfigurationConstants() - Constructor for class org.apache.tez.dag.api.TezConfigurationConstants
 
TezConstants - Class in org.apache.tez.dag.api
Specifies all constant values in Tez
TezConstants() - Constructor for class org.apache.tez.dag.api.TezConstants
 
TezCounter - Interface in org.apache.tez.common.counters
A named counter that tracks the progress of a job.
TezCounters - Class in org.apache.tez.common.counters
Counters holds per job/task counters, defined either by the framework or applications.
TezCounters() - Constructor for class org.apache.tez.common.counters.TezCounters
Default constructor
TezCounters(AbstractCounters<C, G>) - Constructor for class org.apache.tez.common.counters.TezCounters
Construct the Counters object from the another counters object
TezException - Exception in org.apache.tez.dag.api
Checked Exception thrown upon error
TezException(Throwable) - Constructor for exception org.apache.tez.dag.api.TezException
 
TezException(String) - Constructor for exception org.apache.tez.dag.api.TezException
 
TezException(String, Throwable) - Constructor for exception org.apache.tez.dag.api.TezException
 
TezReflectionException - Exception in org.apache.tez.dag.api
 
TezReflectionException(String) - Constructor for exception org.apache.tez.dag.api.TezReflectionException
 
TezReflectionException(String, Throwable) - Constructor for exception org.apache.tez.dag.api.TezReflectionException
 
TezReflectionException(Throwable) - Constructor for exception org.apache.tez.dag.api.TezReflectionException
 
TezUncheckedException - Exception in org.apache.tez.dag.api
Unchecked Exception thrown upon error
TezUncheckedException(Throwable) - Constructor for exception org.apache.tez.dag.api.TezUncheckedException
 
TezUncheckedException(String) - Constructor for exception org.apache.tez.dag.api.TezUncheckedException
 
TezUncheckedException(String, Throwable) - Constructor for exception org.apache.tez.dag.api.TezUncheckedException
 
TezUtils - Class in org.apache.tez.common
Utility methods for setting up a DAG.
TezUtils() - Constructor for class org.apache.tez.common.TezUtils
 
TezYarnClient - Class in org.apache.tez.client
 
TezYarnClient(YarnClient) - Constructor for class org.apache.tez.client.TezYarnClient
 
TezYARNUtils - Class in org.apache.tez.common
 
TezYARNUtils() - Constructor for class org.apache.tez.common.TezYARNUtils
 
TIME_TAKEN - Static variable in class org.apache.tez.common.ATSConstants
 
TIMELINE_SERVICE_WEBAPP_HTTP_ADDRESS_CONF_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS_CONF_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
TimelineReaderFactory - Class in org.apache.tez.dag.api.client
 
TimelineReaderFactory() - Constructor for class org.apache.tez.dag.api.client.TimelineReaderFactory
 
TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy - Class in org.apache.tez.dag.api.client
 
TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy(Configuration, boolean, int) - Constructor for class org.apache.tez.dag.api.client.TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy
 
TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy.PseudoAuthenticatedURLConnectionFactory - Class in org.apache.tez.dag.api.client
 
TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy.PseudoAuthenticatedURLConnectionFactory(ConnectionConfigurator) - Constructor for class org.apache.tez.dag.api.client.TimelineReaderFactory.TimelineReaderPseudoAuthenticatedStrategy.PseudoAuthenticatedURLConnectionFactory
 
TimelineReaderFactory.TimelineReaderStrategy - Interface in org.apache.tez.dag.api.client
 
TIMEOUT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
TIMESTAMP - Static variable in class org.apache.tez.common.ATSConstants
 
TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
toBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
toBuilder() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
toCommaSeparatedString(Collection<String>) - Static method in class org.apache.tez.common.security.ACLManager
 
TokenCache - Class in org.apache.tez.common.security
This class provides user facing APIs for transferring secrets from the job client to the tasks.
TokenCache() - Constructor for class org.apache.tez.common.security.TokenCache
 
tokenizeString(String, String) - Static method in class org.apache.tez.common.TezCommonUtils
 
toShortString() - Method in class org.apache.tez.common.counters.AbstractCounters
 
toString() - Method in class org.apache.tez.client.CallerContext
 
toString() - Method in class org.apache.tez.common.counters.AbstractCounters
Return textual representation of the counter values.
toString() - Method in class org.apache.tez.common.VersionInfo
 
toString() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
toString() - Method in class org.apache.tez.dag.api.client.Progress
 
toString() - Method in class org.apache.tez.dag.api.client.VertexStatus
 
toString() - Method in class org.apache.tez.dag.api.Edge
 
toString() - Method in class org.apache.tez.dag.api.EdgeProperty
 
toString() - Method in class org.apache.tez.dag.api.EntityDescriptor
 
toString() - Method in class org.apache.tez.dag.api.event.VertexStateUpdate
 
toString() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
toString() - Method in class org.apache.tez.dag.api.NamedEntityDescriptor
 
toString() - Method in class org.apache.tez.dag.api.RootInputLeafOutput
 
toString() - Method in class org.apache.tez.dag.api.TaskLocationHint.TaskBasedLocationAffinity
 
toString() - Method in class org.apache.tez.dag.api.Vertex
 
toString() - Method in class org.apache.tez.dag.api.Vertex.VertexExecutionContext
 
toString() - Method in class org.apache.tez.dag.api.VertexGroup
 
toString() - Method in class org.apache.tez.runtime.api.events.DataMovementEvent
 
toString() - Method in class org.apache.tez.runtime.api.events.InputDataInformationEvent
 
toString() - Method in class org.apache.tez.runtime.api.events.InputInitializerEvent
 
toString() - Method in class org.apache.tez.runtime.api.InputSpecUpdate
 
toString() - Method in class org.apache.tez.serviceplugins.api.ContainerLauncherOperationBase
 
toString() - Method in class org.apache.tez.serviceplugins.api.ContainerLaunchRequest
 
toString() - Method in class org.apache.tez.serviceplugins.api.ContainerStopRequest
 
toString() - Method in class org.apache.tez.serviceplugins.api.ServicePluginsDescriptor
 
TOTALTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
toYARNACls() - Method in class org.apache.tez.common.security.ACLManager
 
tryKillDAG() - Method in class org.apache.tez.dag.api.client.DAGClient
Kill a running DAG
tryKillDAG() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
tryKillDAG() - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Kill a running DAG
tryKillDAG() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
tryKillDAG(RpcController, DAGClientAMProtocolRPC.TryKillDAGRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
tryKillDAG(RpcController, DAGClientAMProtocolRPC.TryKillDAGRequestProto, RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);
tryKillDAG(RpcController, DAGClientAMProtocolRPC.TryKillDAGRequestProto, RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
tryKillDAG(RpcController, DAGClientAMProtocolRPC.TryKillDAGRequestProto, RpcCallback<DAGClientAMProtocolRPC.TryKillDAGResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc tryKillDAG(.TryKillDAGRequestProto) returns (.TryKillDAGResponseProto);
tryKillDAG() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 

U

UBER_ENABLED_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
unblacklistNode(NodeId) - Method in class org.apache.tez.serviceplugins.api.TaskScheduler
Indication to a source that a node has been un-blacklisted, and can be used from subsequent allocations
union(Object, Object) - Method in interface org.apache.tez.common.ContainerSignatureMatcher
Do a union of 2 signatures Pre-condition.
UNKNOWN - Static variable in class org.apache.tez.common.VersionInfo
 
unwrapAndThrowException(ServiceException) - Static method in class org.apache.tez.common.RPCUtil
Utility method that unwraps and returns appropriate exceptions.
unwrapAndThrowNonIOException(ServiceException) - Static method in class org.apache.tez.common.RPCUtil
Utility method that unwraps and returns appropriate exceptions.
UPDATED_EDGE_MANAGERS - Static variable in class org.apache.tez.common.ATSConstants
 
updateTimelineEntityDomain(Object, String) - Method in interface org.apache.tez.common.security.HistoryACLPolicyManager
 
URI_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
USER - Static variable in class org.apache.tez.common.ATSConstants
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
UserPayload - Class in org.apache.tez.dag.api
Wrapper class to hold user payloads Provides a version to help in evolving the payloads
userPayload - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 

V

validateProperty(String, Scope) - Static method in class org.apache.tez.dag.api.TezConfiguration
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
valueOf(String) - Static method in enum org.apache.tez.client.TezAppMasterStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.common.counters.DAGCounter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.common.counters.FileSystemCounter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.common.counters.JobCounter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.common.counters.TaskCounter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.common.security.ACLType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.common.security.Master.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.client.DAGStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.client.DagStatusSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.client.StatusGetOpts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.client.VertexStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.EdgeProperty.DataMovementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.EdgeProperty.DataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.EdgeProperty.SchedulingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.event.VertexState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
 
valueOf(String) - Static method in enum org.apache.tez.dag.api.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.runtime.api.TaskFailureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.serviceplugins.api.ContainerEndReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.serviceplugins.api.ServicePluginError.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.serviceplugins.api.ServicePluginErrorDefaults
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.serviceplugins.api.TaskAttemptEndReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tez.serviceplugins.api.TaskSchedulerContext.AMState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tez.client.TezAppMasterStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.common.counters.DAGCounter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.common.counters.FileSystemCounter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.common.counters.JobCounter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.common.counters.TaskCounter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.common.security.ACLType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.common.security.Master.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.client.DAGStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.client.DagStatusSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezAppMasterStatusProto
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.client.StatusGetOpts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.client.VertexStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.EdgeProperty.DataMovementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.EdgeProperty.DataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.EdgeProperty.SchedulingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.event.VertexState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.StatusGetOptsProto
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.dag.api.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.runtime.api.TaskFailureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.serviceplugins.api.ContainerEndReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.serviceplugins.api.ServicePluginError.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.serviceplugins.api.ServicePluginErrorDefaults
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.serviceplugins.api.TaskAttemptEndReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tez.serviceplugins.api.TaskSchedulerContext.AMState
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.apache.tez.common.ATSConstants
 
version() - Method in class org.apache.tez.common.counters.CounterGroupFactory
 
version - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
VERSION_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
VersionInfo - Class in org.apache.tez.common
 
VersionInfo(String) - Constructor for class org.apache.tez.common.VersionInfo
 
VersionInfo(String, String, String, String, String) - Constructor for class org.apache.tez.common.VersionInfo
 
Vertex - Class in org.apache.tez.dag.api
Defines a vertex in the DAG.
Vertex.VertexExecutionContext - Class in org.apache.tez.dag.api
The execution context for a running vertex.
VERTEX_COMMITTING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_COMMITTING = 10;
VERTEX_ERROR_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_ERROR = 8;
VERTEX_FAILED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_FAILED = 6;
VERTEX_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
VERTEX_GROUPS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
VERTEX_INITED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_INITED = 3;
VERTEX_INITIALIZING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_INITIALIZING = 1;
VERTEX_KILLED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_KILLED = 7;
VERTEX_MANAGER_PLUGIN_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
VERTEX_NAME - Static variable in class org.apache.tez.common.ATSConstants
 
VERTEX_NAME_ID_MAPPING - Static variable in class org.apache.tez.common.ATSConstants
 
VERTEX_NEW_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_NEW = 0;
VERTEX_RECOVERING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_RECOVERING = 2;
VERTEX_RUNNING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_RUNNING = 4;
VERTEX_SUCCEEDED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_SUCCEEDED = 5;
VERTEX_TERMINATING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_TERMINATING = 9;
VERTEXCONF_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
VERTEXCOUNTERS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
VertexGroup - Class in org.apache.tez.dag.api
Represents a virtual collection of vertices whose members can be treated as a single named collection for graph operations.
VertexIdentifier - Interface in org.apache.tez.runtime.api
 
VertexLocationHint - Class in org.apache.tez.dag.api
Describes the placements hints for tasks in a vertex.
VertexManagerEvent - Class in org.apache.tez.runtime.api.events
Event used to send information from a Task to the VertexManager for a vertex.
VertexManagerPlugin - Class in org.apache.tez.dag.api
Interface to plugin user logic into the VertexManager to implement runtime scheduling optimizations and graph reconfiguration.
VertexManagerPlugin(VertexManagerPluginContext) - Constructor for class org.apache.tez.dag.api.VertexManagerPlugin
Crete an instance of the VertexManagerPlugin.
VertexManagerPluginContext - Interface in org.apache.tez.dag.api
Object with API's to interact with the Tez execution engine
VertexManagerPluginContext.ScheduleTaskRequest - Class in org.apache.tez.dag.api
 
VertexManagerPluginContext.TaskWithLocationHint - Class in org.apache.tez.dag.api
Deprecated.
VertexManagerPluginContext.TaskWithLocationHint(Integer, TaskLocationHint) - Constructor for class org.apache.tez.dag.api.VertexManagerPluginContext.TaskWithLocationHint
Deprecated.
 
VertexManagerPluginDescriptor - Class in org.apache.tez.dag.api
Describes the VertexManagerPlugin
VertexManagerPluginDescriptor() - Constructor for class org.apache.tez.dag.api.VertexManagerPluginDescriptor
 
VERTEXNAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
VERTEXPROGRESS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
vertexReconfigurationPlanned() - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Optional API.
VertexState - Enum in org.apache.tez.dag.api.event
Vertex state information.
VertexStateUpdate - Class in org.apache.tez.dag.api.event
Updates that are sent to user code running within the AM, on Vertex state changes.
VertexStateUpdate(String, VertexState) - Constructor for class org.apache.tez.dag.api.event.VertexStateUpdate
 
VertexStateUpdateParallelismUpdated - Class in org.apache.tez.dag.api.event
An event that is sent out when the parallelism of a vertex changes.
VertexStateUpdateParallelismUpdated(String, int, int) - Constructor for class org.apache.tez.dag.api.event.VertexStateUpdateParallelismUpdated
 
VertexStatistics - Interface in org.apache.tez.runtime.api
Provides various statistics about the physical execution of this Vertex
This only provides point in time values for the statistics and values are refreshed based on when the implementations of the inputs/outputs/tasks etc.
VertexStatus - Class in org.apache.tez.dag.api.client
Describes the status of the Vertex
VertexStatus(DAGProtos.VertexStatusProtoOrBuilder) - Constructor for class org.apache.tez.dag.api.client.VertexStatus
 
VertexStatus.State - Enum in org.apache.tez.dag.api.client
 
VERTEXSTATUS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
violation() - Method in class org.apache.tez.common.counters.Limits
 
VIRTUALCORES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
VISIBILITY_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 

W

waitForAllInputsReady(Collection<Input>) - Method in interface org.apache.tez.runtime.api.ProcessorContext
Blocking call which returns only after all of the specified Inputs are ready for consumption.
waitForAnyInputReady(Collection<Input>) - Method in interface org.apache.tez.runtime.api.ProcessorContext
Blocking call which returns when any of the specified Inputs is ready for consumption.
waitForCompletion() - Method in class org.apache.tez.dag.api.client.DAGClient
Wait for DAG to complete without printing any vertex statuses
waitForCompletion() - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
waitForCompletion() - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Wait for DAG to complete without printing any vertex statuses
waitForCompletion() - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
waitForCompletion() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
waitForCompletionWithStatusUpdates(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClient
Wait for DAG to complete and periodically print *all* vertices' status.
waitForCompletionWithStatusUpdates(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientImpl
 
waitForCompletionWithStatusUpdates(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientInternal
Wait for DAG to complete and periodically print *all* vertices' status.
waitForCompletionWithStatusUpdates(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.DAGClientTimelineImpl
 
waitForCompletionWithStatusUpdates(Set<StatusGetOpts>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
waitTillReady() - Method in class org.apache.tez.client.TezClient
Wait till the DAG is ready to be submitted.
WILDCARD_ACL_VALUE - Static variable in class org.apache.tez.common.security.ACLManager
 
write(DataOutput) - Method in class org.apache.tez.common.counters.AbstractCounterGroup
GenericGroup ::= displayName #counter counter*
write(DataOutput) - Method in class org.apache.tez.common.counters.AbstractCounters
Write the set of groups.
write(DataOutput) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
write(DataOutput) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup
FileSystemGroup ::= #scheme (scheme #counter (key value)*)*
write(DataOutput) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup.FrameworkCounter
 
write(DataOutput) - Method in class org.apache.tez.common.counters.FrameworkCounterGroup
FrameworkGroup ::= #counter (key value)*
write(DataOutput) - Method in class org.apache.tez.common.counters.GenericCounter
GenericCounter ::= keyName isDistinctDisplayName [displayName] value
write(DataOutput) - Method in class org.apache.tez.common.security.JobTokenIdentifier
write(DataOutput) - Method in class org.apache.tez.dag.api.EntityDescriptor
 
write(DataOutput) - Method in class org.apache.tez.dag.api.NamedEntityDescriptor
 
Writer - Class in org.apache.tez.runtime.api
A Writer represents the data being written by an Output It encapsulates the data type etc of the data being provided by the Output E.g.
Writer() - Constructor for class org.apache.tez.runtime.api.Writer
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
writeReplace() - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
writeReplace() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetDAGStatusResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetVertexStatusResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.ShutdownSessionResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.SubmitDAGResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TryKillDAGResponseProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.AMPluginDescriptorProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.CallerContextProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanEdgeProperty
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanKeyValuePair
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanVertexGroupInfo
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.StringProgressPairProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCounterProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezNamedEntityDescriptorProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezUserPayloadProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexExecutionContextProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.DataMovementEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputInitializerEventProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 

Y

YARN_ATS_ACL_DAG_DOMAIN_ID - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_ACL_DOMAINS_AUTO_CREATE - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_ACL_DOMAINS_AUTO_CREATE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_ACL_SESSION_DOMAIN_ID - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_EVENT_FLUSH_TIMEOUT_MILLIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
YARN_ATS_EVENT_FLUSH_TIMEOUT_MILLIS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_MAX_EVENTS_PER_BATCH - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
YARN_ATS_MAX_EVENTS_PER_BATCH_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_MAX_POLLING_TIME_PER_EVENT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Int value.
YARN_ATS_MAX_POLLING_TIME_PER_EVENT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
A B C D E F G H I J K L M N O P R S T U V W Y 

Copyright © 2016 Apache Software Foundation. All rights reserved.