Uses of Class
org.yamcs.yarch.Tuple
Package
Description
-
Uses of Tuple in org.yamcs.activities
-
Uses of Tuple in org.yamcs.alarms
Modifier and TypeMethodDescriptionprotected abstract void
AlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple t) protected void
EventAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple tuple) protected void
ParameterAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple tuple) -
Uses of Tuple in org.yamcs.archive
Modifier and TypeMethodDescriptionprotected long
Get the generation time for use in the index key.void
void
com.google.protobuf.MessageLite
com.google.protobuf.MessageLite
GPBHelper.tupleToCommandHistoryEntry
(Tuple tuple, Mdb mdb) static TmPacketData
GPBHelper.tupleToTmPacketData
(Tuple tuple) -
Uses of Tuple in org.yamcs.cfdp
-
Uses of Tuple in org.yamcs.cfdp.pdu
Modifier and TypeMethodDescriptionCfdpPacket.toTuple
(long startTime) CfdpPacket.toTuple
(CfdpTransactionId id, long startTime) CfdpPacket.toTuple
(OngoingCfdpTransfer trans) -
Uses of Tuple in org.yamcs.cmdhistory
-
Uses of Tuple in org.yamcs.commanding
Modifier and TypeMethodDescriptionstatic PreparedCommand
static Commanding.CommandId
PreparedCommand.getCommandId
(Tuple t) -
Uses of Tuple in org.yamcs.http.api
Modifier and TypeMethodDescriptionvoid
EventFilter.beforeItem
(Tuple tuple) protected boolean
EventFilter.matchesLiteral
(Tuple tuple, String lowercaseLiteral) void
static final List<Table.ColumnData>
TableApi.toColumnDataList
(Tuple tuple) -
Uses of Tuple in org.yamcs.http.audit
-
Uses of Tuple in org.yamcs.parameterarchive
-
Uses of Tuple in org.yamcs.plists
-
Uses of Tuple in org.yamcs.security
-
Uses of Tuple in org.yamcs.tctm
-
Uses of Tuple in org.yamcs.tctm.cfs
-
Uses of Tuple in org.yamcs.time
Modifier and TypeMethodDescription -
Uses of Tuple in org.yamcs.timeline
Modifier and TypeMethodDescriptionTimelineBand.toTuple()
TimelineItem.toTuple()
TimelineView.toTuple()
Modifier and TypeMethodDescriptionprotected void
ItemGroup.addToTuple
(Tuple tuple) protected void
TimelineActivity.addToTuple
(Tuple tuple) protected void
TimelineEvent.addToTuple
(Tuple tuple) protected abstract void
TimelineItem.addToTuple
(Tuple tuple) static TimelineItem
ModifierConstructorDescriptionTimelineActivity
(TimelineItemType type, Tuple tuple) TimelineEvent
(Tuple tuple) protected
TimelineItem
(TimelineItemType type, Tuple tuple) -
Uses of Tuple in org.yamcs.web.db
-
Uses of Tuple in org.yamcs.yarch
Modifier and TypeMethodDescriptionprotected Tuple
TableReaderStream.dataToTuple
(byte[] k, byte[] v) TableDefinition.deserialize
(byte[] k, byte[] v) Modifier and TypeMethodDescriptionWindowProcessor.streamClosed()
Called when the input stream closes, the window has the opportunity to emit some tuples before closureModifier and TypeMethodDescriptionvoid
TableDefinition.generateRow
(Tuple t) Generate a new table row by transforming the key part of the tuple into a byte array to be written to disk.PartitionManager.getPartitionForTuple
(Tuple t) Gets partition where tuple has to be written.void
Stream.ExceptionHandler.handle
(Tuple tuple, StreamSubscriber s, Throwable t) void
void
void
void
void
void
void
void
byte[]
TableDefinition.serializeValue
(Tuple tuple, Row sertuple) Transform the value part of the tuple into a byte array to be written on disk.void
TableDefinition.serializeValue
(Tuple tuple, Row sertuple, ByteArray byteArray) Same asTableDefinition.serializeValue(Tuple, Row)
but encodes the output in user provided byte array -
Uses of Tuple in org.yamcs.yarch.query
Modifier and TypeMethodDescriptionstatic InsertIntoTableQueryBuilder
Query.insertAppendIntoTable
(String table, Tuple tuple) static InsertIntoTableQueryBuilder
Query.insertIntoTable
(String table, Tuple tuple) static InsertIntoTableQueryBuilder
Query.upsertAppendIntoTable
(String table, Tuple tuple) static InsertIntoTableQueryBuilder
Query.upsertIntoTable
(String table, Tuple tuple) -
Uses of Tuple in org.yamcs.yarch.rocksdb
Modifier and TypeMethodDescriptionRdbTableWriter.getDbPartition
(Tuple t) get the filename where the tuple would fit (can be a partition)void
-
Uses of Tuple in org.yamcs.yarch.streamsql
Modifier and TypeMethodDescriptionvoid
void
void
Modifier and TypeMethodDescriptionprotected void
AlterSequenceStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
AlterTableStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) void
CloseStreamStatement.execute
(ExecutionContext c, Consumer<Tuple> consumer) protected void
CreateInputStreamStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) void
CreateOutputStreamStatement.execute
(ExecutionContext c, Consumer<Tuple> consumer) protected void
CreateStreamStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
CreateTableStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
DeleteStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) void
DescribeStatement.execute
(ExecutionContext c, Consumer<Tuple> consumer) protected void
DropTableStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
InsertStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
MergeStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
ShowDatabasesStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
ShowEnginesStatement.execute
(ExecutionContext context, Consumer<Tuple> c) protected void
ShowSequencesStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
ShowStreamsStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
ShowStreamStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
ShowTablesStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected abstract void
SimpleStreamSqlStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer) protected void
UpdateTableStatement.execute
(ExecutionContext context, Consumer<Tuple> consumer)