@Plugin(name="RedisThrottlerConfig",
category="Core",
printObject=true)
public class RedisThrottlerConfig
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RedisThrottlerConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize() |
int |
getBufferSize() |
long |
getFlushPeriodMillis() |
int |
getMaxEventCountPerSecond() |
static RedisThrottlerConfig.Builder |
newBuilder() |
String |
toString() |
public int getBufferSize()
public int getBatchSize()
public long getFlushPeriodMillis()
public int getMaxEventCountPerSecond()
@PluginBuilderFactory public static RedisThrottlerConfig.Builder newBuilder()
Copyright © 2017. All rights reserved.