Raven.Database.Indexing.BaseBatchSizeAutoTuner.RecordAmountOfItems C# (CSharp) Method

RecordAmountOfItems() protected abstract method

protected abstract RecordAmountOfItems ( int numberOfItems ) : void
numberOfItems int
return void
		protected abstract void RecordAmountOfItems(int numberOfItems);
		protected abstract IEnumerable<int> GetLastAmountOfItems();