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

A

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 in both mapred and mapreduce packages.
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 in both mapred and mapreduce package.
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.
add(ObjectLifeCycle, String, Object) - Method in interface org.apache.tez.runtime.common.objectregistry.ObjectRegistry
Insert or update object into the registry.
addAllConfKeyValues(Iterable<? extends DAGProtos.PlanKeyValuePair>) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
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;
addAllEnvironmentSetting(Iterable<? extends DAGProtos.PlanKeyValuePair>) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
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.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;
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;
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;
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;
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;
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;
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
 
addEdge(GroupInputEdge) - Method in class org.apache.tez.dag.api.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;
addEnvironmentSetting(DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
addEnvironmentSetting(int, DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
addEnvironmentSetting(DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
addEnvironmentSetting(int, DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
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;
addEnvironmentSettingBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
addEnvironmentSettingBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
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;
addInput(String, InputDescriptor, Class<? extends TezRootInputInitializer>) - Method in class org.apache.tez.dag.api.Vertex
Specifies an Input for a Vertex.
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;
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.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;
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;
addOutput(String, OutputDescriptor, Class<? extends OutputCommitter>) - Method in class org.apache.tez.dag.api.Vertex
Specifies an Output for a Vertex.
addOutput(String, OutputDescriptor) - Method in class org.apache.tez.dag.api.Vertex
 
addOutput(String, OutputDescriptor, Class<? extends OutputCommitter>) - Method in class org.apache.tez.dag.api.VertexGroup
Add an common output to the group of vertices.
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;
addRootInputEvents(String, Collection<RootInputDataInformationEvent>) - 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;
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;
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.
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;
AMConfiguration - Class in org.apache.tez.client
 
AMConfiguration(Map<String, String>, Map<String, LocalResource>, TezConfiguration, Credentials) - Constructor for class org.apache.tez.client.AMConfiguration
 
APPLICATION_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
APPLICATION = 2;
ARCHIVE_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceType
ARCHIVE = 1;

B

BROADCAST_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataMovementType
BROADCAST = 1;
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.PreWarmRequestProto.Builder
 
build() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.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.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.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.PreWarmContextProto.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.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.VertexManagerEventProto.Builder
 
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.PreWarmRequestProto.Builder
 
buildPartial() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.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.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.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.PreWarmContextProto.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.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.VertexManagerEventProto.Builder
 

C

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.TezProcessorContext
Check whether this attempt can commit its output
checkCounters(int) - Method in class org.apache.tez.common.counters.Limits
 
checkGroups(int) - Method in class org.apache.tez.common.counters.Limits
 
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.PreWarmRequestProto.Builder
 
clear() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.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.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.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.PreWarmContextProto.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.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.VertexManagerEventProto.Builder
 
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;
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;
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;
clearDagKeyValues() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
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;
clearDataSourceType() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataSourceType dataSourceType = 5;
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;
clearEdgeManager() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
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;
clearEndIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 end_index = 2;
clearEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
clearEnvironmentSetting() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
clearEnvironmentSetting() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 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;
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;
clearInitializerClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string initializer_class_name = 3;
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;
clearJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
clearJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional string java_opts = 7;
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;
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.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
clearLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
clearLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
clearLocationHints() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
clearMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 memoryMb = 2;
clearMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.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.VertexPlan.Builder
required string name = 1;
clearNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 numTasks = 1;
clearNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional int32 num_tasks = 8;
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;
clearPreWarmContext() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
clearProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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;
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.InputFailedEventProto.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 .TezSessionStatusProto 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 = 2;
clearTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto.Builder
optional int32 target_index = 2;
clearTargetVertexName() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
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;
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;
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.TezEntityDescriptorProto.Builder
optional bytes user_payload = 2;
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.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.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 = 4;
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;
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;
clearVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.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.PreWarmRequestProto.Builder
 
clone() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.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.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.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.PreWarmContextProto.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.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.VertexManagerEventProto.Builder
 
close() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
close() - Method in interface org.apache.tez.runtime.api.Input
Closes the Input
close() - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
close() - Method in interface org.apache.tez.runtime.api.Output
Closes the Output
close() - Method in interface org.apache.tez.runtime.api.Processor
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.
CompositeDataMovementEvent - Class in org.apache.tez.runtime.api.events
A convenience class to specify multiple DataMovementEvents which share the same payload.
CompositeDataMovementEvent(int, int, byte[]) - Constructor for class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
CONCURRENT_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanEdgeSchedulingType
CONCURRENT = 1;
CONFKEYVALUES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto
 
convertByteStringToCredentials(ByteString) - 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
 
convertEdgeManagerDescriptorFromDAGPlan(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
 
convertInputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertLocalResourceToPlanLocalResource(String, LocalResource) - 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
 
convertPreWarmContextFromProto(DAGProtos.PreWarmContextProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertPreWarmContextToProto(PreWarmContext) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertProcessorDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto) - 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
 
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
 
convertTezSessionStatusFromProto(DAGClientAMProtocolRPC.TezSessionStatusProto) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertTezSessionStatusToProto(TezSessionStatus) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(LocalResourceVisibility) - 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(TezEntityDescriptor) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
convertToDAGPlan(RootInputLeafOutput<? extends TezEntityDescriptor>) - 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
 
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_GROUP_NAME_MAX_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
COUNTER_GROUP_NAME_MAX_KEY - Static variable in class org.apache.tez.common.TezJobConfig
 
COUNTER_GROUPS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCountersProto
 
COUNTER_GROUPS_MAX_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
COUNTER_GROUPS_MAX_KEY - Static variable in class org.apache.tez.common.TezJobConfig
 
COUNTER_NAME_MAX_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
COUNTER_NAME_MAX_KEY - Static variable in class org.apache.tez.common.TezJobConfig
 
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_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezCounterGroupProto
 
COUNTERS_MAX_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
COUNTERS_MAX_KEY - Static variable in class org.apache.tez.common.TezJobConfig
 
createApplication() - Method in class org.apache.tez.client.TezClient
Create a new YARN application
createDag(Configuration) - 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
 
createLocalResourceMapFromDAGPlan(List<DAGProtos.PlanLocalResource>) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createResourceRequestFromTaskConfig(DAGProtos.PlanTaskConfiguration) - Static method in class org.apache.tez.dag.api.DagTypeConverters
 
createVertexGroup(String, Vertex...) - Method in class org.apache.tez.dag.api.DAG
 
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 - Class in org.apache.tez.dag.api
 
DAG(String) - Constructor for class org.apache.tez.dag.api.DAG
 
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_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_RECOVERY_DATA_DIR_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
DAG_RECOVERY_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
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
 
DAG_RECOVERY_FILE_IO_BUFFER_SIZE_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.TezConfiguration
 
DAG_RECOVERY_SUMMARY_FILE_SUFFIX - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
DAG_RUNNING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.DAGStatusStateProto
DAG_RUNNING = 2;
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;
DAGClient - Interface in org.apache.tez.dag.api.client
 
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.PreWarmRequestProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type PreWarmRequestProto
DAGClientAMProtocolRPC.PreWarmRequestProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type PreWarmRequestProto
DAGClientAMProtocolRPC.PreWarmRequestProtoOrBuilder - Interface in org.apache.tez.dag.api.client.rpc
 
DAGClientAMProtocolRPC.PreWarmResponseProto - Class in org.apache.tez.dag.api.client.rpc
Protobuf type PreWarmResponseProto
DAGClientAMProtocolRPC.PreWarmResponseProto.Builder - Class in org.apache.tez.dag.api.client.rpc
Protobuf type PreWarmResponseProto
DAGClientAMProtocolRPC.PreWarmResponseProtoOrBuilder - 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.TezSessionStatusProto - Enum in org.apache.tez.dag.api.client.rpc
Protobuf enum TezSessionStatusProto
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
 
DAGClientRPCImpl - Class in org.apache.tez.dag.api.client.rpc
 
DAGClientRPCImpl(ApplicationId, String, TezConfiguration) - Constructor for class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
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
 
DAGKEYVALUES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
 
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.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.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.PreWarmContextProto - Class in org.apache.tez.dag.api.records
Protobuf type PreWarmContextProto
DAGProtos.PreWarmContextProto.Builder - Class in org.apache.tez.dag.api.records
Protobuf type PreWarmContextProto
DAGProtos.PreWarmContextProtoOrBuilder - Interface in org.apache.tez.dag.api.records
 
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.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
 
DAGStatus(DAGProtos.DAGStatusProtoOrBuilder) - 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
 
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.
DataMovementEvent(int, byte[]) - Constructor for class org.apache.tez.runtime.api.events.DataMovementEvent
User Event constructor
DataMovementEvent(int, int, int, byte[]) - Constructor for class org.apache.tez.runtime.api.events.DataMovementEvent
 
DataMovementEvent(byte[]) - Constructor for class org.apache.tez.runtime.api.events.DataMovementEvent
Constructor for Processor-generated User Events
DATAMOVEMENTTYPE_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.EdgePlan
 
DEFAULT_COMBINE_RECORDS_BEFORE_PROGRESS - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_LOCAL_DIRS - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_RECORDS_BEFORE_PROGRESS - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TASK_LOCAL_RESOURCE_DIR - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_COMBINE_MIN_SPILLS - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_INDEX_CACHE_MEMORY_LIMIT_BYTES - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_INPUT_BUFFER_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_IO_SORT_FACTOR - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_IO_SORT_MB - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_METRICS_SESSION_ID - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_BUFFER_SIZE - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_ENABLE_MEMTOMEM - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_ENABLE_SSL - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_FETCH_FAILURES_LIMIT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_INPUT_BUFFER_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_MEMORY_LIMIT_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_MERGE_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_NOTIFY_READERROR - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_PARALLEL_COPIES - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_READ_TIMEOUT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_STALLED_COPY_TIMEOUT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SHUFFLE_USE_IN_MEMORY - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SORT_SPILL_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
DEFAULT_TEZ_RUNTIME_SORT_THREADS - Static variable in class org.apache.tez.common.TezJobConfig
 
delete(String) - Method in interface org.apache.tez.runtime.common.objectregistry.ObjectRegistry
Delete the object associated with the provided key
DEST_VERTEX_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
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
 

E

Edge - Class in org.apache.tez.dag.api
 
Edge(Vertex, Vertex, EdgeProperty) - Constructor for class org.apache.tez.dag.api.Edge
 
EDGE_DESTINATION_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
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_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
 
EdgeManager - Interface in org.apache.tez.dag.api
This interface defines the routing of the event between tasks of producer and consumer vertices.
EdgeManagerContext - Interface in org.apache.tez.dag.api
Context information provided to Edge plugins on initialization.
EdgeManagerDescriptor - Class in org.apache.tez.dag.api
 
EdgeManagerDescriptor(String) - Constructor for class org.apache.tez.dag.api.EdgeManagerDescriptor
 
EdgeProperty - Class in org.apache.tez.dag.api
 
EdgeProperty(EdgeProperty.DataMovementType, EdgeProperty.DataSourceType, EdgeProperty.SchedulingType, OutputDescriptor, InputDescriptor) - Constructor for class org.apache.tez.dag.api.EdgeProperty
 
EdgeProperty(EdgeManagerDescriptor, EdgeProperty.DataSourceType, EdgeProperty.SchedulingType, OutputDescriptor, InputDescriptor) - Constructor for class org.apache.tez.dag.api.EdgeProperty
Setup an Edge which uses a custom EdgeManager
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.
END_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
ensureStagingDirExists(Configuration, Path) - Static method in class org.apache.tez.client.TezClientUtils
Verify or create the Staging area directory on the configured Filesystem
ENTITY_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
ENVIRONMENTSETTING_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
ENVIRONMENTSETTING_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.PreWarmRequestProto
 
equals(Object) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.VertexLocationHint
 
equals(Object) - Method in class org.apache.tez.dag.api.VertexLocationHint.TaskLocationHint
 
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.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
 
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.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
 

F

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.TezTaskContext
Report a fatal error to the framework.
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
 
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.common.objectregistry.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;
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
 
getAMConf() - Method in class org.apache.tez.client.AMConfiguration
 
getAMConfiguration() - Method in class org.apache.tez.client.TezSessionConfiguration
 
getAMProxy(Configuration, String, int, Token) - Static method in class org.apache.tez.client.TezClientUtils
 
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
 
getApplicationId() - Method in class org.apache.tez.client.TezSession
 
getApplicationId() - Method in interface org.apache.tez.dag.api.client.DAGClient
Get the YARN ApplicationId for the app running the DAG
getApplicationId() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getApplicationId() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the ApplicationId
getApplicationId() - Method in interface org.apache.tez.runtime.api.TezRootInputInitializerContext
Get the YARN application id given to the Tez Application Master
getApplicationId() - Method in interface org.apache.tez.runtime.api.TezTaskContext
Get the ApplicationId for the running app
getApplicationReport() - Method in interface org.apache.tez.dag.api.client.DAGClient
 
getApplicationReport() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientRPCImpl
 
getBundle(String) - Static method in class org.apache.tez.common.counters.ResourceBundles
Get a resource bundle
getChannel() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
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;
getClassName() - Method in class org.apache.tez.dag.api.TezEntityDescriptor
 
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;
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;
getCounterGroupName(String, String) - Static method in class org.apache.tez.common.counters.ResourceBundles
Get the counter group display name
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;
getCounterName(String, String, String) - Static method in class org.apache.tez.common.counters.ResourceBundles
Get the counter display name
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.TezTaskContext
 
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.client.AMConfiguration
 
getCredentials() - Method in class org.apache.tez.dag.api.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;
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.TezTaskContext
Get the current DAG Attempt Number
getDAGClient(ApplicationId) - Method in class org.apache.tez.client.TezClient
 
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;
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;
getDagKeyValues() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValues() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValues() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValuesBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValuesOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValuesOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .ConfigurationProto dagKeyValues = 4;
getDagKeyValuesOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .ConfigurationProto dagKeyValues = 4;
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.TezRootInputInitializerContext
Get the name of the DAG
getDAGName() - Method in interface org.apache.tez.runtime.api.TezTaskContext
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;
getDAGStatus(Set<StatusGetOpts>) - Method in interface org.apache.tez.dag.api.client.DAGClient
Get the status of the specified DAG
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
 
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;
getDataLocalHosts() - Method in class org.apache.tez.dag.api.VertexLocationHint.TaskLocationHint
 
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;
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;
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.PreWarmRequestProto
 
getDefaultInstance() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.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.PreWarmRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.VertexManagerEventProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
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.PreWarmRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.TezSessionStatusProto
 
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.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 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.PreWarmContextProto.Builder
 
getDescriptor() - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.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.PreWarmRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.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.TezSessionStatusProto
 
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.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 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.PreWarmContextProto.Builder
 
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.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.VertexManagerEventProto.Builder
 
getDeserializedUserPayload() - Method in class org.apache.tez.runtime.api.events.RootInputDataInformationEvent
 
getDestinationVertexName() - Method in interface org.apache.tez.runtime.api.TezOutputContext
Get the Vertex Name of the Destination that is the recipient of this Output's data
getDestVertexName() - Method in interface org.apache.tez.dag.api.EdgeManagerContext
Returns the destination vertex name
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;
getEdgeDestinationBuilder() - 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.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;
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;
getEdgeManagerBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
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;
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
 
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;
getEdgeSourceBuilder() - 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.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;
getEndIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 end_index = 2;
getEndIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 end_index = 2;
getEndIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 end_index = 2;
getEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEntityDescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto entity_descriptor = 2;
getEnv() - Method in class org.apache.tez.client.AMConfiguration
 
getEnvironment() - Method in class org.apache.tez.client.PreWarmContext
 
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;
getEnvironmentSetting(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSetting(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSetting(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
repeated .PlanKeyValuePair environmentSetting = 7;
getEnvironmentSettingBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingBuilderList() - 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.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
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;
getEnvironmentSettingCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingCount() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingCount() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
repeated .PlanKeyValuePair environmentSetting = 6;
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;
getEnvironmentSettingList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
repeated .PlanKeyValuePair environmentSetting = 6;
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;
getEnvironmentSettingOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingOrBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingOrBuilder(int) - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
repeated .PlanKeyValuePair environmentSetting = 6;
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;
getEnvironmentSettingOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingOrBuilderList() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
repeated .PlanKeyValuePair environmentSetting = 6;
getEnvironmentSettingOrBuilderList() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
repeated .PlanKeyValuePair environmentSetting = 6;
getEvents() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
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;
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.
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;
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;
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
 
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;
getInitializerClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string initializer_class_name = 3;
getInitializerClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional string initializer_class_name = 3;
getInitializerClassName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional string initializer_class_name = 3;
getInitializerClassNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string initializer_class_name = 3;
getInitializerClassNameBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional string initializer_class_name = 3;
getInitializerClassNameBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional string initializer_class_name = 3;
getInputIndex() - Method in interface org.apache.tez.runtime.api.TezInputContext
Get the index of the input in the set of all inputs for the task.
getInputName() - Method in interface org.apache.tez.runtime.api.TezRootInputInitializerContext
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;
getInputVertex() - Method in class org.apache.tez.dag.api.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
 
getJavaOpts() - Method in class org.apache.tez.client.PreWarmContext
 
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;
getJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional string java_opts = 7;
getJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional string java_opts = 7;
getJavaOpts() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional string java_opts = 7;
getJavaOpts() - Method in class org.apache.tez.dag.api.Vertex
 
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;
getJavaOptsBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional string java_opts = 7;
getJavaOptsBytes() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional string java_opts = 7;
getJavaOptsBytes() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional string java_opts = 7;
getJobId() - Method in class org.apache.tez.common.security.JobTokenIdentifier
Get the jobid
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;
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.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.PlanTaskConfiguration.Builder
repeated .PlanLocalResource localResource = 6;
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.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.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.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.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() - Method in class org.apache.tez.client.AMConfiguration
 
getLocalResources() - Method in class org.apache.tez.client.PreWarmContext
 
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;
getLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
getLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .PlanLocalResourcesProto localResources = 5;
getLocalResources() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .PlanLocalResourcesProto localResources = 5;
getLocalResourcesBuilder(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourcesProto.Builder
repeated .PlanLocalResource localResources = 1;
getLocalResourcesBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
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;
getLocalResourcesOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
getLocalResourcesOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .PlanLocalResourcesProto localResources = 5;
getLocalResourcesOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .PlanLocalResourcesProto localResources = 5;
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;
getLocationHints() - Method in class org.apache.tez.client.PreWarmContext
 
getLocationHints() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
getLocationHints() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .VertexLocationHintProto location_hints = 4;
getLocationHints() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .VertexLocationHintProto location_hints = 4;
getLocationHintsBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
getLocationHintsOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
getLocationHintsOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .VertexLocationHintProto location_hints = 4;
getLocationHintsOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .VertexLocationHintProto location_hints = 4;
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;
getMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
required int32 memoryMb = 2;
getMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
required int32 memoryMb = 2;
getMemoryMb() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
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;
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
 
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.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;
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.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;
getNumber() - Method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
 
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
 
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.TezRootInputInitializerContext
Get the number of nodes in the cluster
getNumDestinationConsumerTasks(int, int) - Method in interface org.apache.tez.dag.api.EdgeManager
Get the number of destination tasks that consume data from the source task
getNumDestinationTaskPhysicalInputs(int, int) - Method in interface org.apache.tez.dag.api.EdgeManager
Get the number of physical inputs on the destination task
getNumSourceTaskPhysicalOutputs(int, int) - Method in interface org.apache.tez.dag.api.EdgeManager
Get the number of physical outputs on the source task
getNumTasks() - Method in class org.apache.tez.client.PreWarmContext
 
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.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional int32 num_tasks = 8;
getNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional int32 num_tasks = 8;
getNumTasks() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional int32 num_tasks = 8;
getNumTasks() - Method in class org.apache.tez.runtime.api.events.RootInputConfigureVertexTasksEvent
 
getNumTasks() - Method in interface org.apache.tez.runtime.api.TezRootInputInitializerContext
Get the number of tasks in this vertex.
getObjectRegistry() - Static method in class org.apache.tez.runtime.common.objectregistry.ObjectRegistryFactory
 
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;
getOutputIndex() - Method in interface org.apache.tez.runtime.api.TezOutputContext
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;
getOutputVertex() - Method in class org.apache.tez.dag.api.Edge
 
getOutputVertex() - Method in class org.apache.tez.dag.api.GroupInputEdge
 
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
 
getParallelism() - Method in class org.apache.tez.dag.api.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.PreWarmRequestProto
 
getParserForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.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;
getPreWarmContext() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
getPreWarmContext() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
optional .PreWarmContextProto pre_warm_context = 1;
getPreWarmContext() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProtoOrBuilder
optional .PreWarmContextProto pre_warm_context = 1;
getPreWarmContextBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
getPreWarmContextOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
getPreWarmContextOrBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
optional .PreWarmContextProto pre_warm_context = 1;
getPreWarmContextOrBuilder() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProtoOrBuilder
optional .PreWarmContextProto pre_warm_context = 1;
getProcessorDescriptor() - Method in class org.apache.tez.client.PreWarmContext
 
getProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
getProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .TezEntityDescriptorProto processor_descriptor = 1;
getProcessorDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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
 
getProcessorDescriptorBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
getProcessorDescriptorOrBuilder() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .TezEntityDescriptorProto processor_descriptor = 1;
getProcessorDescriptorOrBuilder() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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;
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;
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;
getQueueName() - Method in class org.apache.tez.client.AMConfiguration
 
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.VertexLocationHint.TaskLocationHint
 
getReader() - Method in interface org.apache.tez.runtime.api.Input
Gets an instance of the Reader for this Output
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
getResource() - Method in class org.apache.tez.client.PreWarmContext
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
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;
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;
getSecretKey(Credentials, Text) - Static method in class org.apache.tez.common.security.TokenCache
auxiliary method to get user's secret keys..
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.PreWarmRequestProto
 
getSerializedSize() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.VertexManagerEventProto
 
getServiceConsumerMetaData(String) - Method in interface org.apache.tez.runtime.api.TezTaskContext
Returns meta-data for the specified service.
getServiceProviderMetaData(String) - Method in interface org.apache.tez.runtime.api.TezTaskContext
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
getSessionName() - Method in class org.apache.tez.client.TezSession
 
getSessionResources() - Method in class org.apache.tez.client.TezSessionConfiguration
 
getSessionStatus() - Method in class org.apache.tez.client.TezSession
 
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.InputFailedEventProto.Builder
optional int32 source_index = 1;
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 source_index = 1;
getSourceIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
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.InputFailedEvent
 
getSourceIndex() - Method in class org.apache.tez.runtime.api.events.RootInputDataInformationEvent
 
getSourceIndexEnd() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getSourceIndexStart() - Method in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
getSourceVertexName() - Method in interface org.apache.tez.runtime.api.TezInputContext
Get the Vertex Name of the Source that generated data for this Input
getSrcVertexName() - Method in interface org.apache.tez.dag.api.EdgeManagerContext
Returns the source vertex name
getStagingDir() - Method in class org.apache.tez.client.AMConfiguration
 
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;
getStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
required .TezSessionStatusProto status = 1;
getStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
required .TezSessionStatusProto status = 1;
getStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProtoOrBuilder
required .TezSessionStatusProto 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;
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 = 2;
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 target_index = 2;
getTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 target_index = 2;
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.InputFailedEvent
 
getTargetIndex() - Method in class org.apache.tez.runtime.api.events.RootInputDataInformationEvent
 
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.VertexManagerEvent
 
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.TezTaskContext
Get the current Task Attempt Number
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
 
getTaskIndex() - Method in interface org.apache.tez.runtime.api.TezTaskContext
Get the index of this Task among the tasks of this vertex
getTaskLocalResources() - Method in class org.apache.tez.dag.api.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;
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
 
getTaskLocationHints() - Method in class org.apache.tez.runtime.api.events.RootInputConfigureVertexTasksEvent
 
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
 
getTaskVertexIndex() - Method in interface org.apache.tez.runtime.api.TezTaskContext
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.TezTaskContext
Get the name of the Vertex in which the task is running
getTezConfiguration() - Method in class org.apache.tez.client.TezSessionConfiguration
 
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;
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.TezRootInputInitializerContext
Get the total resource allocated to this vertex.
getTotalMemoryAvailableToTask() - Method in interface org.apache.tez.runtime.api.TezTaskContext
Gets the total memory available to all components of the running task.
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;
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;
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.TezTaskContext
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.PreWarmRequestProto
 
getUnknownFields() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.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
 
getUser() - Method in class org.apache.tez.common.security.JobTokenIdentifier
getUserPayload() - Method in interface org.apache.tez.dag.api.EdgeManagerContext
Returns the byte payload specified by the user for the edge.
getUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional bytes user_payload = 2;
getUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional bytes user_payload = 2;
getUserPayload() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional bytes user_payload = 2;
getUserPayload() - Method in class org.apache.tez.dag.api.TezEntityDescriptor
 
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.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.RootInputDataInformationEvent
 
getUserPayload() - Method in class org.apache.tez.runtime.api.events.RootInputUpdatePayloadEvent
 
getUserPayload() - Method in class org.apache.tez.runtime.api.events.VertexManagerEvent
 
getUserPayload() - Method in interface org.apache.tez.runtime.api.OutputCommitterContext
Get the User Payload for the Output
getUserPayload() - Method in interface org.apache.tez.runtime.api.TezRootInputInitializerContext
Get the user payload
getUserPayload() - Method in interface org.apache.tez.runtime.api.TezTaskContext
Get the User Payload for the Input/Output/Processor
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(String, String, String, T) - Static method in class org.apache.tez.common.counters.ResourceBundles
Get a resource given bundle name and key
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.TezSessionStatusProto
 
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.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.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 = 4;
getVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 version = 4;
getVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 version = 4;
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;
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;
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;
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.Vertex
 
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
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;
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;
getVertexStatus(String, Set<StatusGetOpts>) - Method in interface org.apache.tez.dag.api.client.DAGClient
Get the status of a Vertex of a DAG
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.TezRootInputInitializerContext
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;
getVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
required int32 virtualCores = 3;
getVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
required int32 virtualCores = 3;
getVirtualCores() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
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.TezTaskContext
Get the work diectories 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
getYarnConfiguration() - Method in class org.apache.tez.client.TezSessionConfiguration
 
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
 
GroupInputEdge(VertexGroup, Vertex, EdgeProperty, InputDescriptor) - Constructor for class org.apache.tez.dag.api.GroupInputEdge
An Edge that connects a VertexGroup to a destination Vertex.

H

handleEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.Input
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 class org.apache.tez.runtime.api.MergedLogicalInput
 
handleEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.Output
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.Processor
Handles user and system generated Events.
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;
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;
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;
hasDagKeyValues() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
hasDagKeyValues() - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan
optional .ConfigurationProto dagKeyValues = 4;
hasDagKeyValues() - Method in interface org.apache.tez.dag.api.records.DAGProtos.DAGPlanOrBuilder
optional .ConfigurationProto dagKeyValues = 4;
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;
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;
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;
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;
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;
hasEndIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 end_index = 2;
hasEndIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
optional int32 end_index = 2;
hasEndIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.CompositeEventProtoOrBuilder
optional int32 end_index = 2;
hasEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
hasEntityDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional .TezEntityDescriptorProto entity_descriptor = 2;
hasEntityDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional .TezEntityDescriptorProto entity_descriptor = 2;
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.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.PreWarmRequestProto
 
hashCode() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.VertexLocationHint
 
hashCode() - Method in class org.apache.tez.dag.api.VertexLocationHint.TaskLocationHint
 
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.VertexManagerEventProto
 
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;
hasInitializerClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string initializer_class_name = 3;
hasInitializerClassName() - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
optional string initializer_class_name = 3;
hasInitializerClassName() - Method in interface org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder
optional string initializer_class_name = 3;
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;
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;
hasJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional string java_opts = 7;
hasJavaOpts() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional string java_opts = 7;
hasJavaOpts() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional string java_opts = 7;
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;
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;
hasLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
hasLocalResources() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .PlanLocalResourcesProto localResources = 5;
hasLocalResources() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .PlanLocalResourcesProto localResources = 5;
hasLocationHints() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
hasLocationHints() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .VertexLocationHintProto location_hints = 4;
hasLocationHints() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .VertexLocationHintProto location_hints = 4;
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;
hasMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
required int32 memoryMb = 2;
hasMemoryMb() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
required int32 memoryMb = 2;
hasMemoryMb() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
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.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;
hasNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional int32 num_tasks = 8;
hasNumTasks() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional int32 num_tasks = 8;
hasNumTasks() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional int32 num_tasks = 8;
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;
hasPreWarmContext() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
hasPreWarmContext() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
optional .PreWarmContextProto pre_warm_context = 1;
hasPreWarmContext() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProtoOrBuilder
optional .PreWarmContextProto pre_warm_context = 1;
hasProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
hasProcessorDescriptor() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
optional .TezEntityDescriptorProto processor_descriptor = 1;
hasProcessorDescriptor() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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;
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.InputFailedEventProto.Builder
optional int32 source_index = 1;
hasSourceIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 source_index = 1;
hasSourceIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
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 .TezSessionStatusProto status = 1;
hasStatus() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto
required .TezSessionStatusProto status = 1;
hasStatus() - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProtoOrBuilder
required .TezSessionStatusProto 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 = 2;
hasTargetIndex() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 target_index = 2;
hasTargetIndex() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 target_index = 2;
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;
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;
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;
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;
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.TezEntityDescriptorProto.Builder
optional bytes user_payload = 2;
hasUserPayload() - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
optional bytes user_payload = 2;
hasUserPayload() - Method in interface org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProtoOrBuilder
optional bytes user_payload = 2;
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.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.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 = 4;
hasVersion() - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto
optional int32 version = 4;
hasVersion() - Method in interface org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProtoOrBuilder
optional int32 version = 4;
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;
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;
hasVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
required int32 virtualCores = 3;
hasVirtualCores() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
required int32 virtualCores = 3;
hasVirtualCores() - Method in interface org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProtoOrBuilder
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;
HOST_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskLocationHint
 

I

ID_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
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.
initialize(EdgeManagerContext) - Method in interface org.apache.tez.dag.api.EdgeManager
Initializes the EdgeManager.
initialize(VertexManagerPluginContext) - Method in interface org.apache.tez.dag.api.VertexManagerPlugin
Initialize the plugin.
initialize(TezInputContext) - Method in interface org.apache.tez.runtime.api.Input
Initializes the Input.
initialize(List<Input>) - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
initialize(TezInputContext) - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
initialize(TezOutputContext) - Method in interface org.apache.tez.runtime.api.Output
Initializes the Output
initialize(OutputCommitterContext) - Method in class org.apache.tez.runtime.api.OutputCommitter
Setup up the Output committer.
initialize(TezProcessorContext) - Method in interface org.apache.tez.runtime.api.Processor
Initializes the Processor
initialize(TezRootInputInitializerContext) - Method in interface org.apache.tez.runtime.api.TezRootInputInitializer
 
INITIALIZER_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto
 
INITIALIZING_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
INITIALIZING = 0;
Input - Interface in org.apache.tez.runtime.api
Represents an input through which a TezProcessor receives data on an edge.
INPUT_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
INPUT = 0;
InputDescriptor - Class in org.apache.tez.dag.api
 
InputDescriptor() - Constructor for class org.apache.tez.dag.api.InputDescriptor
 
InputDescriptor(String) - 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
 
InputFailedEvent(int, int, int) - Constructor for class org.apache.tez.runtime.api.events.InputFailedEvent
 
InputFailedEvent(int, int) - Constructor for class org.apache.tez.runtime.api.events.InputFailedEvent
 
inputIsReady() - Method in interface org.apache.tez.runtime.api.TezInputContext
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.
InputReadErrorEvent(String, int, int) - Constructor for class org.apache.tez.runtime.api.events.InputReadErrorEvent
 
InputReadyCallback - Interface in org.apache.tez.runtime.api
Used temporarily until MergedInputs have access to a context.
INPUTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
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.PreWarmRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.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.TezSessionStatusProto
 
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
 
isCompatible(AMConfiguration) - Method in class org.apache.tez.client.AMConfiguration
 
isCompleted() - Method in class org.apache.tez.dag.api.client.DAGStatus
 
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.PreWarmRequestProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto.Builder
 
isInitialized() - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.VertexManagerEventProto.Builder
 
isInitialized() - Method in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
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

JAVA_OPTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
JAVAOPTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
JOB_LOCAL_DIR - Static variable in class org.apache.tez.common.TezJobConfig
One local dir for the speicfic job.
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
 

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
 
KILLEDTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
KIND_NAME - Static variable in class org.apache.tez.common.security.JobTokenIdentifier
 

L

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_DIRS - Static variable in class org.apache.tez.common.TezJobConfig
List of directories avialble to the Runtime.
localizeCounterName(String) - Method in class org.apache.tez.common.counters.FileSystemCounterGroup.FSCounter
 
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
 
LOCALRESOURCES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
LOCATION_HINTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
LOG - Static variable in class org.apache.tez.common.counters.AbstractCounters
 
LogicalInput - Interface in org.apache.tez.runtime.api
An @link Input which handles all incoming physical connections on an edge.
LogicalIOProcessor - Interface in org.apache.tez.runtime.api
Represents a processor 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.

M

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
 
memoryAssigned(long) - Method in interface org.apache.tez.runtime.api.MemoryUpdateCallback
 
MEMORYMB_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 
MEMORYMB_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
MemoryUpdateCallback - Interface in org.apache.tez.runtime.api
This interface will be used by Tez to inform components about available memory.
MERGED_INPUT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo
 
mergeDagCounters(DAGProtos.TezCountersProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGStatusProto.Builder
optional .TezCountersProto dagCounters = 5;
mergeDagKeyValues(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
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;
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() - Constructor for class org.apache.tez.runtime.api.MergedLogicalInput
 
mergeEdgeDestination(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_destination = 8;
mergeEdgeManager(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_manager = 9;
mergeEdgeSource(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
optional .TezEntityDescriptorProto edge_source = 7;
mergeEntityDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
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.PreWarmRequestProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.PreWarmRequestProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.Builder
 
mergeFrom(DAGClientAMProtocolRPC.PreWarmResponseProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto.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.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.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.PreWarmContextProto.Builder
 
mergeFrom(DAGProtos.PreWarmContextProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.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.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.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
 
mergeLocalResources(DAGProtos.PlanLocalResourcesProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
mergeLocationHints(DAGProtos.VertexLocationHintProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
mergeMergedInput(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanGroupInputEdgeInfo.Builder
required .TezEntityDescriptorProto merged_input = 2;
mergePreWarmContext(DAGProtos.PreWarmContextProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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;
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;

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.VertexPlan
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
 
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.PreWarmRequestProto
 
newBuilder(DAGClientAMProtocolRPC.PreWarmRequestProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
newBuilder() - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
newBuilder(DAGClientAMProtocolRPC.PreWarmResponseProto) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
newBuilder(DAGProtos.PreWarmContextProto) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.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.PreWarmRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
newBuilderForType() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.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
 
NORMAL_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.PlanVertexType
NORMAL = 1;
NUM_TASKS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
NUMTASKS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration
 

O

ObjectLifeCycle - Enum in org.apache.tez.runtime.common.objectregistry
Defines the valid lifecycle and scope of Objects stored in ObjectRegistry.
ObjectRegistry - Interface in org.apache.tez.runtime.common.objectregistry
Preliminary version of a simple shared object cache to re-use objects across multiple tasks within the same container/JVM.
ObjectRegistryFactory - Class in org.apache.tez.runtime.common.objectregistry
 
ObjectRegistryFactory() - Constructor for class org.apache.tez.runtime.common.objectregistry.ObjectRegistryFactory
 
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.
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 interface org.apache.tez.dag.api.VertexManagerPlugin
Notification that the inputs of this vertex have initialized
onSourceTaskCompleted(String, Integer) - Method in interface org.apache.tez.dag.api.VertexManagerPlugin
Notification of a source vertex completion.
onVertexManagerEventReceived(VertexManagerEvent) - Method in interface org.apache.tez.dag.api.VertexManagerPlugin
Notification of an event directly sent to this vertex manager
onVertexStarted(Map<String, List<Integer>>) - Method in interface org.apache.tez.dag.api.VertexManagerPlugin
Notification that the vertex is ready to start running tasks
org.apache.tez.client - package org.apache.tez.client
 
org.apache.tez.common - package org.apache.tez.common
 
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
 
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.runtime.common.objectregistry - package org.apache.tez.runtime.common.objectregistry
 
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 on 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() - Constructor for class org.apache.tez.runtime.api.OutputCommitter
 
OutputCommitterContext - Interface in org.apache.tez.runtime.api
Context through which the OutputCommitter can access all the relevant information that it needs.
OutputDescriptor - Class in org.apache.tez.dag.api
 
OutputDescriptor() - Constructor for class org.apache.tez.dag.api.OutputDescriptor
 
OutputDescriptor(String) - Constructor for class org.apache.tez.dag.api.OutputDescriptor
 
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
 
OUTPUTVERTEXNAME_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 

P

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.PreWarmRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.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.PreWarmRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
parseFrom(byte[]) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
parseFrom(InputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.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.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
 
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.PreWarmRequestProto
 
PARSER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.VertexManagerEventProto
 
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;
PRE_WARM_CONTEXT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto
 
preWarm(PreWarmContext) - Method in class org.apache.tez.client.TezSession
Inform the Session to pre-warm containers for upcoming DAGs.
preWarm(RpcController, DAGClientAMProtocolRPC.PreWarmRequestProto) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface
 
preWarm(RpcController, DAGClientAMProtocolRPC.PreWarmRequestProto, RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto>) - Method in interface org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto);
preWarm(RpcController, DAGClientAMProtocolRPC.PreWarmRequestProto, RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol
rpc preWarm(.PreWarmRequestProto) returns (.PreWarmResponseProto);
preWarm(RpcController, DAGClientAMProtocolRPC.PreWarmRequestProto, RpcCallback<DAGClientAMProtocolRPC.PreWarmResponseProto>) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub
 
PreWarmContext - Class in org.apache.tez.client
Context to define how the pre-warm containers should be launched within a session.
PreWarmContext(ProcessorDescriptor, Resource, int, VertexLocationHint) - Constructor for class org.apache.tez.client.PreWarmContext
Context to define how to pre-warm a TezSession.
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_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
PROCESSOR_DESCRIPTOR_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
ProcessorDescriptor - Class in org.apache.tez.dag.api
 
ProcessorDescriptor() - Constructor for class org.apache.tez.dag.api.ProcessorDescriptor
 
ProcessorDescriptor(String) - Constructor for class org.apache.tez.dag.api.ProcessorDescriptor
 
Progress - Class in org.apache.tez.dag.api.client
 
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
 
PROGRESS_INTERVAL - Static variable in class org.apache.tez.common.TezJobConfig
The number of milliseconds between progress reports.
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 - Interface in org.apache.tez.runtime.api
A Reader represents the data being read in an Input
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.TezEntityDescriptor
 
READY_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
READY = 1;
RECORDS_BEFORE_PROGRESS - Static variable in class org.apache.tez.common.TezJobConfig
 
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
 
removeConfKeyValues(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.ConfigurationProto.Builder
repeated .PlanKeyValuePair confKeyValues = 1;
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;
removeEnvironmentSetting(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
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.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;
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;
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;
requestInitialMemory(long, MemoryUpdateCallback) - Method in interface org.apache.tez.runtime.api.TezTaskContext
Request a specific amount of memory during initialization (initialize(..*Context)) The requester is notified of allocation via the provided callback handler.
ResourceBundles - Class in org.apache.tez.common.counters
Helper class to handle resource bundles in a saner way
ResourceBundles() - Constructor for class org.apache.tez.common.counters.ResourceBundles
 
RootInputConfigureVertexTasksEvent - Class in org.apache.tez.runtime.api.events
 
RootInputConfigureVertexTasksEvent(int, List<VertexLocationHint.TaskLocationHint>) - Constructor for class org.apache.tez.runtime.api.events.RootInputConfigureVertexTasksEvent
 
RootInputDataInformationEvent - Class in org.apache.tez.runtime.api.events
Events used by TezRootInputInitializer implementations to provide the user payload for individual tasks running as part of the Vertex for which an Initial Input has been configured.
RootInputDataInformationEvent(int, byte[]) - Constructor for class org.apache.tez.runtime.api.events.RootInputDataInformationEvent
Provide a serialzied form of the payload
RootInputDataInformationEvent(int, Object) - Constructor for class org.apache.tez.runtime.api.events.RootInputDataInformationEvent
 
RootInputUpdatePayloadEvent - Class in org.apache.tez.runtime.api.events
Events used by TezRootInputInitializer implementations to update the shared user payload for the Input that is being initialized.
RootInputUpdatePayloadEvent(byte[]) - Constructor for class org.apache.tez.runtime.api.events.RootInputUpdatePayloadEvent
 
routeDataMovementEventToDestination(DataMovementEvent, int, int, Map<Integer, List<Integer>>) - Method in interface org.apache.tez.dag.api.EdgeManager
Return the routing information to inform consumers about the source task output that is now available.
routeInputErrorEventToSource(InputReadErrorEvent, int) - Method in interface org.apache.tez.dag.api.EdgeManager
Return the source task index to which to send the input error event
routeInputSourceTaskFailedEventToDestination(int, int, Map<Integer, List<Integer>>) - Method in interface org.apache.tez.dag.api.EdgeManager
Return the routing information to inform consumers about the failure of a source task whose outputs have been potentially lost.
run(Map<String, LogicalInput>, Map<String, LogicalOutput>) - Method in interface org.apache.tez.runtime.api.LogicalIOProcessor
Runs the Processor
RUNNING_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
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;
scheduleVertexTasks(List<Integer>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Notify the vertex to start the given tasks
SCHEDULINGTYPE_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan
 
sendEvents(List<Event>) - Method in interface org.apache.tez.runtime.api.TezTaskContext
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;
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
 
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;
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.
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.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;
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;
setDagKeyValues(DAGProtos.ConfigurationProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
setDagKeyValues(DAGProtos.ConfigurationProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.DAGPlan.Builder
optional .ConfigurationProto dagKeyValues = 4;
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;
setDataSourceType(DAGProtos.PlanEdgeDataSourceType) - Method in class org.apache.tez.dag.api.records.DAGProtos.EdgePlan.Builder
required .PlanEdgeDataSourceType dataSourceType = 5;
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;
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;
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;
setEndIndex(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto.Builder
optional int32 end_index = 2;
setEntityDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
setEntityDescriptor(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional .TezEntityDescriptorProto entity_descriptor = 2;
setEnvironment(Map<String, String>) - Method in class org.apache.tez.client.PreWarmContext
Set the Environment for the pre-warm containers.
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;
setEnvironmentSetting(int, DAGProtos.PlanKeyValuePair) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 6;
setEnvironmentSetting(int, DAGProtos.PlanKeyValuePair.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
repeated .PlanKeyValuePair environmentSetting = 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;
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;
setInitializerClassName(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string initializer_class_name = 3;
setInitializerClassNameBytes(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder
optional string initializer_class_name = 3;
setInputReady(Input) - Method in interface org.apache.tez.runtime.api.InputReadyCallback
 
setInputReadyCallback(InputReadyCallback) - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
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;
setJavaOpts(String) - Method in class org.apache.tez.client.PreWarmContext
Set the Java opts for the pre-warm containers.
setJavaOpts(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required string javaOpts = 4;
setJavaOpts(String) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional string java_opts = 7;
setJavaOpts(String) - Method in class org.apache.tez.dag.api.Vertex
 
setJavaOptsBytes(ByteString) - 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.PreWarmContextProto.Builder
optional string java_opts = 7;
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;
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.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.PreWarmContext
Set the LocalResources for the pre-warm containers.
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;
setLocalResources(DAGProtos.PlanLocalResourcesProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
setLocalResources(DAGProtos.PlanLocalResourcesProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .PlanLocalResourcesProto localResources = 5;
setLocationHints(DAGProtos.VertexLocationHintProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
setLocationHints(DAGProtos.VertexLocationHintProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .VertexLocationHintProto location_hints = 4;
setMemoryMb(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 memoryMb = 2;
setMemoryMb(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.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.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.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.VertexPlan.Builder
required string name = 1;
setNumPhysicalInputs(int) - Method in interface org.apache.tez.runtime.api.LogicalInput
Sets the number of physical inputs that this LogicalInput will receive.
setNumPhysicalInputs(int) - Method in class org.apache.tez.runtime.api.MergedLogicalInput
 
setNumPhysicalOutputs(int) - Method in interface org.apache.tez.runtime.api.LogicalOutput
Sets the number of physical ouputs that this LogicalOutput will receive.
setNumTasks(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PlanTaskConfiguration.Builder
required int32 numTasks = 1;
setNumTasks(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional int32 num_tasks = 8;
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;
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;
setPreWarmContext(DAGProtos.PreWarmContextProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
setPreWarmContext(DAGProtos.PreWarmContextProto.Builder) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmRequestProto.Builder
optional .PreWarmContextProto pre_warm_context = 1;
setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto.Builder) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.Builder
optional .TezEntityDescriptorProto processor_descriptor = 1;
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;
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.TezProcessorContext
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;
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;
setSessionToken(Token<? extends TokenIdentifier>, Credentials) - Static method in class org.apache.tez.common.security.TokenCache
store session specific token
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.InputFailedEventProto.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;
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.TezSessionStatusProto) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAMStatusResponseProto.Builder
required .TezSessionStatusProto 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 = 2;
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.InputFailedEvent
 
setTargetIndex(int) - Method in class org.apache.tez.runtime.api.events.RootInputDataInformationEvent
 
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.VertexManagerEventProto.Builder
optional string target_vertex_name = 1;
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
 
setTaskLocalResources(Map<String, LocalResource>) - Method in class org.apache.tez.dag.api.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;
setTaskLocationsHint(List<VertexLocationHint.TaskLocationHint>) - Method in class org.apache.tez.dag.api.Vertex
 
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;
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;
setupOutput() - Method in class org.apache.tez.runtime.api.OutputCommitter
For the framework to setup the output during initialization.
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(byte[]) - Method in class org.apache.tez.dag.api.EdgeManagerDescriptor
 
setUserPayload(byte[]) - Method in class org.apache.tez.dag.api.InputDescriptor
 
setUserPayload(byte[]) - Method in class org.apache.tez.dag.api.OutputDescriptor
 
setUserPayload(byte[]) - Method in class org.apache.tez.dag.api.ProcessorDescriptor
 
setUserPayload(ByteString) - Method in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto.Builder
optional bytes user_payload = 2;
setUserPayload(byte[]) - Method in class org.apache.tez.dag.api.TezEntityDescriptor
 
setUserPayload(byte[]) - Method in class org.apache.tez.dag.api.VertexManagerPluginDescriptor
 
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.VertexManagerEventProto.Builder
optional bytes user_payload = 2;
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.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.DataMovementEventProto.Builder
optional int32 version = 4;
setVersion(int) - Method in class org.apache.tez.runtime.api.events.EventProtos.InputFailedEventProto.Builder
optional int32 version = 4;
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;
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, EdgeManagerDescriptor>) - Method in interface org.apache.tez.dag.api.VertexManagerPluginContext
Set the new parallelism (number of tasks) of this vertex.
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;
setVirtualCores(int) - Method in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto.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
SHUTDOWN_VALUE - Static variable in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
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.InputFailedEventProto
 
SOURCE_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.RootInputDataInformationEventProto
 
sourceIndexEnd - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
sourceIndexStart - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 
start() - Method in class org.apache.tez.client.TezSession
Start a Tez Session
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_INDEX_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.CompositeEventProto
 
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
 
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.TezSession
Shutdown a Tez Session.
submitDAG(DAG) - Method in class org.apache.tez.client.TezSession
Submit a DAG to a Tez Session.
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);
submitDAGApplication(DAG, AMConfiguration) - Method in class org.apache.tez.client.TezClient
 
submitDAGApplication(ApplicationId, DAG, AMConfiguration) - Method in class org.apache.tez.client.TezClient
 
SUCCEEDEDTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 

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_VERTEX_NAME_FIELD_NUMBER - Static variable in class org.apache.tez.runtime.api.events.EventProtos.VertexManagerEventProto
 
TASK_HEARTBEAT_TIMEOUT_MS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TASK_LOCAL_RESOURCE_DIR - Static variable in class org.apache.tez.common.TezJobConfig
The directory which contains the localized files for this task.
TASK_LOCATION_HINTS_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexLocationHintProto
 
TASK_TIMEOUT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TASKCONFIG_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
TaskCounter - Enum in org.apache.tez.common.counters
 
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
 
TEZ_AM_CANCEL_DELEGATION_TOKEN - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CANCEL_DELEGATION_TOKEN_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
Range of ports that the AM can use when binding.
TEZ_AM_CLIENT_THREAD_COUNT - Static variable in class org.apache.tez.dag.api.TezConfiguration
Number of threads to handle job client RPC requests.
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
 
TEZ_AM_COMMIT_ALL_OUTPUTS_ON_DAG_SUCCESS_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
Configuration to specify whether container should be reused.
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
The amount of time to wait before assigning a container to the next level of locality.
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
Whether to reuse containers for non-local tasks.
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
Whether to reuse containers for rack local tasks.
TEZ_AM_CONTAINER_REUSE_RACK_FALLBACK_ENABLED_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_CONTAINER_SESSION_DELAY_ALLOCATION_MILLIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
The amount of time to hold on to a container if no task can be assigned to it immediately.
TEZ_AM_CONTAINER_SESSION_DELAY_ALLOCATION_MILLIS_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
Upper limit on the number of threads user to launch containers in the app master.
TEZ_AM_CONTAINERLAUNCHER_THREAD_COUNT_LIMIT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_DIR_PERMISSION - Static variable in class org.apache.tez.client.TezClientUtils
 
TEZ_AM_FILE_PERMISSION - Static variable in class org.apache.tez.client.TezClientUtils
 
TEZ_AM_GROUPING_RACK_SPLIT_SIZE_REDUCTION - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_RACK_SPLIT_SIZE_REDUCTION_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_BY_COUNT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_BY_COUNT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_BY_LENGTH - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_BY_LENGTH_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_COUNT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_MAX_SIZE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Upper bound on the size (in bytes) of a grouped split, to avoid generating excessively large splits.
TEZ_AM_GROUPING_SPLIT_MAX_SIZE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_MIN_SIZE - Static variable in class org.apache.tez.dag.api.TezConfiguration
Lower bound on the size (in bytes) of a grouped split, to avoid generating too many splits.
TEZ_AM_GROUPING_SPLIT_MIN_SIZE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_GROUPING_SPLIT_WAVES - Static variable in class org.apache.tez.dag.api.TezConfiguration
The multiplier for available queue capacity when determining number of tasks for a Vertex.
TEZ_AM_GROUPING_SPLIT_WAVES_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_JAVA_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Java options for the Tez AppMaster process.
TEZ_AM_JAVA_OPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
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_APP_ATTEMPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MAX_APP_ATTEMPTS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MAX_TASK_ATTEMPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_MAX_TASK_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
 
TEZ_AM_MAX_TASK_FAILURES_PER_NODE_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_NODE_BLACKLISTING_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
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
 
TEZ_AM_NODE_BLACKLISTING_IGNORE_THRESHOLD_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_PLAN_REMOTE_PATH - Static variable in class org.apache.tez.dag.api.TezConfiguration
The complete path to the serialized dag plan file TEZ_AM_PLAN_PB_BINARY.
TEZ_AM_PREFIX - 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
 
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
The amount of memory to be used by the AppMaster
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
The maximum heartbeat interval between the AM and RM in milliseconds
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.TezConfiguration
 
TEZ_AM_SECURITY_SERVICE_AUTHORIZATION_TASK_UMBILICAL - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_SLOWSTART_DAG_SCHEDULER_MIN_SHUFFLE_RESOURCE_FRACTION - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_SLOWSTART_DAG_SCHEDULER_MIN_SHUFFLE_RESOURCE_FRACTION_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
The staging dir used while submitting DAGs
TEZ_AM_STAGING_DIR_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_TASK_LISTENER_THREAD_COUNT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_AM_TASK_LISTENER_THREAD_COUNT_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_APPLICATION_MASTER_CLASS - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_APPLICATION_TYPE - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CONTAINER_ERR_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CONTAINER_LOG4J_PROPERTIES_FILE - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CONTAINER_LOG_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CONTAINER_LOGGER_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_CONTAINER_OUT_FILE_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_GENERATE_DAG_VIZ - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_GENERATE_DAG_VIZ_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_LIB_URIS - Static variable in class org.apache.tez.dag.api.TezConfiguration
The location of the Tez libraries which will be localized for DAGs
TEZ_PB_BINARY_CONF_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_PB_PLAN_BINARY_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_PB_PLAN_TEXT_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
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.TezConfiguration
 
TEZ_PROFILE_CONTAINER_LIST - Static variable in class org.apache.tez.dag.api.TezConfiguration
Comma separated list of containers which should be profiled.
TEZ_PROFILE_JVM_OPTS - Static variable in class org.apache.tez.dag.api.TezConfiguration
The string to be added to the JVM command line for containers being profiled.
TEZ_QUEUE_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
The queue name for all jobs being submitted as part of a session, or for non session jobs.
TEZ_RESOURCE_CALCULATOR_PROCESS_TREE_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
Defines the ProcessTree implementation which will be used to collect resource utilization.
TEZ_ROOT_LOGGER_NAME - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_RUNTIME_BROADCAST_DATA_VIA_EVENTS_ENABLED - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_BROADCAST_DATA_VIA_EVENTS_ENABLED_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_BROADCAST_DATA_VIA_EVENTS_MAX_SIZE - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_BROADCAST_DATA_VIA_EVENTS_MAX_SIZE_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_COMBINE_MIN_SPILLS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_COMBINER_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
Specifies a combiner class (primarily for Shuffle)
TEZ_RUNTIME_GROUP_COMPARATOR_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_IFILE_BUFFER_SIZE_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
TODO Maybe move this over from IFile into this file.
TEZ_RUNTIME_IFILE_READAHEAD - Static variable in class org.apache.tez.common.TezJobConfig
Configuration key to enable/disable IFile readahead.
TEZ_RUNTIME_IFILE_READAHEAD_BYTES - Static variable in class org.apache.tez.common.TezJobConfig
Configuration key to set the IFile readahead length in bytes.
TEZ_RUNTIME_IFILE_READAHEAD_BYTES_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_IFILE_READAHEAD_DEFAULT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INDEX_CACHE_MEMORY_LIMIT_BYTES - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INPUT_BUFFER_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_INPUT_COMPRESS_CODEC - Static variable in class org.apache.tez.common.TezJobConfig
The coded to be used when reading intermediate compressed input.
TEZ_RUNTIME_INTERMEDIATE_INPUT_IS_COMPRESSED - Static variable in class org.apache.tez.common.TezJobConfig
Whether intermediate input is compressed
TEZ_RUNTIME_INTERMEDIATE_INPUT_KEY_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_INPUT_KEY_COMPARATOR_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_INPUT_KEY_SECONDARY_COMPARATOR_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_INPUT_VALUE_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_OUTPUT_COMPRESS_CODEC - Static variable in class org.apache.tez.common.TezJobConfig
The coded to be used if compressing intermediate output.
TEZ_RUNTIME_INTERMEDIATE_OUTPUT_KEY_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_OUTPUT_KEY_COMPARATOR_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERMEDIATE_OUTPUT_SHOULD_COMPRESS - Static variable in class org.apache.tez.common.TezJobConfig
Whether intermediate output should be compressed or not
TEZ_RUNTIME_INTERMEDIATE_OUTPUT_VALUE_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_INTERNAL_SORTER_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_IO_SORT_FACTOR - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_IO_SORT_MB - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_METRICS_SESSION_ID - Static variable in class org.apache.tez.common.TezJobConfig
TODO Is this user configurable.
TEZ_RUNTIME_NUM_EXPECTED_PARTITIONS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_PARTITIONER_CLASS - Static variable in class org.apache.tez.common.TezJobConfig
Specifies a partitioner class, which is used in Tez Runtime components like OnFileSortedOutput
TEZ_RUNTIME_SHUFFLE_BUFFER_SIZE - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_CONNECT_TIMEOUT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_ENABLE_MEMTOMEM - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_ENABLE_SSL - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_FETCH_FAILURES - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_INPUT_BUFFER_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_MEMORY_LIMIT_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_MEMTOMEM_SEGMENTS - Static variable in class org.apache.tez.common.TezJobConfig
TODO TEZAM3 default value ?
TEZ_RUNTIME_SHUFFLE_MERGE_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_NOTIFY_READERROR - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_PARALLEL_COPIES - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_READ_TIMEOUT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SHUFFLE_USE_IN_MEMORY - Static variable in class org.apache.tez.common.TezJobConfig
Temporary interface for MR only (not chained Tez) to indicate whether in-memory shuffle should be used.
TEZ_RUNTIME_SORT_SPILL_PERCENT - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_RUNTIME_SORT_THREADS - Static variable in class org.apache.tez.common.TezJobConfig
 
TEZ_SESSION_AM_DAG_SUBMIT_TIMEOUT_SECS - Static variable in class org.apache.tez.dag.api.TezConfiguration
Time (in seconds) for which the Tez AM should wait for a DAG to be submitted before shutting down.
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
Time (in seconds) to wait for AM to come up when trying to submit a DAG from the client.
TEZ_SESSION_CLIENT_TIMEOUT_SECS_DEFAULT - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
TEZ_SESSION_LOCAL_RESOURCES_PB_FILE_NAME - 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.TezConfiguration
The service id for the NodeManager plugin used to share intermediate data between vertices.
TEZ_SITE_XML - 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
 
TEZ_TASK_AM_HEARTBEAT_INTERVAL_MS_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
The maximum amount of time, in milliseconds, to wait before a task asks an AM for another task.
TEZ_TASK_GET_TASK_SLEEP_INTERVAL_MS_MAX_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
 
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_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_WORKING_DIR - Static variable in class org.apache.tez.common.TezJobConfig
 
TezClient - Class in org.apache.tez.client
 
TezClient(TezConfiguration) - Constructor for class org.apache.tez.client.TezClient
Create an instance of the TezClient which will be used to communicate with a specific instance of YARN, or TezService when that exists.
TezClientUtils - Class in org.apache.tez.client
 
TezClientUtils() - Constructor for class org.apache.tez.client.TezClientUtils
 
TezConfiguration - Class in org.apache.tez.dag.api
 
TezConfiguration() - Constructor for class org.apache.tez.dag.api.TezConfiguration
 
TezConfiguration(Configuration) - Constructor for class org.apache.tez.dag.api.TezConfiguration
 
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 map/reduce job.
TezCounters - Class in org.apache.tez.common.counters
Counters holds per job/task counters, defined either by the Map-Reduce 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
TezEntityDescriptor - Class in org.apache.tez.dag.api
 
TezEntityDescriptor() - Constructor for class org.apache.tez.dag.api.TezEntityDescriptor
 
TezEntityDescriptor(String) - Constructor for class org.apache.tez.dag.api.TezEntityDescriptor
 
TezException - Exception in org.apache.tez.dag.api
Base TezException
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
 
TezInputContext - Interface in org.apache.tez.runtime.api
Context handle for the Input to initialize itself.
TezJobConfig - Class in org.apache.tez.common
Meant for user configurable job properties.
TezJobConfig() - Constructor for class org.apache.tez.common.TezJobConfig
 
TezOutputContext - Interface in org.apache.tez.runtime.api
Context handle for the Output to initialize itself.
TezProcessorContext - Interface in org.apache.tez.runtime.api
Context handle for the Processor to initialize itself.
TezRootInputInitializer - Interface in org.apache.tez.runtime.api
TezRootInputInitializers are used to initialize root vertices within the AM.
TezRootInputInitializerContext - Interface in org.apache.tez.runtime.api
 
TezSession - Class in org.apache.tez.client
 
TezSession(String, ApplicationId, TezSessionConfiguration) - Constructor for class org.apache.tez.client.TezSession
 
TezSession(String, TezSessionConfiguration) - Constructor for class org.apache.tez.client.TezSession
 
TezSessionConfiguration - Class in org.apache.tez.client
 
TezSessionConfiguration(AMConfiguration, TezConfiguration) - Constructor for class org.apache.tez.client.TezSessionConfiguration
 
TezSessionStatus - Enum in org.apache.tez.client
 
TezTaskContext - Interface in org.apache.tez.runtime.api
Base interface for Context classes used to initialize the Input, Output and Processor instances.
TezUncheckedException - Exception in org.apache.tez.dag.api
Base Tez Unchecked Exception
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
 
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.PreWarmRequestProto
 
toBuilder() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.VertexManagerEventProto
 
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
 
toString() - Method in class org.apache.tez.common.counters.AbstractCounters
Return textual representation of the counter values.
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.GroupInputEdge
 
toString() - Method in class org.apache.tez.dag.api.Vertex
 
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.RootInputDataInformationEvent
 
TOTALTASKCOUNT_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.ProgressProto
 
tryKillDAG() - Method in interface org.apache.tez.dag.api.client.DAGClient
Kill a running DAG
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

URI_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PlanLocalResource
 
USER_PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.TezEntityDescriptorProto
 
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.VertexManagerEventProto
 
userPayload - Variable in class org.apache.tez.dag.api.TezEntityDescriptor
 
userPayload - Variable in class org.apache.tez.runtime.api.events.CompositeDataMovementEvent
 

V

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.TezSessionStatus
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.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.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
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.TezSessionStatusProto
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
 
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.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.runtime.common.objectregistry.ObjectLifeCycle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tez.client.TezSessionStatus
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.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.rpc.DAGClientAMProtocolRPC.TezSessionStatusProto
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.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.runtime.common.objectregistry.ObjectLifeCycle
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.apache.tez.dag.api.DAG
 
verify(boolean) - Method in class org.apache.tez.dag.api.DAG
 
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.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
 
Vertex - Class in org.apache.tez.dag.api
 
Vertex(String, ProcessorDescriptor, int, Resource) - Constructor for class org.apache.tez.dag.api.Vertex
 
VERTEX_ERROR_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_ERROR = 7;
VERTEX_FAILED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_FAILED = 5;
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 = 2;
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 = 6;
VERTEX_MANAGER_PLUGIN_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.VertexPlan
 
VERTEX_NEW_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_NEW = 0;
VERTEX_RUNNING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_RUNNING = 3;
VERTEX_SUCCEEDED_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_SUCCEEDED = 4;
VERTEX_TERMINATING_VALUE - Static variable in enum org.apache.tez.dag.api.records.DAGProtos.VertexStatusStateProto
VERTEX_TERMINATING = 8;
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.
VertexLocationHint - Class in org.apache.tez.dag.api
 
VertexLocationHint(List<VertexLocationHint.TaskLocationHint>) - Constructor for class org.apache.tez.dag.api.VertexLocationHint
 
VertexLocationHint.TaskLocationHint - Class in org.apache.tez.dag.api
 
VertexLocationHint.TaskLocationHint(Set<String>, Set<String>) - Constructor for class org.apache.tez.dag.api.VertexLocationHint.TaskLocationHint
 
VertexManagerEvent - Class in org.apache.tez.runtime.api.events
Event used to send information from a Task to the VertexManager for a vertex.
VertexManagerEvent(String, byte[]) - Constructor for class org.apache.tez.runtime.api.events.VertexManagerEvent
Create a new VertexManagerEvent
VertexManagerPlugin - Interface in org.apache.tez.dag.api
Interface to plugin user logic into the VertexManager to implement runtime scheduling optimizations and graph reconfiguration.
VertexManagerPluginContext - Interface in org.apache.tez.dag.api
Object with API's to interact with the Tez execution engine
VertexManagerPluginDescriptor - Class in org.apache.tez.dag.api
 
VertexManagerPluginDescriptor() - Constructor for class org.apache.tez.dag.api.VertexManagerPluginDescriptor
 
VertexManagerPluginDescriptor(String) - 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
 
VertexStatus - Class in org.apache.tez.dag.api.client
 
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
 
VIRTUALCORES_FIELD_NUMBER - Static variable in class org.apache.tez.dag.api.records.DAGProtos.PreWarmContextProto
 
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.TezProcessorContext
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.TezProcessorContext
Blocking call which returns when any of the specified Inputs is ready for consumption.
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.TezEntityDescriptor
 
Writer - Interface in org.apache.tez.runtime.api
A Writer represents the data being written by an Output
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.PreWarmRequestProto
 
writeReplace() - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.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.PreWarmRequestProto
 
writeTo(CodedOutputStream) - Method in class org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.PreWarmResponseProto
 
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.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.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.PreWarmContextProto
 
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.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.VertexManagerEventProto
 

Y

YARN_ATS_ENABLED - Static variable in class org.apache.tez.dag.api.TezConfiguration
 
YARN_ATS_ENABLED_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 © 2014 Apache Software Foundation. All rights reserved.