| Constructor and Description |
|---|
NullSender(String host,
int port,
int timeout,
int bufferCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
emit(String tag,
long timestamp,
Map<String,Object> data) |
boolean |
emit(String tag,
Map<String,Object> data) |
void |
flush() |
String |
getName() |
boolean |
isConnected() |
void |
removeErrorHandler() |
void |
setErrorHandler(ErrorHandler errorHandler) |
String |
toString() |
public NullSender(String host, int port, int timeout, int bufferCapacity)
public boolean isConnected()
isConnected in interface Senderpublic void setErrorHandler(ErrorHandler errorHandler)
setErrorHandler in interface Senderpublic void removeErrorHandler()
removeErrorHandler in interface SenderCopyright © 2011-2017. All Rights Reserved.