Uses of Interface
com.cognite.client.queue.UpsertTarget
Packages that use UpsertTarget
-
Uses of UpsertTarget in com.cognite.client
Classes in com.cognite.client that implement UpsertTargetModifier and TypeClassDescriptionclassThis class represents the Cognite timeseries api endpoint.classThis class represents the Cognite events api endpoint.classThis class represents the Cognite events api endpoint.classThis class represents the Cognite Raw rows endpoint.classThis class represents the Cognite relationships api endpoint.classThis class represents the Cognite sequence body/rows api endpoint.classThis class represents the Cognite sequences api endpoint.classThis class represents the Cognite timeseries api endpoint. -
Uses of UpsertTarget in com.cognite.client.queue
Methods in com.cognite.client.queue with parameters of type UpsertTargetModifier and TypeMethodDescriptionstatic <T,R> UploadQueue<T, R> UploadQueue.of(UpsertTarget<T, R> target) Builds an upload queue for batching and pushing items to the providedUpsertTarget.