Nexus Timestamp Server
Breadcrumbs

Default parameters for filters in Nexus Timestamp Server

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

Define default parameters

  1. Open the filters.properties configuration file.

  2. Set the applicable parameters, described in this table:

Name of parameter

Description

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.

Example: Default parameter

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