public class TracingReactiveRedisConnection extends Object implements org.springframework.data.redis.connection.ReactiveRedisConnection
org.springframework.data.redis.connection.ReactiveRedisConnection.AbsentByteBufferResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.BooleanResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.ByteBufferResponse<I>, org.springframework.data.redis.connection.ReactiveRedisConnection.Command, org.springframework.data.redis.connection.ReactiveRedisConnection.CommandResponse<I,O>, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.KeyScanCommand, org.springframework.data.redis.connection.ReactiveRedisConnection.MultiValueResponse<I,O>, org.springframework.data.redis.connection.ReactiveRedisConnection.NumericResponse<I,O extends Number>, org.springframework.data.redis.connection.ReactiveRedisConnection.RangeCommand| Constructor and Description |
|---|
TracingReactiveRedisConnection(org.springframework.data.redis.connection.ReactiveRedisConnection reactiveRedisConnection,
boolean withActiveSpanOnly,
io.opentracing.Tracer tracer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
reactor.core.publisher.Mono<Void> |
closeLater() |
org.springframework.data.redis.connection.ReactiveGeoCommands |
geoCommands() |
org.springframework.data.redis.connection.ReactiveHashCommands |
hashCommands() |
org.springframework.data.redis.connection.ReactiveHyperLogLogCommands |
hyperLogLogCommands() |
org.springframework.data.redis.connection.ReactiveKeyCommands |
keyCommands() |
org.springframework.data.redis.connection.ReactiveListCommands |
listCommands() |
org.springframework.data.redis.connection.ReactiveNumberCommands |
numberCommands() |
reactor.core.publisher.Mono<String> |
ping() |
org.springframework.data.redis.connection.ReactivePubSubCommands |
pubSubCommands() |
org.springframework.data.redis.connection.ReactiveScriptingCommands |
scriptingCommands() |
org.springframework.data.redis.connection.ReactiveServerCommands |
serverCommands() |
org.springframework.data.redis.connection.ReactiveSetCommands |
setCommands() |
org.springframework.data.redis.connection.ReactiveStringCommands |
stringCommands() |
org.springframework.data.redis.connection.ReactiveZSetCommands |
zSetCommands() |
public TracingReactiveRedisConnection(org.springframework.data.redis.connection.ReactiveRedisConnection reactiveRedisConnection,
boolean withActiveSpanOnly,
io.opentracing.Tracer tracer)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic reactor.core.publisher.Mono<Void> closeLater()
closeLater in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveKeyCommands keyCommands()
keyCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveStringCommands stringCommands()
stringCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveNumberCommands numberCommands()
numberCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveListCommands listCommands()
listCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveSetCommands setCommands()
setCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveZSetCommands zSetCommands()
zSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveHashCommands hashCommands()
hashCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveGeoCommands geoCommands()
geoCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveHyperLogLogCommands hyperLogLogCommands()
hyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactivePubSubCommands pubSubCommands()
pubSubCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveScriptingCommands scriptingCommands()
scriptingCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveServerCommands serverCommands()
serverCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic reactor.core.publisher.Mono<String> ping()
ping in interface org.springframework.data.redis.connection.ReactiveRedisConnectionCopyright © 2017-2019–2019. All rights reserved.