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 |
getLoadDirectChildren()
This is deprecated since 1.1.1 and will be removed in 2.0.
|
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 |
hasLoadDirectChildren()
This is deprecated since 1.1.1 and will be removed in 2.0.
|
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;
Copyright © 2023. All Rights Reserved.