public final class ConnectionCacheFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <C extends Connection> |
makeBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int ttl) |
static <C extends Connection> |
makeBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
int ttl) |
static <C extends Connection> |
makeNonBlockingInboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int ttl) |
static <C extends Connection> |
makeNonBlockingOutboundConnectionCache(String cacheType,
int highWaterMark,
int numberToReclaim,
int maxParallelConnections,
int ttl) |
public static <C extends Connection> OutboundConnectionCache<C> makeBlockingOutboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)
public static <C extends Connection> OutboundConnectionCache<C> makeNonBlockingOutboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int maxParallelConnections, int ttl)
public static <C extends Connection> InboundConnectionCache<C> makeBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int ttl)
public static <C extends Connection> InboundConnectionCache<C> makeNonBlockingInboundConnectionCache(String cacheType, int highWaterMark, int numberToReclaim, int ttl)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.