public static interface SnapshotProtos.SnapshotFileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasType()
required .SnapshotFileInfo.Type type = 1;
SnapshotProtos.SnapshotFileInfo.Type getType()
required .SnapshotFileInfo.Type type = 1;
boolean hasHfile()
optional string hfile = 3;
String getHfile()
optional string hfile = 3;
com.google.protobuf.ByteString getHfileBytes()
optional string hfile = 3;
boolean hasWalServer()
optional string wal_server = 4;
String getWalServer()
optional string wal_server = 4;
com.google.protobuf.ByteString getWalServerBytes()
optional string wal_server = 4;
boolean hasWalName()
optional string wal_name = 5;
String getWalName()
optional string wal_name = 5;
com.google.protobuf.ByteString getWalNameBytes()
optional string wal_name = 5;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.