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