Uses of Class
org.apache.tez.runtime.api.events.EventProtos.InputReadErrorEventProto.Builder

Packages that use EventProtos.InputReadErrorEventProto.Builder
org.apache.tez.runtime.api.events   
 

Uses of EventProtos.InputReadErrorEventProto.Builder in org.apache.tez.runtime.api.events
 

Methods in org.apache.tez.runtime.api.events that return EventProtos.InputReadErrorEventProto.Builder
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.clear()
           
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.clearDiagnostics()
          optional string diagnostics = 2;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.clearIndex()
          optional int32 index = 1;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.clearVersion()
          optional int32 version = 3;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.clone()
           
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.mergeFrom(EventProtos.InputReadErrorEventProto other)
           
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
static EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.newBuilder()
           
static EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.newBuilder(EventProtos.InputReadErrorEventProto prototype)
           
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.newBuilderForType()
           
protected  EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.setDiagnostics(String value)
          optional string diagnostics = 2;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.setDiagnosticsBytes(com.google.protobuf.ByteString value)
          optional string diagnostics = 2;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.setIndex(int value)
          optional int32 index = 1;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.Builder.setVersion(int value)
          optional int32 version = 3;
 EventProtos.InputReadErrorEventProto.Builder EventProtos.InputReadErrorEventProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.