org.apache.tez.dag.recovery.records
Interface RecoveryProtos.VertexInitializedProtoOrBuilder

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

public static interface RecoveryProtos.VertexInitializedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getInitRequestedTime()
          optional int64 init_requested_time = 3;
 long getInitTime()
          optional int64 init_time = 4;
 org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto getInputs(int index)
          repeated .RootInputLeafOutputProto inputs = 6;
 int getInputsCount()
          repeated .RootInputLeafOutputProto inputs = 6;
 List<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> getInputsList()
          repeated .RootInputLeafOutputProto inputs = 6;
 org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
          repeated .RootInputLeafOutputProto inputs = 6;
 List<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
          repeated .RootInputLeafOutputProto inputs = 6;
 int getNumTasks()
          optional int32 num_tasks = 5;
 String getVertexId()
          optional string vertex_id = 2;
 com.google.protobuf.ByteString getVertexIdBytes()
          optional string vertex_id = 2;
 String getVertexName()
          optional string vertex_name = 1;
 com.google.protobuf.ByteString getVertexNameBytes()
          optional string vertex_name = 1;
 boolean hasInitRequestedTime()
          optional int64 init_requested_time = 3;
 boolean hasInitTime()
          optional int64 init_time = 4;
 boolean hasNumTasks()
          optional int32 num_tasks = 5;
 boolean hasVertexId()
          optional string vertex_id = 2;
 boolean hasVertexName()
          optional string vertex_name = 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

hasVertexName

boolean hasVertexName()
optional string vertex_name = 1;


getVertexName

String getVertexName()
optional string vertex_name = 1;


getVertexNameBytes

com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;


hasVertexId

boolean hasVertexId()
optional string vertex_id = 2;


getVertexId

String getVertexId()
optional string vertex_id = 2;


getVertexIdBytes

com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;


hasInitRequestedTime

boolean hasInitRequestedTime()
optional int64 init_requested_time = 3;


getInitRequestedTime

long getInitRequestedTime()
optional int64 init_requested_time = 3;


hasInitTime

boolean hasInitTime()
optional int64 init_time = 4;


getInitTime

long getInitTime()
optional int64 init_time = 4;


hasNumTasks

boolean hasNumTasks()
optional int32 num_tasks = 5;


getNumTasks

int getNumTasks()
optional int32 num_tasks = 5;


getInputsList

List<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 6;


getInputs

org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6;


getInputsCount

int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 6;


getInputsOrBuilderList

List<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 6;


getInputsOrBuilder

org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;



Copyright © 2014 Apache Software Foundation. All rights reserved.