Class JedisRequest
java.lang.Object
io.opentelemetry.javaagent.instrumentation.jedis.v3_0.JedisRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JedisRequestcreate(redis.clients.jedis.Connection connection, redis.clients.jedis.commands.ProtocolCommand command, List<byte[]> args) abstract List<byte[]>getArgs()abstract redis.clients.jedis.commands.ProtocolCommandabstract redis.clients.jedis.Connection
-
Constructor Details
-
JedisRequest
public JedisRequest()
-
-
Method Details
-
create
public static JedisRequest create(redis.clients.jedis.Connection connection, redis.clients.jedis.commands.ProtocolCommand command, List<byte[]> args) -
getConnection
public abstract redis.clients.jedis.Connection getConnection() -
getCommand
public abstract redis.clients.jedis.commands.ProtocolCommand getCommand() -
getArgs
-
getOperation
-
getStatement
-