Uses of Class
io.lakefs.clients.sdk.model.ObjectStats
-
Packages that use ObjectStats Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of ObjectStats in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return ObjectStats Modifier and Type Method Description ObjectStatsInternalApi.APIstageObjectRequest. execute()Deprecated.ObjectStatsObjectsApi.APIcopyObjectRequest. execute()Execute copyObject requestObjectStatsObjectsApi.APIstatObjectRequest. execute()Execute statObject requestObjectStatsObjectsApi.APIuploadObjectRequest. execute()Execute uploadObject requestObjectStatsStagingApi.APIlinkPhysicalAddressRequest. execute()Execute linkPhysicalAddress requestMethods in io.lakefs.clients.sdk that return types with arguments of type ObjectStats Modifier and Type Method Description ApiResponse<ObjectStats>InternalApi.APIstageObjectRequest. executeWithHttpInfo()Deprecated.ApiResponse<ObjectStats>ObjectsApi.APIcopyObjectRequest. executeWithHttpInfo()Execute copyObject request with HTTP info returnedApiResponse<ObjectStats>ObjectsApi.APIstatObjectRequest. executeWithHttpInfo()Execute statObject request with HTTP info returnedApiResponse<ObjectStats>ObjectsApi.APIuploadObjectRequest. executeWithHttpInfo()Execute uploadObject request with HTTP info returnedApiResponse<ObjectStats>StagingApi.APIlinkPhysicalAddressRequest. executeWithHttpInfo()Execute linkPhysicalAddress request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type ObjectStats Modifier and Type Method Description okhttp3.CallInternalApi.APIstageObjectRequest. executeAsync(ApiCallback<ObjectStats> _callback)Deprecated.okhttp3.CallObjectsApi.APIcopyObjectRequest. executeAsync(ApiCallback<ObjectStats> _callback)Execute copyObject request (asynchronously)okhttp3.CallObjectsApi.APIstatObjectRequest. executeAsync(ApiCallback<ObjectStats> _callback)Execute statObject request (asynchronously)okhttp3.CallObjectsApi.APIuploadObjectRequest. executeAsync(ApiCallback<ObjectStats> _callback)Execute uploadObject request (asynchronously)okhttp3.CallStagingApi.APIlinkPhysicalAddressRequest. executeAsync(ApiCallback<ObjectStats> _callback)Execute linkPhysicalAddress request (asynchronously) -
Uses of ObjectStats in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return ObjectStats Modifier and Type Method Description ObjectStatsObjectStats. checksum(String checksum)ObjectStatsObjectStats. contentType(String contentType)static ObjectStatsObjectStats. fromJson(String jsonString)Create an instance of ObjectStats given an JSON stringObjectStatsObjectStats. 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. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ObjectStatsObjectStats. putMetadataItem(String key, String metadataItem)ObjectStatsObjectStats. sizeBytes(Long sizeBytes)Methods in io.lakefs.clients.sdk.model that return types with arguments of type ObjectStats Modifier and Type Method Description List<ObjectStats>ObjectStatsList. getResults()Get resultsMethods in io.lakefs.clients.sdk.model with parameters of type ObjectStats Modifier and Type Method Description ObjectStatsListObjectStatsList. addResultsItem(ObjectStats resultsItem)Method parameters in io.lakefs.clients.sdk.model with type arguments of type ObjectStats Modifier and Type Method Description ObjectStatsListObjectStatsList. results(List<ObjectStats> results)voidObjectStatsList. setResults(List<ObjectStats> results)
-