org.apache.hadoop.hbase.protobuf.generated
Interface SnapshotProtos.SnapshotFileInfoOrBuilder

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

public static interface SnapshotProtos.SnapshotFileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getHfile()
          optional string hfile = 3;
 com.google.protobuf.ByteString getHfileBytes()
          optional string hfile = 3;
 SnapshotProtos.SnapshotFileInfo.Type getType()
          required .SnapshotFileInfo.Type type = 1;
 String getWalName()
          optional string wal_name = 5;
 com.google.protobuf.ByteString getWalNameBytes()
          optional string wal_name = 5;
 String getWalServer()
          optional string wal_server = 4;
 com.google.protobuf.ByteString getWalServerBytes()
          optional string wal_server = 4;
 boolean hasHfile()
          optional string hfile = 3;
 boolean hasType()
          required .SnapshotFileInfo.Type type = 1;
 boolean hasWalName()
          optional string wal_name = 5;
 boolean hasWalServer()
          optional string wal_server = 4;
 
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

hasType

boolean hasType()
required .SnapshotFileInfo.Type type = 1;


getType

SnapshotProtos.SnapshotFileInfo.Type getType()
required .SnapshotFileInfo.Type type = 1;


hasHfile

boolean hasHfile()
optional string hfile = 3;


getHfile

String getHfile()
optional string hfile = 3;


getHfileBytes

com.google.protobuf.ByteString getHfileBytes()
optional string hfile = 3;


hasWalServer

boolean hasWalServer()
optional string wal_server = 4;


getWalServer

String getWalServer()
optional string wal_server = 4;


getWalServerBytes

com.google.protobuf.ByteString getWalServerBytes()
optional string wal_server = 4;


hasWalName

boolean hasWalName()
optional string wal_name = 5;


getWalName

String getWalName()
optional string wal_name = 5;


getWalNameBytes

com.google.protobuf.ByteString getWalNameBytes()
optional string wal_name = 5;



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