org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.SnapshotDescriptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HBaseProtos.SnapshotDescription, HBaseProtos.SnapshotDescription.Builder
Enclosing class:
HBaseProtos

public static interface HBaseProtos.SnapshotDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getCreationTime()
          optional int64 creation_time = 3 [default = 0];
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 String getTable()
          optional string table = 2;
 com.google.protobuf.ByteString getTableBytes()
          optional string table = 2;
 HBaseProtos.SnapshotDescription.Type getType()
          optional .SnapshotDescription.Type type = 4 [default = FLUSH];
 int getVersion()
          optional int32 version = 5;
 boolean hasCreationTime()
          optional int64 creation_time = 3 [default = 0];
 boolean hasName()
          required string name = 1;
 boolean hasTable()
          optional string table = 2;
 boolean hasType()
          optional .SnapshotDescription.Type type = 4 [default = FLUSH];
 boolean hasVersion()
          optional int32 version = 5;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()
required string name = 1;


getName

String getName()
required string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
required string name = 1;


hasTable

boolean hasTable()
optional string table = 2;
 not needed for delete, but checked for in taking snapshot
 


getTable

String getTable()
optional string table = 2;
 not needed for delete, but checked for in taking snapshot
 


getTableBytes

com.google.protobuf.ByteString getTableBytes()
optional string table = 2;
 not needed for delete, but checked for in taking snapshot
 


hasCreationTime

boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];


getCreationTime

long getCreationTime()
optional int64 creation_time = 3 [default = 0];


hasType

boolean hasType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];


getType

HBaseProtos.SnapshotDescription.Type getType()
optional .SnapshotDescription.Type type = 4 [default = FLUSH];


hasVersion

boolean hasVersion()
optional int32 version = 5;


getVersion

int getVersion()
optional int32 version = 5;



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