BulkUpdateOp

class BulkUpdateOp(val resultTreeHash: KVEntryReference<CPTree>, val subtreeRootId: Long) : AbstractOperation

Constructors

Link copied to clipboard
constructor(resultTreeHash: KVEntryReference<CPTree>, subtreeRootId: Long)

Types

Link copied to clipboard
Link copied to clipboard
inner class Intend : IOperationIntend

Properties

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard
open override fun toString(): String