Uses of Interface
com.cognite.client.queue.UploadTarget
Packages that use UploadTarget
-
Uses of UploadTarget in com.cognite.client
Classes in com.cognite.client that implement UploadTargetModifier and TypeClassDescriptionclassThis class represents the Cognite events api endpoint. -
Uses of UploadTarget in com.cognite.client.queue
Methods in com.cognite.client.queue with parameters of type UploadTargetModifier and TypeMethodDescriptionstatic <T,R> UploadQueue<T, R> UploadQueue.of(UploadTarget<T, R> target) Builds an upload queue for batching and pushing items to the providedUploadTarget.