public interface StorageSession
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
store(java.lang.String tag,
java.lang.Object value,
int quality,
long timestamp)
Stores a value for the given tag path.
|