Package | Description |
---|---|
org.rvpf.base.util |
Base utility classes.
|
org.rvpf.base.value |
Point value classes.
|
org.rvpf.base.xml.streamer |
XStream XML serialization.
|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.sink |
Store sink server.
|
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 |
---|---|
void |
PointValuesDumper.Output.output(VersionedValue versionedValue)
Outputs a versioned value.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedValue
Replicated point value.
|
static class |
VersionedValue.Deleted
Deleted.
|
static class |
VersionedValue.Purged
Purged.
|
Modifier and Type | Method and Description |
---|---|
VersionedValue |
VersionedValue.copy()
Creates a copy of this point value.
|
VersionedValue |
VersionedValue.frozen()
Returns a frozen instance of this.
|
static VersionedValue |
VersionedValue.Factory.restore(UUID uuid,
Optional<DateTime> stamp,
DateTime version,
Serializable state,
Serializable value)
Restores a versioned value.
|
VersionedValue |
VersionedValue.thawed()
Returns a thawed instance of this.
|
Modifier and Type | Method and Description |
---|---|
void |
PointValuesDumperOutput.output(VersionedValue versionedValue)
Outputs a versioned value.
|
Modifier and Type | Method and Description |
---|---|
protected VersionedValue |
StoreServer.Abstract.versionedValue(PointValue update)
Returns a versioned value for an update.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SinkModule.delete(VersionedValue versionedValue)
Deletes a value.
|
boolean |
SinkModule.Abstract.delete(VersionedValue versionedValue)
Deletes a value.
|
boolean |
ScriptSink.delete(VersionedValue versionedValue)
Deletes a value.
|
boolean |
PipeSink.delete(VersionedValue versionedValue)
Deletes a value.
|
boolean |
SinkModule.update(VersionedValue versionedValue)
Updates a value.
|
boolean |
SinkModule.Abstract.update(VersionedValue versionedValue)
Updates a value.
|
boolean |
ScriptSink.update(VersionedValue versionedValue)
Updates a value.
|
boolean |
PipeSink.update(VersionedValue versionedValue)
Updates a value.
|
Modifier and Type | Method and Description |
---|---|
int |
BackEnd.delete(VersionedValue versionedValue)
Deletes a point value.
|
void |
BackEnd.update(VersionedValue versionedValue)
Updates a point value.
|
Modifier and Type | Method and Description |
---|---|
Optional<VersionedValue> |
Responder.next()
Returns the next point value.
|
Optional<VersionedValue> |
JEWrapper.nextPointValue(Object wrapperCursor)
Returns the next point value.
|
Modifier and Type | Method and Description |
---|---|
int |
JEWrapper.delete(Object transaction,
VersionedValue pointValue)
Deletes a point value from the archive.
|
int |
BDBBackEnd.delete(VersionedValue versionedValue)
Deletes a point value.
|
void |
JEWrapper.put(Object transaction,
VersionedValue pointValue)
Puts a point value into the archive.
|
void |
BDBBackEnd.update(VersionedValue versionedValue)
Updates a point value.
|
Modifier and Type | Method and Description |
---|---|
Optional<VersionedValue> |
Responder.next()
Returns the next point value.
|
Modifier and Type | Method and Description |
---|---|
int |
MemoryBackEnd.delete(VersionedValue versionedValue)
Deletes a point value.
|
void |
MemoryBackEnd.update(VersionedValue versionedValue)
Updates a point value.
|
Modifier and Type | Method and Description |
---|---|
Optional<VersionedValue> |
Responder.next()
Returns the next point value.
|
Modifier and Type | Method and Description |
---|---|
int |
Updater.delete(VersionedValue versionedValue)
Deletes a point value.
|
int |
SQLBackEnd.delete(VersionedValue versionedValue)
Deletes a point value.
|
void |
Updater.update(VersionedValue versionedValue)
Updates a value.
|
void |
SQLBackEnd.update(VersionedValue versionedValue)
Updates a point value.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.