|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.connectioncache.spi.transport.ConnectionCacheFactory
public final class ConnectionCacheFactory
A factory class for creating connections caches.
Note that a rather unusual syntax is needed for calling these methods:
ConnectionCacheFactory.
Method Summary
static
<C extends Closeable>
InboundConnectionCache<C>makeBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
Logger logger)
static
<C extends Closeable>
OutboundConnectionCache<C>makeBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
Logger logger)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
makeBlockingOutboundConnectionCache
public static <C extends Closeable> OutboundConnectionCache<C> makeBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
Logger logger)
makeBlockingInboundConnectionCache
public static <C extends Closeable> InboundConnectionCache<C> makeBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
Logger logger)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2012 Oracle Corporation. All Rights Reserved.