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; |
String |
getContentHash()
optional string contentHash = 4; |
com.google.protobuf.ByteString |
getContentHashBytes()
optional string contentHash = 4; |
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 |
hasContentHash()
optional string contentHash = 4; |
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;
boolean hasContentHash()
optional string contentHash = 4;
String getContentHash()
optional string contentHash = 4;
com.google.protobuf.ByteString getContentHashBytes()
optional string contentHash = 4;
Copyright © 2023. All Rights Reserved.