public static interface InodeMeta.InodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsXAttr(String key)
Extended attributes, general purpose.
|
Acl.AccessControlList |
getAccessAcl()
optional .alluxio.proto.shared.AccessControlList access_acl = 10; |
Acl.AccessControlListOrBuilder |
getAccessAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList access_acl = 10; |
long |
getBlocks(int index)
repeated int64 blocks = 16; |
int |
getBlocksCount()
repeated int64 blocks = 16; |
long |
getBlockSizeBytes()
file only
|
List<Long> |
getBlocksList()
repeated int64 blocks = 16; |
long |
getChildCount()
optional int64 child_count = 26; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 2; |
Acl.AccessControlList |
getDefaultAcl()
optional .alluxio.proto.shared.AccessControlList default_acl = 14; |
Acl.AccessControlListOrBuilder |
getDefaultAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList default_acl = 14; |
boolean |
getHasDirectChildrenLoaded()
optional bool has_direct_children_loaded = 13; |
long |
getId()
optional int64 id = 1; |
boolean |
getIsCacheable()
optional bool is_cacheable = 17; |
boolean |
getIsCompleted()
optional bool is_completed = 18; |
boolean |
getIsDirectory()
optional bool is_directory = 3; |
boolean |
getIsMountPoint()
directory only
|
boolean |
getIsPinned()
optional bool is_pinned = 9; |
long |
getLastAccessedMs()
optional int64 last_accessed_ms = 30; |
long |
getLastModifiedMs()
optional int64 last_modified_ms = 25; |
long |
getLength()
optional int64 length = 19; |
String |
getMediumType(int index)
repeated string medium_type = 27; |
com.google.protobuf.ByteString |
getMediumTypeBytes(int index)
repeated string medium_type = 27; |
int |
getMediumTypeCount()
repeated string medium_type = 27; |
List<String> |
getMediumTypeList()
repeated string medium_type = 27; |
String |
getName()
optional string name = 6; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 6; |
long |
getParentId()
optional int64 parent_id = 7; |
String |
getPersistenceState()
optional string persistence_state = 8; |
com.google.protobuf.ByteString |
getPersistenceStateBytes()
optional string persistence_state = 8; |
long |
getPersistJobId()
Used for recovering in-progress file persist jobs on master start.
|
String |
getPersistJobTempUfsPath()
optional string persist_job_temp_ufs_path = 24; |
com.google.protobuf.ByteString |
getPersistJobTempUfsPathBytes()
optional string persist_job_temp_ufs_path = 24; |
int |
getReplicationDurable()
optional int32 replication_durable = 20; |
int |
getReplicationMax()
optional int32 replication_max = 21; |
int |
getReplicationMin()
optional int32 replication_min = 22; |
long |
getShouldPersistTime()
optional int64 should_persist_time = 28; |
long |
getTtl()
optional int64 ttl = 4; |
TtlAction |
getTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5; |
String |
getUfsFingerprint()
optional string ufs_fingerprint = 11; |
com.google.protobuf.ByteString |
getUfsFingerprintBytes()
optional string ufs_fingerprint = 11; |
Map<String,com.google.protobuf.ByteString> |
getXAttr()
Deprecated.
|
int |
getXAttrCount()
Extended attributes, general purpose.
|
Map<String,com.google.protobuf.ByteString> |
getXAttrMap()
Extended attributes, general purpose.
|
com.google.protobuf.ByteString |
getXAttrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
Extended attributes, general purpose.
|
com.google.protobuf.ByteString |
getXAttrOrThrow(String key)
Extended attributes, general purpose.
|
boolean |
hasAccessAcl()
optional .alluxio.proto.shared.AccessControlList access_acl = 10; |
boolean |
hasBlockSizeBytes()
file only
|
boolean |
hasChildCount()
optional int64 child_count = 26; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 2; |
boolean |
hasDefaultAcl()
optional .alluxio.proto.shared.AccessControlList default_acl = 14; |
boolean |
hasHasDirectChildrenLoaded()
optional bool has_direct_children_loaded = 13; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasIsCacheable()
optional bool is_cacheable = 17; |
boolean |
hasIsCompleted()
optional bool is_completed = 18; |
boolean |
hasIsDirectory()
optional bool is_directory = 3; |
boolean |
hasIsMountPoint()
directory only
|
boolean |
hasIsPinned()
optional bool is_pinned = 9; |
boolean |
hasLastAccessedMs()
optional int64 last_accessed_ms = 30; |
boolean |
hasLastModifiedMs()
optional int64 last_modified_ms = 25; |
boolean |
hasLength()
optional int64 length = 19; |
boolean |
hasName()
optional string name = 6; |
boolean |
hasParentId()
optional int64 parent_id = 7; |
boolean |
hasPersistenceState()
optional string persistence_state = 8; |
boolean |
hasPersistJobId()
Used for recovering in-progress file persist jobs on master start.
|
boolean |
hasPersistJobTempUfsPath()
optional string persist_job_temp_ufs_path = 24; |
boolean |
hasReplicationDurable()
optional int32 replication_durable = 20; |
boolean |
hasReplicationMax()
optional int32 replication_max = 21; |
boolean |
hasReplicationMin()
optional int32 replication_min = 22; |
boolean |
hasShouldPersistTime()
optional int64 should_persist_time = 28; |
boolean |
hasTtl()
optional int64 ttl = 4; |
boolean |
hasTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5; |
boolean |
hasUfsFingerprint()
optional string ufs_fingerprint = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasCreationTimeMs()
optional int64 creation_time_ms = 2;
long getCreationTimeMs()
optional int64 creation_time_ms = 2;
boolean hasIsDirectory()
optional bool is_directory = 3;
boolean getIsDirectory()
optional bool is_directory = 3;
boolean hasTtl()
optional int64 ttl = 4;
long getTtl()
optional int64 ttl = 4;
boolean hasTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5;
TtlAction getTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5;
boolean hasLastModifiedMs()
optional int64 last_modified_ms = 25;
long getLastModifiedMs()
optional int64 last_modified_ms = 25;
boolean hasName()
optional string name = 6;
String getName()
optional string name = 6;
com.google.protobuf.ByteString getNameBytes()
optional string name = 6;
boolean hasParentId()
optional int64 parent_id = 7;
long getParentId()
optional int64 parent_id = 7;
boolean hasPersistenceState()
optional string persistence_state = 8;
String getPersistenceState()
optional string persistence_state = 8;
com.google.protobuf.ByteString getPersistenceStateBytes()
optional string persistence_state = 8;
boolean hasIsPinned()
optional bool is_pinned = 9;
boolean getIsPinned()
optional bool is_pinned = 9;
boolean hasAccessAcl()
optional .alluxio.proto.shared.AccessControlList access_acl = 10;
Acl.AccessControlList getAccessAcl()
optional .alluxio.proto.shared.AccessControlList access_acl = 10;
Acl.AccessControlListOrBuilder getAccessAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList access_acl = 10;
boolean hasUfsFingerprint()
optional string ufs_fingerprint = 11;
String getUfsFingerprint()
optional string ufs_fingerprint = 11;
com.google.protobuf.ByteString getUfsFingerprintBytes()
optional string ufs_fingerprint = 11;
List<String> getMediumTypeList()
repeated string medium_type = 27;
int getMediumTypeCount()
repeated string medium_type = 27;
String getMediumType(int index)
repeated string medium_type = 27;
index
- The index of the element to return.com.google.protobuf.ByteString getMediumTypeBytes(int index)
repeated string medium_type = 27;
index
- The index of the value to return.boolean hasLastAccessedMs()
optional int64 last_accessed_ms = 30;
long getLastAccessedMs()
optional int64 last_accessed_ms = 30;
boolean hasIsMountPoint()
directory only
optional bool is_mount_point = 12;
boolean getIsMountPoint()
directory only
optional bool is_mount_point = 12;
boolean hasHasDirectChildrenLoaded()
optional bool has_direct_children_loaded = 13;
boolean getHasDirectChildrenLoaded()
optional bool has_direct_children_loaded = 13;
boolean hasChildCount()
optional int64 child_count = 26;
long getChildCount()
optional int64 child_count = 26;
boolean hasDefaultAcl()
optional .alluxio.proto.shared.AccessControlList default_acl = 14;
Acl.AccessControlList getDefaultAcl()
optional .alluxio.proto.shared.AccessControlList default_acl = 14;
Acl.AccessControlListOrBuilder getDefaultAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList default_acl = 14;
boolean hasBlockSizeBytes()
file only
optional int64 block_size_bytes = 15;
long getBlockSizeBytes()
file only
optional int64 block_size_bytes = 15;
List<Long> getBlocksList()
repeated int64 blocks = 16;
int getBlocksCount()
repeated int64 blocks = 16;
long getBlocks(int index)
repeated int64 blocks = 16;
index
- The index of the element to return.boolean hasIsCacheable()
optional bool is_cacheable = 17;
boolean getIsCacheable()
optional bool is_cacheable = 17;
boolean hasIsCompleted()
optional bool is_completed = 18;
boolean getIsCompleted()
optional bool is_completed = 18;
boolean hasLength()
optional int64 length = 19;
long getLength()
optional int64 length = 19;
boolean hasReplicationDurable()
optional int32 replication_durable = 20;
int getReplicationDurable()
optional int32 replication_durable = 20;
boolean hasReplicationMax()
optional int32 replication_max = 21;
int getReplicationMax()
optional int32 replication_max = 21;
boolean hasReplicationMin()
optional int32 replication_min = 22;
int getReplicationMin()
optional int32 replication_min = 22;
boolean hasShouldPersistTime()
optional int64 should_persist_time = 28;
long getShouldPersistTime()
optional int64 should_persist_time = 28;
boolean hasPersistJobId()
Used for recovering in-progress file persist jobs on master start.
optional int64 persist_job_id = 23;
long getPersistJobId()
Used for recovering in-progress file persist jobs on master start.
optional int64 persist_job_id = 23;
boolean hasPersistJobTempUfsPath()
optional string persist_job_temp_ufs_path = 24;
String getPersistJobTempUfsPath()
optional string persist_job_temp_ufs_path = 24;
com.google.protobuf.ByteString getPersistJobTempUfsPathBytes()
optional string persist_job_temp_ufs_path = 24;
int getXAttrCount()
Extended attributes, general purpose. Should be used with care as long string identifiers will use a comparatively large amount of memory to other fields
map<string, bytes> xAttr = 29;
boolean containsXAttr(String key)
Extended attributes, general purpose. Should be used with care as long string identifiers will use a comparatively large amount of memory to other fields
map<string, bytes> xAttr = 29;
@Deprecated Map<String,com.google.protobuf.ByteString> getXAttr()
getXAttrMap()
instead.Map<String,com.google.protobuf.ByteString> getXAttrMap()
Extended attributes, general purpose. Should be used with care as long string identifiers will use a comparatively large amount of memory to other fields
map<string, bytes> xAttr = 29;
com.google.protobuf.ByteString getXAttrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
Extended attributes, general purpose. Should be used with care as long string identifiers will use a comparatively large amount of memory to other fields
map<string, bytes> xAttr = 29;
com.google.protobuf.ByteString getXAttrOrThrow(String key)
Extended attributes, general purpose. Should be used with care as long string identifiers will use a comparatively large amount of memory to other fields
map<string, bytes> xAttr = 29;
Copyright © 2023. All Rights Reserved.