org.apache.tez.runtime.api.events
Interface EventProtos.CompositeEventProtoOrBuilder

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

public static interface EventProtos.CompositeEventProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getEndIndex()
          optional int32 end_index = 2;
 int getStartIndex()
          optional int32 start_index = 1;
 com.google.protobuf.ByteString getUserPayload()
          optional bytes user_payload = 3;
 boolean hasEndIndex()
          optional int32 end_index = 2;
 boolean hasStartIndex()
          optional int32 start_index = 1;
 boolean hasUserPayload()
          optional bytes user_payload = 3;
 
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

hasStartIndex

boolean hasStartIndex()
optional int32 start_index = 1;


getStartIndex

int getStartIndex()
optional int32 start_index = 1;


hasEndIndex

boolean hasEndIndex()
optional int32 end_index = 2;


getEndIndex

int getEndIndex()
optional int32 end_index = 2;


hasUserPayload

boolean hasUserPayload()
optional bytes user_payload = 3;


getUserPayload

com.google.protobuf.ByteString getUserPayload()
optional bytes user_payload = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.