Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.store | |
org.rvpf.base.sync |
Sync classes.
|
org.rvpf.base.util |
Base utility classes.
|
org.rvpf.metadata.entity | |
org.rvpf.metadata.processor | |
org.rvpf.processor.behavior |
Related values Behavior.
|
Modifier and Type | Method and Description |
---|---|
Optional<Sync> |
PointValuesQuery.getSync()
Gets the sync object.
|
Optional<Sync> |
PointValuesQuery.Abstract.getSync()
Gets the sync object.
|
Optional<Sync> |
PointRelation.getSync()
Gets a sync object for this.
|
Optional<Sync> |
Point.getSync()
Gets a synchronization object for this point.
|
Optional<Sync> |
Point.Named.getSync()
Gets a synchronization object for this point.
|
Constructor and Description |
---|
Abstract(Optional<Point> point,
TimeInterval interval,
Optional<Sync> sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<Sync> |
StoreValuesQuery.getSync()
Gets the sync object.
|
Modifier and Type | Method and Description |
---|---|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.setSync(Sync sync)
Sets the sync object.
|
Modifier and Type | Class and Description |
---|---|
class |
CrontabSync
Crontab sync.
|
class |
ElapsedSync
Elapsed sync.
|
class |
NullSync
Null sync.
|
class |
ReverseSync
Reverse sync.
|
class |
StampsSync
Stamps sync.
|
static class |
Sync.Abstract
Abstract.
|
Modifier and Type | Method and Description |
---|---|
Sync |
Sync.copy()
Creates a copy of this.
|
Sync |
StampsSync.copy()
Creates a copy of this.
|
Sync |
NullSync.copy()
Creates a copy of this.
|
Sync |
ElapsedSync.copy()
Creates a copy of this.
|
Sync |
CrontabSync.copy()
Creates a copy of this.
|
Constructor and Description |
---|
ReverseSync(Sync sync)
Constructs an instance.
|
Constructor and Description |
---|
PointEvent(Optional<Point> point,
DateTime startStamp,
Sync sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Sync |
SyncEntity.getSync()
Gets a Sync instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<Sync> |
BehaviorEntityReference.getRelationSync()
Gets the relation's sync.
|
Optional<Sync> |
PointInput.getSync()
Gets a sync object for this.
|
Optional<Sync> |
PointEntity.getSync()
Gets a synchronization object for this point.
|
Constructor and Description |
---|
SyncEntity(Optional<String> name,
Optional<UUID> uuid,
Optional<KeyedGroups> attributes,
Optional<Map<String,Text>> texts,
Optional<Params> params,
ClassDefEntity classDef,
Optional<Sync> sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<Sync> |
Behavior.getRelationSync()
Gets the relation's sync.
|
Modifier and Type | Method and Description |
---|---|
BatchValuesQuery.Builder |
BatchValuesQuery.Builder.setSync(Optional<Sync> sync)
Sets the sync object.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<Sync> |
PrimaryBehavior.getInputSync()
Gets the input specific sync.
|
Optional<Sync> |
AbstractBehavior.getRelationSync()
Gets the relation's sync.
|
protected Optional<Sync> |
PrimaryBehavior.getResultSync()
Gets the result sync.
|
Optional<Sync> |
PrimaryBehavior.getSync()
Gets the sync instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.