Package | Description |
---|---|
org.apache.jcs.auxiliary.lateral.socket.tcp | |
org.apache.jcs.auxiliary.lateral.socket.tcp.discovery |
Modifier and Type | Class and Description |
---|---|
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin.
|
Modifier and Type | Field and Description |
---|---|
protected ITCPLateralCacheAttributes |
LateralTCPCacheManager.lca
ITCPLateralCacheAttributes
|
Modifier and Type | Method and Description |
---|---|
ITCPLateralCacheAttributes |
LateralTCPListener.getTcpLateralCacheAttributes() |
ITCPLateralCacheAttributes |
LateralTCPSender.getTcpLateralCacheAttributes() |
ITCPLateralCacheAttributes |
LateralTCPService.getTcpLateralCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
static ILateralCacheListener |
LateralTCPListener.getInstance(ITCPLateralCacheAttributes ilca,
ICompositeCacheManager cacheMgr)
Gets the instance attribute of the LateralCacheTCPListener class.
|
static LateralTCPCacheManager |
LateralTCPCacheManager.getInstance(ITCPLateralCacheAttributes lca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Returns an instance of the LateralCacheManager.
|
void |
LateralTCPListener.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes) |
void |
LateralTCPSender.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes) |
void |
LateralTCPService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes) |
Constructor and Description |
---|
LateralTCPListener(ITCPLateralCacheAttributes ilca)
Only need one since it does work for all regions, just reference by multiple region names.
|
LateralTCPSender(ITCPLateralCacheAttributes lca)
Constructor for the LateralTCPSender object.
|
LateralTCPService(ITCPLateralCacheAttributes lca)
Constructor for the LateralTCPService object
|
Modifier and Type | Method and Description |
---|---|
ITCPLateralCacheAttributes |
UDPDiscoveryService.getTcpLateralCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
UDPDiscoveryService |
UDPDiscoveryManager.getService(ITCPLateralCacheAttributes lca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Returns the UDP Discovery service associated with this instance.
|
void |
UDPDiscoveryService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tCPLateralCacheAttributes) |
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.