Uses of Class
org.yamcs.yarch.Stream
Packages that use Stream
Package
Description
-
Uses of Stream in org.yamcs
Modifier and TypeMethodDescriptionprotected StreamAbstractYamcsService.findStream(String streamName) looks for a stream with a given name and throws an exception if it cannot be foundModifier and TypeMethodDescriptionvoidStreamTcCommandReleaser.registerOutStream(int index, Stream stream, StreamTcCommandReleaser.CommandMatcher matcher) Add a new stream together with a matcher that will select the commands going to this stream -
Uses of Stream in org.yamcs.activities
Constructors in org.yamcs.activities with parameters of type StreamModifierConstructorDescriptionCommandExecution(ActivityService activityService, CommandExecutor executor, Activity activity, Processor processor, String commandName, Map<String, Object> args, Map<String, Object> extra, Stream stream, User user) -
Uses of Stream in org.yamcs.alarms
Fields in org.yamcs.alarms declared as StreamConstructors in org.yamcs.alarms with parameters of type StreamModifierConstructorDescriptionAlarmStreamer(Stream s, DataType dataType, TupleDefinition tdefTemplate) -
Uses of Stream in org.yamcs.archive
Methods in org.yamcs.archive with parameters of type StreamModifier and TypeMethodDescriptionvoidvoidvoidCcsdsTmIndex.streamClosed(Stream stream) voidYarchReplay.streamClosed(Stream stream) -
Uses of Stream in org.yamcs.cfdp
Methods in org.yamcs.cfdp with parameters of type StreamConstructors in org.yamcs.cfdp with parameters of type StreamModifierConstructorDescriptionCfdpIncomingTransfer(String yamcsInstance, long id, long creationTime, ScheduledThreadPoolExecutor executor, YConfiguration config, CfdpHeader hdr, Stream cfdpOut, FileSaveHandler fileSaveHandler, EventProducer eventProducer, TransferMonitor monitor, Map<ConditionCode, org.yamcs.cfdp.OngoingCfdpTransfer.FaultHandlingAction> faultHandlerActions) CfdpOutgoingTransfer(String yamcsInstance, long initiatorEntityId, long id, long creationTime, ScheduledThreadPoolExecutor executor, PutRequest request, Stream cfdpOut, YConfiguration config, Bucket bucket, Integer customPduSize, Integer customPduDelay, EventProducer eventProducer, TransferMonitor monitor, Map<ConditionCode, org.yamcs.cfdp.OngoingCfdpTransfer.FaultHandlingAction> faultHandlerActions) Create a new CFDP outgoing (uplink) transfer.OngoingCfdpTransfer(String yamcsInstance, long id, long creationTime, ScheduledThreadPoolExecutor executor, YConfiguration config, CfdpTransactionId cfdpTransactionId, long destinationId, Stream cfdpOut, EventProducer eventProducer, TransferMonitor monitor, Map<ConditionCode, org.yamcs.cfdp.OngoingCfdpTransfer.FaultHandlingAction> faultHandlerActions) -
Uses of Stream in org.yamcs.cmdhistory
Methods in org.yamcs.cmdhistory that return StreamMethods in org.yamcs.cmdhistory with parameters of type StreamModifier and TypeMethodDescriptionvoidvoidStreamCommandHistoryProvider.streamClosed(Stream stream) -
Uses of Stream in org.yamcs.commanding
Methods in org.yamcs.commanding that return StreamMethods in org.yamcs.commanding with parameters of type StreamModifier and TypeMethodDescriptionvoidPreparedCommand.setTcStream(Stream tcStream) Specify the target TC stream. -
Uses of Stream in org.yamcs.http.api
Methods in org.yamcs.http.api that return StreamModifier and TypeMethodDescriptionstatic StreamStreamFactory.insertStream(String instance, TableDefinition table) static StreamStreamFactory.loadStream(String instance, TableDefinition table) static StreamTableApi.verifyStream(Context ctx, YarchDatabaseInstance ydb, String streamName) Methods in org.yamcs.http.api with parameters of type Stream -
Uses of Stream in org.yamcs.management
Methods in org.yamcs.management that return types with arguments of type StreamMethods in org.yamcs.management with parameters of type StreamModifier and TypeMethodDescriptionvoidManagementService.registerStream(String instance, Stream stream) default voidTableStreamListener.streamRegistered(String instance, Stream stream) -
Uses of Stream in org.yamcs.parameterarchive
Methods in org.yamcs.parameterarchive with parameters of type Stream -
Uses of Stream in org.yamcs.tctm
Methods in org.yamcs.tctm with parameters of type StreamModifier and TypeMethodDescriptionvoidMake sure all parameters are defined in the MDB, otherwise the PRM will chokevoidStreamParameterProvider.streamClosed(Stream s) Constructors in org.yamcs.tctm with parameters of type StreamModifierConstructorDescriptionStreamParameterSender(String yamcsInstance, Stream stream) StreamPbParameterSender(String yamcsInstance, Stream stream) -
Uses of Stream in org.yamcs.tctm.cfs
Methods in org.yamcs.tctm.cfs with parameters of type Stream -
Uses of Stream in org.yamcs.tse
Constructors in org.yamcs.tse with parameters of type StreamModifierConstructorDescriptionTseDataLinkInboundHandler(CommandHistoryPublisher cmdhistPublisher, Mdb mdb, TimeService timeService, Stream stream) -
Uses of Stream in org.yamcs.yarch
Subclasses of Stream in org.yamcs.yarchModifier and TypeClassDescriptionclassSends histogram data to a stream.classStream created by the "create stream statement"classclassclassclassImplements skeleton for table streamer that uses PartitionManager to handle partitioning.Methods in org.yamcs.yarch that return StreamMethods in org.yamcs.yarch that return types with arguments of type StreamMethods in org.yamcs.yarch with parameters of type StreamModifier and TypeMethodDescriptionvoidAdds a stream to the dictionary making it "official"voidvoidvoidvoidvoidvoidvoidOutputStream.setSubscribedStream(Stream s) voidInternalStream.streamClosed(Stream stream) voidMergeStream.streamClosed(Stream s) voidOutputStream.streamClosed(Stream stream) Called when the subcribed stream is closed we close this stream also.voidSelectStream.streamClosed(Stream stream) default voidStreamSubscriber.streamClosed(Stream stream) Constructors in org.yamcs.yarch with parameters of type StreamModifierConstructorDescriptionMergeStream(YarchDatabaseInstance ydb, Stream[] streams, String mergeColumn, boolean ascending) SelectStream(YarchDatabaseInstance ydb, Stream input, CompiledExpression cWhereClause, List<CompiledExpression> caggInputList, WindowProcessor wp, List<CompiledExpression> cselectList, TupleDefinition outputDef, TupleDefinition minOutputDef) -
Uses of Stream in org.yamcs.yarch.rocksdb
Methods in org.yamcs.yarch.rocksdb with parameters of type Stream -
Uses of Stream in org.yamcs.yarch.streamsql
Subclasses of Stream in org.yamcs.yarch.streamsqlMethods in org.yamcs.yarch.streamsql that return StreamModifier and TypeMethodDescriptionInsertValuesExpression.execute(ExecutionContext c) SelectExpression.execute(ExecutionContext c) Methods in org.yamcs.yarch.streamsql with parameters of type StreamConstructors in org.yamcs.yarch.streamsql with parameters of type StreamModifierConstructorDescriptionprotectedLimitedStream(YarchDatabaseInstance ydb, Stream input, BigDecimal offset, BigDecimal limit, TupleDefinition definition)