Class MirrorServiceConfig
java.lang.Object
com.gigaspaces.cluster.replication.MirrorServiceConfig
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
mirror service configuration
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlongintmirror service definitionboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMirrorTarget(String targetMember) voidtoString()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
serviceURL
mirror service definition -
memberName
-
bulkSize
public int bulkSize -
intervalMillis
public long intervalMillis -
intervalOpers
public int intervalOpers -
onRedoLogCapacityExceeded
-
maxRedoLogCapacity
-
supportsPartialUpdate
public boolean supportsPartialUpdate -
supportedChangeOperations
-
-
Constructor Details
-
MirrorServiceConfig
public MirrorServiceConfig()
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
isMirrorTarget
- Returns:
- true if the targetMember is ~Mirror member
-
toString
-