Uses of Class
io.lakefs.clients.sdk.model.StagingLocation
-
Packages that use StagingLocation Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of StagingLocation in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return StagingLocation Modifier and Type Method Description StagingLocationStagingApi.APIgetPhysicalAddressRequest. execute()Execute getPhysicalAddress requestMethods in io.lakefs.clients.sdk that return types with arguments of type StagingLocation Modifier and Type Method Description ApiResponse<StagingLocation>StagingApi.APIgetPhysicalAddressRequest. executeWithHttpInfo()Execute getPhysicalAddress request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type StagingLocation Modifier and Type Method Description okhttp3.CallStagingApi.APIgetPhysicalAddressRequest. executeAsync(ApiCallback<StagingLocation> _callback)Execute getPhysicalAddress request (asynchronously) -
Uses of StagingLocation in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return StagingLocation Modifier and Type Method Description static StagingLocationStagingLocation. fromJson(String jsonString)Create an instance of StagingLocation given an JSON stringStagingLocationStagingMetadata. getStaging()Get stagingStagingLocationStagingLocation. physicalAddress(String physicalAddress)StagingLocationStagingLocation. presignedUrl(String presignedUrl)StagingLocationStagingLocation. presignedUrlExpiry(Long presignedUrlExpiry)StagingLocationStagingLocation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in io.lakefs.clients.sdk.model with parameters of type StagingLocation Modifier and Type Method Description voidStagingMetadata. setStaging(StagingLocation staging)StagingMetadataStagingMetadata. staging(StagingLocation staging)
-