org.openspaces.core.gateway
Class GatewayLookupsFactoryBean
java.lang.Object
org.openspaces.core.gateway.GatewayLookupsFactoryBean
public class GatewayLookupsFactoryBean
- extends Object
A gateway lookups factory bean for constructing ReplicationLookupParameters
using
the asReplicationLookupParameters()
method.
- Since:
- 8.0.3
- Author:
- Idan Moyal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayLookupsFactoryBean
public GatewayLookupsFactoryBean()
getLookupGroup
public String getLookupGroup()
- Returns:
- The gateway's lookup group.
setLookupGroup
public void setLookupGroup(String lookupGroup)
- Sets the gateway's lookup group.
- Parameters:
lookupGroup
- The lookup group.
getGatewayLookups
public List<GatewayLookup> getGatewayLookups()
- Returns:
- The gateway's associated lookups configuration as a
GatewayLookup
s array.
setGatewayLookups
public void setGatewayLookups(List<GatewayLookup> gatewayLookups)
- Sets the gateway's lookups configuration.
- Parameters:
gatewayLookups
- The lookups configuration.
asReplicationLookupParameters
public com.gigaspaces.internal.cluster.node.impl.gateway.lus.ReplicationLookupParameters asReplicationLookupParameters()
- Returns:
- A new
ReplicationLookupParameters
instance constructed of the bean's properties.
Copyright © GigaSpaces.