public static interface File.InodeFileEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
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; |
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; |
String |
getPersistenceState()
optional string persistence_state = 4; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 4; |
boolean |
getPinned()
optional bool pinned = 5; |
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; |
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; |
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasParentId()
optional int64 parent_id = 2;
long getParentId()
optional int64 parent_id = 2;
boolean hasName()
optional string name = 3;
String getName()
optional string name = 3;
com.google.protobuf.ByteString getNameBytes()
optional string name = 3;
boolean hasPersistenceState()
optional string persistence_state = 4;
String getPersistenceState()
optional string persistence_state = 4;
com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 4;
boolean hasPinned()
optional bool pinned = 5;
boolean getPinned()
optional bool pinned = 5;
boolean hasCreationTimeMs()
optional int64 creation_time_ms = 6;
long getCreationTimeMs()
optional int64 creation_time_ms = 6;
boolean hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
long getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7;
boolean hasBlockSizeBytes()
optional int64 block_size_bytes = 8;
long getBlockSizeBytes()
optional int64 block_size_bytes = 8;
boolean hasLength()
optional int64 length = 9;
long getLength()
optional int64 length = 9;
boolean hasCompleted()
optional bool completed = 10;
boolean getCompleted()
optional bool completed = 10;
boolean hasCacheable()
optional bool cacheable = 11;
boolean getCacheable()
optional bool cacheable = 11;
int getBlocksCount()
repeated int64 blocks = 12;
long getBlocks(int index)
repeated int64 blocks = 12;
boolean hasTtl()
optional int64 ttl = 13;
long getTtl()
optional int64 ttl = 13;
boolean hasOwner()
optional string owner = 14;
String getOwner()
optional string owner = 14;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 14;
boolean hasGroup()
optional string group = 15;
String getGroup()
optional string group = 15;
com.google.protobuf.ByteString getGroupBytes()
optional string group = 15;
boolean hasMode()
optional int32 mode = 16;
int getMode()
optional int32 mode = 16;
boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 17 [default = DELETE];
boolean hasUfsFingerprint()
optional string ufs_fingerprint = 18;
String getUfsFingerprint()
optional string ufs_fingerprint = 18;
com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 18;
Copyright © 2023. All Rights Reserved.