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 voidAbstractAlarmServer.addActiveAlarmFromTuple(Mdb mdb, Tuple t, Map<S, ActiveAlarm<T>> alarms) protected voidEventAlarmServer.addActiveAlarmFromTuple(Mdb mdb, Tuple tuple, Map<EventId, ActiveAlarm<Db.Event>> alarms) protected voidParameterAlarmServer.addActiveAlarmFromTuple(Mdb mdb, Tuple tuple, Map<Parameter, ActiveAlarm<ParameterValue>> alarms) protected abstract ActiveAlarm<T>AbstractAlarmMirrorServer.createNewAlarm(S subject, Tuple tuple) protected voidAbstractAlarmMirrorServer.processSeverityIncrease(S subject, ActiveAlarm<T> activeAlarm, Tuple tuple) protected voidAbstractAlarmMirrorServer.processValueUpdate(S subject, ActiveAlarm<T> activeAlarm, Tuple tuple) 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 longGet the generation time for use in the index key.voidvoidcom.google.protobuf.MessageLitecom.google.protobuf.MessageLiteGPBHelper.tupleToCommandHistoryEntry(Tuple tuple, Mdb mdb) static TmPacketDataGPBHelper.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 PreparedCommandstatic Commanding.CommandIdPreparedCommand.getCommandId(Tuple t) -
Uses of Tuple in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type TupleModifier and TypeMethodDescriptionvoidEventFilter.beforeItem(Tuple tuple) voidPacketFilter.beforeItem(Tuple tuple) protected booleanEventFilter.matchesLiteral(Tuple tuple, String lowercaseLiteral) protected booleanPacketFilter.matchesLiteral(Tuple item, String lowercaseLiteral) voidstatic 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 TupleAccount.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 voidItemGroup.addToTuple(Tuple tuple) protected voidTimelineActivity.addToTuple(Tuple tuple) protected voidTimelineEvent.addToTuple(Tuple tuple) protected abstract voidTimelineItem.addToTuple(Tuple tuple) static TimelineItemConstructors in org.yamcs.timeline with parameters of type TupleModifierConstructorDescriptionTimelineActivity(TimelineItemType type, Tuple tuple) TimelineEvent(Tuple tuple) protectedTimelineItem(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 TupleTableReaderStream.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 TypeMethodDescriptionvoidTableDefinition.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.voidStream.ExceptionHandler.handle(Tuple tuple, StreamSubscriber s, Throwable t) voidvoidvoidvoidvoidvoidvoidvoidbyte[]TableDefinition.serializeValue(Tuple tuple, Row sertuple) Transform the value part of the tuple into a byte array to be written on disk.voidTableDefinition.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 InsertIntoTableQueryBuilderQuery.insertAppendIntoTable(String table, Tuple tuple) static InsertIntoTableQueryBuilderQuery.insertIntoTable(String table, Tuple tuple) static InsertIntoTableQueryBuilderQuery.upsertAppendIntoTable(String table, Tuple tuple) static InsertIntoTableQueryBuilderQuery.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 TypeMethodDescriptionvoidvoidvoidMethod parameters in org.yamcs.yarch.streamsql with type arguments of type TupleModifier and TypeMethodDescriptionprotected voidAlterSequenceStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidAlterTableStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) voidCloseStreamStatement.execute(ExecutionContext c, Consumer<Tuple> consumer) protected voidCreateInputStreamStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) voidCreateOutputStreamStatement.execute(ExecutionContext c, Consumer<Tuple> consumer) protected voidCreateStreamStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidCreateTableStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidDeleteStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) voidDescribeStatement.execute(ExecutionContext c, Consumer<Tuple> consumer) protected voidDropTableStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidInsertStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidMergeStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidShowDatabasesStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidShowEnginesStatement.execute(ExecutionContext context, Consumer<Tuple> c) protected voidShowSequencesStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidShowStreamsStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidShowStreamStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidShowTablesStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected abstract voidSimpleStreamSqlStatement.execute(ExecutionContext context, Consumer<Tuple> consumer) protected voidUpdateTableStatement.execute(ExecutionContext context, Consumer<Tuple> consumer)