public static interface ProtosFactory.LogFileMetaDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBackupCheckpointPosition()
optional sfixed64 backupCheckpointPosition = 6; |
long |
getBackupCheckpointWriteOrderID()
optional sfixed64 backupCheckpointWriteOrderID = 7; |
long |
getCheckpointPosition()
required sfixed64 checkpointPosition = 3; |
long |
getCheckpointWriteOrderID()
required sfixed64 checkpointWriteOrderID = 4; |
ProtosFactory.LogFileEncryption |
getEncryption()
optional .LogFileEncryption encryption = 5; |
ProtosFactory.LogFileEncryptionOrBuilder |
getEncryptionOrBuilder()
optional .LogFileEncryption encryption = 5; |
int |
getLogFileID()
required sfixed32 logFileID = 2; |
int |
getVersion()
required sfixed32 version = 1; |
boolean |
hasBackupCheckpointPosition()
optional sfixed64 backupCheckpointPosition = 6; |
boolean |
hasBackupCheckpointWriteOrderID()
optional sfixed64 backupCheckpointWriteOrderID = 7; |
boolean |
hasCheckpointPosition()
required sfixed64 checkpointPosition = 3; |
boolean |
hasCheckpointWriteOrderID()
required sfixed64 checkpointWriteOrderID = 4; |
boolean |
hasEncryption()
optional .LogFileEncryption encryption = 5; |
boolean |
hasLogFileID()
required sfixed32 logFileID = 2; |
boolean |
hasVersion()
required sfixed32 version = 1; |
boolean hasVersion()
required sfixed32 version = 1;
int getVersion()
required sfixed32 version = 1;
boolean hasLogFileID()
required sfixed32 logFileID = 2;
int getLogFileID()
required sfixed32 logFileID = 2;
boolean hasCheckpointPosition()
required sfixed64 checkpointPosition = 3;
long getCheckpointPosition()
required sfixed64 checkpointPosition = 3;
boolean hasCheckpointWriteOrderID()
required sfixed64 checkpointWriteOrderID = 4;
long getCheckpointWriteOrderID()
required sfixed64 checkpointWriteOrderID = 4;
boolean hasEncryption()
optional .LogFileEncryption encryption = 5;
ProtosFactory.LogFileEncryption getEncryption()
optional .LogFileEncryption encryption = 5;
ProtosFactory.LogFileEncryptionOrBuilder getEncryptionOrBuilder()
optional .LogFileEncryption encryption = 5;
boolean hasBackupCheckpointPosition()
optional sfixed64 backupCheckpointPosition = 6;
long getBackupCheckpointPosition()
optional sfixed64 backupCheckpointPosition = 6;
boolean hasBackupCheckpointWriteOrderID()
optional sfixed64 backupCheckpointWriteOrderID = 7;
long getBackupCheckpointWriteOrderID()
optional sfixed64 backupCheckpointWriteOrderID = 7;
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.