public static class CassandraProperties.Throttler extends ObjectSE
| コンストラクターと説明 |
|---|
Throttler() |
| 修飾子と型 | メソッドと説明 |
|---|---|
DurationSE | getDrainInterval() |
int | getMaxConcurrentRequests() |
int | getMaxQueueSize() |
int | getMaxRequestsPerSecond() |
CassandraProperties.ThrottlerType | getType() |
void | setDrainInterval(DurationSE drainInterval) |
void | setMaxConcurrentRequests(int maxConcurrentRequests) |
void | setMaxQueueSize(int maxQueueSize) |
void | setMaxRequestsPerSecond(int maxRequestsPerSecond) |
void | setType(CassandraProperties.ThrottlerType type) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic CassandraProperties.ThrottlerType getType()
public void setType(CassandraProperties.ThrottlerType type)
public int getMaxQueueSize()
public void setMaxQueueSize(int maxQueueSize)
public int getMaxConcurrentRequests()
public void setMaxConcurrentRequests(int maxConcurrentRequests)
public int getMaxRequestsPerSecond()
public void setMaxRequestsPerSecond(int maxRequestsPerSecond)
public DurationSE getDrainInterval()
public void setDrainInterval(DurationSE drainInterval)