Uses of Class
com.google.cloud.hadoop.util.AsyncWriteChannelOptions
-
Packages that use AsyncWriteChannelOptions Package Description com.google.cloud.hadoop.util -
-
Uses of AsyncWriteChannelOptions in com.google.cloud.hadoop.util
Fields in com.google.cloud.hadoop.util declared as AsyncWriteChannelOptions Modifier and Type Field Description protected AsyncWriteChannelOptionsAbstractGoogleAsyncWriteChannel. channelOptionsstatic AsyncWriteChannelOptionsAsyncWriteChannelOptions. DEFAULTMethods in com.google.cloud.hadoop.util that return AsyncWriteChannelOptions Modifier and Type Method Description AsyncWriteChannelOptionsAsyncWriteChannelOptions.Builder. build()Constructors in com.google.cloud.hadoop.util with parameters of type AsyncWriteChannelOptions Constructor Description AbstractGoogleAsyncWriteChannel(ExecutorService threadPool, AsyncWriteChannelOptions channelOptions)Construct a new channel using the given ExecutorService to run background uploads.
-