Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.logger | |
org.rvpf.base.som |
Simple object messaging base classes.
|
org.rvpf.base.store | |
org.rvpf.base.sync |
Sync classes.
|
org.rvpf.base.tool | |
org.rvpf.base.util |
Base utility classes.
|
org.rvpf.base.util.container | |
org.rvpf.base.util.rlp | |
org.rvpf.base.value.filter | |
org.rvpf.config |
Configuration entities definition.
|
org.rvpf.forwarder |
Forwarder service.
|
org.rvpf.forwarder.input |
Forwarder service input modules.
|
org.rvpf.metadata.entity.filter | |
org.rvpf.processor.behavior |
Related values Behavior.
|
org.rvpf.processor.receptionist |
Processor receptionist.
|
org.rvpf.service |
Service helper classes.
|
org.rvpf.som |
Simple Object Messaging.
|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.c |
CStore server.
|
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
org.rvpf.valve |
Controls connections to a TCP/IP service.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
ElapsedTime.EMPTY
Empty.
|
static ElapsedTime |
ElapsedTime.HOUR
One hour.
|
static ElapsedTime |
ElapsedTime.INFINITY
Infinity.
|
static ElapsedTime |
ElapsedTime.INVALID
Invalid elsped time representation.
|
static ElapsedTime |
ElapsedTime.MICRO
One microsecond.
|
static ElapsedTime |
ElapsedTime.MILLI
One millisecond.
|
static ElapsedTime |
ElapsedTime.MINUTE
One minute.
|
static ElapsedTime |
ElapsedTime.SECOND
One second.
|
Modifier and Type | Method and Description |
---|---|
ElapsedTime |
ElapsedTime.add(ElapsedTime other)
Adds an other elapsed time to this.
|
ElapsedTime |
ElapsedTime.floor(ElapsedTime whole)
Floors the scaled internal (raw) representation of this.
|
ElapsedTime |
ElapsedTime.floor(long whole)
Floors the scaled internal (raw) representation of this.
|
static ElapsedTime |
ElapsedTime.fromDataInput(DataInput source)
Reads in an external representation of an elapsed time.
|
static ElapsedTime |
ElapsedTime.fromDuration(Duration duration)
Returns an elapsed time from a duration.
|
static ElapsedTime |
ElapsedTime.fromMillis(long millis)
Returns an elapsed time from a number of milliseconds.
|
static ElapsedTime |
ElapsedTime.fromNanos(long nanos)
Returns an elapsed time from a number of nanoseconds.
|
static ElapsedTime |
ElapsedTime.fromRaw(long raw)
Returns an elapsed time from an internal (raw) representation.
|
static ElapsedTime |
ElapsedTime.fromSeconds(double seconds)
Returns an elapsed time from a number of seconds.
|
static ElapsedTime |
ElapsedTime.fromString(String elapsedString)
Returns an elapsed time from a valid string representation.
|
static ElapsedTime |
ElapsedTime.max(Collection<ElapsedTime> elapsedTimes)
Returns the maximum ElapsedTime instance.
|
static ElapsedTime |
ElapsedTime.max(ElapsedTime... elapsedTimes)
Returns the maximum ElapsedTime instance.
|
ElapsedTime |
ElapsedTime.max(Optional<ElapsedTime> other)
Returns the maximum between this and an other.
|
static ElapsedTime |
ElapsedTime.min(Collection<ElapsedTime> elapsedTimes)
Returns the minimum ElapsedTime instance.
|
static ElapsedTime |
ElapsedTime.min(ElapsedTime... elapsedTimes)
Returns the minimum ElapsedTime instance.
|
ElapsedTime |
ElapsedTime.min(Optional<ElapsedTime> other)
Returns the minimum between this and an other.
|
ElapsedTime |
ElapsedTime.mul(double factor)
Multiplies this by a factor.
|
ElapsedTime |
ElapsedTime.mul(long factor)
Multiplies this by a factor.
|
ElapsedTime |
DateTime.sub(DateTime other)
Substracts an other DateTime from this.
|
ElapsedTime |
ElapsedTime.sub(ElapsedTime other)
Substracts an other elapsed time from this.
|
Modifier and Type | Method and Description |
---|---|
static Optional<ElapsedTime> |
ElapsedTime.fromString(Optional<String> string)
Returns an elapsed time from an optional string representation.
|
static Optional<ElapsedTime> |
ElapsedTime.readExternal(ObjectInput source)
Reads in an external representation of an elapsed time.
|
Modifier and Type | Method and Description |
---|---|
ElapsedTime |
ElapsedTime.add(ElapsedTime other)
Adds an other elapsed time to this.
|
DateTime |
DateTime.after(ElapsedTime elapsed)
Returns a DateTime which would be some time after this.
|
DateTime |
DateTime.before(ElapsedTime elapsed)
Returns a DateTime which would be some time before this.
|
int |
ElapsedTime.compareTo(ElapsedTime other) |
ElapsedTime |
ElapsedTime.floor(ElapsedTime whole)
Floors the scaled internal (raw) representation of this.
|
DateTime |
DateTime.floored(ElapsedTime whole)
Returns a floored DateTime.
|
static ElapsedTime |
ElapsedTime.max(ElapsedTime... elapsedTimes)
Returns the maximum ElapsedTime instance.
|
static ElapsedTime |
ElapsedTime.min(ElapsedTime... elapsedTimes)
Returns the minimum ElapsedTime instance.
|
double |
ElapsedTime.ratio(ElapsedTime divisor)
Returns the ratio of this to an other elapsed time.
|
DateTime |
DateTime.rounded(ElapsedTime whole)
Returns a rounded DateTime.
|
double |
ElapsedTime.scaled(ElapsedTime whole)
Returns the scaled internal (raw) representation of this.
|
double |
DateTime.scaled(ElapsedTime whole)
Returns a scaled representation of time.
|
ElapsedTime |
ElapsedTime.sub(ElapsedTime other)
Substracts an other elapsed time from this.
|
Modifier and Type | Method and Description |
---|---|
static ElapsedTime |
ElapsedTime.max(Collection<ElapsedTime> elapsedTimes)
Returns the maximum ElapsedTime instance.
|
ElapsedTime |
ElapsedTime.max(Optional<ElapsedTime> other)
Returns the maximum between this and an other.
|
static ElapsedTime |
ElapsedTime.min(Collection<ElapsedTime> elapsedTimes)
Returns the minimum ElapsedTime instance.
|
ElapsedTime |
ElapsedTime.min(Optional<ElapsedTime> other)
Returns the minimum between this and an other.
|
static void |
ElapsedTime.writeExternal(Optional<ElapsedTime> elapsedTime,
ObjectOutput destination)
Writes out an external representation of an elapsed time.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryLogger.activate(Optional<ElapsedTime> logInterval)
Activates.
|
Modifier and Type | Method and Description |
---|---|
ElapsedTime |
SOMServer.getKeepAlive()
Gets the keep-alive value.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ElapsedTime> |
SOMProxy.Builder.getTimeout()
Gets the timeout.
|
Modifier and Type | Method and Description |
---|---|
SOMProxy.Builder |
SOMProxy.Builder.setTimeout(Optional<ElapsedTime> timeout)
Sets the timeout.
|
Modifier and Type | Method and Description |
---|---|
Optional<ElapsedTime> |
StoreValuesQuery.getPolatorTimeLimit()
Gets the polator time limit.
|
Modifier and Type | Method and Description |
---|---|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setPolatorTimeLimit(Optional<ElapsedTime> polatorTimeLimit)
Sets the polator time limit.
|
Constructor and Description |
---|
ElapsedSync(ElapsedTime elapsed,
Optional<ElapsedTime> offset)
Constructs an instance.
|
ElapsedSync(ZoneId zoneId,
ElapsedTime elapsed,
Optional<ElapsedTime> offset)
Constructs an instance.
|
Constructor and Description |
---|
ElapsedSync(ElapsedTime elapsed,
Optional<ElapsedTime> offset)
Constructs an instance.
|
ElapsedSync(ZoneId zoneId,
ElapsedTime elapsed,
Optional<ElapsedTime> offset)
Constructs an instance.
|
Constructor and Description |
---|
TimeoutMonitor(ElapsedTime timeout)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SnoozeAlarm.snooze(ElapsedTime snoozeTime)
Snoozes for the specified time.
|
static boolean |
SnoozeAlarm.validate(ElapsedTime time,
Object caller,
Messages.Entry nameEntry)
Validates a snooze time.
|
Modifier and Type | Method and Description |
---|---|
Optional<ElapsedTime> |
KeyedValues.getElapsed(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value for a key, providing a value for default and
empty.
|
Modifier and Type | Method and Description |
---|---|
Optional<ElapsedTime> |
KeyedValues.getElapsed(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value for a key, providing a value for default and
empty.
|
Optional<ElapsedTime> |
KeyedValues.getElapsed(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value for a key, providing a value for default and
empty.
|
Modifier and Type | Method and Description |
---|---|
Optional<ResourceSpecifier[]> |
RLPClient.doYouProvide(ResourceProvider resourceProvider,
ResourceSpecifier[] resourceSpecifiers,
boolean local,
ElapsedTime timeout)
Do you provide.
|
Optional<ResourceProvider[]> |
RLPClient.whoProvides(ResourceProvider resourceProvider,
ResourceSpecifier[] resourceSpecifiers,
boolean local,
ElapsedTime maximumWait,
ElapsedTime minimumWait)
Who provides.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ElapsedTime> |
ValueFilter.Abstract.getTimeLimit()
Gets the time limit.
|
Constructor and Description |
---|
Abstract(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit)
Constructs an instance.
|
Abstract(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit)
Constructs an instance.
|
DeadbandFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit,
double deadbangGap,
double deadbandRatio)
Constructs an instance.
|
DeadbandFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit,
double deadbangGap,
double deadbandRatio)
Constructs an instance.
|
InterpolatorFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit,
double deadbangGap,
double deadbandRatio)
Constructs an instance.
|
InterpolatorFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit,
double deadbangGap,
double deadbandRatio)
Constructs an instance.
|
LinearFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit,
double deadbangGap,
double deadbandRatio)
Constructs an instance.
|
LinearFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> stampTrimUnit,
double deadbangGap,
double deadbandRatio)
Constructs an instance.
|
StepFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> trimUnit,
double deadbangGap,
double deadbandRatio,
double stepSize,
double ceilingGap,
double floorGap)
Constructs an instance.
|
StepFilter(Optional<ElapsedTime> timeLimit,
Optional<ElapsedTime> trimUnit,
double deadbangGap,
double deadbandRatio,
double stepSize,
double ceilingGap,
double floorGap)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<ElapsedTime> |
Config.getElapsedValue(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value, providing a default.
|
Modifier and Type | Method and Description |
---|---|
Optional<ElapsedTime> |
Config.getElapsedValue(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value, providing a default.
|
Optional<ElapsedTime> |
Config.getElapsedValue(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value, providing a default.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
ForwarderModule.Abstract.DEFAULT_CONNECTION_RETRY_DELAY
Default connection retry delay.
|
Modifier and Type | Method and Description |
---|---|
protected ElapsedTime |
ForwarderModule.Abstract.getConnectionRetryDelay()
Gets the service connection retry delay.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ElapsedTime> |
ForwarderModule.Abstract.getDefaultBatchWait()
Gets the default batch wait.
|
Optional<ElapsedTime> |
BatchControl.getWait()
Gets the batch wait.
|
Modifier and Type | Method and Description |
---|---|
BatchControl.Builder |
BatchControl.Builder.setDefaultWait(Optional<ElapsedTime> defaultWait)
Sets the default wait.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
MessagesFilesModule.DEFAULT_SCAN_INTERVAL
Default input directory scan interval.
|
Modifier and Type | Method and Description |
---|---|
protected static Optional<ElapsedTime> |
ValueFilterFactory.Abstract.getStampTrimUnit(Params params)
Gets the stamp trim unit.
|
protected static Optional<ElapsedTime> |
ValueFilterFactory.Abstract.getTimeLimit(Params params)
Gets the time limit.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ElapsedTime> |
AbstractBehavior.getElapsedInputValue(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value for a key, providing a default.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<ElapsedTime> |
AbstractBehavior.getElapsedInputValue(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value for a key, providing a default.
|
protected Optional<ElapsedTime> |
AbstractBehavior.getElapsedInputValue(String key,
Optional<ElapsedTime> defaultValue,
Optional<ElapsedTime> emptyValue)
Gets an elapsed time value for a key, providing a default.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
Receptionist.Abstract.DEFAULT_WAIT
Default wait.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
Alerter.Abstract.DEFAULT_CONNECTION_RETRY_DELAY
Default connection retry delay.
|
static ElapsedTime |
ServiceImpl.DEFAULT_JOIN_TIMEOUT
Default join timeout.
|
static ElapsedTime |
ServiceImpl.DEFAULT_RESTART_DELAY
Default restart delay.
|
static ElapsedTime |
ServiceImpl.DEFAULT_STARTING_EXTEND
Default starting extend.
|
static ElapsedTime |
ServiceImpl.DEFAULT_STOPPING_EXTEND
Default stopping extend.
|
static ElapsedTime |
Alerter.Abstract.DEFAULT_WATCHDOG_PERIOD
Default watchdog period in milliseconds.
|
static ElapsedTime |
Alerter.Abstract.DEFAULT_WATCHDOG_TRIGGER
Default watchdog periods.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceBaseImpl.snooze(ElapsedTime snoozeTime)
Snoozes for the specified time.
|
void |
ServiceBase.snooze(ElapsedTime snoozeTime)
Snoozes for the specified time.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceActivatorListener.restart(Optional<ElapsedTime> delay)
Restarts.
|
void |
ServiceActivatorBase.restart(Optional<ElapsedTime> delay)
Restarts the service.
|
ProcessMonitor.Builder |
ProcessMonitor.Builder.setKeepProcess(Optional<ElapsedTime> keepProcess)
Sets the keepProcess.
|
ProcessMonitor.Builder |
ProcessMonitor.Builder.setKillDelay(Optional<ElapsedTime> killDelay)
Sets the killDelay.
|
void |
ServiceBaseImpl.starting(Optional<ElapsedTime> waitHint)
Informs that the start is progressing.
|
void |
ServiceBase.starting(Optional<ElapsedTime> waitHint)
Informs that the start is progressing.
|
void |
ServiceActivatorListener.starting(Optional<ElapsedTime> waitHint)
Informs that the start is progressing.
|
void |
ServiceActivatorBase.starting(Optional<ElapsedTime> waitHint)
Informs that the start is progressing.
|
void |
ServiceBaseImpl.stopping(Optional<ElapsedTime> waitHint)
Informs that the stop is progressing.
|
void |
ServiceBase.stopping(Optional<ElapsedTime> waitHint)
Informs that the stop is progressing.
|
void |
ServiceActivatorListener.stopping(Optional<ElapsedTime> waitHint)
Informs that the stop is progressing.
|
void |
ServiceActivatorBase.stopping(Optional<ElapsedTime> waitHint)
Informs that the stop is progressing.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
SOMServerImpl.DEFAULT_KEEP_ALIVE
The default keep-alive.
|
Modifier and Type | Method and Description |
---|---|
ElapsedTime |
SOMServerImpl.getKeepAlive()
Gets the keep-alive value.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
StoreServer.Abstract.DEFAULT_PULL_SLEEP
Default pull sleep.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
CStoreServiceAppImpl.DEFAULT_CONNECTION_RETRY_DELAY
Default connect retry delay.
|
static ElapsedTime |
CStoreServiceAppImpl.DEFAULT_NOTIFIER_POLL_INTERVAL
Default notifier poll interval.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
SQLBackEnd.DEFAULT_RESPONDER_KEEP
Default responder keep time.
|
Modifier and Type | Field and Description |
---|---|
static ElapsedTime |
Controller.DEFAULT_RETRY_DELAY
Default retry delay.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.