Uses of Class
com.google.cloud.hadoop.util.AsyncWriteChannelOptions.UploadType
-
Packages that use AsyncWriteChannelOptions.UploadType Package Description com.google.cloud.hadoop.util -
-
Uses of AsyncWriteChannelOptions.UploadType in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return AsyncWriteChannelOptions.UploadType Modifier and Type Method Description abstract AsyncWriteChannelOptions.UploadTypeAsyncWriteChannelOptions. getUploadType()static AsyncWriteChannelOptions.UploadTypeAsyncWriteChannelOptions.UploadType. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncWriteChannelOptions.UploadType[]AsyncWriteChannelOptions.UploadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.util with parameters of type AsyncWriteChannelOptions.UploadType Modifier and Type Method Description abstract AsyncWriteChannelOptions.BuilderAsyncWriteChannelOptions.Builder. setUploadType(AsyncWriteChannelOptions.UploadType uploadType)
-