Package net.quasardb.qdb.batch
Class BlobEntry
java.lang.Object
net.quasardb.qdb.batch.BlobEntry
A blob in the database.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlobEntry
void
put
(ByteBuffer content) Create a new blob with the specified content.void
update
(ByteBuffer content) Replaces the content of the blob.
-
Constructor Details
-
BlobEntry
-
-
Method Details
-
ofAlias
-
put
Create a new blob with the specified content. Fails if the blob already exists.- Parameters:
content
- The content of the blob to be created.
-
update
Replaces the content of the blob.- Parameters:
content
- The content of the blob to be created.
-