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