Uses of Interface
org.yamcs.yarch.StreamSubscriber
Package
Description
-
Uses of StreamSubscriber in org.yamcs.archive
Modifier and TypeInterfaceDescriptioninterface
Interface for (completeness) TmIndex.Modifier and TypeClassDescriptionclass
Completeness index of CCSDS telemetry.class
Performs a replay from Yarch So far supported are: TM packets, PP groups, Events, Parameters and Command History. -
Uses of StreamSubscriber in org.yamcs.cfdp
Modifier and TypeClassDescriptionclass
Implements CCSDS File Delivery Protocol (CFDP) in Yamcs. -
Uses of StreamSubscriber in org.yamcs.cmdhistory
Modifier and TypeClassDescriptionclass
provides command history from streams -
Uses of StreamSubscriber in org.yamcs.http.api
Modifier and TypeMethodDescriptionstatic void
StreamFactory.stream
(String instance, String selectSql, List<Object> args, StreamSubscriber subscriber) static void
StreamFactory.stream
(String instance, String selectSql, StreamSubscriber subscriber) -
Uses of StreamSubscriber in org.yamcs.parameterarchive
Modifier and TypeClassDescriptionclass
Back-fills the parameter archive by triggering replays: - either regularly scheduled replays - or monitor data streams (tm, param) and keep track of which segments have to be rebuild -
Uses of StreamSubscriber in org.yamcs.tctm
Modifier and TypeClassDescriptionclass
Provides parameters from yarch streams (pp_realtime) toParameterProcessorManager
-
Uses of StreamSubscriber in org.yamcs.tctm.cfs
Modifier and TypeClassDescriptionclass
Generate Yamcs events out of cFS event packets -
Uses of StreamSubscriber in org.yamcs.yarch
Modifier and TypeClassDescriptionclass
Stream created by the "create stream statement"class
class
class
class
Modifier and TypeMethodDescriptionvoid
Stream.addSubscriber
(StreamSubscriber s) void
Stream.ExceptionHandler.handle
(Tuple tuple, StreamSubscriber s, Throwable t) void
Stream.removeSubscriber
(StreamSubscriber s) -
Uses of StreamSubscriber in org.yamcs.yarch.rocksdb
-
Uses of StreamSubscriber in org.yamcs.yarch.streamsql