public final class ConnectionCacheFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <C extends Connection> |
makeBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
Logger logger) |
static <C extends Connection> |
makeBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
Logger logger) |
public static <C extends Connection> OutboundConnectionCache<C> makeBlockingOutboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, Logger logger)
public static <C extends Connection> InboundConnectionCache<C> makeBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, Logger logger)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.