public interface LoadMetadataPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
boolean |
getCreateAncestors()
optional bool createAncestors = 2; |
LoadDescendantPType |
getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
boolean |
getRecursive()
whether to load metadata recursively
|
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4; |
boolean |
hasCreateAncestors()
optional bool createAncestors = 2; |
boolean |
hasLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
boolean |
hasRecursive()
whether to load metadata recursively
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRecursive()
whether to load metadata recursively
optional bool recursive = 1;
boolean getRecursive()
whether to load metadata recursively
optional bool recursive = 1;
boolean hasCreateAncestors()
optional bool createAncestors = 2;
boolean getCreateAncestors()
optional bool createAncestors = 2;
boolean hasLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3;
LoadDescendantPType getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3;
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 4;
Copyright © 2023. All Rights Reserved.