Uses of Class
com.github.fppt.jedismock.datastructures.Slice
Packages that use Slice
Package
Description
-
Uses of Slice in com.github.fppt.jedismock
Methods in com.github.fppt.jedismock with parameters of type SliceModifier and TypeMethodDescriptionvoidRedisClient.sendResponse(Slice response, String respondingTo) Send a response due to a specific command. -
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()final SliceRMBitMap.getAsSlice()default SliceRMDataStructure.getAsSlice()final SliceRMHyperLogLog.getAsSlice()RMString.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 TypeMethodDescriptionintbooleanintvoidbooleanMethod 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.datastructures.streams
Methods in com.github.fppt.jedismock.datastructures.streams that return SliceMethods in com.github.fppt.jedismock.datastructures.streams that return types with arguments of type SliceMethods in com.github.fppt.jedismock.datastructures.streams with parameters of type SliceConstructors in com.github.fppt.jedismock.datastructures.streams with parameters of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations
Fields in com.github.fppt.jedismock.operations with type parameters of type SliceMethods in com.github.fppt.jedismock.operations that return SliceModifier and TypeMethodDescriptionAbstractRedisOperation.execute()RedisOperation.execute()protected abstract Sliceprotected SliceAbstractBPop.response()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.getStreamFromBaseOrCreateEmpty(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) protected abstract AbstractRedisOperationprotected abstract SliceConstructor parameters in com.github.fppt.jedismock.operations with type arguments of type SliceModifierConstructorDescriptionprotectedAbstractBPop(OperationExecutorState state, List<Slice> params) AbstractRedisOperation(RedisBase base, List<Slice> params) -
Uses of Slice in com.github.fppt.jedismock.operations.cluster
Methods in com.github.fppt.jedismock.operations.cluster that return 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 SliceModifierConstructorDescriptionClient(OperationExecutorState state, List<Slice> params) Select(OperationExecutorState state, List<Slice> params) -
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.lists
Methods in com.github.fppt.jedismock.operations.lists that return SliceModifier and TypeMethodDescriptionprotected SliceLInsert.response()protected SliceLPos.response()protected SliceLSet.response()protected SliceRPushX.response()protected SliceSort.response()Constructor parameters in com.github.fppt.jedismock.operations.lists 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.scripting
Methods in com.github.fppt.jedismock.operations.scripting that return SliceModifier and TypeMethodDescriptionEval.response()protected SliceEvalSha.response()protected SliceScript.response()Constructor parameters in com.github.fppt.jedismock.operations.scripting with type arguments of type Slice -
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 SliceModifier and TypeMethodDescriptionprotected SliceSIsMember.response()protected SliceSMIsMember.response()protected SliceSMove.response()protected SliceSRandMember.response()protected final SliceSStore.response()Constructor parameters in com.github.fppt.jedismock.operations.sets with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.sortedsets
Fields in com.github.fppt.jedismock.operations.sortedsets declared as SliceModifier and TypeFieldDescriptionprotected SliceAbstractZRange.keyprotected SliceAbstractZRange.keyprotected SliceAbstractZRange.keyprotected SliceAbstractZRange.keyprotected SliceAbstractZRange.keyMethods in com.github.fppt.jedismock.operations.sortedsets that return SliceModifier and TypeMethodDescriptionprotected SliceZMPop.getResult()protected Sliceprotected Sliceprotected Sliceprotected SliceZCount.response()protected SliceZIncrBy.response()protected SliceZMPop.response()protected SliceZRangeByScore.response()protected SliceZRank.response()protected SliceZRemRangeByRank.response()protected SliceZRemRangeByScore.response()protected SliceZRevRangeByScore.response()protected SliceZRevRank.response()Methods in com.github.fppt.jedismock.operations.sortedsets that return types with arguments of type SliceMethod parameters in com.github.fppt.jedismock.operations.sortedsets with type arguments of type SliceConstructor parameters in com.github.fppt.jedismock.operations.sortedsets with type arguments of type Slice -
Uses of Slice in com.github.fppt.jedismock.operations.streams
Methods in com.github.fppt.jedismock.operations.streams that return SliceModifier and TypeMethodDescriptionprotected SliceRanges.range()protected SliceRanges.response()protected SliceXAdd.response()protected SliceXDel.response()protected SliceXLen.response()protected SliceXRange.response()protected SliceXRead.response()protected SliceXRevRange.response()protected SliceXTrim.response()Methods in com.github.fppt.jedismock.operations.streams with parameters of type SliceModifier and TypeMethodDescriptionprotected StreamIdRanges.preprocessKey(Slice key, RMStream stream, boolean isStart) Constructor parameters in com.github.fppt.jedismock.operations.streams 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 SliceGetDel.response()protected 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.EMPTY_ARRAYstatic final SliceResponse.NULLstatic final SliceResponse.NULL_ARRAYstatic final SliceResponse.OKstatic final SliceResponse.QUEUEDstatic final SliceResponse.SKIPMethods in com.github.fppt.jedismock.server that return SliceModifier and TypeMethodDescriptionstatic Slicestatic 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 Slicestatic 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) 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
Methods 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.getDeadline(Slice key) RedisBase.getFieldsAndValues(Slice hash) RedisBase.getPsubscribers(Slice channel) RedisBase.getRMString(Slice key) RedisBase.getSubscribers(Slice channel) voidRedisBase.markKeyModified(Slice key) 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 SliceModifierConstructorDescriptionExpiringKeyValueStorage(Supplier<Clock> clockSupplier, Consumer<Slice> keyChangeNotifier)