void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler batchMessageHandler,
long offset,
boolean reconnect,
Vector filter,
boolean allowExistTopic,
int batchSize,
float throttle) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler batchMessageHandler,
long offset,
boolean reconnect,
Vector filter,
boolean allowExistTopic,
int batchSize,
float throttle,
String userName,
String passWord) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler batchMessageHandler,
long offset,
boolean reconnect,
Vector filter,
boolean allowExistTopic,
int batchSize,
int throttle) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler batchMessageHandler,
long offset,
boolean reconnect,
Vector filter,
boolean allowExistTopic,
int batchSize,
int throttle,
String userName,
String passWord) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler batchMessageHandler,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
boolean allowExistTopic,
int batchSize,
float throttle) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler handler,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
boolean allowExistTopic,
int batchSize,
float throttle,
String userName,
String password) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler handler,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
boolean allowExistTopic,
int batchSize,
float throttle,
String userName,
String password,
boolean msgAsTable) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler batchMessageHandler,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
boolean allowExistTopic,
int batchSize,
int throttle) |
void |
ThreadedClient.subscribe(String host,
int port,
String tableName,
String actionName,
BatchMessageHandler handler,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
boolean allowExistTopic,
int batchSize,
int throttle,
String userName,
String password) |