org.apache.hadoop.hbase.protobuf.generated
Class MasterProtos.IsSnapshotDoneRequest.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<MasterProtos.IsSnapshotDoneRequest.Builder>
              extended by org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsSnapshotDoneRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, MasterProtos.IsSnapshotDoneRequestOrBuilder
Enclosing class:
MasterProtos.IsSnapshotDoneRequest

public static final class MasterProtos.IsSnapshotDoneRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<MasterProtos.IsSnapshotDoneRequest.Builder>
implements MasterProtos.IsSnapshotDoneRequestOrBuilder

Protobuf type IsSnapshotDoneRequest

 if you don't send the snapshot, then you will get it back
 in the response (if the snapshot is done) so you can check the snapshot
 


Method Summary
 MasterProtos.IsSnapshotDoneRequest build()
           
 MasterProtos.IsSnapshotDoneRequest buildPartial()
           
 MasterProtos.IsSnapshotDoneRequest.Builder clear()
           
 MasterProtos.IsSnapshotDoneRequest.Builder clearSnapshot()
          optional .SnapshotDescription snapshot = 1;
 MasterProtos.IsSnapshotDoneRequest.Builder clone()
           
 MasterProtos.IsSnapshotDoneRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 HBaseProtos.SnapshotDescription getSnapshot()
          optional .SnapshotDescription snapshot = 1;
 HBaseProtos.SnapshotDescription.Builder getSnapshotBuilder()
          optional .SnapshotDescription snapshot = 1;
 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
          optional .SnapshotDescription snapshot = 1;
 boolean hasSnapshot()
          optional .SnapshotDescription snapshot = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 MasterProtos.IsSnapshotDoneRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MasterProtos.IsSnapshotDoneRequest.Builder mergeFrom(MasterProtos.IsSnapshotDoneRequest other)
           
 MasterProtos.IsSnapshotDoneRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 MasterProtos.IsSnapshotDoneRequest.Builder mergeSnapshot(HBaseProtos.SnapshotDescription value)
          optional .SnapshotDescription snapshot = 1;
 MasterProtos.IsSnapshotDoneRequest.Builder setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
          optional .SnapshotDescription snapshot = 1;
 MasterProtos.IsSnapshotDoneRequest.Builder setSnapshot(HBaseProtos.SnapshotDescription value)
          optional .SnapshotDescription snapshot = 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<MasterProtos.IsSnapshotDoneRequest.Builder>

clear

public MasterProtos.IsSnapshotDoneRequest.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<MasterProtos.IsSnapshotDoneRequest.Builder>

clone

public MasterProtos.IsSnapshotDoneRequest.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<MasterProtos.IsSnapshotDoneRequest.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<MasterProtos.IsSnapshotDoneRequest.Builder>

getDefaultInstanceForType

public MasterProtos.IsSnapshotDoneRequest getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public MasterProtos.IsSnapshotDoneRequest.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<MasterProtos.IsSnapshotDoneRequest.Builder>

mergeFrom

public MasterProtos.IsSnapshotDoneRequest.Builder mergeFrom(MasterProtos.IsSnapshotDoneRequest other)

isInitialized

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

mergeFrom

public MasterProtos.IsSnapshotDoneRequest.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<MasterProtos.IsSnapshotDoneRequest.Builder>
Throws:
IOException

hasSnapshot

public boolean hasSnapshot()
optional .SnapshotDescription snapshot = 1;

Specified by:
hasSnapshot in interface MasterProtos.IsSnapshotDoneRequestOrBuilder

getSnapshot

public HBaseProtos.SnapshotDescription getSnapshot()
optional .SnapshotDescription snapshot = 1;

Specified by:
getSnapshot in interface MasterProtos.IsSnapshotDoneRequestOrBuilder

setSnapshot

public MasterProtos.IsSnapshotDoneRequest.Builder setSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 1;


setSnapshot

public MasterProtos.IsSnapshotDoneRequest.Builder setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
optional .SnapshotDescription snapshot = 1;


mergeSnapshot

public MasterProtos.IsSnapshotDoneRequest.Builder mergeSnapshot(HBaseProtos.SnapshotDescription value)
optional .SnapshotDescription snapshot = 1;


clearSnapshot

public MasterProtos.IsSnapshotDoneRequest.Builder clearSnapshot()
optional .SnapshotDescription snapshot = 1;


getSnapshotBuilder

public HBaseProtos.SnapshotDescription.Builder getSnapshotBuilder()
optional .SnapshotDescription snapshot = 1;


getSnapshotOrBuilder

public HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 1;

Specified by:
getSnapshotOrBuilder in interface MasterProtos.IsSnapshotDoneRequestOrBuilder


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.