Uses of Class
io.lakefs.clients.api.model.ObjectStats
-
Packages that use ObjectStats Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ObjectStats in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ObjectStats Modifier and Type Method Description ObjectStatsExperimentalApi. completePresignMultipartUpload(String repository, String branch, String uploadId, String path, CompletePresignMultipartUpload completePresignMultipartUpload)Complete a presign multipart upload request Completes a presign multipart upload by assembling the uploaded parts.ObjectStatsObjectsApi. copyObject(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation)create a copy of an objectObjectStatsStagingApi. 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.ObjectStatsInternalApi. stageObject(String repository, String branch, String path, ObjectStageCreation objectStageCreation)Deprecated.ObjectStatsObjectsApi. statObject(String repository, String ref, String path, Boolean userMetadata, Boolean presign)get object metadataObjectStatsObjectsApi. uploadObject(String repository, String branch, String path, String ifNoneMatch, String storageClass, Boolean force, File content)Methods in io.lakefs.clients.api that return types with arguments of type ObjectStats Modifier and Type Method Description ApiResponse<ObjectStats>ExperimentalApi. completePresignMultipartUploadWithHttpInfo(String repository, String branch, String uploadId, String path, CompletePresignMultipartUpload completePresignMultipartUpload)Complete a presign multipart upload request Completes a presign multipart upload by assembling the uploaded parts.ApiResponse<ObjectStats>ObjectsApi. copyObjectWithHttpInfo(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation)create a copy of an objectApiResponse<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.ApiResponse<ObjectStats>InternalApi. stageObjectWithHttpInfo(String repository, String branch, String path, ObjectStageCreation objectStageCreation)Deprecated.ApiResponse<ObjectStats>ObjectsApi. statObjectWithHttpInfo(String repository, String ref, String path, Boolean userMetadata, Boolean presign)get object metadataApiResponse<ObjectStats>ObjectsApi. uploadObjectWithHttpInfo(String repository, String branch, String path, String ifNoneMatch, String storageClass, Boolean force, File content)Method parameters in io.lakefs.clients.api with type arguments of type ObjectStats Modifier and Type Method Description okhttp3.CallExperimentalApi. completePresignMultipartUploadAsync(String repository, String branch, String uploadId, String path, CompletePresignMultipartUpload completePresignMultipartUpload, ApiCallback<ObjectStats> _callback)Complete a presign multipart upload request (asynchronously) Completes a presign multipart upload by assembling the uploaded parts.okhttp3.CallObjectsApi. copyObjectAsync(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation, ApiCallback<ObjectStats> _callback)create a copy of an object (asynchronously)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.CallInternalApi. stageObjectAsync(String repository, String branch, String path, ObjectStageCreation objectStageCreation, ApiCallback<ObjectStats> _callback)Deprecated.okhttp3.CallObjectsApi. statObjectAsync(String repository, String ref, String path, Boolean userMetadata, Boolean presign, ApiCallback<ObjectStats> _callback)get object metadata (asynchronously)okhttp3.CallObjectsApi. uploadObjectAsync(String repository, String branch, String path, String ifNoneMatch, String storageClass, Boolean force, File content, ApiCallback<ObjectStats> _callback)(asynchronously) -
Uses of ObjectStats in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectStats Modifier and Type Method Description ObjectStatsObjectStats. checksum(String checksum)ObjectStatsObjectStats. contentType(String contentType)ObjectStatsObjectStats. metadata(Map<String,String> metadata)ObjectStatsObjectStats. mtime(Long mtime)ObjectStatsObjectStats. path(String path)ObjectStatsObjectStats. pathType(ObjectStats.PathTypeEnum pathType)ObjectStatsObjectStats. physicalAddress(String physicalAddress)ObjectStatsObjectStats. physicalAddressExpiry(Long physicalAddressExpiry)ObjectStatsObjectStats. putMetadataItem(String key, String metadataItem)ObjectStatsObjectStats. sizeBytes(Long sizeBytes)Methods in io.lakefs.clients.api.model that return types with arguments of type ObjectStats Modifier and Type Method Description List<ObjectStats>ObjectStatsList. getResults()Get resultsMethods in io.lakefs.clients.api.model with parameters of type ObjectStats Modifier and Type Method Description ObjectStatsListObjectStatsList. addResultsItem(ObjectStats resultsItem)Method parameters in io.lakefs.clients.api.model with type arguments of type ObjectStats Modifier and Type Method Description ObjectStatsListObjectStatsList. results(List<ObjectStats> results)voidObjectStatsList. setResults(List<ObjectStats> results)
-