public class TracingJedisPool
extends redis.clients.jedis.JedisPool
| Constructor and Description |
|---|
TracingJedisPool(boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(boolean traceWithActiveSpanOnly,
Function<String,String> spanNameProvider)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean ssl,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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 traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
boolean ssl,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly,
Function<String,String> customSpanName)
GlobalTracer is used to get tracer
|
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 connectionTimeout,
int soTimeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly,
Function<String,String> customSpanName) |
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean ssl,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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 traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
boolean ssl,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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 traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean ssl,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean traceWithActiveSpanOnly,
Function<String,String> customSpanName)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
String clientName,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly,
Function<String,String> customSpanName) |
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int timeout,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(String host,
int port,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(String host,
int port,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly) |
TracingJedisPool(String host,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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(io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly,
Function<String,String> spanNameProvider) |
TracingJedisPool(URI uri,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(URI uri,
int timeout,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
TracingJedisPool(URI uri,
int timeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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,
boolean traceWithActiveSpanOnly)
GlobalTracer is used to get tracer
|
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(boolean traceWithActiveSpanOnly)
public TracingJedisPool(io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly,
Function<String,String> spanNameProvider)
public TracingJedisPool(boolean traceWithActiveSpanOnly,
Function<String,String> spanNameProvider)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
io.opentracing.Tracer tracer,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, int port, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, int port, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(String host, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, int timeout, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, int timeout, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, io.opentracing.Tracer tracer, boolean traceWithActiveSpanOnly)
public TracingJedisPool(URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier, 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 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,
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,
int timeout,
String password,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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 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,
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,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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 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,
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,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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 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,
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,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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 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,
Function<String,String> customSpanName)
public TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
String host,
int port,
int timeout,
String password,
int database,
String clientName,
boolean traceWithActiveSpanOnly,
Function<String,String> customSpanName)
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,
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 timeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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,
String host,
int port,
int connectionTimeout,
int soTimeout,
String password,
int database,
String clientName,
boolean ssl,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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,
Function<String,String> customSpanName)
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,
boolean traceWithActiveSpanOnly,
Function<String,String> customSpanName)
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,
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,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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,
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 timeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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,
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 TracingJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
URI uri,
int connectionTimeout,
int soTimeout,
SSLSocketFactory sslSocketFactory,
SSLParameters sslParameters,
HostnameVerifier hostnameVerifier,
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.