Package io.bdeploy.bhive.op
Class ObjectWriteOperation
- All Implemented Interfaces:
BHiveExecution,Callable<Long>
Writes one or more objects to a stream.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()manifest(Manifest.Key obj) Themanifeststo fetchmanifests(Collection<Manifest.Key> manifests) Themanifeststo fetchTheobjectto fetchobjects(Collection<ObjectId> objects) Theobjectsto fetchstream(OutputStream output) The stream to write the objects toMethods inherited from class io.bdeploy.bhive.BHive.Operation
execute, getActivityReporter, getAuditor, getLockContentSupplier, getLockContentValidator, getManifestDatabase, getMarkerRoot, getObjectManager, getTransactions, setRetryCount, submitFileOperation
-
Field Details
-
BUFFER_SIZE
public static final int BUFFER_SIZE- See Also:
-
-
Constructor Details
-
ObjectWriteOperation
public ObjectWriteOperation()
-
-
Method Details