public class Consumer extends Object
Constructor and Description |
---|
Consumer() |
Modifier and Type | Method and Description |
---|---|
static HTTPResponse |
deleteConsumer(String url) |
static HTTPResponse |
deleteKafkaTopic(String url,
String topicName) |
static HTTPResponse |
getHasKafkaDelta(String url) |
static HTTPResponse |
getStatus(String url) |
static HTTPResponse |
getThreadStatus(String url) |
static HTTPResponse |
getTotalOperation(String url) |
static HTTPResponse |
isKafkaTopicExists(String url,
String topicName) |
static HTTPResponse |
startConsumer(String url,
String offset,
Integer parallelism) |
static HTTPResponse |
startPopulationOfDeletedTables(String url) |
static HTTPResponse |
stopConsumer(String url) |
static HTTPResponse |
stopPopulationOfDeletedTables(String url) |
public static HTTPResponse getStatus(String url)
public static HTTPResponse getThreadStatus(String url)
public static HTTPResponse getHasKafkaDelta(String url)
public static HTTPResponse getTotalOperation(String url)
public static HTTPResponse startConsumer(String url, String offset, Integer parallelism)
public static HTTPResponse stopConsumer(String url)
public static HTTPResponse deleteConsumer(String url)
public static HTTPResponse startPopulationOfDeletedTables(String url)
public static HTTPResponse stopPopulationOfDeletedTables(String url)
public static HTTPResponse deleteKafkaTopic(String url, String topicName)
public static HTTPResponse isKafkaTopicExists(String url, String topicName)
Copyright © GigaSpaces.