Uses of Interface
com.cognite.client.queue.UpsertTarget
-
Packages that use UpsertTarget Package Description com.cognite.client com.cognite.client.queue -
-
Uses of UpsertTarget in com.cognite.client
Classes in com.cognite.client that implement UpsertTarget Modifier and Type Class Description classDataPointsThis class represents the Cognite timeseries api endpoint.classEventsThis class represents the Cognite events api endpoint.classFilesThis class represents the Cognite events api endpoint.classRawRowsThis class represents the Cognite Raw rows endpoint.classRelationshipsThis class represents the Cognite relationships api endpoint.classSequenceRowsThis class represents the Cognite sequence body/rows api endpoint.classSequencesThis class represents the Cognite sequences api endpoint.classTimeseriesThis 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 UpsertTarget Modifier and Type Method Description static <T,R>
UploadQueue<T,R>UploadQueue. of(UpsertTarget<T,R> target)Builds an upload queue for batching and pushing items to the providedUpsertTarget.
-