Package com.google.cloud.hadoop.fs.gcs
Class VectoredReadOptions
- java.lang.Object
-
- com.google.cloud.hadoop.fs.gcs.VectoredReadOptions
-
public abstract class VectoredReadOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectoredReadOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static VectoredReadOptionsDEFAULT
-
Constructor Summary
Constructors Constructor Description VectoredReadOptions()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static VectoredReadOptions.Builderbuilder()abstract intgetMergeRangeMaxSize()abstract intgetMinSeekVectoredReadSize()abstract intgetReadThreads()abstract VectoredReadOptions.BuildertoBuilder()
-
-
-
Field Detail
-
DEFAULT
public static VectoredReadOptions DEFAULT
-
-
Method Detail
-
builder
public static VectoredReadOptions.Builder builder()
-
getMinSeekVectoredReadSize
public abstract int getMinSeekVectoredReadSize()
-
getMergeRangeMaxSize
public abstract int getMergeRangeMaxSize()
-
getReadThreads
public abstract int getReadThreads()
-
toBuilder
public abstract VectoredReadOptions.Builder toBuilder()
-
-