public static final class Journal.JournalEntry extends com.google.protobuf.GeneratedMessage implements Journal.JournalEntryOrBuilder
alluxio.proto.journal.JournalEntry
Wraps around all types of Alluxio journal entries. NOTE: Exactly one of the *Entry entries is expected to be set. Ideally we would use the 'oneof' protobuf syntax to enforce this. However, 'oneof' is only available since protobuf version 2.6.0 and adding this depedency would conflict with the version of protobuf used by Hadoop 2.x and Spark. We use protobuf version 2.5.0 instead, which is compatible with Hadoop and Spark. next available id: 31
Modifier and Type | Class and Description |
---|---|
static class |
Journal.JournalEntry.Builder
Protobuf type
alluxio.proto.journal.JournalEntry |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Method and Description |
---|---|
File.AddMountPointEntry |
getAddMountPoint()
optional .alluxio.proto.journal.AddMountPointEntry add_mount_point = 2; |
File.AddMountPointEntryOrBuilder |
getAddMountPointOrBuilder()
optional .alluxio.proto.journal.AddMountPointEntry add_mount_point = 2; |
File.AsyncPersistRequestEntry |
getAsyncPersistRequest()
optional .alluxio.proto.journal.AsyncPersistRequestEntry async_persist_request = 16; |
File.AsyncPersistRequestEntryOrBuilder |
getAsyncPersistRequestOrBuilder()
optional .alluxio.proto.journal.AsyncPersistRequestEntry async_persist_request = 16; |
Block.BlockContainerIdGeneratorEntry |
getBlockContainerIdGenerator()
optional .alluxio.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3; |
Block.BlockContainerIdGeneratorEntryOrBuilder |
getBlockContainerIdGeneratorOrBuilder()
optional .alluxio.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3; |
Block.BlockInfoEntry |
getBlockInfo()
optional .alluxio.proto.journal.BlockInfoEntry block_info = 4; |
Block.BlockInfoEntryOrBuilder |
getBlockInfoOrBuilder()
optional .alluxio.proto.journal.BlockInfoEntry block_info = 4; |
File.CompleteFileEntry |
getCompleteFile()
optional .alluxio.proto.journal.CompleteFileEntry complete_file = 5; |
File.CompleteFileEntryOrBuilder |
getCompleteFileOrBuilder()
optional .alluxio.proto.journal.CompleteFileEntry complete_file = 5; |
KeyValue.CompletePartitionEntry |
getCompletePartition()
optional .alluxio.proto.journal.CompletePartitionEntry complete_partition = 21; |
KeyValue.CompletePartitionEntryOrBuilder |
getCompletePartitionOrBuilder()
optional .alluxio.proto.journal.CompletePartitionEntry complete_partition = 21; |
KeyValue.CompleteStoreEntry |
getCompleteStore()
optional .alluxio.proto.journal.CompleteStoreEntry complete_store = 22; |
KeyValue.CompleteStoreEntryOrBuilder |
getCompleteStoreOrBuilder()
optional .alluxio.proto.journal.CompleteStoreEntry complete_store = 22; |
KeyValue.CreateStoreEntry |
getCreateStore()
optional .alluxio.proto.journal.CreateStoreEntry create_store = 23; |
KeyValue.CreateStoreEntryOrBuilder |
getCreateStoreOrBuilder()
optional .alluxio.proto.journal.CreateStoreEntry create_store = 23; |
static Journal.JournalEntry |
getDefaultInstance() |
Journal.JournalEntry |
getDefaultInstanceForType() |
Block.DeleteBlockEntry |
getDeleteBlock()
optional .alluxio.proto.journal.DeleteBlockEntry delete_block = 29; |
Block.DeleteBlockEntryOrBuilder |
getDeleteBlockOrBuilder()
optional .alluxio.proto.journal.DeleteBlockEntry delete_block = 29; |
File.DeleteFileEntry |
getDeleteFile()
optional .alluxio.proto.journal.DeleteFileEntry delete_file = 6; |
File.DeleteFileEntryOrBuilder |
getDeleteFileOrBuilder()
optional .alluxio.proto.journal.DeleteFileEntry delete_file = 6; |
Lineage.DeleteLineageEntry |
getDeleteLineage()
optional .alluxio.proto.journal.DeleteLineageEntry delete_lineage = 7; |
Lineage.DeleteLineageEntryOrBuilder |
getDeleteLineageOrBuilder()
optional .alluxio.proto.journal.DeleteLineageEntry delete_lineage = 7; |
File.DeleteMountPointEntry |
getDeleteMountPoint()
optional .alluxio.proto.journal.DeleteMountPointEntry delete_mount_point = 8; |
File.DeleteMountPointEntryOrBuilder |
getDeleteMountPointOrBuilder()
optional .alluxio.proto.journal.DeleteMountPointEntry delete_mount_point = 8; |
KeyValue.DeleteStoreEntry |
getDeleteStore()
optional .alluxio.proto.journal.DeleteStoreEntry delete_store = 25; |
KeyValue.DeleteStoreEntryOrBuilder |
getDeleteStoreOrBuilder()
optional .alluxio.proto.journal.DeleteStoreEntry delete_store = 25; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
File.InodeDirectoryEntry |
getInodeDirectory()
optional .alluxio.proto.journal.InodeDirectoryEntry inode_directory = 9; |
File.InodeDirectoryIdGeneratorEntry |
getInodeDirectoryIdGenerator()
optional .alluxio.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10; |
File.InodeDirectoryIdGeneratorEntryOrBuilder |
getInodeDirectoryIdGeneratorOrBuilder()
optional .alluxio.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10; |
File.InodeDirectoryEntryOrBuilder |
getInodeDirectoryOrBuilder()
optional .alluxio.proto.journal.InodeDirectoryEntry inode_directory = 9; |
File.InodeFileEntry |
getInodeFile()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11; |
File.InodeFileEntryOrBuilder |
getInodeFileOrBuilder()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11; |
File.InodeLastModificationTimeEntry |
getInodeLastModificationTime()
optional .alluxio.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12; |
File.InodeLastModificationTimeEntryOrBuilder |
getInodeLastModificationTimeOrBuilder()
optional .alluxio.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12; |
Lineage.LineageEntry |
getLineage()
optional .alluxio.proto.journal.LineageEntry lineage = 13; |
Lineage.LineageIdGeneratorEntry |
getLineageIdGenerator()
optional .alluxio.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14; |
Lineage.LineageIdGeneratorEntryOrBuilder |
getLineageIdGeneratorOrBuilder()
optional .alluxio.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14; |
Lineage.LineageEntryOrBuilder |
getLineageOrBuilder()
optional .alluxio.proto.journal.LineageEntry lineage = 13; |
KeyValue.MergeStoreEntry |
getMergeStore()
optional .alluxio.proto.journal.MergeStoreEntry merge_store = 26; |
KeyValue.MergeStoreEntryOrBuilder |
getMergeStoreOrBuilder()
optional .alluxio.proto.journal.MergeStoreEntry merge_store = 26; |
com.google.protobuf.Parser<Journal.JournalEntry> |
getParserForType() |
File.PersistDirectoryEntry |
getPersistDirectory()
optional .alluxio.proto.journal.PersistDirectoryEntry persist_directory = 15; |
File.PersistDirectoryEntryOrBuilder |
getPersistDirectoryOrBuilder()
optional .alluxio.proto.journal.PersistDirectoryEntry persist_directory = 15; |
File.ReinitializeFileEntry |
getReinitializeFile()
optional .alluxio.proto.journal.ReinitializeFileEntry reinitialize_file = 18; |
File.ReinitializeFileEntryOrBuilder |
getReinitializeFileOrBuilder()
optional .alluxio.proto.journal.ReinitializeFileEntry reinitialize_file = 18; |
File.RenameEntry |
getRename()
optional .alluxio.proto.journal.RenameEntry rename = 19; |
File.RenameEntryOrBuilder |
getRenameOrBuilder()
optional .alluxio.proto.journal.RenameEntry rename = 19; |
KeyValue.RenameStoreEntry |
getRenameStore()
optional .alluxio.proto.journal.RenameStoreEntry rename_store = 28; |
KeyValue.RenameStoreEntryOrBuilder |
getRenameStoreOrBuilder()
optional .alluxio.proto.journal.RenameStoreEntry rename_store = 28; |
long |
getSequenceNumber()
optional int64 sequence_number = 1; |
int |
getSerializedSize() |
File.SetAttributeEntry |
getSetAttribute()
optional .alluxio.proto.journal.SetAttributeEntry set_attribute = 27; |
File.SetAttributeEntryOrBuilder |
getSetAttributeOrBuilder()
optional .alluxio.proto.journal.SetAttributeEntry set_attribute = 27; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
File.UpdateUfsModeEntry |
getUpdateUfsMode()
optional .alluxio.proto.journal.UpdateUfsModeEntry update_ufs_mode = 30; |
File.UpdateUfsModeEntryOrBuilder |
getUpdateUfsModeOrBuilder()
optional .alluxio.proto.journal.UpdateUfsModeEntry update_ufs_mode = 30; |
boolean |
hasAddMountPoint()
optional .alluxio.proto.journal.AddMountPointEntry add_mount_point = 2; |
boolean |
hasAsyncPersistRequest()
optional .alluxio.proto.journal.AsyncPersistRequestEntry async_persist_request = 16; |
boolean |
hasBlockContainerIdGenerator()
optional .alluxio.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3; |
boolean |
hasBlockInfo()
optional .alluxio.proto.journal.BlockInfoEntry block_info = 4; |
boolean |
hasCompleteFile()
optional .alluxio.proto.journal.CompleteFileEntry complete_file = 5; |
boolean |
hasCompletePartition()
optional .alluxio.proto.journal.CompletePartitionEntry complete_partition = 21; |
boolean |
hasCompleteStore()
optional .alluxio.proto.journal.CompleteStoreEntry complete_store = 22; |
boolean |
hasCreateStore()
optional .alluxio.proto.journal.CreateStoreEntry create_store = 23; |
boolean |
hasDeleteBlock()
optional .alluxio.proto.journal.DeleteBlockEntry delete_block = 29; |
boolean |
hasDeleteFile()
optional .alluxio.proto.journal.DeleteFileEntry delete_file = 6; |
boolean |
hasDeleteLineage()
optional .alluxio.proto.journal.DeleteLineageEntry delete_lineage = 7; |
boolean |
hasDeleteMountPoint()
optional .alluxio.proto.journal.DeleteMountPointEntry delete_mount_point = 8; |
boolean |
hasDeleteStore()
optional .alluxio.proto.journal.DeleteStoreEntry delete_store = 25; |
boolean |
hasInodeDirectory()
optional .alluxio.proto.journal.InodeDirectoryEntry inode_directory = 9; |
boolean |
hasInodeDirectoryIdGenerator()
optional .alluxio.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10; |
boolean |
hasInodeFile()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11; |
boolean |
hasInodeLastModificationTime()
optional .alluxio.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12; |
boolean |
hasLineage()
optional .alluxio.proto.journal.LineageEntry lineage = 13; |
boolean |
hasLineageIdGenerator()
optional .alluxio.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14; |
boolean |
hasMergeStore()
optional .alluxio.proto.journal.MergeStoreEntry merge_store = 26; |
boolean |
hasPersistDirectory()
optional .alluxio.proto.journal.PersistDirectoryEntry persist_directory = 15; |
boolean |
hasReinitializeFile()
optional .alluxio.proto.journal.ReinitializeFileEntry reinitialize_file = 18; |
boolean |
hasRename()
optional .alluxio.proto.journal.RenameEntry rename = 19; |
boolean |
hasRenameStore()
optional .alluxio.proto.journal.RenameStoreEntry rename_store = 28; |
boolean |
hasSequenceNumber()
optional int64 sequence_number = 1; |
boolean |
hasSetAttribute()
optional .alluxio.proto.journal.SetAttributeEntry set_attribute = 27; |
boolean |
hasUpdateUfsMode()
optional .alluxio.proto.journal.UpdateUfsModeEntry update_ufs_mode = 30; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Journal.JournalEntry.Builder |
newBuilder() |
static Journal.JournalEntry.Builder |
newBuilder(Journal.JournalEntry prototype) |
Journal.JournalEntry.Builder |
newBuilderForType() |
protected Journal.JournalEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Journal.JournalEntry |
parseDelimitedFrom(InputStream input) |
static Journal.JournalEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Journal.JournalEntry |
parseFrom(byte[] data) |
static Journal.JournalEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Journal.JournalEntry |
parseFrom(com.google.protobuf.ByteString data) |
static Journal.JournalEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Journal.JournalEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Journal.JournalEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Journal.JournalEntry |
parseFrom(InputStream input) |
static Journal.JournalEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Journal.JournalEntry.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Journal.JournalEntry> PARSER
public static final int SEQUENCE_NUMBER_FIELD_NUMBER
public static final int ADD_MOUNT_POINT_FIELD_NUMBER
public static final int ASYNC_PERSIST_REQUEST_FIELD_NUMBER
public static final int BLOCK_CONTAINER_ID_GENERATOR_FIELD_NUMBER
public static final int BLOCK_INFO_FIELD_NUMBER
public static final int COMPLETE_FILE_FIELD_NUMBER
public static final int COMPLETE_PARTITION_FIELD_NUMBER
public static final int COMPLETE_STORE_FIELD_NUMBER
public static final int CREATE_STORE_FIELD_NUMBER
public static final int DELETE_BLOCK_FIELD_NUMBER
public static final int DELETE_FILE_FIELD_NUMBER
public static final int DELETE_LINEAGE_FIELD_NUMBER
public static final int DELETE_MOUNT_POINT_FIELD_NUMBER
public static final int DELETE_STORE_FIELD_NUMBER
public static final int INODE_DIRECTORY_FIELD_NUMBER
public static final int INODE_DIRECTORY_ID_GENERATOR_FIELD_NUMBER
public static final int INODE_FILE_FIELD_NUMBER
public static final int INODE_LAST_MODIFICATION_TIME_FIELD_NUMBER
public static final int LINEAGE_FIELD_NUMBER
public static final int LINEAGE_ID_GENERATOR_FIELD_NUMBER
public static final int MERGE_STORE_FIELD_NUMBER
public static final int PERSIST_DIRECTORY_FIELD_NUMBER
public static final int REINITIALIZE_FILE_FIELD_NUMBER
public static final int RENAME_FIELD_NUMBER
public static final int RENAME_STORE_FIELD_NUMBER
public static final int SET_ATTRIBUTE_FIELD_NUMBER
public static final int UPDATE_UFS_MODE_FIELD_NUMBER
public static Journal.JournalEntry getDefaultInstance()
public Journal.JournalEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Journal.JournalEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasSequenceNumber()
optional int64 sequence_number = 1;
hasSequenceNumber
in interface Journal.JournalEntryOrBuilder
public long getSequenceNumber()
optional int64 sequence_number = 1;
getSequenceNumber
in interface Journal.JournalEntryOrBuilder
public boolean hasAddMountPoint()
optional .alluxio.proto.journal.AddMountPointEntry add_mount_point = 2;
hasAddMountPoint
in interface Journal.JournalEntryOrBuilder
public File.AddMountPointEntry getAddMountPoint()
optional .alluxio.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPoint
in interface Journal.JournalEntryOrBuilder
public File.AddMountPointEntryOrBuilder getAddMountPointOrBuilder()
optional .alluxio.proto.journal.AddMountPointEntry add_mount_point = 2;
getAddMountPointOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasAsyncPersistRequest()
optional .alluxio.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
hasAsyncPersistRequest
in interface Journal.JournalEntryOrBuilder
public File.AsyncPersistRequestEntry getAsyncPersistRequest()
optional .alluxio.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequest
in interface Journal.JournalEntryOrBuilder
public File.AsyncPersistRequestEntryOrBuilder getAsyncPersistRequestOrBuilder()
optional .alluxio.proto.journal.AsyncPersistRequestEntry async_persist_request = 16;
getAsyncPersistRequestOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasBlockContainerIdGenerator()
optional .alluxio.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
hasBlockContainerIdGenerator
in interface Journal.JournalEntryOrBuilder
public Block.BlockContainerIdGeneratorEntry getBlockContainerIdGenerator()
optional .alluxio.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGenerator
in interface Journal.JournalEntryOrBuilder
public Block.BlockContainerIdGeneratorEntryOrBuilder getBlockContainerIdGeneratorOrBuilder()
optional .alluxio.proto.journal.BlockContainerIdGeneratorEntry block_container_id_generator = 3;
getBlockContainerIdGeneratorOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasBlockInfo()
optional .alluxio.proto.journal.BlockInfoEntry block_info = 4;
hasBlockInfo
in interface Journal.JournalEntryOrBuilder
public Block.BlockInfoEntry getBlockInfo()
optional .alluxio.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfo
in interface Journal.JournalEntryOrBuilder
public Block.BlockInfoEntryOrBuilder getBlockInfoOrBuilder()
optional .alluxio.proto.journal.BlockInfoEntry block_info = 4;
getBlockInfoOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasCompleteFile()
optional .alluxio.proto.journal.CompleteFileEntry complete_file = 5;
hasCompleteFile
in interface Journal.JournalEntryOrBuilder
public File.CompleteFileEntry getCompleteFile()
optional .alluxio.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFile
in interface Journal.JournalEntryOrBuilder
public File.CompleteFileEntryOrBuilder getCompleteFileOrBuilder()
optional .alluxio.proto.journal.CompleteFileEntry complete_file = 5;
getCompleteFileOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasCompletePartition()
optional .alluxio.proto.journal.CompletePartitionEntry complete_partition = 21;
hasCompletePartition
in interface Journal.JournalEntryOrBuilder
public KeyValue.CompletePartitionEntry getCompletePartition()
optional .alluxio.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartition
in interface Journal.JournalEntryOrBuilder
public KeyValue.CompletePartitionEntryOrBuilder getCompletePartitionOrBuilder()
optional .alluxio.proto.journal.CompletePartitionEntry complete_partition = 21;
getCompletePartitionOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasCompleteStore()
optional .alluxio.proto.journal.CompleteStoreEntry complete_store = 22;
hasCompleteStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.CompleteStoreEntry getCompleteStore()
optional .alluxio.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.CompleteStoreEntryOrBuilder getCompleteStoreOrBuilder()
optional .alluxio.proto.journal.CompleteStoreEntry complete_store = 22;
getCompleteStoreOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasCreateStore()
optional .alluxio.proto.journal.CreateStoreEntry create_store = 23;
hasCreateStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.CreateStoreEntry getCreateStore()
optional .alluxio.proto.journal.CreateStoreEntry create_store = 23;
getCreateStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.CreateStoreEntryOrBuilder getCreateStoreOrBuilder()
optional .alluxio.proto.journal.CreateStoreEntry create_store = 23;
getCreateStoreOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasDeleteBlock()
optional .alluxio.proto.journal.DeleteBlockEntry delete_block = 29;
hasDeleteBlock
in interface Journal.JournalEntryOrBuilder
public Block.DeleteBlockEntry getDeleteBlock()
optional .alluxio.proto.journal.DeleteBlockEntry delete_block = 29;
getDeleteBlock
in interface Journal.JournalEntryOrBuilder
public Block.DeleteBlockEntryOrBuilder getDeleteBlockOrBuilder()
optional .alluxio.proto.journal.DeleteBlockEntry delete_block = 29;
getDeleteBlockOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasDeleteFile()
optional .alluxio.proto.journal.DeleteFileEntry delete_file = 6;
hasDeleteFile
in interface Journal.JournalEntryOrBuilder
public File.DeleteFileEntry getDeleteFile()
optional .alluxio.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFile
in interface Journal.JournalEntryOrBuilder
public File.DeleteFileEntryOrBuilder getDeleteFileOrBuilder()
optional .alluxio.proto.journal.DeleteFileEntry delete_file = 6;
getDeleteFileOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasDeleteLineage()
optional .alluxio.proto.journal.DeleteLineageEntry delete_lineage = 7;
hasDeleteLineage
in interface Journal.JournalEntryOrBuilder
public Lineage.DeleteLineageEntry getDeleteLineage()
optional .alluxio.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineage
in interface Journal.JournalEntryOrBuilder
public Lineage.DeleteLineageEntryOrBuilder getDeleteLineageOrBuilder()
optional .alluxio.proto.journal.DeleteLineageEntry delete_lineage = 7;
getDeleteLineageOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasDeleteMountPoint()
optional .alluxio.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
hasDeleteMountPoint
in interface Journal.JournalEntryOrBuilder
public File.DeleteMountPointEntry getDeleteMountPoint()
optional .alluxio.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPoint
in interface Journal.JournalEntryOrBuilder
public File.DeleteMountPointEntryOrBuilder getDeleteMountPointOrBuilder()
optional .alluxio.proto.journal.DeleteMountPointEntry delete_mount_point = 8;
getDeleteMountPointOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasDeleteStore()
optional .alluxio.proto.journal.DeleteStoreEntry delete_store = 25;
hasDeleteStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.DeleteStoreEntry getDeleteStore()
optional .alluxio.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.DeleteStoreEntryOrBuilder getDeleteStoreOrBuilder()
optional .alluxio.proto.journal.DeleteStoreEntry delete_store = 25;
getDeleteStoreOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasInodeDirectory()
optional .alluxio.proto.journal.InodeDirectoryEntry inode_directory = 9;
hasInodeDirectory
in interface Journal.JournalEntryOrBuilder
public File.InodeDirectoryEntry getInodeDirectory()
optional .alluxio.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectory
in interface Journal.JournalEntryOrBuilder
public File.InodeDirectoryEntryOrBuilder getInodeDirectoryOrBuilder()
optional .alluxio.proto.journal.InodeDirectoryEntry inode_directory = 9;
getInodeDirectoryOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasInodeDirectoryIdGenerator()
optional .alluxio.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
hasInodeDirectoryIdGenerator
in interface Journal.JournalEntryOrBuilder
public File.InodeDirectoryIdGeneratorEntry getInodeDirectoryIdGenerator()
optional .alluxio.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGenerator
in interface Journal.JournalEntryOrBuilder
public File.InodeDirectoryIdGeneratorEntryOrBuilder getInodeDirectoryIdGeneratorOrBuilder()
optional .alluxio.proto.journal.InodeDirectoryIdGeneratorEntry inode_directory_id_generator = 10;
getInodeDirectoryIdGeneratorOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasInodeFile()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11;
hasInodeFile
in interface Journal.JournalEntryOrBuilder
public File.InodeFileEntry getInodeFile()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11;
getInodeFile
in interface Journal.JournalEntryOrBuilder
public File.InodeFileEntryOrBuilder getInodeFileOrBuilder()
optional .alluxio.proto.journal.InodeFileEntry inode_file = 11;
getInodeFileOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasInodeLastModificationTime()
optional .alluxio.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
hasInodeLastModificationTime
in interface Journal.JournalEntryOrBuilder
public File.InodeLastModificationTimeEntry getInodeLastModificationTime()
optional .alluxio.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTime
in interface Journal.JournalEntryOrBuilder
public File.InodeLastModificationTimeEntryOrBuilder getInodeLastModificationTimeOrBuilder()
optional .alluxio.proto.journal.InodeLastModificationTimeEntry inode_last_modification_time = 12;
getInodeLastModificationTimeOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasLineage()
optional .alluxio.proto.journal.LineageEntry lineage = 13;
hasLineage
in interface Journal.JournalEntryOrBuilder
public Lineage.LineageEntry getLineage()
optional .alluxio.proto.journal.LineageEntry lineage = 13;
getLineage
in interface Journal.JournalEntryOrBuilder
public Lineage.LineageEntryOrBuilder getLineageOrBuilder()
optional .alluxio.proto.journal.LineageEntry lineage = 13;
getLineageOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasLineageIdGenerator()
optional .alluxio.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
hasLineageIdGenerator
in interface Journal.JournalEntryOrBuilder
public Lineage.LineageIdGeneratorEntry getLineageIdGenerator()
optional .alluxio.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGenerator
in interface Journal.JournalEntryOrBuilder
public Lineage.LineageIdGeneratorEntryOrBuilder getLineageIdGeneratorOrBuilder()
optional .alluxio.proto.journal.LineageIdGeneratorEntry lineage_id_generator = 14;
getLineageIdGeneratorOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasMergeStore()
optional .alluxio.proto.journal.MergeStoreEntry merge_store = 26;
hasMergeStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.MergeStoreEntry getMergeStore()
optional .alluxio.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.MergeStoreEntryOrBuilder getMergeStoreOrBuilder()
optional .alluxio.proto.journal.MergeStoreEntry merge_store = 26;
getMergeStoreOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasPersistDirectory()
optional .alluxio.proto.journal.PersistDirectoryEntry persist_directory = 15;
hasPersistDirectory
in interface Journal.JournalEntryOrBuilder
public File.PersistDirectoryEntry getPersistDirectory()
optional .alluxio.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectory
in interface Journal.JournalEntryOrBuilder
public File.PersistDirectoryEntryOrBuilder getPersistDirectoryOrBuilder()
optional .alluxio.proto.journal.PersistDirectoryEntry persist_directory = 15;
getPersistDirectoryOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasReinitializeFile()
optional .alluxio.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
hasReinitializeFile
in interface Journal.JournalEntryOrBuilder
public File.ReinitializeFileEntry getReinitializeFile()
optional .alluxio.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFile
in interface Journal.JournalEntryOrBuilder
public File.ReinitializeFileEntryOrBuilder getReinitializeFileOrBuilder()
optional .alluxio.proto.journal.ReinitializeFileEntry reinitialize_file = 18;
getReinitializeFileOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasRename()
optional .alluxio.proto.journal.RenameEntry rename = 19;
hasRename
in interface Journal.JournalEntryOrBuilder
public File.RenameEntry getRename()
optional .alluxio.proto.journal.RenameEntry rename = 19;
getRename
in interface Journal.JournalEntryOrBuilder
public File.RenameEntryOrBuilder getRenameOrBuilder()
optional .alluxio.proto.journal.RenameEntry rename = 19;
getRenameOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasRenameStore()
optional .alluxio.proto.journal.RenameStoreEntry rename_store = 28;
hasRenameStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.RenameStoreEntry getRenameStore()
optional .alluxio.proto.journal.RenameStoreEntry rename_store = 28;
getRenameStore
in interface Journal.JournalEntryOrBuilder
public KeyValue.RenameStoreEntryOrBuilder getRenameStoreOrBuilder()
optional .alluxio.proto.journal.RenameStoreEntry rename_store = 28;
getRenameStoreOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasSetAttribute()
optional .alluxio.proto.journal.SetAttributeEntry set_attribute = 27;
hasSetAttribute
in interface Journal.JournalEntryOrBuilder
public File.SetAttributeEntry getSetAttribute()
optional .alluxio.proto.journal.SetAttributeEntry set_attribute = 27;
getSetAttribute
in interface Journal.JournalEntryOrBuilder
public File.SetAttributeEntryOrBuilder getSetAttributeOrBuilder()
optional .alluxio.proto.journal.SetAttributeEntry set_attribute = 27;
getSetAttributeOrBuilder
in interface Journal.JournalEntryOrBuilder
public boolean hasUpdateUfsMode()
optional .alluxio.proto.journal.UpdateUfsModeEntry update_ufs_mode = 30;
hasUpdateUfsMode
in interface Journal.JournalEntryOrBuilder
public File.UpdateUfsModeEntry getUpdateUfsMode()
optional .alluxio.proto.journal.UpdateUfsModeEntry update_ufs_mode = 30;
getUpdateUfsMode
in interface Journal.JournalEntryOrBuilder
public File.UpdateUfsModeEntryOrBuilder getUpdateUfsModeOrBuilder()
optional .alluxio.proto.journal.UpdateUfsModeEntry update_ufs_mode = 30;
getUpdateUfsModeOrBuilder
in interface Journal.JournalEntryOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Journal.JournalEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Journal.JournalEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Journal.JournalEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Journal.JournalEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Journal.JournalEntry parseFrom(InputStream input) throws IOException
IOException
public static Journal.JournalEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Journal.JournalEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Journal.JournalEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Journal.JournalEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Journal.JournalEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Journal.JournalEntry.Builder newBuilder()
public Journal.JournalEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Journal.JournalEntry.Builder newBuilder(Journal.JournalEntry prototype)
public Journal.JournalEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Journal.JournalEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2023. All Rights Reserved.