Uses of Class
com.google.cloud.hadoop.util.AsyncWriteChannelOptions
Packages that use AsyncWriteChannelOptions
-
Uses of AsyncWriteChannelOptions in com.google.cloud.hadoop.util
Fields in com.google.cloud.hadoop.util declared as AsyncWriteChannelOptionsModifier and TypeFieldDescriptionprotected final AsyncWriteChannelOptionsAbstractGoogleAsyncWriteChannel.channelOptionsstatic final AsyncWriteChannelOptionsAsyncWriteChannelOptions.DEFAULTMethods in com.google.cloud.hadoop.util that return AsyncWriteChannelOptionsConstructors in com.google.cloud.hadoop.util with parameters of type AsyncWriteChannelOptionsModifierConstructorDescriptionAbstractGoogleAsyncWriteChannel(ExecutorService threadPool, AsyncWriteChannelOptions channelOptions) Construct a new channel using the given ExecutorService to run background uploads.