public abstract class RateLimiterConfig
extends java.lang.Object
| Constructor and Description |
|---|
RateLimiterConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract long |
newRateLimiterHandle()
This function should only be called by
DBOptions.setRateLimiter(long, long), which will
create a c++ shared-pointer to the c++ RateLimiter that is associated
with a Java RateLimiterConfig. |
protected abstract long newRateLimiterHandle()
DBOptions.setRateLimiter(long, long), which will
create a c++ shared-pointer to the c++ RateLimiter that is associated
with a Java RateLimiterConfig.DBOptions.setRateLimiter(long, long)