| Package | Description |
|---|---|
| org.rvpf.base |
Base classes.
|
| org.rvpf.base.alert |
Alert classes.
|
| org.rvpf.base.som |
Simple object messaging base classes.
|
| org.rvpf.base.store | |
| org.rvpf.base.sync |
Sync classes.
|
| org.rvpf.base.util |
Base utility classes.
|
| org.rvpf.base.value |
Point value classes.
|
| org.rvpf.base.value.filter | |
| org.rvpf.base.xml.streamer |
XStream XML serialization.
|
| org.rvpf.config |
Configuration entities definition.
|
| org.rvpf.document.loader |
Configuration and metadata documents loader.
|
| org.rvpf.http |
HTTP server modules container.
|
| org.rvpf.metadata.entity | |
| org.rvpf.metadata.processor | |
| org.rvpf.processor.behavior |
Related values Behavior.
|
| org.rvpf.processor.engine.rpn.selector |
Summarizer Engine.
|
| org.rvpf.processor.engine.rpn.selector.summarizer | |
| org.rvpf.store.server |
Store server common definitions.
|
| org.rvpf.store.server.archiver | |
| org.rvpf.store.server.polator |
| Modifier and Type | Field and Description |
|---|---|
static DateTime |
DateTime.BEGINNING_OF_TIME
Beginning of time.
|
static DateTime |
DateTime.END_OF_TIME
End of time.
|
static DateTime |
DateTime.INVALID
Invalid time representation.
|
static DateTime |
DateTime.MJD_EPOCH
MJD epoch (1858-11-17 00:00 UTC).
|
static DateTime |
DateTime.UNIX_EPOCH
Unix epoch (1970-01-01 00:00 UTC).
|
static DateTime |
DateTime.WINDOWS_EPOCH
Windows epoch (1601-01-01 00:00 UTC).
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTime.after()
Returns a DateTime which would be just after this.
|
DateTime |
DateTime.after(DateTime limit)
Returns the higher DateTime between this and after a limit.
|
DateTime |
DateTime.after(ElapsedTime elapsed)
Returns a DateTime which would be some time after this.
|
DateTime |
DateTime.after(long interval)
Returns a DateTime which would be at an interval after this.
|
static DateTime |
DateTime.at(Timestamp timestamp)
Returns a DateTime from a Timestamp.
|
DateTime |
DateTime.before()
Returns a DateTime which would be some time after this. /** Returns a
DateTime which would be just before this.
|
DateTime |
DateTime.before(DateTime limit)
Returns the lower DateTime between this and before a limit.
|
DateTime |
DateTime.before(ElapsedTime elapsed)
Returns a DateTime which would be some time before this.
|
DateTime |
DateTime.before(long interval)
Returns a DateTime which would be at an interval before this.
|
DateTime |
DateTime.floored(ElapsedTime whole)
Returns a floored DateTime.
|
DateTime |
DateTime.floored(long whole)
Returns a floored DateTime based on this with respect to a given time
interval.
|
static DateTime |
DateTime.fromBytes(byte[] bytes)
Returns a DateTime from a bytes representation.
|
static DateTime |
DateTime.fromDataInput(DataInput source)
Reads in an external representation of a DateTime.
|
static DateTime |
DateTime.fromFields(DateTime.Fields fields)
Returns a DateTime built from fields.
|
DateTime |
DateTime.Context.fromFields(DateTime.Fields fields)
Returns a DateTime built from fields.
|
static DateTime |
DateTime.fromInstant(Instant instant)
Returns a DateTime built from an Instant.
|
static DateTime |
DateTime.fromMillis(long millis)
Returns a DateTime for the specified number of milliseconds since
1970-01-01 00:00:00.
|
static DateTime |
DateTime.fromRaw(long raw)
Returns a DateTime from an internal (raw) representation.
|
static DateTime |
DateTime.fromString(String timeString)
Returns a DateTime decoded from a time string.
|
DateTime |
DateTime.Context.fromString(String timeString)
Returns a DateTime decoded from a time string.
|
DateTime |
DateTime.Context.fromString(String timeString,
Optional<DateTime> reference)
Returns a DateTime decoded from a time string.
|
static DateTime |
DateTime.fromWin32(long win32)
Returns a DateTime from Win32::FileTime.
|
static DateTime |
DateTime.fromZonedDateTime(ZonedDateTime zonedDateTime)
Returns a DateTime built from a ZonedDateTime.
|
DateTime |
TimeInterval.getBeginning(boolean closed)
Gets the date-time at the beginning of this.
|
DateTime |
TimeInterval.getEnd(boolean closed)
Gets the date-time at the end of this.
|
DateTime |
Stats.getMarkTime()
Gets the mark time.
|
static DateTime |
DateTime.max(Collection<DateTime> dateTimes)
Returns the maximum DateTime instance.
|
static DateTime |
DateTime.max(DateTime... dateTimes)
Returns the maximum DateTime instance.
|
DateTime |
DateTime.midnight()
Returns a DateTime from this at midnight.
|
DateTime |
DateTime.Context.midnight(DateTime dateTime)
Returns a DateTime from a DateTime at midnight.
|
static DateTime |
DateTime.min(Collection<DateTime> dateTimes)
Returns the minimum DateTime instance.
|
static DateTime |
DateTime.min(DateTime... dateTimes)
Returns the minimum DateTime instance.
|
DateTime |
DateTime.nextDay()
Returns a DateTime from this at midnight on the next day.
|
DateTime |
DateTime.Context.nextDay(DateTime dateTime)
Returns a DateTime from a DateTime at midnight on the next day.
|
DateTime |
DateTime.noon()
Returns a DateTime from this at noon.
|
DateTime |
DateTime.Context.noon(DateTime dateTime)
Returns a DateTime from a DateTime at noon.
|
DateTime |
DateTime.notAfter(DateTime limit)
Returns the lower DateTime between this and a limit.
|
DateTime |
DateTime.notBefore(DateTime limit)
Returns the higher DateTime between this and a limit.
|
static DateTime |
DateTime.now()
Returns a DateTime for the current or simulated time.
|
DateTime |
DateTime.previousDay()
Returns a DateTime from this at midnight on the previous day.
|
DateTime |
DateTime.Context.previousDay(DateTime dateTime)
Returns a DateTime from a DateTime at midnight on the previous day.
|
DateTime |
DateTime.rounded(ElapsedTime whole)
Returns a rounded DateTime.
|
DateTime |
DateTime.rounded(long whole)
Returns a rounded DateTime.
|
DateTime |
DateTime.valueOf(String timeString)
Returns a DateTime decoded from a time String.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<DateTime> |
DateTime.fromString(Optional<String> timeString)
Returns a DateTime decoded from a time string.
|
Optional<DateTime> |
TimeInterval.getAfter()
Gets the after time.
|
Optional<DateTime> |
TimeInterval.Builder.getAfter()
Gets the after time.
|
Optional<DateTime> |
TimeInterval.getBefore()
Gets the before time.
|
Optional<DateTime> |
TimeInterval.Builder.getBefore()
Gets the before time.
|
protected Optional<DateTime> |
Stats.getLogTime()
Gets the log time.
|
Optional<DateTime> |
TimeInterval.getNotAfter()
Gets not after time.
|
Optional<DateTime> |
TimeInterval.getNotBefore()
Gets not before time.
|
static Optional<DateTime> |
DateTime.readExternal(ObjectInput source)
Reads in an external representation of a DateTime.
|
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
TimeInterval.after(DateTime after)
Returns a clone with the after time set.
|
DateTime |
DateTime.after(DateTime limit)
Returns the higher DateTime between this and after a limit.
|
TimeInterval |
TimeInterval.before(DateTime before)
Returns a clone with the before time set.
|
DateTime |
DateTime.before(DateTime limit)
Returns the lower DateTime between this and before a limit.
|
int |
DateTime.compareTo(DateTime other) |
boolean |
TimeInterval.contains(DateTime dateTime)
Asks if this interval contains a date and time.
|
int |
DateTime.Context.getDayOfWeek(DateTime dateTime)
Gets the day of week for a DateTime.
|
int |
DateTime.Context.getDaysInMonth(DateTime dateTime)
Gets the number of days in the month of a DateTime.
|
boolean |
TimeInterval.isAfter(DateTime dateTime)
Asks if this interval is after a date and time.
|
boolean |
DateTime.isAfter(DateTime other)
Asks if this is after an other DateTime.
|
boolean |
TimeInterval.isBefore(DateTime dateTime)
Asks if this interval is before a date and time.
|
boolean |
DateTime.isBefore(DateTime other)
Asks if this is before an other DateTime.
|
boolean |
DateTime.isNotAfter(DateTime other)
Asks if this is not after an other DateTime.
|
boolean |
DateTime.isNotBefore(DateTime other)
Asks if this is not before an other DateTime.
|
static DateTime |
DateTime.max(DateTime... dateTimes)
Returns the maximum DateTime instance.
|
DateTime |
DateTime.Context.midnight(DateTime dateTime)
Returns a DateTime from a DateTime at midnight.
|
static DateTime |
DateTime.min(DateTime... dateTimes)
Returns the minimum DateTime instance.
|
DateTime |
DateTime.Context.nextDay(DateTime dateTime)
Returns a DateTime from a DateTime at midnight on the next day.
|
DateTime |
DateTime.Context.noon(DateTime dateTime)
Returns a DateTime from a DateTime at noon.
|
TimeInterval |
TimeInterval.notAfter(DateTime notAfter)
Returns a clone with the end set.
|
DateTime |
DateTime.notAfter(DateTime limit)
Returns the lower DateTime between this and a limit.
|
TimeInterval |
TimeInterval.notBefore(DateTime notBefore)
Returns a clone with the beginning set.
|
DateTime |
DateTime.notBefore(DateTime limit)
Returns the higher DateTime between this and a limit.
|
DateTime |
DateTime.Context.previousDay(DateTime dateTime)
Returns a DateTime from a DateTime at midnight on the previous day.
|
TimeInterval.Builder |
TimeInterval.Builder.setAfter(DateTime after)
Sets the after time.
|
TimeInterval.Builder |
TimeInterval.Builder.setAt(DateTime at)
Sets an instant.
|
TimeInterval.Builder |
TimeInterval.Builder.setBefore(DateTime before)
Sets the before time.
|
protected void |
Stats.setLogTime(DateTime logTime)
Sets the log time.
|
protected void |
Stats.setMarkTime(DateTime markTime)
Sets the mark time.
|
TimeInterval.Builder |
TimeInterval.Builder.setNotAfter(DateTime notAfter)
Sets the not after time.
|
TimeInterval.Builder |
TimeInterval.Builder.setNotBefore(DateTime notBefore)
Sets the not before time.
|
static void |
DateTime.simulateTime(DateTime simulatedTime)
Simulates the supplied time as current.
|
ElapsedTime |
DateTime.sub(DateTime other)
Substracts an other DateTime from this.
|
String |
DateTime.Context.toBaseString(DateTime dateTime)
Provides a base string representation of a DateTime.
|
DateTime.Fields |
DateTime.Context.toFields(DateTime dateTime)
Returns the fields from a DateTime.
|
String |
DateTime.Context.toFullString(DateTime dateTime)
Provides a full extended string representation of a DateTime.
|
String |
DateTime.Context.toOrdinalString(DateTime dateTime)
Provides an ordinal string representation of a DateTime.
|
String |
DateTime.Context.toString(DateTime dateTime)
Provides a string representation of a DateTime.
|
String |
DateTime.Context.toURLString(DateTime dateTime)
Provides a URL compatible representation of a DateTime.
|
ZonedDateTime |
DateTime.Context.toZonedDateTime(DateTime dateTime)
Returns a ZonedDateTime for a DateTime.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTime.Context.fromString(String timeString,
Optional<DateTime> reference)
Returns a DateTime decoded from a time string.
|
static DateTime |
DateTime.max(Collection<DateTime> dateTimes)
Returns the maximum DateTime instance.
|
static DateTime |
DateTime.min(Collection<DateTime> dateTimes)
Returns the minimum DateTime instance.
|
static void |
DateTime.writeExternal(Optional<DateTime> dateTime,
ObjectOutput destination)
Writes out an external representation of a DateTime.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Alert.getStamp()
Gets this alert's time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
TopicInfo.getLastPublish()
Gets the last publish time.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
QueueInfo.getLastReceiverCommit()
Gets the last receiver commit time.
|
Optional<DateTime> |
QueueInfo.getLastSenderCommit()
Gets the last sender commit time.
|
Optional<DateTime> |
QueueInfo.getReceiverConnectTime()
Gets the receiver connect time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicInfo.setLastPublish(DateTime lastPublish)
Sets the last publish time.
|
void |
QueueInfo.setLastReceiverCommit(DateTime lastReceiverCommit)
Sets the last receiver commit time.
|
void |
QueueInfo.setLastSenderCommit(DateTime lastSenderCommit)
Sets the last sender commit time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueueInfo.setReceiverConnectTime(Optional<DateTime> receiverConnecTime)
Sets the receiver connect time.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
StoreValuesQuery.Mark.getStamp()
Gets the time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoreValues.mark(Optional<UUID> pointUUID,
DateTime stamp,
int done)
Creates a mark for the next point value.
|
StoreValuesQuery.Mark |
StoreValuesQuery.newMark(Optional<UUID> pointUUID,
DateTime stamp,
int done)
Returns a new mark.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setAfter(DateTime after)
Sets the after time.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setAt(DateTime at)
Sets the time for this query.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setBefore(DateTime before)
Sets the before time.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setNotAfter(DateTime notAfter)
Sets the not after time.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setNotBefore(DateTime notBefore)
Sets the not before time.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Crontab.change(DateTime dateTime,
ZoneId zoneId,
boolean forward)
Changes to the next (or previous) time.
|
DateTime |
Sync.getCurrentStamp()
Gets the current stamp.
|
DateTime |
Sync.Abstract.getCurrentStamp()
Gets the current stamp.
|
DateTime |
ReverseSync.getCurrentStamp()
Gets the current stamp.
|
DateTime |
Sync.getFirstStamp()
Gets the first stamp.
|
DateTime |
Sync.Abstract.getFirstStamp()
Gets the first stamp.
|
DateTime |
ReverseSync.getFirstStamp()
Gets the first stamp.
|
DateTime |
Sync.getLastStamp()
Gets the last stamp.
|
DateTime |
Sync.Abstract.getLastStamp()
Gets the last stamp.
|
DateTime |
ReverseSync.getLastStamp()
Gets the last stamp.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
Sync.getNextStamp()
Gets the next time stamp.
|
Optional<DateTime> |
StampsSync.getNextStamp()
Gets the next time stamp.
|
Optional<DateTime> |
ReverseSync.getNextStamp()
Gets the next time stamp.
|
Optional<DateTime> |
NullSync.getNextStamp()
Gets the next time stamp.
|
Optional<DateTime> |
ElapsedSync.getNextStamp()
Gets the next time stamp.
|
Optional<DateTime> |
CrontabSync.getNextStamp()
Gets the next time stamp.
|
Optional<DateTime> |
Sync.getNextStamp(DateTime stamp)
Gets the next time stamp.
|
Optional<DateTime> |
Sync.Abstract.getNextStamp(DateTime stamp)
Gets the next time stamp.
|
Optional<DateTime> |
ReverseSync.getNextStamp(DateTime stamp)
Gets the next time stamp.
|
Optional<DateTime> |
Sync.getNextStamp(DateTime stamp,
int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.Abstract.getNextStamp(DateTime stamp,
int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
ReverseSync.getNextStamp(DateTime stamp,
int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.getNextStamp(int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.Abstract.getNextStamp(int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
ReverseSync.getNextStamp(int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
ElapsedSync.getNextStamp(int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.getPreviousStamp()
Gets the previous time stamp.
|
Optional<DateTime> |
StampsSync.getPreviousStamp()
Gets the previous time stamp.
|
Optional<DateTime> |
ReverseSync.getPreviousStamp()
Gets the previous time stamp.
|
Optional<DateTime> |
NullSync.getPreviousStamp()
Gets the previous time stamp.
|
Optional<DateTime> |
ElapsedSync.getPreviousStamp()
Gets the previous time stamp.
|
Optional<DateTime> |
CrontabSync.getPreviousStamp()
Gets the previous time stamp.
|
Optional<DateTime> |
Sync.getPreviousStamp(DateTime stamp)
Gets the previous time stamp.
|
Optional<DateTime> |
Sync.Abstract.getPreviousStamp(DateTime stamp)
Gets the previous time stamp.
|
Optional<DateTime> |
ReverseSync.getPreviousStamp(DateTime stamp)
Gets the previous time stamp.
|
Optional<DateTime> |
Sync.getPreviousStamp(DateTime stamp,
int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.Abstract.getPreviousStamp(DateTime stamp,
int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
ReverseSync.getPreviousStamp(DateTime stamp,
int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.getPreviousStamp(int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.Abstract.getPreviousStamp(int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
ReverseSync.getPreviousStamp(int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
ElapsedSync.getPreviousStamp(int intervals)
Gets the previous time stamp separated by a number of intervals.
|
ListIterator<DateTime> |
Sync.iterator()
Returns an iterator.
|
ListIterator<DateTime> |
Sync.Abstract.iterator()
Returns an iterator.
|
ListIterator<DateTime> |
ReverseSync.iterator()
Returns an iterator.
|
ListIterator<DateTime> |
Sync.iterator(DateTime stamp)
Returns an iterator.
|
ListIterator<DateTime> |
Sync.Abstract.iterator(DateTime stamp)
Returns an iterator.
|
ListIterator<DateTime> |
ReverseSync.iterator(DateTime stamp)
Returns an iterator.
|
protected Optional<DateTime> |
Sync.Abstract.nextStamp()
Returns the next stamp.
|
protected Optional<DateTime> |
Sync.Abstract.previousStamp()
Returns the previous stamp.
|
ListIterator<DateTime> |
Sync.reverseIterator()
Returns a reverse iterator.
|
ListIterator<DateTime> |
Sync.Abstract.reverseIterator()
Returns a reverse iterator.
|
ListIterator<DateTime> |
ReverseSync.reverseIterator()
Returns a reverse iterator.
|
ListIterator<DateTime> |
Sync.reverseIterator(DateTime stamp)
Returns a reverse iterator.
|
ListIterator<DateTime> |
Sync.Abstract.reverseIterator(DateTime stamp)
Returns a reverse iterator.
|
ListIterator<DateTime> |
ReverseSync.reverseIterator(DateTime stamp)
Returns a reverse iterator.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Crontab.change(DateTime dateTime,
ZoneId zoneId,
boolean forward)
Changes to the next (or previous) time.
|
Optional<DateTime> |
Sync.getNextStamp(DateTime stamp)
Gets the next time stamp.
|
Optional<DateTime> |
Sync.Abstract.getNextStamp(DateTime stamp)
Gets the next time stamp.
|
Optional<DateTime> |
ReverseSync.getNextStamp(DateTime stamp)
Gets the next time stamp.
|
Optional<DateTime> |
Sync.getNextStamp(DateTime stamp,
int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.Abstract.getNextStamp(DateTime stamp,
int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
ReverseSync.getNextStamp(DateTime stamp,
int intervals)
Gets the next time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.getPreviousStamp(DateTime stamp)
Gets the previous time stamp.
|
Optional<DateTime> |
Sync.Abstract.getPreviousStamp(DateTime stamp)
Gets the previous time stamp.
|
Optional<DateTime> |
ReverseSync.getPreviousStamp(DateTime stamp)
Gets the previous time stamp.
|
Optional<DateTime> |
Sync.getPreviousStamp(DateTime stamp,
int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
Sync.Abstract.getPreviousStamp(DateTime stamp,
int intervals)
Gets the previous time stamp separated by a number of intervals.
|
Optional<DateTime> |
ReverseSync.getPreviousStamp(DateTime stamp,
int intervals)
Gets the previous time stamp separated by a number of intervals.
|
boolean |
Crontab.isInSchedule(DateTime dateTime,
ZoneId zoneId)
Asks if the date-time is in schedule.
|
boolean |
Sync.isInSync(DateTime stamp)
Asks if the reference time stamp is in sync.
|
boolean |
Sync.Abstract.isInSync(DateTime stamp)
Asks if the reference time stamp is in sync.
|
boolean |
ReverseSync.isInSync(DateTime stamp)
Asks if the reference time stamp is in sync.
|
ListIterator<DateTime> |
Sync.iterator(DateTime stamp)
Returns an iterator.
|
ListIterator<DateTime> |
Sync.Abstract.iterator(DateTime stamp)
Returns an iterator.
|
ListIterator<DateTime> |
ReverseSync.iterator(DateTime stamp)
Returns an iterator.
|
ListIterator<DateTime> |
Sync.reverseIterator(DateTime stamp)
Returns a reverse iterator.
|
ListIterator<DateTime> |
Sync.Abstract.reverseIterator(DateTime stamp)
Returns a reverse iterator.
|
ListIterator<DateTime> |
ReverseSync.reverseIterator(DateTime stamp)
Returns a reverse iterator.
|
void |
Sync.seed(DateTime stamp)
Seeds the time stamp.
|
void |
Sync.Abstract.seed(DateTime stamp)
Seeds the time stamp.
|
void |
ReverseSync.seed(DateTime stamp)
Seeds the time stamp.
|
protected void |
Sync.Abstract.setCurrentStamp(DateTime stamp,
int direction)
Sets the current stamp.
|
| Constructor and Description |
|---|
StampsSync(DateTime[] stamps)
Constructs an instance.
|
StampsSync(DateTime[] stamps,
ZoneId zoneId)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
Schedule.Event.getStamp()
Gets the stamp.
|
DateTime |
Schedule.Event.Abstract.getStamp()
Gets the stamp.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
Version.getContainerDateTime()
Gets the date-time of the container of this class.
|
static Optional<DateTime> |
Version.getContainerDateTime(String resourcePath)
Gets the date-time of the container of a resource.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SnoozeAlarm.snooze(Optional<DateTime> wakeTime)
Snoozes until the specified time.
|
| Constructor and Description |
|---|
PointEvent(Optional<Point> point,
DateTime startStamp,
Sync sync)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
PointValue.getStamp()
Gets this value's time stamp.
|
DateTime |
VersionedValue.getVersion()
Gets this value's version.
|
protected DateTime |
PointValue.getVersion()
Gets this value's version.
|
static DateTime |
VersionedValue.newVersion()
Returns a new version stamp.
|
| Modifier and Type | Method and Description |
|---|---|
static VersionedValue |
VersionedValue.Factory.restore(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Restores a versioned value.
|
void |
PointValue.setStamp(DateTime stamp)
Sets this value's time stamp.
|
protected void |
VersionedValue.setVersion(DateTime version)
Sets this value's version.
|
protected void |
PointValue.setVersion(DateTime version)
Sets this value's version.
|
| Modifier and Type | Method and Description |
|---|---|
PointValue |
PointValue.morph(Optional<Point> point,
Optional<DateTime> stamp)
Morphs this into a point value for an other point and/or an other time.
|
static VersionedValue |
VersionedValue.Factory.restore(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Restores a versioned value.
|
| Constructor and Description |
|---|
VersionedValue(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Constructs an instance.
|
| Constructor and Description |
|---|
Deleted(String point,
Optional<DateTime> stamp)
Constructs an instance.
|
Deleted(UUID uuid,
Optional<DateTime> stamp)
Constructs an instance.
|
ExtrapolatedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
InterpolatedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
NormalizedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
PointValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
PointValue(String point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
PointValue(UUID uuid,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance from raw data.
|
Purged(String point,
Optional<DateTime> stamp)
Constructs an instance.
|
Purged(UUID uuid,
Optional<DateTime> stamp)
Constructs an instance.
|
RecalcTrigger(Point point,
Optional<DateTime> stamp)
Constructs an instance.
|
ResultValue(Point point,
Optional<DateTime> stamp)
Constructs an instance.
|
SynthesizedValue(Point point,
Optional<DateTime> stamp,
Serializable state,
Serializable value)
Constructs an instance.
|
VersionedValue(String point,
Optional<DateTime> stamp)
Constructs an instance.
|
VersionedValue(UUID uuid,
Optional<DateTime> stamp)
Constructs an instance.
|
VersionedValue(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Double |
InterpolatorFilter.polate(DateTime stamp,
PointValue pointValue1,
PointValue pointValue2)
Polates.
|
| Modifier and Type | Method and Description |
|---|---|
DateTime |
StreamedMessagesClient.getNameStamp()
Gets the name stamp.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
PointValuesLoaderInput.getFirstVersion()
Gets the first version.
|
Optional<DateTime> |
PointValuesDumperOutput.getFirstVersion()
Gets the first version.
|
Optional<DateTime> |
PointValuesLoaderInput.getLastVersion()
Gets the last version.
|
Optional<DateTime> |
PointValuesDumperOutput.getLastVersion()
Gets the last version.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
Config.getStamp()
Gets the last modified stamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.updateStamp(Optional<DateTime> stamp)
Updates the last modified stamp.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
DocumentPropertiesMap.getStamp()
Gets the input last modified time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MetadataFilter.getXML(Optional<String> domain,
Optional<DateTime> after)
Gets a XML String to send to a metadata server.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Optional<DateTime> |
AbstractServlet.toStamp(Optional<String> valueString)
Gets a stamp (date-time) value.
|
| Modifier and Type | Method and Description |
|---|---|
ResultValue |
BehaviorEntityReference.newResultValue(Optional<DateTime> stamp)
Returns a new result value.
|
| Modifier and Type | Method and Description |
|---|---|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setAfter(DateTime after)
Sets the after time.
|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setAt(DateTime at)
Sets the time for this query.
|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setBefore(DateTime before)
Sets the before time.
|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setNotAfter(DateTime notAfter)
Sets the not after time.
|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setNotBefore(DateTime notBefore)
Sets the not before time.
|
ResultValue |
Batch.setUpResultValue(DateTime stamp,
Behavior caller)
Sets up a result for processing.
|
ResultValue |
Batch.setUpResultValue(PointValue notice,
DateTime stamp,
Behavior caller)
Sets up a result value for processing.
|
| Modifier and Type | Method and Description |
|---|---|
ResultValue |
Behavior.newResultValue(Optional<DateTime> stamp)
Returns a new result value.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<DateTime> |
PrimaryBehavior.getResultSyncStamp(int position,
DateTime start,
boolean forward)
Gets a time stamp adjusted according to result sync position.
|
protected Optional<DateTime> |
PrimaryBehavior.getSynchronizedResultStamp(PointValue inputValue,
Batch batch)
Gets the synchronized result stamp.
|
protected Optional<DateTime> |
PrimaryBehavior.getSyncStamp(int position,
DateTime start,
boolean forward)
Gets a time stamp adjusted according to a sync position.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<DateTime> |
PrimaryBehavior.getResultSyncStamp(int position,
DateTime start,
boolean forward)
Gets a time stamp adjusted according to result sync position.
|
protected Optional<DateTime> |
PrimaryBehavior.getSyncStamp(int position,
DateTime start,
boolean forward)
Gets a time stamp adjusted according to a sync position.
|
protected boolean |
PrimaryBehavior.isInSync(DateTime stamp)
Asks if the reference time stamp is in sync.
|
| Modifier and Type | Method and Description |
|---|---|
ResultValue |
RecalcTriggerBehavior.newResultValue(Optional<DateTime> stamp)
Returns a new result value.
|
ResultValue |
AbstractBehavior.newResultValue(Optional<DateTime> stamp)
Returns a new result value.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
Selection.getStartStamp()
Gets the interval start stamp.
|
Optional<DateTime> |
Selection.getStopStamp()
Gets the interval stop stamp.
|
| Constructor and Description |
|---|
Selection(Point point,
Optional<DateTime> stamp)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Summary |
SummarizesBehavior.newResultValue(Optional<DateTime> stamp)
Returns a new result value.
|
Summary |
SummarizedBehavior.newResultValue(Optional<DateTime> stamp)
Returns a new result value.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DateTime> |
StoreCursor.getAfter()
Gets after time.
|
Optional<DateTime> |
StoreCursor.getBefore()
Gets before time.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Archiver.Abstract.archive(Archiver.Abstract.PointReference pointReference,
DateTime scanTime)
Archives a point.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract PointValue |
Polator.Abstract.extrapolate(StoreValuesQuery polatedQuery,
DateTime stamp,
PointValue[] pointValuesBefore)
Extrapolates a value.
|
protected PointValue |
LinearPolator.extrapolate(StoreValuesQuery polatedQuery,
DateTime stamp,
PointValue[] pointValuesBefore)
Extrapolates a value.
|
protected PointValue |
LevelPolator.extrapolate(StoreValuesQuery polatedQuery,
DateTime stamp,
PointValue[] pointValuesBefore)
Extrapolates a value.
|
protected abstract PointValue |
Polator.Abstract.interpolate(StoreValuesQuery polatedQuery,
DateTime stamp,
PointValue[] pointValuesBefore,
PointValue[] pointValuesAfter)
Interpolates a value.
|
protected PointValue |
LinearPolator.interpolate(StoreValuesQuery polatedQuery,
DateTime stamp,
PointValue[] pointValuesBefore,
PointValue[] pointValuesAfter)
Interpolates a value.
|
protected PointValue |
LevelPolator.interpolate(StoreValuesQuery polatedQuery,
DateTime stamp,
PointValue[] pointValuesBefore,
PointValue[] pointValuesAfter)
Interpolates a value.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.