public interface MoveJobPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBandwidth()
optional int64 bandwidth = 1; |
boolean |
getCheckContent()
optional bool check_content = 6; |
boolean |
getOverwrite()
optional bool overwrite = 4; |
boolean |
getPartialListing()
optional bool partialListing = 3; |
boolean |
getVerify()
optional bool verify = 2; |
WritePType |
getWriteType()
optional .alluxio.grpc.file.WritePType writeType = 5 [default = CACHE_THROUGH]; |
boolean |
hasBandwidth()
optional int64 bandwidth = 1; |
boolean |
hasCheckContent()
optional bool check_content = 6; |
boolean |
hasOverwrite()
optional bool overwrite = 4; |
boolean |
hasPartialListing()
optional bool partialListing = 3; |
boolean |
hasVerify()
optional bool verify = 2; |
boolean |
hasWriteType()
optional .alluxio.grpc.file.WritePType writeType = 5 [default = CACHE_THROUGH]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBandwidth()
optional int64 bandwidth = 1;
long getBandwidth()
optional int64 bandwidth = 1;
boolean hasVerify()
optional bool verify = 2;
boolean getVerify()
optional bool verify = 2;
boolean hasPartialListing()
optional bool partialListing = 3;
boolean getPartialListing()
optional bool partialListing = 3;
boolean hasOverwrite()
optional bool overwrite = 4;
boolean getOverwrite()
optional bool overwrite = 4;
boolean hasWriteType()
optional .alluxio.grpc.file.WritePType writeType = 5 [default = CACHE_THROUGH];
WritePType getWriteType()
optional .alluxio.grpc.file.WritePType writeType = 5 [default = CACHE_THROUGH];
boolean hasCheckContent()
optional bool check_content = 6;
boolean getCheckContent()
optional bool check_content = 6;
Copyright © 2023. All Rights Reserved.