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