public class TracingReactiveRedisClusterConnection extends Object implements org.springframework.data.redis.connection.ReactiveRedisClusterConnection
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 |
|---|
TracingReactiveRedisClusterConnection(org.springframework.data.redis.connection.ReactiveRedisClusterConnection reactiveRedisClusterConnection,
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.ReactiveClusterGeoCommands |
geoCommands() |
org.springframework.data.redis.connection.ReactiveClusterHashCommands |
hashCommands() |
org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands |
hyperLogLogCommands() |
org.springframework.data.redis.connection.ReactiveClusterKeyCommands |
keyCommands() |
org.springframework.data.redis.connection.ReactiveClusterListCommands |
listCommands() |
org.springframework.data.redis.connection.ReactiveClusterNumberCommands |
numberCommands() |
reactor.core.publisher.Mono<String> |
ping() |
reactor.core.publisher.Mono<String> |
ping(org.springframework.data.redis.connection.RedisClusterNode node) |
org.springframework.data.redis.connection.ReactivePubSubCommands |
pubSubCommands() |
org.springframework.data.redis.connection.ReactiveScriptingCommands |
scriptingCommands() |
org.springframework.data.redis.connection.ReactiveClusterServerCommands |
serverCommands() |
org.springframework.data.redis.connection.ReactiveClusterSetCommands |
setCommands() |
org.springframework.data.redis.connection.ReactiveClusterStringCommands |
stringCommands() |
org.springframework.data.redis.connection.ReactiveClusterZSetCommands |
zSetCommands() |
public TracingReactiveRedisClusterConnection(org.springframework.data.redis.connection.ReactiveRedisClusterConnection reactiveRedisClusterConnection,
boolean withActiveSpanOnly,
io.opentracing.Tracer tracer)
public org.springframework.data.redis.connection.ReactiveClusterKeyCommands keyCommands()
keyCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionkeyCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterStringCommands stringCommands()
stringCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionstringCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterNumberCommands numberCommands()
numberCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionnumberCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterListCommands listCommands()
listCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionlistCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterSetCommands setCommands()
setCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionsetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterZSetCommands zSetCommands()
zSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionzSetCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterHashCommands hashCommands()
hashCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionhashCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterGeoCommands geoCommands()
geoCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectiongeoCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic org.springframework.data.redis.connection.ReactiveClusterHyperLogLogCommands hyperLogLogCommands()
hyperLogLogCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionhyperLogLogCommands 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.ReactiveClusterServerCommands serverCommands()
serverCommands in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionserverCommands in interface org.springframework.data.redis.connection.ReactiveRedisConnectionpublic reactor.core.publisher.Mono<String> ping(org.springframework.data.redis.connection.RedisClusterNode node)
ping in interface org.springframework.data.redis.connection.ReactiveRedisClusterConnectionpublic 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.ReactiveScriptingCommands scriptingCommands()
scriptingCommands 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.