public static class ValidationPolicyCommandInterest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
gracePeriod_
gracePeriod is the tolerance of the initial timestamp in milliseconds.
|
int |
maxRecords_
maxRecords is the maximum number of distinct public keys of which to
record the last timestamp.
|
double |
recordLifetime_
recordLifetime is the maximum lifetime of a last timestamp record in
milliseconds.
|
| Constructor and Description |
|---|
Options()
Create a ValidationPolicyCommandInterest.Options where gracePeriod is 2
minutes, maxRecords is 1000 and recordLifetime is 1 hour.
|
Options(double gracePeriod)
Create a ValidationPolicyCommandInterest.Options with the gracePeriod and
where maxRecords is 1000 and recordLifetime is 1 hour.
|
Options(double gracePeriod,
int maxRecords)
Create a ValidationPolicyCommandInterest.Options with the values and
where recordLifetime is 1 hour.
|
Options(double gracePeriod,
int maxRecords,
double recordLifetime)
Create a ValidationPolicyCommandInterest.Options with the values.
|
Options(ValidationPolicyCommandInterest.Options options)
Create a ValidationPolicyCommandInterest.Options from the given options.
|
public double gracePeriod_
public int maxRecords_
public double recordLifetime_
public Options(double gracePeriod,
int maxRecords,
double recordLifetime)
gracePeriod - See below for description.maxRecords - See below for description.recordLifetime - See below for description.public Options(double gracePeriod,
int maxRecords)
gracePeriod - See below for description.maxRecords - See below for description.public Options(double gracePeriod)
gracePeriod - See below for description.public Options()
public Options(ValidationPolicyCommandInterest.Options options)
options - The ValidationPolicyCommandInterest.Options with values to
copy.Copyright © 2019. All rights reserved.