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, String ifNoneMatch)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, String ifNoneMatch, 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, String ifNoneMatch, ApiCallback _callback)Build call for linkPhysicalAddressApiResponse<ObjectStats>StagingApi. linkPhysicalAddressWithHttpInfo(String repository, String branch, String path, StagingMetadata stagingMetadata, String ifNoneMatch)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. force(Boolean force)StagingMetadataStagingMetadata. putUserMetadataItem(String key, String userMetadataItem)StagingMetadataStagingMetadata. sizeBytes(Long sizeBytes)StagingMetadataStagingMetadata. staging(StagingLocation staging)StagingMetadataStagingMetadata. userMetadata(Map<String,String> userMetadata)
-