org.apache.hadoop.hdfs.server.namenode
Class FsImageProto.INodeSection.FileUnderConstructionFeature.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<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>
              extended by org.apache.hadoop.hdfs.server.namenode.FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder
Enclosing class:
FsImageProto.INodeSection.FileUnderConstructionFeature

public static final class FsImageProto.INodeSection.FileUnderConstructionFeature.Builder
extends com.google.protobuf.GeneratedMessage.Builder<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>
implements FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

Protobuf type hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature


 under-construction feature for INodeFile
 


Method Summary
 FsImageProto.INodeSection.FileUnderConstructionFeature build()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature buildPartial()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder clear()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder clearClientMachine()
          optional string clientMachine = 2;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder clearClientName()
          optional string clientName = 1;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder clone()
           
 String getClientMachine()
          optional string clientMachine = 2;
 com.google.protobuf.ByteString getClientMachineBytes()
          optional string clientMachine = 2;
 String getClientName()
          optional string clientName = 1;
 com.google.protobuf.ByteString getClientNameBytes()
          optional string clientName = 1;
 FsImageProto.INodeSection.FileUnderConstructionFeature getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasClientMachine()
          optional string clientMachine = 2;
 boolean hasClientName()
          optional string clientName = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder mergeFrom(FsImageProto.INodeSection.FileUnderConstructionFeature other)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder mergeFrom(com.google.protobuf.Message other)
           
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientMachine(String value)
          optional string clientMachine = 2;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientMachineBytes(com.google.protobuf.ByteString value)
          optional string clientMachine = 2;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientName(String value)
          optional string clientName = 1;
 FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientNameBytes(com.google.protobuf.ByteString value)
          optional string clientName = 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<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>

clear

public FsImageProto.INodeSection.FileUnderConstructionFeature.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<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>

clone

public FsImageProto.INodeSection.FileUnderConstructionFeature.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<FsImageProto.INodeSection.FileUnderConstructionFeature.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<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>

getDefaultInstanceForType

public FsImageProto.INodeSection.FileUnderConstructionFeature getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public FsImageProto.INodeSection.FileUnderConstructionFeature build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public FsImageProto.INodeSection.FileUnderConstructionFeature buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public FsImageProto.INodeSection.FileUnderConstructionFeature.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<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>

mergeFrom

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder mergeFrom(FsImageProto.INodeSection.FileUnderConstructionFeature other)

isInitialized

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

mergeFrom

public FsImageProto.INodeSection.FileUnderConstructionFeature.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<FsImageProto.INodeSection.FileUnderConstructionFeature.Builder>
Throws:
IOException

hasClientName

public boolean hasClientName()
optional string clientName = 1;

Specified by:
hasClientName in interface FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

getClientName

public String getClientName()
optional string clientName = 1;

Specified by:
getClientName in interface FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

getClientNameBytes

public com.google.protobuf.ByteString getClientNameBytes()
optional string clientName = 1;

Specified by:
getClientNameBytes in interface FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

setClientName

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientName(String value)
optional string clientName = 1;


clearClientName

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder clearClientName()
optional string clientName = 1;


setClientNameBytes

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientNameBytes(com.google.protobuf.ByteString value)
optional string clientName = 1;


hasClientMachine

public boolean hasClientMachine()
optional string clientMachine = 2;

Specified by:
hasClientMachine in interface FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

getClientMachine

public String getClientMachine()
optional string clientMachine = 2;

Specified by:
getClientMachine in interface FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

getClientMachineBytes

public com.google.protobuf.ByteString getClientMachineBytes()
optional string clientMachine = 2;

Specified by:
getClientMachineBytes in interface FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder

setClientMachine

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientMachine(String value)
optional string clientMachine = 2;


clearClientMachine

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder clearClientMachine()
optional string clientMachine = 2;


setClientMachineBytes

public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder setClientMachineBytes(com.google.protobuf.ByteString value)
optional string clientMachine = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.