public interface IHeapIsTooHigh
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_HEAP_RATIO_WRITE_LIMIT
By default, we accepting enqueuing data for transactions until the heap is 80% full.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getHeapIsTooHigh() |
void |
setRatioForTooHigh(int ratioForTooHigh) |
static final int DEFAULT_HEAP_RATIO_WRITE_LIMIT
Copyright © 2014–2021. All rights reserved.