Uses of Class
org.yamcs.yarch.Tuple
Packages that use Tuple
Package
Description
-
Uses of Tuple in org.yamcs.activities
Methods in org.yamcs.activities that return TupleConstructors in org.yamcs.activities with parameters of type Tuple -
Uses of Tuple in org.yamcs.alarms
Methods in org.yamcs.alarms with parameters of type TupleModifier and TypeMethodDescriptionprotected abstract void
AbstractAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple t, Map<S, ActiveAlarm<T>> alarms) protected void
EventAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple tuple, Map<EventId, ActiveAlarm<Db.Event>> alarms) protected void
ParameterAlarmServer.addActiveAlarmFromTuple
(Mdb mdb, Tuple tuple, Map<Parameter, ActiveAlarm<ParameterValue>> alarms) protected static ActiveAlarm<ParameterValue>
ParameterAlarmServer.tupleToActiveAlarm
(Parameter parameter, Tuple tuple) -
Uses of Tuple in org.yamcs.archive
Methods in org.yamcs.archive with parameters of type TupleModifier 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
Methods in org.yamcs.cfdp with parameters of type TupleConstructors in org.yamcs.cfdp with parameters of type Tuple -
Uses of Tuple in org.yamcs.cfdp.pdu
Methods in org.yamcs.cfdp.pdu that return TupleModifier and TypeMethodDescriptionCfdpPacket.toTuple
(long startTime) CfdpPacket.toTuple
(CfdpTransactionId id, long startTime) CfdpPacket.toTuple
(OngoingCfdpTransfer trans) Methods in org.yamcs.cfdp.pdu with parameters of type Tuple -
Uses of Tuple in org.yamcs.cmdhistory
Methods in org.yamcs.cmdhistory with parameters of type Tuple -
Uses of Tuple in org.yamcs.commanding
Methods in org.yamcs.commanding that return TupleMethods in org.yamcs.commanding with parameters of type TupleModifier and TypeMethodDescriptionstatic PreparedCommand
static Commanding.CommandId
PreparedCommand.getCommandId
(Tuple t) -
Uses of Tuple in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type TupleModifier 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
Constructors in org.yamcs.http.audit with parameters of type Tuple -
Uses of Tuple in org.yamcs.parameterarchive
Methods in org.yamcs.parameterarchive with parameters of type Tuple -
Uses of Tuple in org.yamcs.plists
Methods in org.yamcs.plists that return TupleConstructors in org.yamcs.plists with parameters of type Tuple -
Uses of Tuple in org.yamcs.security
Methods in org.yamcs.security that return TupleModifier and TypeMethodDescriptionprotected Tuple
Account.toTuple
(boolean forUpdate) Group.toTuple
(boolean forUpdate) ServiceAccount.toTuple
(boolean forUpdate) User.toTuple
(boolean forUpdate) Constructors in org.yamcs.security with parameters of type Tuple -
Uses of Tuple in org.yamcs.tctm
Methods in org.yamcs.tctm with parameters of type Tuple -
Uses of Tuple in org.yamcs.tctm.cfs
Methods in org.yamcs.tctm.cfs with parameters of type Tuple -
Uses of Tuple in org.yamcs.time
Methods in org.yamcs.time with parameters of type TupleModifier and TypeMethodDescription -
Uses of Tuple in org.yamcs.timeline
Methods in org.yamcs.timeline that return TupleModifier and TypeMethodDescriptionTimelineBand.toTuple()
TimelineItem.toTuple()
TimelineView.toTuple()
Methods in org.yamcs.timeline with parameters of type TupleModifier 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
Constructors in org.yamcs.timeline with parameters of type TupleModifierConstructorDescriptionTimelineActivity
(TimelineItemType type, Tuple tuple) TimelineEvent
(Tuple tuple) protected
TimelineItem
(TimelineItemType type, Tuple tuple) -
Uses of Tuple in org.yamcs.web.db
Methods in org.yamcs.web.db that return TupleConstructors in org.yamcs.web.db with parameters of type Tuple -
Uses of Tuple in org.yamcs.yarch
Fields in org.yamcs.yarch with type parameters of type TupleMethods in org.yamcs.yarch that return TupleModifier and TypeMethodDescriptionprotected Tuple
TableReaderStream.dataToTuple
(byte[] k, byte[] v) TableDefinition.deserialize
(byte[] k, byte[] v) Methods in org.yamcs.yarch that return types with arguments of type TupleModifier and TypeMethodDescriptionWindowProcessor.streamClosed()
Called when the input stream closes, the window has the opportunity to emit some tuples before closureMethods in org.yamcs.yarch with parameters of type TupleModifier 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
Methods in org.yamcs.yarch.query with parameters of type TupleModifier 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) Constructors in org.yamcs.yarch.query with parameters of type Tuple -
Uses of Tuple in org.yamcs.yarch.rocksdb
Methods in org.yamcs.yarch.rocksdb with parameters of type TupleModifier 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
Methods in org.yamcs.yarch.streamsql that return TupleMethods in org.yamcs.yarch.streamsql with parameters of type TupleModifier and TypeMethodDescriptionvoid
void
void
Method parameters in org.yamcs.yarch.streamsql with type arguments of type TupleModifier 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)