BulkUpdateOp  
    class BulkUpdateOp(val resultTreeHash: KVEntryReference<CPTree>, val subtreeRootId: Long) : AbstractOperation
Functions
Link copied to clipboard
                  Since this operation is recorded at the end of a bulk update we need to create an IAppliedOperation without actually applying it again.
Link copied to clipboard
                  open override fun apply(transaction: IWriteTransaction, store: IDeserializingKeyValueStore): IAppliedOperation
Link copied to clipboard
                  Link copied to clipboard