public static interface SnapshotProtos.SnapshotFileInfoOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHfile()
optional string hfile = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getHfileBytes()
optional string hfile = 3; |
SnapshotProtos.SnapshotFileInfo.Type |
getType()
required .hbase.pb.SnapshotFileInfo.Type type = 1; |
String |
getWalName()
optional string wal_name = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getWalNameBytes()
optional string wal_name = 5; |
String |
getWalServer()
optional string wal_server = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getWalServerBytes()
optional string wal_server = 4; |
boolean |
hasHfile()
optional string hfile = 3; |
boolean |
hasType()
required .hbase.pb.SnapshotFileInfo.Type type = 1; |
boolean |
hasWalName()
optional string wal_name = 5; |
boolean |
hasWalServer()
optional string wal_server = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
required .hbase.pb.SnapshotFileInfo.Type type = 1;SnapshotProtos.SnapshotFileInfo.Type getType()
required .hbase.pb.SnapshotFileInfo.Type type = 1;boolean hasHfile()
optional string hfile = 3;String getHfile()
optional string hfile = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getHfileBytes()
optional string hfile = 3;boolean hasWalServer()
optional string wal_server = 4;String getWalServer()
optional string wal_server = 4;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getWalServerBytes()
optional string wal_server = 4;boolean hasWalName()
optional string wal_name = 5;String getWalName()
optional string wal_name = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getWalNameBytes()
optional string wal_name = 5;Copyright © 2007–2019 Cloudera. All rights reserved.