public class TracingJedisPool
extends redis.clients.jedis.JedisPool
| Constructor and Description |
|---|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int connectionTimeout,
int soTimeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int timeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int timeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(String host,
int port,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(String host,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(String host,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(URI uri,
int timeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(URI uri,
int timeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(URI uri,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(URI uri,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
| Modifier and Type | Method and Description |
|---|---|
redis.clients.jedis.Jedis |
getResource() |
void |
returnBrokenResource(redis.clients.jedis.Jedis resource)
Deprecated.
See
JedisPool.returnBrokenResource(redis.clients.jedis.Jedis) |
void |
returnResource(redis.clients.jedis.Jedis resource)
Deprecated.
See
JedisPool.returnResource(redis.clients.jedis.Jedis) |
void |
returnResourceObject(redis.clients.jedis.Jedis resource)
Deprecated.
See
Pool.returnResourceObject(T) |
public TracingJedisPool(io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, int port, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, int timeout, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean ssl,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int connectionTimeout,
int soTimeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int timeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int timeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public redis.clients.jedis.Jedis getResource()
getResource in class redis.clients.jedis.JedisPool@Deprecated public void returnBrokenResource(redis.clients.jedis.Jedis resource)
JedisPool.returnBrokenResource(redis.clients.jedis.Jedis)returnBrokenResource in class redis.clients.jedis.JedisPool@Deprecated public void returnResource(redis.clients.jedis.Jedis resource)
JedisPool.returnResource(redis.clients.jedis.Jedis)returnResource in class redis.clients.jedis.JedisPool@Deprecated public void returnResourceObject(redis.clients.jedis.Jedis resource)
Pool.returnResourceObject(T)returnResourceObject in class redis.clients.util.Pool<redis.clients.jedis.Jedis>Copyright © 2017-2018–2018. All rights reserved.