Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.lateral.socket.tcp |
Modifier and Type | Class and Description |
---|---|
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin.
|
Modifier and Type | Method and Description |
---|---|
ITCPLateralCacheAttributes |
LateralTCPService.getTcpLateralCacheAttributes() |
ITCPLateralCacheAttributes |
LateralTCPSender.getTcpLateralCacheAttributes() |
ITCPLateralCacheAttributes |
LateralTCPListener.getTcpLateralCacheAttributes() |
Modifier and Type | Method and Description |
---|---|
LateralTCPDiscoveryListener |
LateralTCPDiscoveryListenerManager.getDiscoveryListener(ITCPLateralCacheAttributes ilca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Gets the instance attribute of the LateralCacheTCPListener class.
|
static <K,V> LateralTCPListener<K,V> |
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 |
LateralTCPService.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes) |
void |
LateralTCPSender.setTcpLateralCacheAttributes(ITCPLateralCacheAttributes tcpLateralCacheAttributes) |
void |
LateralTCPListener.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
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.