Class ClusterService

java.lang.Object
org.jumpmind.symmetric.service.impl.AbstractService
org.jumpmind.symmetric.service.impl.ClusterService
All Implemented Interfaces:
IClusterService, IService

public class ClusterService extends AbstractService implements IClusterService
See Also:
  • Field Details

    • actions

      protected static final String[] actions
    • sharedActions

      protected static final String[] sharedActions
    • isUpgradedInstanceId

      protected static boolean isUpgradedInstanceId
    • log

      protected static final org.slf4j.Logger log
    • serverId

      protected String serverId
    • instanceId

      protected static String instanceId
    • nodeService

      protected INodeService nodeService
    • extensionService

      protected IExtensionService extensionService
    • lockCache

      protected Map<String,Lock> lockCache
  • Constructor Details

  • Method Details