| Package | Description |
|---|---|
| org.janusgraph.diskstorage.util.backpressure | |
| org.janusgraph.diskstorage.util.backpressure.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
PassAllQueryBackPressure
Query back pressure implementation to pass all acquires and releases
|
class |
SemaphoreProtectedReleaseQueryBackPressure
Query back pressure implementation which uses Semaphore to control back pressure and has protection
in place to not generate more `permits` than `backPressureLimit`.
|
class |
SemaphoreQueryBackPressure
Query back pressure implementation which uses Semaphore to control back pressure.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryBackPressure |
QueryBackPressureBuilder.build(Configuration configuration,
String className,
int backPressureLimit) |
Copyright © 2012–2024. All rights reserved.