Uses of Class
io.lakefs.clients.api.model.StagingMetadata
-
Packages that use StagingMetadata Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of StagingMetadata in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type StagingMetadata Modifier and Type Method Description ObjectStatsStagingApi. linkPhysicalAddress(String repository, String branch, String path, StagingMetadata stagingMetadata)associate staging on this physical address with a path Link the physical address with the path in lakeFS, creating an uncommitted change.okhttp3.CallStagingApi. linkPhysicalAddressAsync(String repository, String branch, String path, StagingMetadata stagingMetadata, ApiCallback<ObjectStats> _callback)associate staging on this physical address with a path (asynchronously) Link the physical address with the path in lakeFS, creating an uncommitted change.okhttp3.CallStagingApi. linkPhysicalAddressCall(String repository, String branch, String path, StagingMetadata stagingMetadata, ApiCallback _callback)Build call for linkPhysicalAddressApiResponse<ObjectStats>StagingApi. linkPhysicalAddressWithHttpInfo(String repository, String branch, String path, StagingMetadata stagingMetadata)associate staging on this physical address with a path Link the physical address with the path in lakeFS, creating an uncommitted change. -
Uses of StagingMetadata in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return StagingMetadata Modifier and Type Method Description StagingMetadataStagingMetadata. checksum(String checksum)StagingMetadataStagingMetadata. contentType(String contentType)StagingMetadataStagingMetadata. putUserMetadataItem(String key, String userMetadataItem)StagingMetadataStagingMetadata. sizeBytes(Long sizeBytes)StagingMetadataStagingMetadata. staging(StagingLocation staging)StagingMetadataStagingMetadata. userMetadata(Map<String,String> userMetadata)
-