Class JedisRequest
java.lang.Object
io.opentelemetry.javaagent.instrumentation.jedis.v4_0.JedisRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JedisRequestcreate(redis.clients.jedis.CommandArguments commandArguments) static JedisRequestabstract List<byte[]> getArgs()abstract redis.clients.jedis.commands.ProtocolCommandvoid
-
Constructor Details
-
JedisRequest
public JedisRequest()
-
-
Method Details
-
create
public static JedisRequest create(redis.clients.jedis.commands.ProtocolCommand command, List<byte[]> args) -
create
-
getCommand
public abstract redis.clients.jedis.commands.ProtocolCommand getCommand() -
getArgs
-
getOperation
-
getStatement
-
setSocket
-
getRemoteSocketAddress
-