Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Batch<T>

Keeps the state of a unordered batch so we can rewrite the results correctly after command execution

Type parameters

Hierarchy

  • Batch

Index

Constructors

constructor

  • new Batch<T>(batchType: BatchType, originalZeroIndex: number): Batch<T>

Properties

batchType

batchType: BatchType

currentIndex

currentIndex: number

operations

operations: T[]

originalIndexes

originalIndexes: number[]

originalZeroIndex

originalZeroIndex: number

size

size: number

sizeBytes

sizeBytes: number

Generated using TypeDoc