Class ClusterPolicy

java.lang.Object
com.j_spaces.core.cluster.ClusterPolicy
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class ClusterPolicy extends Object implements SmartExternalizable
Holds the cluster policy data. This API will not be available in future versions
See Also:
  • Field Details

    • m_ClusterSchemaName

      public String m_ClusterSchemaName
    • m_ClusterName

      public String m_ClusterName
    • m_NotifyRecovery

      public boolean m_NotifyRecovery
    • m_CacheLoaderConfig

      public ClusterPolicy.CacheLoaderConfig m_CacheLoaderConfig
    • m_ClusterGroupMember

      public String m_ClusterGroupMember
    • m_Replicated

      public boolean m_Replicated
    • m_ReplicationPolicy

      public ReplicationPolicy m_ReplicationPolicy
    • m_FailOverPolicy

      public FailOverPolicy m_FailOverPolicy
    • m_LoadBalancingPolicy

      public LoadBalancingPolicy m_LoadBalancingPolicy
    • m_ReplicationGroups

      public List<ReplicationPolicy> m_ReplicationGroups
    • m_AllClusterMemberList

      public List<String> m_AllClusterMemberList
    • m_ClusterMembersProperties

      public HashMap<String,Properties> m_ClusterMembersProperties
    • m_DCacheAttributes

      @Deprecated public JSpaceAttributes m_DCacheAttributes
      Deprecated.
      No longer in the cluster policy. Included in a space configuration. In order to get the attributes use: ((JSpaceAttributes)JProperties.getSpaceProperties(getServiceName())).getDCacheProperties().
      DCache configuration.
    • m_DCacheConfigName

      @Deprecated public String m_DCacheConfigName
      Deprecated.
      No longer in the cluster policy. Included in a space configuration. In order to get the configuration name use: ((JSpaceAttributes)JProperties.getSpaceProperties(getServiceName())).getDCacheConfigName().
      DCache configuration name.
  • Constructor Details

    • ClusterPolicy

      public ClusterPolicy()
  • Method Details