public interface RenamePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1; |
boolean |
getPersist()
optional bool persist = 2; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1; |
boolean |
hasPersist()
optional bool persist = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 1;
boolean hasPersist()
optional bool persist = 2;
boolean getPersist()
optional bool persist = 2;
Copyright © 2023. All Rights Reserved.