Uses of Class
org.yamcs.client.storage.ObjectId
Packages that use ObjectId
-
Uses of ObjectId in org.yamcs.client.filetransfer
Methods in org.yamcs.client.filetransfer with parameters of type ObjectIdModifier and TypeMethodDescriptionInitiate file downloadFileTransferClient.upload(ObjectId source, String remotePath, FileTransferClient.UploadOptions.UploadOption... options) Initiate file uploadFileTransferClient.upload(ObjectId source, FileTransferClient.UploadOptions.UploadOption... options) -
Uses of ObjectId in org.yamcs.client.storage
Methods in org.yamcs.client.storage that return ObjectIdModifier and TypeMethodDescriptionstatic ObjectIdstatic ObjectIdstatic ObjectIdParses a URL of the formys://my-bucket/some/file.txtstatic ObjectIdMethods in org.yamcs.client.storage with parameters of type ObjectIdModifier and TypeMethodDescriptionCompletableFuture<byte[]>StorageClient.downloadObject(ObjectId source) StorageClient.uploadObject(ObjectId target, byte[] bytes)