public interface CompleteFilePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ScheduleAsyncPersistencePOptions |
getAsyncPersistOptions()
optional .alluxio.grpc.file.ScheduleAsyncPersistencePOptions asyncPersistOptions = 2; |
ScheduleAsyncPersistencePOptionsOrBuilder |
getAsyncPersistOptionsOrBuilder()
optional .alluxio.grpc.file.ScheduleAsyncPersistencePOptions asyncPersistOptions = 2; |
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
long |
getUfsLength()
optional int64 ufsLength = 1; |
boolean |
hasAsyncPersistOptions()
optional .alluxio.grpc.file.ScheduleAsyncPersistencePOptions asyncPersistOptions = 2; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
boolean |
hasUfsLength()
optional int64 ufsLength = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUfsLength()
optional int64 ufsLength = 1;
long getUfsLength()
optional int64 ufsLength = 1;
boolean hasAsyncPersistOptions()
optional .alluxio.grpc.file.ScheduleAsyncPersistencePOptions asyncPersistOptions = 2;
ScheduleAsyncPersistencePOptions getAsyncPersistOptions()
optional .alluxio.grpc.file.ScheduleAsyncPersistencePOptions asyncPersistOptions = 2;
ScheduleAsyncPersistencePOptionsOrBuilder getAsyncPersistOptionsOrBuilder()
optional .alluxio.grpc.file.ScheduleAsyncPersistencePOptions asyncPersistOptions = 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;
Copyright © 2023. All Rights Reserved.