Package io.bdeploy.bhive.op
Class InsertArtificialTreeOperation
java.lang.Object
io.bdeploy.bhive.BHive.Operation<T>
io.bdeploy.bhive.BHive.TransactedOperation<ObjectId>
io.bdeploy.bhive.op.InsertArtificialTreeOperation
- All Implemented Interfaces:
BHiveExecution,Callable<ObjectId>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecutes the operation.setTree(Tree.Builder builder) Set theTreeto insert.Methods inherited from class io.bdeploy.bhive.BHive.TransactedOperation
callMethods inherited from class io.bdeploy.bhive.BHive.Operation
execute, getActivityReporter, getAuditor, getLockContentSupplier, getLockContentValidator, getManifestDatabase, getMarkerRoot, getObjectManager, getTransactions, setRetryCount, submitFileOperation
-
Constructor Details
-
InsertArtificialTreeOperation
public InsertArtificialTreeOperation()
-
-
Method Details
-
callTransacted
Description copied from class:BHive.TransactedOperationExecutes the operation. The current thread is guaranteed to be associated with a transaction.- Specified by:
callTransactedin classBHive.TransactedOperation<ObjectId>- Throws:
Exception
-
setTree
Set theTreeto insert.
-