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 ObjectStatsStagingApi. linkPhysicalAddress(String repository, String branch, String path, StagingMetadata stagingMetadata)associate staging on this physical address with a path If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.ObjectStatsObjectsApi. stageObject(String repository, String branch, String path, ObjectStageCreation objectStageCreation)stage an object's metadata for the given branchObjectStatsObjectsApi. statObject(String repository, String ref, String path, Boolean userMetadata)get object metadataObjectStatsObjectsApi. uploadObject(String repository, String branch, String path, String storageClass, String ifNoneMatch, File content)Methods in io.lakefs.clients.api that return types with arguments of type ObjectStats Modifier and Type Method Description ApiResponse<ObjectStats>StagingApi. linkPhysicalAddressWithHttpInfo(String repository, String branch, String path, StagingMetadata stagingMetadata)associate staging on this physical address with a path If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.ApiResponse<ObjectStats>ObjectsApi. stageObjectWithHttpInfo(String repository, String branch, String path, ObjectStageCreation objectStageCreation)stage an object's metadata for the given branchApiResponse<ObjectStats>ObjectsApi. statObjectWithHttpInfo(String repository, String ref, String path, Boolean userMetadata)get object metadataApiResponse<ObjectStats>ObjectsApi. uploadObjectWithHttpInfo(String repository, String branch, String path, String storageClass, String ifNoneMatch, File content)Method parameters in io.lakefs.clients.api with type arguments of type ObjectStats Modifier and Type Method Description okhttp3.CallStagingApi. linkPhysicalAddressAsync(String repository, String branch, String path, StagingMetadata stagingMetadata, ApiCallback<ObjectStats> _callback)associate staging on this physical address with a path (asynchronously) If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.okhttp3.CallObjectsApi. stageObjectAsync(String repository, String branch, String path, ObjectStageCreation objectStageCreation, ApiCallback<ObjectStats> _callback)stage an object's metadata for the given branch (asynchronously)okhttp3.CallObjectsApi. statObjectAsync(String repository, String ref, String path, Boolean userMetadata, ApiCallback<ObjectStats> _callback)get object metadata (asynchronously)okhttp3.CallObjectsApi. uploadObjectAsync(String repository, String branch, String path, String storageClass, String ifNoneMatch, 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. 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)
-