Uses of Class
com.cognite.client.queue.UploadQueue
Packages that use UploadQueue
-
Uses of UploadQueue in com.cognite.client
Methods in com.cognite.client that return UploadQueueModifier and TypeMethodDescriptionFiles.fileContainerUploadQueue()Returns an upload queue forFileContainer.Files.metadataUploadQueue()Returns an upload queue forFileMetadata.DataPoints.uploadQueue()Returns an upload queue.Events.uploadQueue()Returns an upload queue.RawRows.uploadQueue()Returns an upload queue.Relationships.uploadQueue()Returns an upload queue.SequenceRows.uploadQueue()Returns an upload queue.Sequences.uploadQueue()Returns an upload queue.Timeseries.uploadQueue()Returns an upload queue. -
Uses of UploadQueue in com.cognite.client.queue
Methods in com.cognite.client.queue that return UploadQueueModifier 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.static <T,R> UploadQueue<T, R> UploadQueue.of(UpsertTarget<T, R> target) Builds an upload queue for batching and pushing items to the providedUpsertTarget.UploadQueue.withExceptionHandlerFunction(Consumer<Exception> function) Add an exception handler function.UploadQueue.withMaxUploadInterval(Duration interval) Sets the max upload interval.UploadQueue.withPostUploadFunction(Consumer<List<R>> function) Add a post upload function.UploadQueue.withQueueSize(int queueSize) Sets the queue size.