Uses of Class
com.j_spaces.core.cluster.ClusterPolicy
Packages that use ClusterPolicy
Package
Description
Provides GigaSpaces events related interfaces.
Provides Space properties and security context services
Provides GigaSpaces administration services
Provides GigaSpaces cluster plug-in interfaces
Provides GigaSpaces low level services
Internally Used.
-
Uses of ClusterPolicy in com.gigaspaces.events
Methods in com.gigaspaces.events with parameters of type ClusterPolicy -
Uses of ClusterPolicy in com.gigaspaces.internal.cluster.node.impl.config
Methods in com.gigaspaces.internal.cluster.node.impl.config with parameters of type ClusterPolicyModifier and TypeMethodDescriptionReplicationNodeConfigBuilder.createConfig(SpaceClusterInfo clusterInfo, ClusterPolicy clusterPolicy, IReplicationNodeBuilder nodeBuilder, ReplicationFilterManager filterManager, int partitionId, IStorageAdapter storageAdapter, SpaceConfigReader configReader, IReplicationChannelDataFilterBuilder filterBuilder, IDynamicSourceGroupMemberLifeCycleBuilder lifeCycleBuilder) protected booleanReplicationNodeConfigBuilder.isCentralDB(IStorageAdapter storageAdapter, ClusterPolicy clusterPolicy) protected booleanReplicationNodeConfigBuilder.reliableAsyncKeeperCannotRefillContent(ClusterPolicy clusterPolicy, IStorageAdapter storageAdapter, SpaceConfigReader configReader) protected booleanReplicationNodeConfigBuilder.requiresEvictionReplicationProtection(ClusterPolicy clusterPolicy, IStorageAdapter storageAdapter, SpaceConfigReader configReader) protected voidReplicationNodeConfigBuilder.validateSupportedConfig(ClusterPolicy clusterPolicy) -
Uses of ClusterPolicy in com.gigaspaces.internal.cluster.node.impl.gateway
Methods in com.gigaspaces.internal.cluster.node.impl.gateway with parameters of type ClusterPolicyModifier and TypeMethodDescriptionReplicationNodeWithGatewayConfigBuilder.createConfig(SpaceClusterInfo clusterInfo, ClusterPolicy clusterPolicy, IReplicationNodeBuilder nodeBuilder, ReplicationFilterManager filterManager, int partitionId, IStorageAdapter storageAdapter, SpaceConfigReader configReader, IReplicationChannelDataFilterBuilder filterBuilder, IDynamicSourceGroupMemberLifeCycleBuilder lifeCycleBuilder) -
Uses of ClusterPolicy in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that return ClusterPolicy -
Uses of ClusterPolicy in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return ClusterPolicy -
Uses of ClusterPolicy in com.gigaspaces.internal.server.space.recovery.direct_persistency
Constructors in com.gigaspaces.internal.server.space.recovery.direct_persistency with parameters of type ClusterPolicyModifierConstructorDescriptionGSDirectPersistencyLusWaiter(SpaceImpl spaceImpl, ClusterPolicy clusterPolicy, org.slf4j.Logger logger, JoinManager joinManager, Object terminationMonitor) -
Uses of ClusterPolicy in com.j_spaces.core
Methods in com.j_spaces.core that return ClusterPolicyMethods in com.j_spaces.core with parameters of type ClusterPolicyModifier and TypeMethodDescriptionstatic SpaceConfigSpaceConfigFactory.createSpaceConfig(Properties schemaProps, ClusterPolicy m_ClusterPolicy, String containerName, boolean isSchema, String fullSpaceSchemaLocation) voidJSpaceAttributes.setClusterPolicy(ClusterPolicy clusterPolicy) -
Uses of ClusterPolicy in com.j_spaces.core.admin
Methods in com.j_spaces.core.admin that return ClusterPolicyModifier and TypeMethodDescriptionIRemoteJSpaceAdmin.getClusterPolicy()Return the present ClusterPolicy objects.JSpaceAdminImpl.getClusterPolicy()JSpaceAdminProxy.getClusterPolicy() -
Uses of ClusterPolicy in com.j_spaces.core.cache
Constructors in com.j_spaces.core.cache with parameters of type ClusterPolicyModifierConstructorDescriptionCacheManager(SpaceConfigReader configReader, ClusterPolicy clusterPolicy, SpaceTypeManager typeManager, IReplicationNode replicationNode, IStorageAdapter sa, SpaceEngine engine, Properties customProperties) -
Uses of ClusterPolicy in com.j_spaces.core.cluster
Methods in com.j_spaces.core.cluster that return ClusterPolicyModifier and TypeMethodDescriptionClusterXML.createClusterPolicy(String clusterMemberName) Creating cluster policy object. -
Uses of ClusterPolicy in com.j_spaces.jmx
Methods in com.j_spaces.jmx that return ClusterPolicy -
Uses of ClusterPolicy in com.j_spaces.kernel
Methods in com.j_spaces.kernel with parameters of type ClusterPolicyModifier and TypeMethodDescriptionstatic Map<String,ClusterMemberInfo> JSpaceUtilities.getClusterMembersInfoMap(ClusterPolicy clusterPolicy) Keys in this map are cluster member names.static Set<ClusterMemberInfo>JSpaceUtilities.getClusterMembersInfoSet(ClusterPolicy clusterPolicy) -
Uses of ClusterPolicy in org.openspaces.admin.internal.space
Methods in org.openspaces.admin.internal.space that return ClusterPolicyModifier and TypeMethodDescriptionDefaultSpace.getClusterPolicy()InternalSpace.getClusterPolicy()In the case of single space null will be returned This call can might invoke remote call