Package org.yamcs.archive
Class XtceTmRecorder
java.lang.Object
com.google.common.util.concurrent.AbstractService
org.yamcs.AbstractYamcsService
org.yamcs.archive.XtceTmRecorder
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
,YamcsService
Records XTCE TM sequence containers.
The main job of this class is to populate the "pname" column of the tm table. The other columns are copied verbatim
from the TM input streams. It does that by creating a XtceTmExtractor
and subscribing to all sequence
containers having the flag SequenceContainer.useAsArchivePartition()
set. The pname is the qualified name of
the most specific (lowest in the XTCE hierarchy) container matching the telemetry packet.
It subscribes to all the streams configured with the "streams" config key or, if not present, to all TM streams defined in the instance (streamConfig section of the instance configuration).
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final TupleDefinition
static final String
Fields inherited from class org.yamcs.AbstractYamcsService
config, log, serviceName, yamcsInstance
-
Constructor Summary
-
Method Summary
Methods inherited from class org.yamcs.AbstractYamcsService
getConfig, getYamcsInstance
Methods inherited from class com.google.common.util.concurrent.AbstractService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, doCancelStart, failureCause, isRunning, notifyFailed, notifyStarted, notifyStopped, startAsync, state, stopAsync, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.util.concurrent.Service
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync
-
Field Details
-
REC_STREAM_NAME
- See Also:
-
TABLE_NAME
- See Also:
-
PNAME_COLUMN
- See Also:
-
CF_NAME
- See Also:
-
RECORDED_TM_TUPLE_DEFINITION
-
-
Constructor Details
-
XtceTmRecorder
public XtceTmRecorder()
-
-
Method Details
-
getSpec
Description copied from interface:YamcsService
Returns the valid configuration options for this service.- Returns:
- the argument specification, or
null
if the args should not be validated.
-
init
public void init(String yamcsInstance, String serviceName, YConfiguration config) throws InitException Description copied from interface:YamcsService
Initialize this service. This is called before the service is started. All operations should finish fast.- Specified by:
init
in interfaceYamcsService
- Overrides:
init
in classAbstractYamcsService
- Parameters:
yamcsInstance
- The yamcs instance, ornull
if this is a global service.serviceName
- The service name.config
- The configured arguments for this service. IfYamcsService.getSpec()
is implemented then this contains the arguments after being validated (including any defaults).- Throws:
InitException
- When something goes wrong during the execution of this method.
-
doStart
protected void doStart()- Specified by:
doStart
in classcom.google.common.util.concurrent.AbstractService
-
doStop
protected void doStop()- Specified by:
doStop
in classcom.google.common.util.concurrent.AbstractService
-
getNumProcessedPackets
public long getNumProcessedPackets() -
deriveArchivePartition
-