org.apache.tez.dag.api.client.rpc
Interface DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DAGClientAMProtocolRPC.GetVertexStatusRequestProto, DAGClientAMProtocolRPC.GetVertexStatusRequestProto.Builder
Enclosing class:
DAGClientAMProtocolRPC

public static interface DAGClientAMProtocolRPC.GetVertexStatusRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getDagId()
          optional string dagId = 1;
 com.google.protobuf.ByteString getDagIdBytes()
          optional string dagId = 1;
 DAGProtos.StatusGetOptsProto getStatusOptions(int index)
          repeated .StatusGetOptsProto statusOptions = 3;
 int getStatusOptionsCount()
          repeated .StatusGetOptsProto statusOptions = 3;
 List<DAGProtos.StatusGetOptsProto> getStatusOptionsList()
          repeated .StatusGetOptsProto statusOptions = 3;
 String getVertexName()
          optional string vertexName = 2;
 com.google.protobuf.ByteString getVertexNameBytes()
          optional string vertexName = 2;
 boolean hasDagId()
          optional string dagId = 1;
 boolean hasVertexName()
          optional string vertexName = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasDagId

boolean hasDagId()
optional string dagId = 1;


getDagId

String getDagId()
optional string dagId = 1;


getDagIdBytes

com.google.protobuf.ByteString getDagIdBytes()
optional string dagId = 1;


hasVertexName

boolean hasVertexName()
optional string vertexName = 2;


getVertexName

String getVertexName()
optional string vertexName = 2;


getVertexNameBytes

com.google.protobuf.ByteString getVertexNameBytes()
optional string vertexName = 2;


getStatusOptionsList

List<DAGProtos.StatusGetOptsProto> getStatusOptionsList()
repeated .StatusGetOptsProto statusOptions = 3;


getStatusOptionsCount

int getStatusOptionsCount()
repeated .StatusGetOptsProto statusOptions = 3;


getStatusOptions

DAGProtos.StatusGetOptsProto getStatusOptions(int index)
repeated .StatusGetOptsProto statusOptions = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.