public interface GetUfsInfoPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getMountId()
the id of the ufs
|
GetUfsInfoPOptions |
getOptions()
optional .alluxio.grpc.file.GetUfsInfoPOptions options = 2; |
GetUfsInfoPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.GetUfsInfoPOptions options = 2; |
boolean |
hasMountId()
the id of the ufs
|
boolean |
hasOptions()
optional .alluxio.grpc.file.GetUfsInfoPOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMountId()
the id of the ufs
optional int64 mountId = 1;
long getMountId()
the id of the ufs
optional int64 mountId = 1;
boolean hasOptions()
optional .alluxio.grpc.file.GetUfsInfoPOptions options = 2;
GetUfsInfoPOptions getOptions()
optional .alluxio.grpc.file.GetUfsInfoPOptions options = 2;
GetUfsInfoPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.GetUfsInfoPOptions options = 2;
Copyright © 2023. All Rights Reserved.