public class CR8Impl extends Object implements Connector, SmartExternalizable
Constructor and Description |
---|
CR8Impl() |
CR8Impl(String host,
String port) |
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) |
void |
readExternal(ObjectInput in) |
HTTPResponse |
startConnector(String pipelineName) |
HTTPResponse |
startFullSync(String pipelineName) |
HTTPResponse |
stopConnector(String pipelineName) |
HTTPResponse |
stopFullSync(String pipelineName) |
HTTPResponse |
validateConnection(String pipelineName,
String jsonConfiguration) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public HTTPResponse startFullSync(String pipelineName)
startFullSync
in interface Connector
public HTTPResponse stopFullSync(String pipelineName)
stopFullSync
in interface Connector
public HTTPResponse startConnector(String pipelineName)
startConnector
in interface Connector
public HTTPResponse stopConnector(String pipelineName)
stopConnector
in interface Connector
public HTTPResponse getStatusConnector(String pipelineName)
getStatusConnector
in interface Connector
public HTTPResponse deleteConnector(String pipelineName)
deleteConnector
in interface Connector
public HTTPResponse getFullSyncStatus(String pipelineName)
getFullSyncStatus
in interface Connector
public HTTPResponse getTableMetadata(String pipeline, String db, String schema, String table)
getTableMetadata
in interface Connector
public HTTPResponse validateConnection(String pipelineName, String jsonConfiguration)
validateConnection
in interface Connector
public HTTPResponse getConfiguration(String pipelineName)
getConfiguration
in interface Connector
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.