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