@Deprecated public class DruidConfig extends Object implements Serializable
Configuration for druid bolt.
Modifier and Type | Class and Description |
---|---|
static class |
DruidConfig.Builder
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DISCARD_STREAM_ID
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDiscardStreamId()
Deprecated.
|
long |
getLingerMillis()
Deprecated.
|
int |
getMaxBatchSize()
Deprecated.
|
int |
getMaxPendingBatches()
Deprecated.
|
boolean |
isBlockOnFull()
Deprecated.
|
static DruidConfig.Builder |
newBuilder()
Deprecated.
|
public static final String DEFAULT_DISCARD_STREAM_ID
public int getMaxBatchSize()
public int getMaxPendingBatches()
public long getLingerMillis()
public boolean isBlockOnFull()
public String getDiscardStreamId()
public static DruidConfig.Builder newBuilder()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.