Class Batch<T>

Keeps the state of a unordered batch so we can rewrite the results correctly after command execution保持无序批处理的状态,以便在执行命令后正确重写结果

Type Parameters

Constructors

Properties

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