protected class SQLiteHistorian.SQLiteStorageSession extends java.lang.Object implements StorageSession
| Modifier | Constructor and Description |
|---|---|
protected |
SQLiteStorageSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
commitBatch() |
void |
init() |
protected SQLiteHistorian.Tag |
insertTag(java.lang.String tag) |
void |
store(java.lang.String tag,
java.lang.Object value,
int quality,
long timestamp)
Stores a value for the given tag path.
|
public void init()
throws java.lang.Exception
java.lang.Exceptionprotected SQLiteHistorian.Tag insertTag(java.lang.String tag)
public void store(@Nonnull
java.lang.String tag,
@Nullable
java.lang.Object value,
int quality,
long timestamp)
throws java.lang.Exception
StorageSessionstore in interface StorageSessionjava.lang.Exceptionprotected void commitBatch()
throws java.lang.Exception
java.lang.Exceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception