Package com.google.cloud.hadoop.util
Class AsyncWriteChannelOptions
java.lang.Object
com.google.cloud.hadoop.util.AsyncWriteChannelOptions
Options for the
AbstractGoogleAsyncWriteChannel.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMutable builder for the GoogleCloudStorageWriteChannelOptions class.static enumPart file cleanup strategy for parallel composite upload.static enumPipe used for output stream.static enumUploadType are in parity with various upload configuration offered by google-java-storage client ref: https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/com.google.cloud.storage.BlobWriteSessionConfigs -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract intabstract Durationabstract Durationabstract intabstract Stringabstract intabstract intabstract intabstract AsyncWriteChannelOptions.PipeTypeabstract com.google.common.collect.ImmutableSet<String>abstract intabstract intabstract AsyncWriteChannelOptions.UploadTypeabstract booleanabstract booleanabstract booleanabstract AsyncWriteChannelOptions.Builder
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
AsyncWriteChannelOptions
public AsyncWriteChannelOptions()
-
-
Method Details
-
builder
-
toBuilder
-
getBufferSize
public abstract int getBufferSize() -
getPipeBufferSize
public abstract int getPipeBufferSize() -
getPipeType
-
getUploadChunkSize
public abstract int getUploadChunkSize() -
getUploadCacheSize
public abstract int getUploadCacheSize() -
isDirectUploadEnabled
public abstract boolean isDirectUploadEnabled() -
isGrpcChecksumsEnabled
public abstract boolean isGrpcChecksumsEnabled() -
isRollingChecksumEnabled
public abstract boolean isRollingChecksumEnabled() -
getGrpcWriteTimeout
-
getNumberOfBufferedRequests
public abstract int getNumberOfBufferedRequests() -
getGrpcWriteMessageTimeout
-
getUploadType
-
getPartFileCleanupType
-
getTemporaryPaths
-
getPCUBufferCount
public abstract int getPCUBufferCount() -
getPCUBufferCapacity
public abstract int getPCUBufferCapacity() -
getPartFileNamePrefix
-