Uses of Class
io.lakefs.clients.api.model.ObjectStageCreation
-
Packages that use ObjectStageCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ObjectStageCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type ObjectStageCreation Modifier and Type Method Description ObjectStatsInternalApi. stageObject(String repository, String branch, String path, ObjectStageCreation objectStageCreation)Deprecated.okhttp3.CallInternalApi. stageObjectAsync(String repository, String branch, String path, ObjectStageCreation objectStageCreation, ApiCallback<ObjectStats> _callback)Deprecated.okhttp3.CallInternalApi. stageObjectCall(String repository, String branch, String path, ObjectStageCreation objectStageCreation, ApiCallback _callback)Deprecated.ApiResponse<ObjectStats>InternalApi. stageObjectWithHttpInfo(String repository, String branch, String path, ObjectStageCreation objectStageCreation)Deprecated. -
Uses of ObjectStageCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectStageCreation Modifier and Type Method Description ObjectStageCreationObjectStageCreation. checksum(String checksum)ObjectStageCreationObjectStageCreation. contentType(String contentType)ObjectStageCreationObjectStageCreation. metadata(Map<String,String> metadata)ObjectStageCreationObjectStageCreation. mtime(Long mtime)ObjectStageCreationObjectStageCreation. physicalAddress(String physicalAddress)ObjectStageCreationObjectStageCreation. putMetadataItem(String key, String metadataItem)ObjectStageCreationObjectStageCreation. sizeBytes(Long sizeBytes)
-