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

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>
              extended by org.apache.hadoop.contrib.bkjournal.BKJournalProtos.CurrentInprogressProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, BKJournalProtos.CurrentInprogressProtoOrBuilder
Enclosing class:
BKJournalProtos.CurrentInprogressProto

public static final class BKJournalProtos.CurrentInprogressProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>
implements BKJournalProtos.CurrentInprogressProtoOrBuilder

Protobuf type hadoop.hdfs.CurrentInprogressProto


Method Summary
 BKJournalProtos.CurrentInprogressProto build()
           
 BKJournalProtos.CurrentInprogressProto buildPartial()
           
 BKJournalProtos.CurrentInprogressProto.Builder clear()
           
 BKJournalProtos.CurrentInprogressProto.Builder clearHostname()
          optional string hostname = 2;
 BKJournalProtos.CurrentInprogressProto.Builder clearPath()
          required string path = 1;
 BKJournalProtos.CurrentInprogressProto.Builder clone()
           
 BKJournalProtos.CurrentInprogressProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getHostname()
          optional string hostname = 2;
 com.google.protobuf.ByteString getHostnameBytes()
          optional string hostname = 2;
 String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 boolean hasHostname()
          optional string hostname = 2;
 boolean hasPath()
          required string path = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 BKJournalProtos.CurrentInprogressProto.Builder mergeFrom(BKJournalProtos.CurrentInprogressProto other)
           
 BKJournalProtos.CurrentInprogressProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 BKJournalProtos.CurrentInprogressProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 BKJournalProtos.CurrentInprogressProto.Builder setHostname(String value)
          optional string hostname = 2;
 BKJournalProtos.CurrentInprogressProto.Builder setHostnameBytes(com.google.protobuf.ByteString value)
          optional string hostname = 2;
 BKJournalProtos.CurrentInprogressProto.Builder setPath(String value)
          required string path = 1;
 BKJournalProtos.CurrentInprogressProto.Builder setPathBytes(com.google.protobuf.ByteString value)
          required string path = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>

clear

public BKJournalProtos.CurrentInprogressProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>

clone

public BKJournalProtos.CurrentInprogressProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>

getDefaultInstanceForType

public BKJournalProtos.CurrentInprogressProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public BKJournalProtos.CurrentInprogressProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public BKJournalProtos.CurrentInprogressProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public BKJournalProtos.CurrentInprogressProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>

mergeFrom

public BKJournalProtos.CurrentInprogressProto.Builder mergeFrom(BKJournalProtos.CurrentInprogressProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>

mergeFrom

public BKJournalProtos.CurrentInprogressProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BKJournalProtos.CurrentInprogressProto.Builder>
Throws:
IOException

hasPath

public boolean hasPath()
required string path = 1;

Specified by:
hasPath in interface BKJournalProtos.CurrentInprogressProtoOrBuilder

getPath

public String getPath()
required string path = 1;

Specified by:
getPath in interface BKJournalProtos.CurrentInprogressProtoOrBuilder

getPathBytes

public com.google.protobuf.ByteString getPathBytes()
required string path = 1;

Specified by:
getPathBytes in interface BKJournalProtos.CurrentInprogressProtoOrBuilder

setPath

public BKJournalProtos.CurrentInprogressProto.Builder setPath(String value)
required string path = 1;


clearPath

public BKJournalProtos.CurrentInprogressProto.Builder clearPath()
required string path = 1;


setPathBytes

public BKJournalProtos.CurrentInprogressProto.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;


hasHostname

public boolean hasHostname()
optional string hostname = 2;

Specified by:
hasHostname in interface BKJournalProtos.CurrentInprogressProtoOrBuilder

getHostname

public String getHostname()
optional string hostname = 2;

Specified by:
getHostname in interface BKJournalProtos.CurrentInprogressProtoOrBuilder

getHostnameBytes

public com.google.protobuf.ByteString getHostnameBytes()
optional string hostname = 2;

Specified by:
getHostnameBytes in interface BKJournalProtos.CurrentInprogressProtoOrBuilder

setHostname

public BKJournalProtos.CurrentInprogressProto.Builder setHostname(String value)
optional string hostname = 2;


clearHostname

public BKJournalProtos.CurrentInprogressProto.Builder clearHostname()
optional string hostname = 2;


setHostnameBytes

public BKJournalProtos.CurrentInprogressProto.Builder setHostnameBytes(com.google.protobuf.ByteString value)
optional string hostname = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.