Uses of Class
com.github.fppt.jedismock.datastructures.Slice
Packages that use Slice
Package
Description
-
Uses of Slice in com.github.fppt.jedismock.commands
Methods in com.github.fppt.jedismock.commands that return types with arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.datastructures
Fields in com.github.fppt.jedismock.datastructures declared as SliceModifier and TypeFieldDescriptionstatic final SliceZSetEntry.MAX_VALUEstatic final SliceZSetEntry.MIN_VALUEMethods in com.github.fppt.jedismock.datastructures that return SliceModifier and TypeMethodDescriptionstatic SliceSlice.create(byte[] data) static Slicestatic SliceSlice.empty()default SliceRMDataStructure.getAsSlice()RMString.getAsSlice()final SliceStringCompatible.getAsSlice()ZSetEntry.getValue()Methods in com.github.fppt.jedismock.datastructures that return types with arguments of type SliceModifier and TypeMethodDescriptionRMHash.getStoredData()RMHash.getStoredData()RMHyperLogLog.getStoredData()RMList.getStoredData()RMSet.getStoredData()Methods in com.github.fppt.jedismock.datastructures with parameters of type SliceModifier and TypeMethodDescriptionintvoidbooleanMethod parameters in com.github.fppt.jedismock.datastructures with type arguments of type SliceConstructors in com.github.fppt.jedismock.datastructures with parameters of type SliceConstructor parameters in com.github.fppt.jedismock.datastructures with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations
Methods in com.github.fppt.jedismock.operations that return SliceModifier and TypeMethodDescriptionAbstractRedisOperation.execute()RedisOperation.execute()protected abstract SliceAbstractRedisOperation.response()Methods in com.github.fppt.jedismock.operations that return types with arguments of type SliceMethods in com.github.fppt.jedismock.operations with parameters of type SliceModifier and TypeMethodDescriptionAbstractRedisOperation.getListFromBaseOrCreateEmpty(Slice key) AbstractRedisOperation.getSetFromBaseOrCreateEmpty(Slice key) AbstractRedisOperation.getZSetFromBaseOrCreateEmpty(Slice key) Method parameters in com.github.fppt.jedismock.operations with type arguments of type SliceModifier and TypeMethodDescriptionstatic RedisOperationCommandFactory.buildOperation(String name, boolean transactional, OperationExecutorState state, List<Slice> params) Constructor parameters in com.github.fppt.jedismock.operations with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.connection
Methods in com.github.fppt.jedismock.operations.connection that return SliceModifier and TypeMethodDescriptionAuth.execute()Client.execute()Hello.execute()Quit.execute()Select.execute()Constructor parameters in com.github.fppt.jedismock.operations.connection with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.hashes
Methods in com.github.fppt.jedismock.operations.hashes that return SliceModifier and TypeMethodDescriptionprotected SliceHExists.response()protected SliceHGetAll.response()protected SliceHKeys.response()protected SliceHLen.response()protected SliceHMGet.response()protected SliceHMSet.response()protected SliceHStrlen.response()protected SliceHVals.response()Methods in com.github.fppt.jedismock.operations.hashes that return types with arguments of type SliceConstructor parameters in com.github.fppt.jedismock.operations.hashes with type arguments of type SliceModifierConstructorDescription -
Uses of Slice in com.github.fppt.jedismock.operations.keys
Fields in com.github.fppt.jedismock.operations.keys declared as SliceMethods in com.github.fppt.jedismock.operations.keys that return SliceMethods in com.github.fppt.jedismock.operations.keys that return types with arguments of type SliceConstructor parameters in com.github.fppt.jedismock.operations.keys with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.pubsub
Methods in com.github.fppt.jedismock.operations.pubsub that return SliceModifier and TypeMethodDescriptionprotected SlicePSubscribe.response()protected SlicePubSub.response()protected SlicePUnsubscribe.response()protected SliceSubscribe.response()protected SliceUnsubscribe.response()Constructor parameters in com.github.fppt.jedismock.operations.pubsub with type arguments of type SliceModifierConstructorDescriptionPSubscribe(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 Slice in com.github.fppt.jedismock.operations.server
Methods in com.github.fppt.jedismock.operations.server that return SliceModifier 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.protected SliceTime.response()Method parameters in com.github.fppt.jedismock.operations.server with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.sets
Methods in com.github.fppt.jedismock.operations.sets that return Slice -
Uses of Slice in com.github.fppt.jedismock.operations.sortedsets
Methods in com.github.fppt.jedismock.operations.sortedsets that return SliceModifier and TypeMethodDescriptionprotected SliceZCount.response()protected SliceZRangeByScore.response()protected SliceZRemRangeByScore.response()protected SliceZRevRangeByScore.response()Constructor parameters in com.github.fppt.jedismock.operations.sortedsets with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.strings
Methods in com.github.fppt.jedismock.operations.strings that return SliceModifier and TypeMethodDescriptionprotected SliceMSetNX.response()protected SliceSetRange.response()Constructor parameters in com.github.fppt.jedismock.operations.strings with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.transactions
Methods in com.github.fppt.jedismock.operations.transactions that return Slice -
Uses of Slice in com.github.fppt.jedismock.server
Fields in com.github.fppt.jedismock.server declared as SliceModifier and TypeFieldDescriptionstatic final SliceResponse.NULLstatic final SliceResponse.OKstatic final SliceResponse.SKIPMethods in com.github.fppt.jedismock.server that return SliceModifier and TypeMethodDescriptionstatic Slicestatic SliceResponse.bulkString(Slice slice) static SliceResponse.clientResponse(String command, Slice response) static SliceSliceParser.consumeParameter(byte[] message) static SliceSliceParser.consumeParameter(InputStream messageInput) static SliceSliceParser.consumeSlice(InputStream messageInput, long len) static SliceResponse.doubleValue(double v) static SliceRedisCommandInterceptor.execCommand(OperationExecutorState state, String name, List<Slice> params) This method is called on operation execution in JedisMock.RedisOperationExecutor.execCommand(RedisCommand command) static SliceResponse.integer(long v) static SliceResponse.psubscribedToChannel(List<Slice> patterns) static SliceResponse.publishedMessage(Slice channel, Slice message) static SliceResponse.publishedPMessage(Slice pattern, Slice channel, Slice message) static SliceResponse.punsubscribe(Slice channel, int remainingSubscriptions) static SliceResponse.subscribedToChannel(List<Slice> channels) static SliceResponse.unsubscribe(Slice channel, int remainingSubscriptions) Methods in com.github.fppt.jedismock.server with parameters of type SliceModifier and TypeMethodDescriptionstatic SliceResponse.bulkString(Slice slice) static SliceResponse.clientResponse(String command, Slice response) static SliceResponse.publishedMessage(Slice channel, Slice message) static SliceResponse.publishedPMessage(Slice pattern, Slice channel, Slice message) static SliceResponse.punsubscribe(Slice channel, int remainingSubscriptions) voidRedisClient.sendResponse(Slice response, String respondingTo) Send a response due to a specific command.static SliceResponse.unsubscribe(Slice channel, int remainingSubscriptions) Method parameters in com.github.fppt.jedismock.server with type arguments of type SliceModifier and TypeMethodDescriptionstatic SliceRedisCommandInterceptor.execCommand(OperationExecutorState state, String name, List<Slice> params) This method is called on operation execution in JedisMock.static SliceResponse.psubscribedToChannel(List<Slice> patterns) static SliceResponse.subscribedToChannel(List<Slice> channels) -
Uses of Slice in com.github.fppt.jedismock.storage
Fields in com.github.fppt.jedismock.storage with type parameters of type SliceMethods in com.github.fppt.jedismock.storage that return SliceModifier and TypeMethodDescriptionMethods in com.github.fppt.jedismock.storage that return types with arguments of type SliceModifier and TypeMethodDescriptionRedisBase.getChannels()RedisBase.getFieldsAndValues(Slice hash) RedisBase.getFieldsAndValues(Slice hash) RedisBase.getPsubscribers(Slice channel) RedisBase.getPSubscriptions(RedisClient client) RedisBase.getSubscriptions(RedisClient client) RedisBase.keys()ExpiringKeyValueStorage.ttls()ExpiringKeyValueStorage.values()Methods in com.github.fppt.jedismock.storage with parameters of type SliceModifier and TypeMethodDescriptionvoidRedisBase.addSubscriber(Slice channel, RedisClient client) voidvoidvoidRedisBase.deleteValue(Slice key) voidRedisBase.deleteValue(Slice key1, Slice key2) booleanbooleanRedisBase.getFieldsAndValues(Slice hash) RedisBase.getPsubscribers(Slice channel) RedisBase.getRMString(Slice key) RedisBase.getSubscribers(Slice channel) voidExpiringKeyValueStorage.put(Slice key, RMDataStructure value, Long ttl) voidvoidvoidvoidvoidRedisBase.putValue(Slice key, RMDataStructure value) voidRedisBase.putValue(Slice key, RMDataStructure value, Long ttl) voidRedisBase.putValueWithoutClearingTtl(Slice key, RMDataStructure value) booleanRedisBase.removePSubscriber(Slice channel, RedisClient client) booleanRedisBase.removeSubscriber(Slice channel, RedisClient client) longExpiringKeyValueStorage.setDeadline(Slice key, long deadline) longRedisBase.setDeadline(Slice key, long deadline) longlongvoidRedisBase.subscribeByPattern(Slice pattern, RedisClient client) voidRedisBase.unwatchSingleKey(OperationExecutorState state, Slice key) voidRedisBase.watch(OperationExecutorState state, Slice key) Method parameters in com.github.fppt.jedismock.storage with type arguments of type SliceConstructor parameters in com.github.fppt.jedismock.storage with type arguments of type Slice