public static interface File.InodeDirectoryEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsXAttr(String key)
map<string, bytes> xAttr = 19; |
Acl.AccessControlList |
getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15; |
Acl.AccessControlListOrBuilder |
getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 15; |
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
Acl.AccessControlList |
getDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16; |
Acl.AccessControlListOrBuilder |
getDefaultAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16; |
boolean |
getDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
String |
getGroup()
optional string group = 9; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 9; |
long |
getId()
optional int64 id = 1; |
long |
getLastAccessTimeMs()
optional int64 last_access_time_ms = 20; |
long |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
String |
getMediumType(int index)
repeated string medium_type = 18; |
com.google.protobuf.ByteString |
getMediumTypeBytes(int index)
repeated string medium_type = 18; |
int |
getMediumTypeCount()
repeated string medium_type = 18; |
List<String> |
getMediumTypeList()
repeated string medium_type = 18; |
int |
getMode()
optional int32 mode = 10; |
boolean |
getMountPoint()
optional bool mount_point = 11; |
String |
getName()
optional string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 3; |
String |
getOwner()
optional string owner = 8; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 8; |
long |
getParentId()
optional int64 parent_id = 2; |
String |
getPath()
optional string path = 17; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 17; |
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 = 14 [default = DELETE]; |
Map<String,com.google.protobuf.ByteString> |
getXAttr()
Deprecated.
|
int |
getXAttrCount()
map<string, bytes> xAttr = 19; |
Map<String,com.google.protobuf.ByteString> |
getXAttrMap()
map<string, bytes> xAttr = 19; |
com.google.protobuf.ByteString |
getXAttrOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 19; |
com.google.protobuf.ByteString |
getXAttrOrThrow(String key)
map<string, bytes> xAttr = 19; |
boolean |
hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16; |
boolean |
hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
boolean |
hasGroup()
optional string group = 9; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLastAccessTimeMs()
optional int64 last_access_time_ms = 20; |
boolean |
hasLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
boolean |
hasMode()
optional int32 mode = 10; |
boolean |
hasMountPoint()
optional bool mount_point = 11; |
boolean |
hasName()
optional string name = 3; |
boolean |
hasOwner()
optional string owner = 8; |
boolean |
hasParentId()
optional int64 parent_id = 2; |
boolean |
hasPath()
optional string path = 17; |
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 = 14 [default = DELETE]; |
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 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 hasOwner()
optional string owner = 8;
String getOwner()
optional string owner = 8;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 8;
boolean hasGroup()
optional string group = 9;
String getGroup()
optional string group = 9;
com.google.protobuf.ByteString getGroupBytes()
optional string group = 9;
boolean hasMode()
optional int32 mode = 10;
int getMode()
optional int32 mode = 10;
boolean hasMountPoint()
optional bool mount_point = 11;
boolean getMountPoint()
optional bool mount_point = 11;
boolean hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12;
boolean getDirectChildrenLoaded()
optional bool direct_children_loaded = 12;
boolean hasTtl()
optional int64 ttl = 13;
long getTtl()
optional int64 ttl = 13;
boolean hasTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE];
File.PTtlAction getTtlAction()
optional .alluxio.proto.journal.PTtlAction ttlAction = 14 [default = DELETE];
boolean hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15;
Acl.AccessControlList getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 15;
Acl.AccessControlListOrBuilder getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 15;
boolean hasDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16;
Acl.AccessControlList getDefaultAcl()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16;
Acl.AccessControlListOrBuilder getDefaultAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList defaultAcl = 16;
boolean hasPath()
optional string path = 17;
String getPath()
optional string path = 17;
com.google.protobuf.ByteString getPathBytes()
optional string path = 17;
List<String> getMediumTypeList()
repeated string medium_type = 18;
int getMediumTypeCount()
repeated string medium_type = 18;
String getMediumType(int index)
repeated string medium_type = 18;
index
- The index of the element to return.com.google.protobuf.ByteString getMediumTypeBytes(int index)
repeated string medium_type = 18;
index
- The index of the value to return.int getXAttrCount()
map<string, bytes> xAttr = 19;
boolean containsXAttr(String key)
map<string, bytes> xAttr = 19;
@Deprecated Map<String,com.google.protobuf.ByteString> getXAttr()
getXAttrMap()
instead.com.google.protobuf.ByteString getXAttrOrDefault(String key, com.google.protobuf.ByteString defaultValue)
map<string, bytes> xAttr = 19;
com.google.protobuf.ByteString getXAttrOrThrow(String key)
map<string, bytes> xAttr = 19;
boolean hasLastAccessTimeMs()
optional int64 last_access_time_ms = 20;
long getLastAccessTimeMs()
optional int64 last_access_time_ms = 20;
Copyright © 2023. All Rights Reserved.