public class StoreRateLimiting
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
StoreRateLimiting.Listener |
static interface |
StoreRateLimiting.Provider |
static class |
StoreRateLimiting.Type |
Constructor and Description |
---|
StoreRateLimiting() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.store.RateLimiter |
getRateLimiter() |
StoreRateLimiting.Type |
getType() |
void |
setMaxRate(ByteSizeValue rate) |
void |
setType(StoreRateLimiting.Type type) |
void |
setType(java.lang.String type) |
@Nullable public org.apache.lucene.store.RateLimiter getRateLimiter()
public void setMaxRate(ByteSizeValue rate)
public StoreRateLimiting.Type getType()
public void setType(StoreRateLimiting.Type type)
public void setType(java.lang.String type)