public class OfflinePullService extends AbstractService implements IOfflinePullService, INodeCommunicationService.INodeCommunicationExecutor
| Modifier and Type | Class and Description |
|---|---|
static class |
OfflinePullService.FileIncomingFilter |
log, parameterService, platform, sqlTemplate, sqlTemplateDirty, symmetricDialect, tablePrefix| Constructor and Description |
|---|
OfflinePullService(IParameterService parameterService,
ISymmetricDialect symmetricDialect,
INodeService nodeService,
IDataLoaderService dataLoaderService,
IClusterService clusterService,
INodeCommunicationService nodeCommunicationService,
IConfigurationService configurationService,
IExtensionService extensionService,
ITransportManager transportManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(NodeCommunication nodeCommunication,
RemoteNodeStatus status) |
RemoteNodeStatuses |
pullData(boolean force) |
assertNotNull, buildBatchWhere, close, createSqlReplacementTokens, createSqlReplacementTokens, getJdbcTemplate, getParameterService, getSql, getSymmetricDialect, getTablePrefix, getTargetDialect, getTargetPlatform, getTargetPlatform, isCalledFromSymmetricAdminTool, isSet, isStreamClosedByClient, isSymmetricTable, logOnce, maxDate, readAcks, sendAck, setSqlMap, synchronize, toNodeIds, toNodeIdspublic OfflinePullService(IParameterService parameterService, ISymmetricDialect symmetricDialect, INodeService nodeService, IDataLoaderService dataLoaderService, IClusterService clusterService, INodeCommunicationService nodeCommunicationService, IConfigurationService configurationService, IExtensionService extensionService, ITransportManager transportManager)
public RemoteNodeStatuses pullData(boolean force)
pullData in interface IOfflinePullServicepublic void execute(NodeCommunication nodeCommunication, RemoteNodeStatus status)
execute in interface INodeCommunicationService.INodeCommunicationExecutor