public interface ListStatusPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
boolean |
getDisableAreDescendantsLoadedCheck()
Setting this to true will disable checking during metadata sync to see if the children
of a directory has been loaded.
|
boolean |
getExcludeMountInfo()
Mount info will be excluded from the list status response if this field is set to true.
|
boolean |
getLoadDirectChildren()
This is deprecated since 1.1.1 and will be removed in 2.0.
|
boolean |
getLoadMetadataOnly()
No data will be transferred.
|
LoadMetadataPType |
getLoadMetadataType()
optional .alluxio.grpc.file.LoadMetadataPType loadMetadataType = 2; |
boolean |
getRecursive()
optional bool recursive = 4; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
boolean |
hasDisableAreDescendantsLoadedCheck()
Setting this to true will disable checking during metadata sync to see if the children
of a directory has been loaded.
|
boolean |
hasExcludeMountInfo()
Mount info will be excluded from the list status response if this field is set to true.
|
boolean |
hasLoadDirectChildren()
This is deprecated since 1.1.1 and will be removed in 2.0.
|
boolean |
hasLoadMetadataOnly()
No data will be transferred.
|
boolean |
hasLoadMetadataType()
optional .alluxio.grpc.file.LoadMetadataPType loadMetadataType = 2; |
boolean |
hasRecursive()
optional bool recursive = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLoadDirectChildren()
This is deprecated since 1.1.1 and will be removed in 2.0. Use loadMetadataType.
optional bool loadDirectChildren = 1;
boolean getLoadDirectChildren()
This is deprecated since 1.1.1 and will be removed in 2.0. Use loadMetadataType.
optional bool loadDirectChildren = 1;
boolean hasLoadMetadataType()
optional .alluxio.grpc.file.LoadMetadataPType loadMetadataType = 2;
LoadMetadataPType getLoadMetadataType()
optional .alluxio.grpc.file.LoadMetadataPType loadMetadataType = 2;
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3;
boolean hasRecursive()
optional bool recursive = 4;
boolean getRecursive()
optional bool recursive = 4;
boolean hasLoadMetadataOnly()
No data will be transferred.
optional bool loadMetadataOnly = 5;
boolean getLoadMetadataOnly()
No data will be transferred.
optional bool loadMetadataOnly = 5;
boolean hasDisableAreDescendantsLoadedCheck()
Setting this to true will disable checking during metadata sync to see if the children of a directory has been loaded. This will avoid a costly full traversal of the file system during recursive listings, but may result in the children of directories not being loaded. It is recommended to set this to true after the first call of a recursive partial listing.
optional bool disableAreDescendantsLoadedCheck = 6;
boolean getDisableAreDescendantsLoadedCheck()
Setting this to true will disable checking during metadata sync to see if the children of a directory has been loaded. This will avoid a costly full traversal of the file system during recursive listings, but may result in the children of directories not being loaded. It is recommended to set this to true after the first call of a recursive partial listing.
optional bool disableAreDescendantsLoadedCheck = 6;
boolean hasExcludeMountInfo()
Mount info will be excluded from the list status response if this field is set to true. Resolving a path and obtain the mount info is an expensive operation. For clients that do not need this information such as hadoop-compatible clients, excluding mount info improves the endpoint performance.
optional bool excludeMountInfo = 7;
boolean getExcludeMountInfo()
Mount info will be excluded from the list status response if this field is set to true. Resolving a path and obtain the mount info is an expensive operation. For clients that do not need this information such as hadoop-compatible clients, excluding mount info improves the endpoint performance.
optional bool excludeMountInfo = 7;
Copyright © 2023. All Rights Reserved.