Package | Description |
---|---|
org.rvpf.base |
Base classes.
|
org.rvpf.base.store | |
org.rvpf.base.util |
Base utility classes.
|
org.rvpf.base.value |
Point value classes.
|
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.store.server.the.bdb |
TheStore BDB-JE back-end.
|
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
Modifier and Type | Class and Description |
---|---|
static class |
Points.Impl
Impl.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreValuesQuery.Builder.restore(Points points)
Restores the reference to the point's definition.
|
void |
StoreValues.restore(Points points)
Restores the references to the point definitions.
|
Modifier and Type | Method and Description |
---|---|
Iterable<PointValue> |
StoreSessionProxy.iterate(StoreValuesQuery storeQuery,
Optional<Points> points)
Iterates on the point values returned for a store query.
|
Constructor and Description |
---|
PointValuesDumper(StoreValuesQuery storeQuery,
StoreSessionProxy storeSessionProxy,
Optional<Points> points,
PointValuesDumper.Output output)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
PointValue |
PointValue.restore(Points points)
Restores the reference to the point definition.
|
Modifier and Type | Class and Description |
---|---|
class |
Metadata
Metadata.
|
Constructor and Description |
---|
Responder(JEWrapper wrapper,
Points points,
int limit)
Constructs an instance.
|
Constructor and Description |
---|
Responder(TheStoreConnection connection,
Points points,
int backEndLimit,
int statementsLimit)
Constructs an instance.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.