Uses of Class
com.databricks.jdbc.model.client.filesystem.VolumePutResult
Packages that use VolumePutResult
-
Uses of VolumePutResult in com.databricks.jdbc.api
Methods in com.databricks.jdbc.api that return types with arguments of type VolumePutResultModifier and TypeMethodDescriptionIDatabricksVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<InputStream> inputStreams, List<Long> contentLengths, boolean toOverwrite) Uploads multiple files from input streams to specified paths within a UC Volume.IDatabricksVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<String> localPaths, boolean toOverwrite) Uploads multiple files from local paths to specified paths within a UC Volume. -
Uses of VolumePutResult in com.databricks.jdbc.api.impl.volume
Methods in com.databricks.jdbc.api.impl.volume that return types with arguments of type VolumePutResultModifier and TypeMethodDescriptionDatabricksUCVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<InputStream> inputStreams, List<Long> contentLengths, boolean toOverwrite) DatabricksUCVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<String> localPaths, boolean toOverwrite) DBFSVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<InputStream> inputStreams, List<Long> contentLengths, boolean toOverwrite) Uploads multiple files from input streams to specified paths within a UC Volume.DBFSVolumeClient.putFiles(String catalog, String schema, String volume, List<String> objectPaths, List<String> localPaths, boolean toOverwrite) Uploads multiple files from local paths to specified paths within a UC Volume.Constructor parameters in com.databricks.jdbc.api.impl.volume with type arguments of type VolumePutResultModifierConstructorDescriptionVolumeUploadCallback(IDatabricksHttpClient httpClient, CompletableFuture<VolumePutResult> uploadFuture, DBFSVolumeClient.UploadRequest request, Semaphore semaphore, VolumeUploadCallback.UrlGenerator urlGenerator, Function<Integer, Long> retryDelayCalculator, IDatabricksConnectionContext connectionContext) Constructor for the callback.