public abstract static class AsyncWriteChannelOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
public abstract AsyncWriteChannelOptions.Builder setBufferSize(int bufferSize)
public abstract AsyncWriteChannelOptions.Builder setPipeBufferSize(int pipeBufferSize)
public abstract AsyncWriteChannelOptions.Builder setPipeType(AsyncWriteChannelOptions.PipeType pipeType)
public abstract AsyncWriteChannelOptions.Builder setUploadChunkSize(int uploadChunkSize)
public abstract AsyncWriteChannelOptions.Builder setUploadCacheSize(int uploadCacheSize)
public abstract AsyncWriteChannelOptions.Builder setDirectUploadEnabled(boolean directUploadEnabled)
public abstract AsyncWriteChannelOptions.Builder setGrpcWriteTimeout(long grpcWriteTimeout)
public abstract AsyncWriteChannelOptions.Builder setNumberOfBufferedRequests(long numberOfBufferedRequests)
public abstract AsyncWriteChannelOptions.Builder setGrpcChecksumsEnabled(boolean grpcChecksumsEnabled)
public abstract AsyncWriteChannelOptions.Builder setGrpcWriteMessageTimeoutMillis(long grpcWriteMessageTimeoutMillis)
public abstract AsyncWriteChannelOptions.Builder setUploadType(AsyncWriteChannelOptions.UploadType uploadType)
public abstract AsyncWriteChannelOptions.Builder setPartFileCleanupType(AsyncWriteChannelOptions.PartFileCleanupType partFileCleanupType)
public abstract AsyncWriteChannelOptions.Builder setTemporaryPaths(com.google.common.collect.ImmutableSet<String> temporaryPaths)
public abstract AsyncWriteChannelOptions.Builder setPCUBufferCount(int bufferCount)
public abstract AsyncWriteChannelOptions.Builder setPCUBufferCapacity(int bufferCapacity)
public abstract AsyncWriteChannelOptions.Builder setPartFileNamePrefix(String prefix)
public AsyncWriteChannelOptions build()
Copyright © 2023. All rights reserved.