Uses of Class
com.cognite.client.dto.RawRow
Packages that use RawRow
Package
Description
-
Uses of RawRow in com.cognite.client
Methods in com.cognite.client that return types with arguments of type RawRowModifier and TypeMethodDescriptionRawRows.delete(Collection<RawRow> rows) Deletes a set of rows from Raw tables.Returns all rows from a table.Returns a set of rows from a table.Returns a set of rows from a table.Returns all rows from a table.Returns all rows from a table.RawRows.retrieve(String dbName, String tableName, Collection<String> rowKeys) Retrieves a set of rows based on row key.RawRows.uploadQueue()Returns an upload queue.RawRows.uploadQueue()Returns an upload queue.Creates rows in raw tables.Creates rows in raw tables.Method parameters in com.cognite.client with type arguments of type RawRowModifier and TypeMethodDescriptionRawRows.delete(Collection<RawRow> rows) Deletes a set of rows from Raw tables.Creates rows in raw tables.Creates rows in raw tables. -
Uses of RawRow in com.cognite.client.dto
Methods in com.cognite.client.dto that return RawRowModifier and TypeMethodDescriptionRawRow.Builder.build()RawRow.Builder.buildPartial()static RawRowRawRow.getDefaultInstance()RawRow.Builder.getDefaultInstanceForType()RawRow.getDefaultInstanceForType()static RawRowRawRow.parseDelimitedFrom(InputStream input) static RawRowRawRow.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawRowRawRow.parseFrom(byte[] data) static RawRowRawRow.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawRowRawRow.parseFrom(com.google.protobuf.ByteString data) static RawRowRawRow.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawRowRawRow.parseFrom(com.google.protobuf.CodedInputStream input) static RawRowRawRow.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawRowRawRow.parseFrom(InputStream input) static RawRowRawRow.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RawRowRawRow.parseFrom(ByteBuffer data) static RawRowRawRow.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type RawRowModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RawRow>RawRow.getParserForType()static com.google.protobuf.Parser<RawRow>RawRow.parser()Methods in com.cognite.client.dto with parameters of type RawRow -
Uses of RawRow in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return RawRowModifier and TypeMethodDescriptionstatic RawRowRawParser.parseRawRow(String dbName, String dbTable, String rowJson) Parses an raw row json string toRawRowproto object.Methods in com.cognite.client.servicesV1.parser with parameters of type RawRowModifier and TypeMethodDescriptionRawParser.toRequestInsertItem(RawRow element) Builds a request insert item object fromRawRow. -
Uses of RawRow in com.cognite.client.stream
Method parameters in com.cognite.client.stream with type arguments of type RawRowModifier and TypeMethodDescriptionRawPublisher.withConsumer(Consumer<List<RawRow>> consumer) Add the consumer of the data stream. -
Uses of RawRow in com.cognite.client.util
Methods in com.cognite.client.util that return RawRowModifier and TypeMethodDescriptionstatic RawRowCreate aRawRowobject based on aJson objectrepresenting the row columns.static RawRowCreate aRawRowobject based on aJson objectrepresenting the row columns.static RawRowCreate aRawRowobject based on aJson objectrepresenting the row columns.static RawRowCreate aRawRowobject based on aMap<String, Object>representing the row columns.static RawRowCreate aRawRowobject based on aMap<String, Object>representing the row columns.static RawRowCreate aRawRowobject based on aMap<String, Object>representing the row columns.Methods in com.cognite.client.util that return types with arguments of type RawRowModifier and TypeMethodDescriptionDataGenerator.generateRawRows(String dbName, String tableName, int noObjects) RawRows.setDbName(Collection<RawRow> rows, String dbName) Specify the target CDF Raw database (name) for a collection ofRawRow.RawRows.setTableName(Collection<RawRow> rows, String tableName) Specify the target CDF Raw table (name) for a collection ofRawRow.Method parameters in com.cognite.client.util with type arguments of type RawRowModifier and TypeMethodDescriptionRawRows.setDbName(Collection<RawRow> rows, String dbName) Specify the target CDF Raw database (name) for a collection ofRawRow.RawRows.setTableName(Collection<RawRow> rows, String tableName) Specify the target CDF Raw table (name) for a collection ofRawRow.