Uses of Class
com.cognite.client.dto.RawRow
-
Packages that use RawRow Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.stream com.cognite.client.util -
-
Uses of RawRow in com.cognite.client
Methods in com.cognite.client that return types with arguments of type RawRow Modifier and Type Method Description List<RawRow>RawRows. delete(Collection<RawRow> rows)Deletes a set of rows from Raw tables.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName)Returns all rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, Request requestParameters)Returns a set of rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, Request requestParameters, String... cursors)Returns a set of rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, List<String> columns)Returns all rows from a table.Iterator<List<RawRow>>RawRows. list(String dbName, String tableName, List<String> columns, Request requestParameters)Returns all rows from a table.List<RawRow>RawRows. retrieve(String dbName, String tableName, Collection<String> rowKeys)Retrieves a set of rows based on row key.UploadQueue<RawRow,RawRow>RawRows. uploadQueue()Returns an upload queue.UploadQueue<RawRow,RawRow>RawRows. uploadQueue()Returns an upload queue.List<RawRow>RawRows. upsert(List<RawRow> rows)Creates rows in raw tables.List<RawRow>RawRows. upsert(List<RawRow> rows, boolean ensureParent)Creates rows in raw tables.Method parameters in com.cognite.client with type arguments of type RawRow Modifier and Type Method Description List<RawRow>RawRows. delete(Collection<RawRow> rows)Deletes a set of rows from Raw tables.List<RawRow>RawRows. upsert(List<RawRow> rows)Creates rows in raw tables.List<RawRow>RawRows. upsert(List<RawRow> rows, boolean ensureParent)Creates rows in raw tables. -
Uses of RawRow in com.cognite.client.dto
Methods in com.cognite.client.dto that return RawRow Modifier and Type Method Description RawRowRawRow.Builder. build()RawRowRawRow.Builder. buildPartial()static RawRowRawRow. getDefaultInstance()RawRowRawRow.Builder. getDefaultInstanceForType()RawRowRawRow. 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 RawRow Modifier and Type Method Description com.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 Modifier and Type Method Description RawRow.BuilderRawRow.Builder. mergeFrom(RawRow other)static RawRow.BuilderRawRow. newBuilder(RawRow prototype) -
Uses of RawRow in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return RawRow Modifier and Type Method Description static 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 RawRow Modifier and Type Method Description static Map<String,Object>RawParser. 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 RawRow Modifier and Type Method Description RawPublisherRawPublisher. 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 RawRow Modifier and Type Method Description static RawRowRawRows. of(String columnsJsonObject)Create aRawRowobject based on aJson objectrepresenting the row columns.static RawRowRawRows. of(String rowKey, String columnsJsonObject)Create aRawRowobject based on aJson objectrepresenting the row columns.static RawRowRawRows. of(String dbName, String tableName, String rowKey, String columnsJsonObject)Create aRawRowobject based on aJson objectrepresenting the row columns.static RawRowRawRows. of(String dbName, String tableName, String rowKey, Map<String,Object> columns)Create aRawRowobject based on aMap<String, Object>representing the row columns.static RawRowRawRows. of(String rowKey, Map<String,Object> columns)Create aRawRowobject based on aMap<String, Object>representing the row columns.static RawRowRawRows. of(Map<String,Object> columns)Create aRawRowobject based on aMap<String, Object>representing the row columns.Methods in com.cognite.client.util that return types with arguments of type RawRow Modifier and Type Method Description static List<RawRow>DataGenerator. generateRawRows(String dbName, String tableName, int noObjects)static List<RawRow>RawRows. setDbName(Collection<RawRow> rows, String dbName)Specify the target CDF Raw database (name) for a collection ofRawRow.static List<RawRow>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 RawRow Modifier and Type Method Description static List<RawRow>RawRows. setDbName(Collection<RawRow> rows, String dbName)Specify the target CDF Raw database (name) for a collection ofRawRow.static List<RawRow>RawRows. setTableName(Collection<RawRow> rows, String tableName)Specify the target CDF Raw table (name) for a collection ofRawRow.
-