public interface Connector
Modifier and Type | Method and Description |
---|---|
HTTPResponse |
deleteConnector(String pipelineName) |
HTTPResponse |
getConfiguration(String pipelineName) |
HTTPResponse |
getFullSyncStatus(String pipelineName) |
HTTPResponse |
getStatusConnector(String pipelineName) |
HTTPResponse |
getTableMetadata(String pipeline,
String db,
String schema,
String table) |
HTTPResponse |
startConnector(String pipelineName) |
HTTPResponse |
startFullSync(String pipelineName) |
HTTPResponse |
stopConnector(String pipelineName) |
HTTPResponse |
stopFullSync(String pipelineName) |
HTTPResponse |
validateConnection(String pipelineName,
String jsonLocation) |
HTTPResponse startFullSync(String pipelineName)
HTTPResponse stopFullSync(String pipelineName)
HTTPResponse startConnector(String pipelineName)
HTTPResponse stopConnector(String pipelineName)
HTTPResponse getStatusConnector(String pipelineName)
HTTPResponse deleteConnector(String pipelineName)
HTTPResponse getFullSyncStatus(String pipelineName)
HTTPResponse getTableMetadata(String pipeline, String db, String schema, String table)
HTTPResponse validateConnection(String pipelineName, String jsonLocation)
HTTPResponse getConfiguration(String pipelineName)
Copyright © GigaSpaces.