public interface UfsReadOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBandwidth()
optional int64 bandwidth = 3; |
boolean |
getPositionShort()
is position short or not, used for HDFS performance optimization.
|
String |
getTag()
required string tag = 1; |
com.google.protobuf.ByteString |
getTagBytes()
required string tag = 1; |
String |
getUser()
optional string user = 4; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 4; |
boolean |
hasBandwidth()
optional int64 bandwidth = 3; |
boolean |
hasPositionShort()
is position short or not, used for HDFS performance optimization.
|
boolean |
hasTag()
required string tag = 1; |
boolean |
hasUser()
optional string user = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTag()
required string tag = 1;
String getTag()
required string tag = 1;
com.google.protobuf.ByteString getTagBytes()
required string tag = 1;
boolean hasPositionShort()
is position short or not, used for HDFS performance optimization. When the client buffer size is large ( > 2MB) and reads are guaranteed to be somewhat sequential, the `pread` API to HDFS is not as efficient as simple `read`. We introduce a heuristic to choose which API to use.
required bool position_short = 2;
boolean getPositionShort()
is position short or not, used for HDFS performance optimization. When the client buffer size is large ( > 2MB) and reads are guaranteed to be somewhat sequential, the `pread` API to HDFS is not as efficient as simple `read`. We introduce a heuristic to choose which API to use.
required bool position_short = 2;
boolean hasBandwidth()
optional int64 bandwidth = 3;
long getBandwidth()
optional int64 bandwidth = 3;
boolean hasUser()
optional string user = 4;
String getUser()
optional string user = 4;
com.google.protobuf.ByteString getUserBytes()
optional string user = 4;
Copyright © 2023. All Rights Reserved.