public class GatewayLookupsFactoryBean extends Object
ReplicationLookupParameters using
the asReplicationLookupParameters() method.| Constructor and Description |
|---|
GatewayLookupsFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupParameters |
asReplicationLookupParameters() |
List<GatewayLookup> |
getGatewayLookups() |
String |
getLookupGroup() |
void |
setGatewayLookups(List<GatewayLookup> gatewayLookups)
Sets the gateway's lookups configuration.
|
void |
setLookupGroup(String lookupGroup)
Sets the gateway's lookup group.
|
public String getLookupGroup()
public void setLookupGroup(String lookupGroup)
lookupGroup - The lookup group.public List<GatewayLookup> getGatewayLookups()
GatewayLookups array.public void setGatewayLookups(List<GatewayLookup> gatewayLookups)
gatewayLookups - The lookups configuration.public com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupParameters asReplicationLookupParameters()
ReplicationLookupParameters instance constructed of the bean's properties.Copyright © GigaSpaces.