Uses of Class
com.cognite.client.stream.RawPublisher
-
Packages that use RawPublisher Package Description com.cognite.client com.cognite.client.stream -
-
Uses of RawPublisher in com.cognite.client
Methods in com.cognite.client that return RawPublisher Modifier and Type Method Description RawPublisherRawRows. stream(String dbName, String tableName)Returns aRawPublisherthat can streamRawRowfrom a raw table. -
Uses of RawPublisher in com.cognite.client.stream
Methods in com.cognite.client.stream that return RawPublisher Modifier and Type Method Description static RawPublisherRawPublisher. of(RawRows rawRows, String rawDbName, String rawTableName)For internal use.RawPublisherRawPublisher. withConsumer(Consumer<List<RawRow>> consumer)Add the consumer of the data stream.RawPublisherRawPublisher. withEndTime(Instant endTime)Sets the end time (i.e.RawPublisherRawPublisher. withPollingInterval(Duration interval)Sets the polling interval to check for updates to the source raw table.RawPublisherRawPublisher. withPollingOffset(Duration interval)Sets the polling offset.RawPublisherRawPublisher. withStartTime(Instant startTime)Sets the start time (i.e.
-