Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.store | |
org.rvpf.base.sync |
Sync classes.
|
org.rvpf.metadata.processor | |
org.rvpf.store.client |
Store client common definitions.
|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.rmi |
RMI session support.
|
org.rvpf.store.server.the |
TheStore server.
|
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
Modifier and Type | Field and Description |
---|---|
static TimeInterval |
TimeInterval.UNLIMITED
Unlimited time interval.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeInterval.after(DateTime after)
Returns a clone with the after time set.
|
TimeInterval |
TimeInterval.before(DateTime before)
Returns a clone with the before time set.
|
TimeInterval |
TimeInterval.Builder.build()
Builds a time interval.
|
static TimeInterval |
TimeInterval.Builder.fromString(String intervalString)
Returns a time interval from a string representation.
|
TimeInterval |
PointValuesQuery.getInterval()
Gets the time interval instance.
|
TimeInterval |
PointValuesQuery.Abstract.getInterval()
Gets the time interval instance.
|
TimeInterval |
TimeInterval.notAfter(DateTime notAfter)
Returns a clone with the end set.
|
TimeInterval |
TimeInterval.notBefore(DateTime notBefore)
Returns a clone with the beginning set.
|
TimeInterval |
TimeInterval.trimmed(TimeInterval limits)
Returns a clone of this time interval trimmed to supplied limits.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval.Builder |
TimeInterval.Builder.copyFrom(TimeInterval otherInterval)
Copies the values from an other time interval.
|
boolean |
DateTime.isAfter(TimeInterval interval)
Asks if this is after a TimeInterval.
|
boolean |
DateTime.isAtBeginning(TimeInterval interval)
Asks if this is at the beginning of a TimeInterval.
|
boolean |
DateTime.isAtEnd(TimeInterval interval)
Asks if this is at the end of a TimeInterval.
|
boolean |
DateTime.isBefore(TimeInterval interval)
Asks if this is before a TimeInterval.
|
boolean |
DateTime.isInside(TimeInterval interval)
Asks if this is inside a TimeInterval.
|
boolean |
DateTime.isNotAfter(TimeInterval interval)
Asks if this is not after a TimeInterval.
|
boolean |
DateTime.isNotBefore(TimeInterval interval)
Asks if this is not before a TimeInterval.
|
TimeInterval.Builder |
TimeInterval.Builder.trim(TimeInterval limits)
Trims an interval to supplied limits.
|
TimeInterval |
TimeInterval.trimmed(TimeInterval limits)
Returns a clone of this time interval trimmed to supplied limits.
|
Constructor and Description |
---|
Abstract(Optional<Point> point,
TimeInterval interval,
Optional<Sync> sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
int |
StoreSessionProxy.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
StoreSession.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
Store.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
StoreSessionProxy.purge(UUID pointUUID,
TimeInterval timeInterval)
Purges point values.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setInterval(TimeInterval interval)
Sets the time interval.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
Sync.getDefaultLimits()
Gets the default limits.
|
TimeInterval |
Sync.Abstract.getDefaultLimits()
Gets the default limits.
|
TimeInterval |
StampsSync.getDefaultLimits()
Gets the default limits.
|
TimeInterval |
ReverseSync.getDefaultLimits()
Gets the default limits.
|
TimeInterval |
Sync.getLimits()
Gets the limits.
|
TimeInterval |
Sync.Abstract.getLimits()
Gets the limits.
|
TimeInterval |
ReverseSync.getLimits()
Gets the limits.
|
Modifier and Type | Method and Description |
---|---|
void |
Sync.setLimits(TimeInterval limits)
Sets the limits.
|
void |
Sync.Abstract.setLimits(TimeInterval limits)
Sets the limits.
|
void |
ReverseSync.setLimits(TimeInterval limits)
Sets the limits.
|
void |
ElapsedSync.setLimits(TimeInterval limits)
Sets the limits.
|
Modifier and Type | Method and Description |
---|---|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setInterval(TimeInterval interval)
Sets the time interval.
|
Modifier and Type | Method and Description |
---|---|
int |
RMIStore.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
int |
AbstractStore.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
Modifier and Type | Method and Description |
---|---|
int |
StoreServer.purge(UUID[] pointUUIDs,
TimeInterval timeInterval,
Optional<Identity> identity)
Purges points values.
|
int |
StoreServer.Abstract.purge(UUID[] pointUUIDs,
TimeInterval timeInterval,
Optional<Identity> identity)
Purges points values.
|
Modifier and Type | Method and Description |
---|---|
int |
StoreSessionImpl.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges point values.
|
Modifier and Type | Method and Description |
---|---|
default int |
BackEnd.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges points values.
|
Modifier and Type | Method and Description |
---|---|
int |
SQLBackEnd.purge(UUID[] pointUUIDs,
TimeInterval timeInterval)
Purges points values.
|
int |
Updater.purge(UUID pointUUID,
TimeInterval timeInterval)
Purges values of a point.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.