Uses of Class
com.databricks.jdbc.exception.DatabricksVolumeOperationException
Packages that use DatabricksVolumeOperationException
-
Uses of DatabricksVolumeOperationException in com.databricks.jdbc.api.impl.volume
Methods in com.databricks.jdbc.api.impl.volume that throw DatabricksVolumeOperationExceptionModifier and TypeMethodDescriptionbooleanDBFSVolumeClient.deleteObject(String catalog, String schema, String volume, String objectPath) Deletes an object from a specified path within a UC Volume.org.apache.http.entity.InputStreamEntityRetrieves an object as an input stream from the UC Volume.booleanDBFSVolumeClient.getObject(String catalog, String schema, String volume, String objectPath, String localPath) Downloads an object (file) from the UC Volume to a local path.booleanDBFSVolumeClient.putObject(String catalog, String schema, String volume, String objectPath, InputStream inputStream, long contentLength, boolean toOverwrite) Uploads data from an input stream to a specified path within a UC Volume.booleanDBFSVolumeClient.putObject(String catalog, String schema, String volume, String objectPath, String localPath, boolean toOverwrite) Uploads data from a local file to a specified path within a UC Volume.