public interface UnmountPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAlluxioPath()
the path of the alluxio mount point
|
com.google.protobuf.ByteString |
getAlluxioPathBytes()
the path of the alluxio mount point
|
UnmountPOptions |
getOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
UnmountPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
boolean |
hasAlluxioPath()
the path of the alluxio mount point
|
boolean |
hasOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAlluxioPath()
the path of the alluxio mount point
optional string alluxioPath = 1;
String getAlluxioPath()
the path of the alluxio mount point
optional string alluxioPath = 1;
com.google.protobuf.ByteString getAlluxioPathBytes()
the path of the alluxio mount point
optional string alluxioPath = 1;
boolean hasOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2;
UnmountPOptions getOptions()
optional .alluxio.grpc.file.UnmountPOptions options = 2;
UnmountPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.UnmountPOptions options = 2;
Copyright © 2023. All Rights Reserved.