Package net.quasardb.qdb.batch
Class TimestampEntry
java.lang.Object
net.quasardb.qdb.batch.TimestampEntry
A timestamp in the database.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimestampEntry
-
-
Method Details
-
ofAlias
-
put
Create a new timestamp with the specified content. Fails if the timestamp already exists.- Parameters:
content
- The timestamp value to be stored.
-
update
Replaces the content of the timestamp.- Parameters:
content
- The timestamp value to be stored.
-