|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ProtosFactory.LogFileMetaDataOrBuilder
Method Summary | |
---|---|
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; |
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 |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |