public static final class File.InodeFileEntry extends com.google.protobuf.GeneratedMessage implements File.InodeFileEntryOrBuilder
alluxio.proto.journal.InodeFileEntry
next available id: 19
Modifier and Type | Class and Description |
---|---|
static class |
File.InodeFileEntry.Builder
Protobuf type
alluxio.proto.journal.InodeFileEntry |
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 | Field and Description |
---|---|
static int |
BLOCK_SIZE_BYTES_FIELD_NUMBER |
static int |
BLOCKS_FIELD_NUMBER |
static int |
CACHEABLE_FIELD_NUMBER |
static int |
COMPLETED_FIELD_NUMBER |
static int |
CREATION_TIME_MS_FIELD_NUMBER |
static int |
GROUP_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
LAST_MODIFICATION_TIME_MS_FIELD_NUMBER |
static int |
LENGTH_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<File.InodeFileEntry> |
PARSER |
static int |
PERSISTENCE_STATE_FIELD_NUMBER |
static int |
PINNED_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
static int |
TTLACTION_FIELD_NUMBER |
static int |
UFS_FINGERPRINT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
long |
getBlocks(int index)
repeated int64 blocks = 12; |
int |
getBlocksCount()
repeated int64 blocks = 12; |
long |
getBlockSizeBytes()
optional int64 block_size_bytes = 8; |
List<Long> |
getBlocksList()
repeated int64 blocks = 12; |
boolean |
getCacheable()
optional bool cacheable = 11; |
boolean |
getCompleted()
optional bool completed = 10; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
static File.InodeFileEntry |
getDefaultInstance() |
File.InodeFileEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroup()
optional string group = 15; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 15; |
long |
getId()
optional int64 id = 1; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
long |
getLength()
optional int64 length = 9; |
int |
getMode()
optional int32 mode = 16; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getOwner()
optional string owner = 14; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 14; |
long |
getParentId()
optional int64 parent_id = 2; |
com.google.protobuf.Parser<File.InodeFileEntry> |
getParserForType() |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
boolean |
getPinned()
optional bool pinned = 5; |
int |
getSerializedSize() |
long |
getTtl()
optional int64 ttl = 13; |
File.PTtlAction |
getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 18; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 18; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBlockSizeBytes()
optional int64 block_size_bytes = 8; |
boolean |
hasCacheable()
optional bool cacheable = 11; |
boolean |
hasCompleted()
optional bool completed = 10; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasGroup()
optional string group = 15; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasLength()
optional int64 length = 9; |
boolean |
hasMode()
optional int32 mode = 16; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOwner()
optional string owner = 14; |
boolean |
hasParentId()
optional int64 parent_id = 2; |
boolean |
hasPersistenceState()
optional string persistence_state = 4; |
boolean |
hasPinned()
optional bool pinned = 5; |
boolean |
hasTtl()
optional int64 ttl = 13; |
boolean |
hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE]; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 18; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static File.InodeFileEntry.Builder |
newBuilder() |
static File.InodeFileEntry.Builder |
newBuilder(File.InodeFileEntry prototype) |
File.InodeFileEntry.Builder |
newBuilderForType() |
protected File.InodeFileEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static File.InodeFileEntry |
parseDelimitedFrom(InputStream input) |
static File.InodeFileEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(byte[] data) |
static File.InodeFileEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.ByteString data) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static File.InodeFileEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static File.InodeFileEntry |
parseFrom(InputStream input) |
static File.InodeFileEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
File.InodeFileEntry.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<File.InodeFileEntry> PARSER
public static final int ID_FIELD_NUMBER
public static final int PARENT_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PERSISTENCE_STATE_FIELD_NUMBER
public static final int PINNED_FIELD_NUMBER
public static final int CREATION_TIME_MS_FIELD_NUMBER
public static final int LAST_MODIFICATION_TIME_MS_FIELD_NUMBER
public static final int BLOCK_SIZE_BYTES_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
public static final int COMPLETED_FIELD_NUMBER
public static final int CACHEABLE_FIELD_NUMBER
public static final int BLOCKS_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int TTLACTION_FIELD_NUMBER
public static final int UFS_FINGERPRINT_FIELD_NUMBER
public static File.InodeFileEntry getDefaultInstance()
public File.InodeFileEntry 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<File.InodeFileEntry> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasId()
optional int64 id = 1;
hasId
in interface File.InodeFileEntryOrBuilder
public long getId()
optional int64 id = 1;
getId
in interface File.InodeFileEntryOrBuilder
public boolean hasParentId()
optional int64 parent_id = 2;
hasParentId
in interface File.InodeFileEntryOrBuilder
public long getParentId()
optional int64 parent_id = 2;
getParentId
in interface File.InodeFileEntryOrBuilder
public boolean hasName()
optional string name = 3;
hasName
in interface File.InodeFileEntryOrBuilder
public String getName()
optional string name = 3;
getName
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
getNameBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasPersistenceState()
optional string persistence_state = 4;
hasPersistenceState
in interface File.InodeFileEntryOrBuilder
public String getPersistenceState()
optional string persistence_state = 4;
getPersistenceState
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
getPersistenceStateBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasPinned()
optional bool pinned = 5;
hasPinned
in interface File.InodeFileEntryOrBuilder
public boolean getPinned()
optional bool pinned = 5;
getPinned
in interface File.InodeFileEntryOrBuilder
public boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
hasCreationTimeMs
in interface File.InodeFileEntryOrBuilder
public long getCreationTimeMs()
optional int64 creation_time_ms = 6;
getCreationTimeMs
in interface File.InodeFileEntryOrBuilder
public boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
hasLastModificationTimeMs
in interface File.InodeFileEntryOrBuilder
public long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
getLastModificationTimeMs
in interface File.InodeFileEntryOrBuilder
public boolean hasBlockSizeBytes()
optional int64 block_size_bytes = 8;
hasBlockSizeBytes
in interface File.InodeFileEntryOrBuilder
public long getBlockSizeBytes()
optional int64 block_size_bytes = 8;
getBlockSizeBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasLength()
optional int64 length = 9;
hasLength
in interface File.InodeFileEntryOrBuilder
public long getLength()
optional int64 length = 9;
getLength
in interface File.InodeFileEntryOrBuilder
public boolean hasCompleted()
optional bool completed = 10;
hasCompleted
in interface File.InodeFileEntryOrBuilder
public boolean getCompleted()
optional bool completed = 10;
getCompleted
in interface File.InodeFileEntryOrBuilder
public boolean hasCacheable()
optional bool cacheable = 11;
hasCacheable
in interface File.InodeFileEntryOrBuilder
public boolean getCacheable()
optional bool cacheable = 11;
getCacheable
in interface File.InodeFileEntryOrBuilder
public List<Long> getBlocksList()
repeated int64 blocks = 12;
getBlocksList
in interface File.InodeFileEntryOrBuilder
public int getBlocksCount()
repeated int64 blocks = 12;
getBlocksCount
in interface File.InodeFileEntryOrBuilder
public long getBlocks(int index)
repeated int64 blocks = 12;
getBlocks
in interface File.InodeFileEntryOrBuilder
public boolean hasTtl()
optional int64 ttl = 13;
hasTtl
in interface File.InodeFileEntryOrBuilder
public long getTtl()
optional int64 ttl = 13;
getTtl
in interface File.InodeFileEntryOrBuilder
public boolean hasOwner()
optional string owner = 14;
hasOwner
in interface File.InodeFileEntryOrBuilder
public String getOwner()
optional string owner = 14;
getOwner
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 14;
getOwnerBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasGroup()
optional string group = 15;
hasGroup
in interface File.InodeFileEntryOrBuilder
public String getGroup()
optional string group = 15;
getGroup
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getGroupBytes()
optional string group = 15;
getGroupBytes
in interface File.InodeFileEntryOrBuilder
public boolean hasMode()
optional int32 mode = 16;
hasMode
in interface File.InodeFileEntryOrBuilder
public int getMode()
optional int32 mode = 16;
getMode
in interface File.InodeFileEntryOrBuilder
public boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
hasTtlAction
in interface File.InodeFileEntryOrBuilder
public File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
getTtlAction
in interface File.InodeFileEntryOrBuilder
public boolean hasUfsFingerprint()
optional string ufs_fingerprint = 18;
hasUfsFingerprint
in interface File.InodeFileEntryOrBuilder
public String getUfsFingerprint()
optional string ufs_fingerprint = 18;
getUfsFingerprint
in interface File.InodeFileEntryOrBuilder
public com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 18;
getUfsFingerprintBytes
in interface File.InodeFileEntryOrBuilder
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 File.InodeFileEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static File.InodeFileEntry parseFrom(InputStream input) throws IOException
IOException
public static File.InodeFileEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeFileEntry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static File.InodeFileEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeFileEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static File.InodeFileEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static File.InodeFileEntry.Builder newBuilder()
public File.InodeFileEntry.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static File.InodeFileEntry.Builder newBuilder(File.InodeFileEntry prototype)
public File.InodeFileEntry.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected File.InodeFileEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2023. All Rights Reserved.