Uses of Class
org.yamcs.protobuf.Table.Row
-
Packages that use Table.Row Package Description org.yamcs.protobuf -
-
Uses of Table.Row in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.Row Modifier and Type Field Description static com.google.protobuf.Parser<Table.Row>Table.Row. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.Row Modifier and Type Method Description Table.RowTable.Row.Builder. build()Table.RowTable.Row.Builder. buildPartial()static Table.RowTable.Row. getDefaultInstance()Table.RowTable.Row.Builder. getDefaultInstanceForType()Table.RowTable.Row. getDefaultInstanceForType()Table.RowTable.WriteRowsRequest.Builder. getRow()optional .yamcs.protobuf.table.Row row = 3;Table.RowTable.WriteRowsRequest. getRow()optional .yamcs.protobuf.table.Row row = 3;Table.RowTable.WriteRowsRequestOrBuilder. getRow()optional .yamcs.protobuf.table.Row row = 3;static Table.RowTable.Row. parseDelimitedFrom(InputStream input)static Table.RowTable.Row. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(byte[] data)static Table.RowTable.Row. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(com.google.protobuf.ByteString data)static Table.RowTable.Row. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(com.google.protobuf.CodedInputStream input)static Table.RowTable.Row. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(InputStream input)static Table.RowTable.Row. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.RowTable.Row. parseFrom(ByteBuffer data)static Table.RowTable.Row. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.Row Modifier and Type Method Description com.google.protobuf.Parser<Table.Row>Table.Row. getParserForType()static com.google.protobuf.Parser<Table.Row>Table.Row. parser()Methods in org.yamcs.protobuf with parameters of type Table.Row Modifier and Type Method Description Table.Row.BuilderTable.Row.Builder. mergeFrom(Table.Row other)Table.WriteRowsRequest.BuilderTable.WriteRowsRequest.Builder. mergeRow(Table.Row value)optional .yamcs.protobuf.table.Row row = 3;static Table.Row.BuilderTable.Row. newBuilder(Table.Row prototype)Table.WriteRowsRequest.BuilderTable.WriteRowsRequest.Builder. setRow(Table.Row value)optional .yamcs.protobuf.table.Row row = 3;Method parameters in org.yamcs.protobuf with type arguments of type Table.Row Modifier and Type Method Description abstract voidAbstractTableApi. readRows(T ctx, Table.ReadRowsRequest request, Observer<Table.Row> observer)Streams back the contents of all rows in key order The ``ColumnInfo`` message assigns an integer ``id`` for each column and the ``id`` is present in each cell belonging to that column (this is done in order to avoid sending the ``ColumnInfo`` with each ``Cell``).voidTableApiClient. readRows(Void ctx, Table.ReadRowsRequest request, Observer<Table.Row> observer)Streams back the contents of all rows in key order The ``ColumnInfo`` message assigns an integer ``id`` for each column and the ``id`` is present in each cell belonging to that column (this is done in order to avoid sending the ``ColumnInfo`` with each ``Cell``).
-