Package org.yamcs.parameter
Class ParameterPersistence
java.lang.Object
org.yamcs.parameter.ParameterPersistence
Archives and retrieves the value of parameters that have the persistence flag activated.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final TupleDefinition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionload()
Called at startup to load the parameters saved before the server shutdownvoid
save
(Iterator<ParameterValue> pvIterator) Save all parameters with the persistence flag set
-
Field Details
-
TDEF
-
CNAME_SAVETIME
- See Also:
-
CNAME_PROCESSOR
- See Also:
-
-
Constructor Details
-
ParameterPersistence
- Throws:
InitException
-
-
Method Details
-
load
Called at startup to load the parameters saved before the server shutdownreturns null if no record was found
-
save
Save all parameters with the persistence flag set
-