public final class MirrorServiceConfig extends Object implements SmartExternalizable
Modifier and Type | Field and Description |
---|---|
int |
bulkSize |
long |
intervalMillis |
int |
intervalOpers |
Long |
maxRedoLogCapacity |
String |
memberName |
RedoLogCapacityExceededPolicy |
onRedoLogCapacityExceeded |
SpaceURL |
serviceURL
mirror service definition
|
Set<String> |
supportedChangeOperations |
boolean |
supportsPartialUpdate |
Constructor and Description |
---|
MirrorServiceConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isMirrorTarget(String targetMember) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public SpaceURL serviceURL
public String memberName
public int bulkSize
public long intervalMillis
public int intervalOpers
public RedoLogCapacityExceededPolicy onRedoLogCapacityExceeded
public Long maxRedoLogCapacity
public boolean supportsPartialUpdate
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
public boolean isMirrorTarget(String targetMember)
Copyright © GigaSpaces.