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

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

Properties

batchType: BatchType
currentIndex: number
operations: T[]
originalIndexes: number[]
originalZeroIndex: number
size: number
sizeBytes: number

Generated using TypeDoc