Uses of Class
org.infinispan.server.resp.tx.RespTransactionHandler
Packages that use RespTransactionHandler
Package
Description
-
Uses of RespTransactionHandler in org.infinispan.server.resp.commands
Methods in org.infinispan.server.resp.commands with parameters of type RespTransactionHandlerModifier and TypeMethodDescriptionTransactionResp3Command.perform
(RespTransactionHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) -
Uses of RespTransactionHandler in org.infinispan.server.resp.commands.connection
Methods in org.infinispan.server.resp.commands.connection with parameters of type RespTransactionHandlerModifier and TypeMethodDescriptionQUIT.perform
(RespTransactionHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) -
Uses of RespTransactionHandler in org.infinispan.server.resp.commands.tx
Methods in org.infinispan.server.resp.commands.tx with parameters of type RespTransactionHandlerModifier and TypeMethodDescriptionDISCARD.perform
(RespTransactionHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) EXEC.perform
(RespTransactionHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) MULTI.perform
(RespTransactionHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) WATCH.perform
(RespTransactionHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments)