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

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

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


Method Summary
 String getDagId()
          optional string dag_id = 1;
 com.google.protobuf.ByteString getDagIdBytes()
          optional string dag_id = 1;
 com.google.protobuf.ByteString getEventPayload()
          optional bytes event_payload = 4;
 int getEventType()
          optional int32 event_type = 3;
 long getTimestamp()
          optional int64 timestamp = 2;
 boolean hasDagId()
          optional string dag_id = 1;
 boolean hasEventPayload()
          optional bytes event_payload = 4;
 boolean hasEventType()
          optional int32 event_type = 3;
 boolean hasTimestamp()
          optional int64 timestamp = 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 dag_id = 1;


getDagId

String getDagId()
optional string dag_id = 1;


getDagIdBytes

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


hasTimestamp

boolean hasTimestamp()
optional int64 timestamp = 2;


getTimestamp

long getTimestamp()
optional int64 timestamp = 2;


hasEventType

boolean hasEventType()
optional int32 event_type = 3;


getEventType

int getEventType()
optional int32 event_type = 3;


hasEventPayload

boolean hasEventPayload()
optional bytes event_payload = 4;


getEventPayload

com.google.protobuf.ByteString getEventPayload()
optional bytes event_payload = 4;



Copyright © 2014 Apache Software Foundation. All rights reserved.