Uses of Class
org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
-
Packages that use FileUploadDownloadClient.FileUploadType Package Description org.apache.pinot.common.utils -
-
Uses of FileUploadDownloadClient.FileUploadType in org.apache.pinot.common.utils
Methods in org.apache.pinot.common.utils that return FileUploadDownloadClient.FileUploadType Modifier and Type Method Description static FileUploadDownloadClient.FileUploadTypeFileUploadDownloadClient.FileUploadType. getDefaultUploadType()static FileUploadDownloadClient.FileUploadTypeFileUploadDownloadClient.FileUploadType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileUploadDownloadClient.FileUploadType[]FileUploadDownloadClient.FileUploadType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-