Uses of Class
com.databricks.jdbc.exception.DatabricksVolumeOperationException
-
Packages that use DatabricksVolumeOperationException Package Description com.databricks.jdbc.api.impl.volume -
-
Uses of DatabricksVolumeOperationException in com.databricks.jdbc.api.impl.volume
Methods in com.databricks.jdbc.api.impl.volume that throw DatabricksVolumeOperationException Modifier and Type Method Description booleanDBFSVolumeClient. deleteObject(String catalog, String schema, String volume, String objectPath)deleteObject(): Remove an object from a specified path within a UC VolumevoidVolumeOperationProcessorDirect. executeDeleteOperation()voidVolumeOperationProcessorDirect. executeGetOperation()voidVolumeOperationProcessorDirect. executePutOperation()booleanDBFSVolumeClient. getObject(String catalog, String schema, String volume, String objectPath, String localPath)getObject(): Retrieves an object (file) from the UC Volume and stores it in the local pathbooleanDBFSVolumeClient. putObject(String catalog, String schema, String volume, String objectPath, String localPath, boolean toOverwrite)putObject(): Upload data from a local path to a specified path within a UC Volume.
-