|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.j_spaces.core.cluster.ClusterPolicy
public class ClusterPolicy
Holds the cluster policy data. This API will not be available in future versions
Nested Class Summary | |
---|---|
static class |
ClusterPolicy.CacheLoaderConfig
cache-loader configuration |
Field Summary | |
---|---|
List<String> |
m_AllClusterMemberList
Cluster members' names. |
ClusterPolicy.CacheLoaderConfig |
m_CacheLoaderConfig
cache-loader configuration |
String |
m_ClusterGroupMember
Cluster group member name. |
HashMap<String,Properties> |
m_ClusterMembersProperties
Holds for each member its properties. |
String |
m_ClusterName
Cluster name. |
String |
m_ClusterSchemaName
Cluster schema name. |
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(). |
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(). |
com.j_spaces.core.cluster.FailOverPolicy |
m_FailOverPolicy
Fail over policy. |
String |
m_jmsConfigName
Deprecated. No longer in the cluster policy. |
Properties |
m_jmsProperties
Deprecated. No longer in the cluster policy. |
com.gigaspaces.cluster.loadbalance.LoadBalancingPolicy |
m_LoadBalancingPolicy
Load balancing policy. |
boolean |
m_NotifyRecovery
recovery in load balancing group |
boolean |
m_Replicated
Is member of replication. |
List<ReplicationPolicy> |
m_ReplicationGroups
Replication groups list. |
ReplicationPolicy |
m_ReplicationPolicy
Replication policy. |
Constructor Summary | |
---|---|
ClusterPolicy()
|
Method Summary | |
---|---|
ReplicationPolicy |
getReplicationPolicy()
|
boolean |
isFailbackEnabled()
|
boolean |
isPersistentStartupEnabled()
|
boolean |
isPrimaryElectionAvailable()
|
void |
readExternal(ObjectInput in)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String m_ClusterSchemaName
public String m_ClusterName
public boolean m_NotifyRecovery
public ClusterPolicy.CacheLoaderConfig m_CacheLoaderConfig
public String m_ClusterGroupMember
public boolean m_Replicated
public ReplicationPolicy m_ReplicationPolicy
public com.j_spaces.core.cluster.FailOverPolicy m_FailOverPolicy
public com.gigaspaces.cluster.loadbalance.LoadBalancingPolicy m_LoadBalancingPolicy
public List<ReplicationPolicy> m_ReplicationGroups
public List<String> m_AllClusterMemberList
public HashMap<String,Properties> m_ClusterMembersProperties
@Deprecated public JSpaceAttributes m_DCacheAttributes
@Deprecated public String m_DCacheConfigName
@Deprecated public Properties m_jmsProperties
@Deprecated public String m_jmsConfigName
Constructor Detail |
---|
public ClusterPolicy()
Method Detail |
---|
public boolean isPersistentStartupEnabled()
public boolean isFailbackEnabled()
public boolean isPrimaryElectionAvailable()
public String toString()
toString
in class Object
public ReplicationPolicy getReplicationPolicy()
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
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |