Uses of Class
com.github.fppt.jedismock.storage.OperationExecutorState
Packages that use OperationExecutorState
Package
Description
-
Uses of OperationExecutorState in com.github.fppt.jedismock.operations
Methods in com.github.fppt.jedismock.operations with parameters of type OperationExecutorStateModifier and TypeMethodDescriptionstatic RedisOperationCommandFactory.buildOperation(String name, boolean transactional, OperationExecutorState state, List<Slice> params) Constructors in com.github.fppt.jedismock.operations with parameters of type OperationExecutorStateModifierConstructorDescriptionprotectedAbstractBPop(OperationExecutorState state, List<Slice> params) -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.connection
Constructors in com.github.fppt.jedismock.operations.connection with parameters of type OperationExecutorStateModifierConstructorDescriptionAuth(OperationExecutorState state) Client(OperationExecutorState state, List<Slice> params) Quit(OperationExecutorState state) Select(OperationExecutorState state, List<Slice> params) -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.keys
Constructors in com.github.fppt.jedismock.operations.keys with parameters of type OperationExecutorStateModifierConstructorDescriptionCopy(OperationExecutorState state, List<Slice> params) Move(OperationExecutorState state, List<Slice> params) -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.lists
Constructors in com.github.fppt.jedismock.operations.lists with parameters of type OperationExecutorState -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.pubsub
Constructors in com.github.fppt.jedismock.operations.pubsub with parameters of type OperationExecutorStateModifierConstructorDescriptionPSubscribe(OperationExecutorState state, List<Slice> params) PUnsubscribe(OperationExecutorState state, List<Slice> params) Subscribe(OperationExecutorState state, List<Slice> params) Unsubscribe(OperationExecutorState state, List<Slice> params) -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.scripting
Constructors in com.github.fppt.jedismock.operations.scripting with parameters of type OperationExecutorStateModifierConstructorDescriptionEval(RedisBase base, List<Slice> params, OperationExecutorState state) EvalSha(RedisBase base, List<Slice> params, OperationExecutorState state) -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.server
Methods in com.github.fppt.jedismock.operations.server with parameters of type OperationExecutorStateModifier and TypeMethodDescriptionstatic SliceMockExecutor.breakConnection(OperationExecutorState state) Break the connection (imitate Redis shutdown).static SliceMockExecutor.proceed(OperationExecutorState state, String name, List<Slice> commandParams) Proceed with execution, mocking the Redis behaviour. -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.streams
Constructors in com.github.fppt.jedismock.operations.streams with parameters of type OperationExecutorState -
Uses of OperationExecutorState in com.github.fppt.jedismock.operations.transactions
Constructors in com.github.fppt.jedismock.operations.transactions with parameters of type OperationExecutorState -
Uses of OperationExecutorState in com.github.fppt.jedismock.server
Methods in com.github.fppt.jedismock.server with parameters of type OperationExecutorStateModifier and TypeMethodDescriptionRedisCommandInterceptor.execCommand(OperationExecutorState state, String name, List<Slice> params) This method is called on operation execution in JedisMock.Constructors in com.github.fppt.jedismock.server with parameters of type OperationExecutorState -
Uses of OperationExecutorState in com.github.fppt.jedismock.storage
Methods in com.github.fppt.jedismock.storage with parameters of type OperationExecutorStateModifier and TypeMethodDescriptionvoidRedisBase.unwatchSingleKey(OperationExecutorState state, Slice key) voidRedisBase.watch(OperationExecutorState state, Slice key)