TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
boolean reconnect) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
long offset) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
long offset,
boolean reconnect) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
boolean reconnect) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
String userName,
String passWord) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
String userName,
String passWord,
boolean msgAsTable) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
String userName,
String passWord,
boolean msgAsTable,
List<String> backupSites) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter,
StreamDeserializer deserializer,
String userName,
String passWord,
boolean msgAsTable,
List<String> backupSites,
int resubTimeout,
boolean subOnce) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
boolean reconnect,
Vector filter,
String userName,
String passWord) |
TopicPoller |
PollingClient.subscribe(String host,
int port,
String tableName,
String actionName,
long offset,
Vector filter) |