Class InsertManifestOperation

java.lang.Object
io.bdeploy.bhive.BHive.Operation<Long>
io.bdeploy.bhive.op.InsertManifestOperation
All Implemented Interfaces:
BHiveExecution, Callable<Long>

public class InsertManifestOperation extends BHive.Operation<Long>
Insert one or more Manifests into the BHive. No object presence and consistency is checked. This means that the resulting Manifest might be broken due to missing ObjectIds in the BHive.

This operation is used internally when transferring Manifests and objects from one BHive to another BHive.

  • Constructor Details

    • InsertManifestOperation

      public InsertManifestOperation()
  • Method Details