Class ReplicationFilterManager
java.lang.Object
com.gigaspaces.cluster.replication.ReplicationFilterManager
- All Implemented Interfaces:
ISpaceComponentsHandler
Replication Filter Manager.
- Version:
- 1.0
- Author:
- Yechiel Fefer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReplicationFilterManager(ReplicationPolicy replPolicy, SpaceURL spaceURL, IJSpace spaceProxy) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidclose(boolean primaryOnly) voidinitComponents(boolean primaryOnly) booleanbooleanbooleanReturns true if this ISpaceComponentsHandler can be enabled during space recovery, false otherwisevoidstartComponents(boolean primaryOnly)
-
Field Details
-
_replicationPolicy
-
-
Constructor Details
-
ReplicationFilterManager
public ReplicationFilterManager(ReplicationPolicy replPolicy, SpaceURL spaceURL, IJSpace spaceProxy)
-
-
Method Details
-
close
public void close() -
isOutputFilterEnabled
public boolean isOutputFilterEnabled()- Returns:
trueif Replication Output Filter enabled
-
isInputFilterEnabled
public boolean isInputFilterEnabled()- Returns:
trueif Replication Input Filter enabled
-
initComponents
- Specified by:
initComponentsin interfaceISpaceComponentsHandler- Throws:
SpaceComponentsInitializeException
-
startComponents
public void startComponents(boolean primaryOnly) - Specified by:
startComponentsin interfaceISpaceComponentsHandler
-
isRecoverySupported
public boolean isRecoverySupported()Description copied from interface:ISpaceComponentsHandlerReturns true if this ISpaceComponentsHandler can be enabled during space recovery, false otherwise- Specified by:
isRecoverySupportedin interfaceISpaceComponentsHandler- Returns:
trueif can be enabled during space recovery.
-
close
public void close(boolean primaryOnly) - Specified by:
closein interfaceISpaceComponentsHandler
-
getInputFilter
-
getOutputFilter
-