Visit Nexus to get an overview of Nexus' solutions, read customer cases, access the latest news, and more.


This article describes the default parameters used by filters in a timestamp service in Nexus Timestamp Server.

Expand/Collapse All

Step-by-step instruction

  1. Open the filters.properties configuration file.
  2. Set the applicable parameters, described in this table:

    Name of parameterDescription

    class

    The fully qualified name of the class implementing the filter. The class must implement the interface according to the name of the interface.

    <param-name>

    Depending on the implementation, a filter may take one or more extra parameters.

  3. Write filters in sections, defined by name. The unique name is defined in the section part, that is, [filter.<name>], where <name> is the unique name of the filter. See an example below.

Example

Example: Filter
[filter.Accuracy]
class=com.nexussafe.nano.filters.timestamp.AccuracyFilter
seconds=10
millis=45