Uses of Class
com.google.cloud.hadoop.util.AsyncWriteChannelOptions.PipeType
-
Packages that use AsyncWriteChannelOptions.PipeType Package Description com.google.cloud.hadoop.util -
-
Uses of AsyncWriteChannelOptions.PipeType in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return AsyncWriteChannelOptions.PipeType Modifier and Type Method Description abstract AsyncWriteChannelOptions.PipeTypeAsyncWriteChannelOptions. getPipeType()static AsyncWriteChannelOptions.PipeTypeAsyncWriteChannelOptions.PipeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncWriteChannelOptions.PipeType[]AsyncWriteChannelOptions.PipeType. 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.PipeType Modifier and Type Method Description abstract AsyncWriteChannelOptions.BuilderAsyncWriteChannelOptions.Builder. setPipeType(AsyncWriteChannelOptions.PipeType pipeType)
-