Package | Description |
---|---|
org.rvpf.base.store | |
org.rvpf.base.util |
Base utility 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.polator | |
org.rvpf.store.server.rmi |
RMI session support.
|
org.rvpf.store.server.the |
TheStore server.
|
org.rvpf.store.server.the.bdb |
TheStore BDB-JE back-end.
|
org.rvpf.store.server.the.memory | |
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
Modifier and Type | Method and Description |
---|---|
StoreValuesQuery |
StoreValuesQuery.Builder.build()
Builds a store values query.
|
StoreValuesQuery |
StoreValuesQuery.Mark.createQuery()
Creates a store query to get further values.
|
StoreValuesQuery |
StoreValues.createQuery()
Creates a store query to get further values.
|
StoreValuesQuery |
StoreValuesQuery.Mark.getQuery()
Gets the parent store query.
|
Modifier and Type | Method and Description |
---|---|
Optional<StoreValuesQuery> |
StoreValues.getQuery()
Gets the store query.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Store.addQuery(StoreValuesQuery query)
Adds a store query for point values.
|
StoreValuesQuery.Builder |
StoreValuesQuery.Builder.copyFrom(StoreValuesQuery storeValuesQuery)
Copies the values from a store values query.
|
Iterable<PointValue> |
Store.iterate(StoreValuesQuery storeQuery)
Iterates on the point values returned for a store query.
|
Iterable<PointValue> |
StoreSessionProxy.iterate(StoreValuesQuery storeQuery,
Optional<Points> points)
Iterates on the point values returned for a store query.
|
StoreValues |
StoreSessionProxy.pull(StoreValuesQuery query,
long timeout)
Pulls points values.
|
StoreValues |
StoreSession.pull(StoreValuesQuery query,
long timeout)
Pulls points values.
|
StoreValues |
Store.pull(StoreValuesQuery query,
long timeout)
Pulls points values.
|
Optional<StoreValues> |
StoreSessionProxy.select(StoreValuesQuery storeQuery)
Selects point values.
|
StoreValues |
Store.select(StoreValuesQuery query)
Selects the store values for a store query.
|
StoreValues[] |
StoreSessionProxy.select(StoreValuesQuery[] queries)
Selects point values.
|
StoreValues[] |
StoreSession.select(StoreValuesQuery[] queries)
Selects point values.
|
Modifier and Type | Method and Description |
---|---|
List<StoreValues> |
StoreSessionProxy.select(Collection<StoreValuesQuery> queries)
Selects point values.
|
void |
StoreValues.setQuery(Optional<StoreValuesQuery> query)
Sets the store query.
|
Constructor and Description |
---|
StoreValues(StoreValuesQuery query)
Constructs a store values.
|
Constructor and Description |
---|
PointValuesDumper(StoreValuesQuery storeQuery,
StoreSessionProxy storeSessionProxy,
Optional<Points> points,
PointValuesDumper.Output output)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Batch.addStoreValuesQuery(StoreValuesQuery storeValuesQuery)
Adds a store values query for the point's store.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractStore.addQuery(StoreValuesQuery query)
Adds a store query for point values.
|
protected void |
SOMSink.doAddQuery(StoreValuesQuery query)
Does add a store query for point values.
|
protected void |
RMIStore.doAddQuery(StoreValuesQuery query)
Does add a store query for point values.
|
protected void |
RMISink.doAddQuery(StoreValuesQuery query)
Does add a store query for point values.
|
protected void |
NullStore.doAddQuery(StoreValuesQuery query)
Does add a store query for point values.
|
protected abstract void |
AbstractStore.doAddQuery(StoreValuesQuery query)
Does add a store query for point values.
|
Iterable<PointValue> |
RMIStore.iterate(StoreValuesQuery query)
Iterates on the point values returned for a store query.
|
Iterable<PointValue> |
AbstractStore.iterate(StoreValuesQuery query)
Iterates on the point values returned for a store query.
|
StoreValues |
RMIStore.pull(StoreValuesQuery query,
long timeout)
Pulls points values.
|
StoreValues |
AbstractStore.pull(StoreValuesQuery query,
long timeout)
Pulls points values.
|
StoreValues |
RMIStore.select(StoreValuesQuery query)
Selects the store values for a store query.
|
StoreValues |
AbstractSink.select(StoreValuesQuery query)
Selects the store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
StoreCursor.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates a store values response to a store query.
|
Optional<StoreValues> |
StoreServer.pull(StoreValuesQuery query,
long timeout,
StoreSessionImpl storeSession,
Optional<Identity> identity)
Pulls points values.
|
Optional<StoreValues> |
StoreServer.Abstract.pull(StoreValuesQuery query,
long timeout,
StoreSessionImpl storeSession,
Optional<Identity> identity)
Pulls points values.
|
StoreValues[] |
StoreServer.select(StoreValuesQuery[] queries,
Optional<Identity> identity)
Selects point values.
|
protected StoreValues |
StoreServer.Abstract.unknownQueryPoint(StoreValuesQuery query)
Returns an appropriate response for an unknown query point.
|
Constructor and Description |
---|
StoreCursor(StoreValuesQuery query,
StoreServer server,
StoreCursor.Responder responder)
Constructs an instance.
|
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.
|
StoreValues |
Polator.polate(StoreValuesQuery polatedQuery,
StoreCursor storeCursor,
Identity identity)
Inter/extra-polates values for a store query.
|
StoreValues |
Polator.Abstract.polate(StoreValuesQuery polatedQuery,
StoreCursor storeCursor,
Identity identity)
Inter/extra-polates values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
StoreSessionImpl.pull(StoreValuesQuery query,
long timeout)
Pulls points values.
|
StoreValues[] |
StoreSessionImpl.select(StoreValuesQuery[] queries)
Selects point values.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
BackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
BDBBackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
MemoryBackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
SQLBackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.