| Package | Description |
|---|---|
| org.rvpf.clock |
Service to generate time events as point values.
|
| org.rvpf.document.loader |
Configuration and metadata documents loader.
|
| org.rvpf.metadata |
Metadata entities definition.
|
| org.rvpf.metadata.entity | |
| org.rvpf.store.server.sink |
Store sink server.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OriginEntity> |
ClockMetadataFilter.getOriginEntity()
Gets the origin Entity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClockMetadataFilter.isOriginNeeded(OriginEntity originEntity)
Asks if an origin is needed.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetadataFilter.isOriginNeeded(OriginEntity originEntity)
Asks if an origin is needed.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<OriginEntity> |
Metadata.getOriginEntities()
Gets the origin entities registered in this metadata.
|
Optional<OriginEntity> |
Metadata.getOriginEntity(Optional<String> name)
Gets the origin entity with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.addOriginEntity(Optional<OriginEntity> originEntity)
Adds an origin entity to this metadata.
|
| Modifier and Type | Method and Description |
|---|---|
OriginEntity |
OriginEntity.Builder.build()
Builds an abstract entity.
|
OriginEntity |
OriginEntity.copy()
Creates a copy of this entity.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OriginEntity> |
PointEntity.getOriginEntity()
Gets the origin entity for this point.
|
| Modifier and Type | Method and Description |
|---|---|
protected OriginEntity.Builder |
OriginEntity.Builder.copyFrom(OriginEntity originEntity)
Copies the values from an other origin entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointEntity.setOriginEntity(Optional<OriginEntity> originEntity)
Sets the origin entity for this point.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OriginEntity> |
SinkServiceAppImpl.getProcessor()
Gets the processor.
|
Optional<OriginEntity> |
SinkServiceApp.getProcessor()
Gets the processor.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.