public static interface File.InodeDirectoryEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimeMs()
optional int64 creation_time_ms = 6; |
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 |
getLastModificationTimeMs()
optional int64 last_modification_time_ms = 7; |
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 |
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]; |
boolean |
hasCreationTimeMs()
optional int64 creation_time_ms = 6; |
boolean |
hasDirectChildrenLoaded()
optional bool direct_children_loaded = 12; |
boolean |
hasGroup()
optional string group = 9; |
boolean |
hasId()
optional int64 id = 1; |
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 |
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]; |
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];
Copyright © 2023. All Rights Reserved.