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

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

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


Method Summary
 String getDagId(int index)
          repeated string dagId = 1;
 com.google.protobuf.ByteString getDagIdBytes(int index)
          repeated string dagId = 1;
 int getDagIdCount()
          repeated string dagId = 1;
 List<String> getDagIdList()
          repeated string dagId = 1;
 
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

getDagIdList

List<String> getDagIdList()
repeated string dagId = 1;


getDagIdCount

int getDagIdCount()
repeated string dagId = 1;


getDagId

String getDagId(int index)
repeated string dagId = 1;


getDagIdBytes

com.google.protobuf.ByteString getDagIdBytes(int index)
repeated string dagId = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.