public interface WriteOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCheckContent()
optional bool check_content = 3; |
boolean |
getOverwrite()
optional bool overwrite = 1; |
WritePType |
getWriteType()
optional .alluxio.grpc.file.WritePType write_type = 2 [default = CACHE_THROUGH]; |
boolean |
hasCheckContent()
optional bool check_content = 3; |
boolean |
hasOverwrite()
optional bool overwrite = 1; |
boolean |
hasWriteType()
optional .alluxio.grpc.file.WritePType write_type = 2 [default = CACHE_THROUGH]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOverwrite()
optional bool overwrite = 1;
boolean getOverwrite()
optional bool overwrite = 1;
boolean hasWriteType()
optional .alluxio.grpc.file.WritePType write_type = 2 [default = CACHE_THROUGH];
WritePType getWriteType()
optional .alluxio.grpc.file.WritePType write_type = 2 [default = CACHE_THROUGH];
boolean hasCheckContent()
optional bool check_content = 3;
boolean getCheckContent()
optional bool check_content = 3;
Copyright © 2023. All Rights Reserved.