The acknowledgment token associated with this write command.
Prepends this command with a number of other writes.
Prepends this command with a number of other writes.
The first element of the given Iterable becomes the first sub write of a potentially
created CompoundWrite.
Prepends this command with another Write or WriteFile to form
a CompoundWrite.
Prepends this command with another Write or WriteFile to form
a CompoundWrite.
Java API: appends this command with another WriteCommand to form a CompoundWrite.
Java API: prepends this command with a number of other writes.
Java API: prepends this command with a number of other writes.
The first element of the given Iterable becomes the first sub write of a potentially
created CompoundWrite.
Java API: prepends this command with another Write or WriteFile to form
a CompoundWrite.
Java API: prepends this command with another Write or WriteFile to form
a CompoundWrite.
An acknowledgment is only sent if this write command “wants an ack”, which is equivalent to the #ack token not being a of type NoAck.
(Since version ) see corresponding Javadoc for more information.
Common supertype of Write and WriteFile.