Uses of Class
org.apache.hadoop.contrib.bkjournal.BKJournalProtos.CurrentInprogressProto.Builder

Uses of BKJournalProtos.CurrentInprogressProto.Builder in org.apache.hadoop.contrib.bkjournal
 

Methods in org.apache.hadoop.contrib.bkjournal that return BKJournalProtos.CurrentInprogressProto.Builder
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.clear()
           
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.clearHostname()
          optional string hostname = 2;
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.clearPath()
          required string path = 1;
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.clone()
           
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.mergeFrom(BKJournalProtos.CurrentInprogressProto other)
           
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
static BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.newBuilder()
           
static BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.newBuilder(BKJournalProtos.CurrentInprogressProto prototype)
           
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.newBuilderForType()
           
protected  BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.setHostname(String value)
          optional string hostname = 2;
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.setHostnameBytes(com.google.protobuf.ByteString value)
          optional string hostname = 2;
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.setPath(String value)
          required string path = 1;
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.Builder.setPathBytes(com.google.protobuf.ByteString value)
          required string path = 1;
 BKJournalProtos.CurrentInprogressProto.Builder BKJournalProtos.CurrentInprogressProto.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.