public class GatewaysPolicy extends Object implements Externalizable, IReplicationComponentPolicy
Constructor and Description |
---|
GatewaysPolicy() |
Modifier and Type | Method and Description |
---|---|
GatewayPolicy |
getDefaultGatewayPolicy() |
GatewayPolicy[] |
getGatewayPolicies() |
String |
getLocalSiteName() |
long |
getMaxRedoLogCapacity() |
void |
readExternal(ObjectInput in) |
void |
setDefaultGatewayPolicy(GatewayPolicy defaultGatewayPolicy) |
void |
setGatewayPolicies(GatewayPolicy[] gatewayPolicies) |
void |
setLocalSiteName(String localSiteName) |
void |
writeExternal(ObjectOutput out) |
public GatewayPolicy[] getGatewayPolicies()
public void setGatewayPolicies(GatewayPolicy[] gatewayPolicies)
public GatewayPolicy getDefaultGatewayPolicy()
public void setDefaultGatewayPolicy(GatewayPolicy defaultGatewayPolicy)
public String getLocalSiteName()
public void setLocalSiteName(String localSiteName)
public long getMaxRedoLogCapacity()
getMaxRedoLogCapacity
in interface IReplicationComponentPolicy
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
Copyright © GigaSpaces.