(threshold: number)
| 2980 | } |
| 2981 | |
| 2982 | setAutoCompactionThreshold(threshold: number): void { |
| 2983 | this.assertNotDisposed("setAutoCompactionThreshold"); |
| 2984 | this.compactionMonitor.setThreshold(threshold); |
| 2985 | } |
| 2986 | |
| 2987 | private getUsageState(): AutoCompactionUsageState | undefined { |
| 2988 | return this.lastUsageState; |