Index

A B C D E G H I K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractByScoreOperation - Class in com.github.fppt.jedismock.operations.sortedsets
 
AbstractByScoreOperation(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.sortedsets.AbstractByScoreOperation
 
AbstractRedisOperation - Class in com.github.fppt.jedismock.operations
 
AbstractRedisOperation(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
add(byte[]) - Method in class com.github.fppt.jedismock.datastructures.RMString
 
addAll(Collection<Slice>) - Method in class com.github.fppt.jedismock.datastructures.RMHyperLogLog
 
addSubscriber(Slice, RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
array(List<Slice>) - Static method in class com.github.fppt.jedismock.server.Response
 
Auth - Class in com.github.fppt.jedismock.operations.connection
 
Auth(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.operations.connection.Auth
 

B

base() - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
base() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
breakConnection(OperationExecutorState) - Static method in class com.github.fppt.jedismock.operations.server.MockExecutor
Break the connection (imitate Redis shutdown).
buildOperation(String, boolean, OperationExecutorState, List<Slice>) - Static method in class com.github.fppt.jedismock.operations.CommandFactory
 
bulkString(Slice) - Static method in class com.github.fppt.jedismock.server.Response
 

C

call() - Method in class com.github.fppt.jedismock.server.RedisService
 
changeActiveRedisBase(int) - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
checkWatchedKeysNotExpired() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
clear() - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
clear() - Method in class com.github.fppt.jedismock.storage.RedisBase
 
clearAll() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
Client - Class in com.github.fppt.jedismock.operations.connection
 
Client() - Constructor for class com.github.fppt.jedismock.operations.connection.Client
 
clientResponse(String, Slice) - Static method in class com.github.fppt.jedismock.server.Response
 
close() - Method in class com.github.fppt.jedismock.server.RedisClient
Close all the streams used by this client effectively closing the client.
closeQuietly(Closeable) - Static method in class com.github.fppt.jedismock.Utils
 
com.github.fppt.jedismock - package com.github.fppt.jedismock
 
com.github.fppt.jedismock.commands - package com.github.fppt.jedismock.commands
 
com.github.fppt.jedismock.datastructures - package com.github.fppt.jedismock.datastructures
 
com.github.fppt.jedismock.exception - package com.github.fppt.jedismock.exception
 
com.github.fppt.jedismock.operations - package com.github.fppt.jedismock.operations
 
com.github.fppt.jedismock.operations.bitmaps - package com.github.fppt.jedismock.operations.bitmaps
 
com.github.fppt.jedismock.operations.connection - package com.github.fppt.jedismock.operations.connection
 
com.github.fppt.jedismock.operations.hashes - package com.github.fppt.jedismock.operations.hashes
 
com.github.fppt.jedismock.operations.hyperloglog - package com.github.fppt.jedismock.operations.hyperloglog
 
com.github.fppt.jedismock.operations.keys - package com.github.fppt.jedismock.operations.keys
 
com.github.fppt.jedismock.operations.lists - package com.github.fppt.jedismock.operations.lists
 
com.github.fppt.jedismock.operations.pubsub - package com.github.fppt.jedismock.operations.pubsub
 
com.github.fppt.jedismock.operations.server - package com.github.fppt.jedismock.operations.server
 
com.github.fppt.jedismock.operations.sets - package com.github.fppt.jedismock.operations.sets
 
com.github.fppt.jedismock.operations.sortedsets - package com.github.fppt.jedismock.operations.sortedsets
 
com.github.fppt.jedismock.operations.strings - package com.github.fppt.jedismock.operations.strings
 
com.github.fppt.jedismock.operations.transactions - package com.github.fppt.jedismock.operations.transactions
 
com.github.fppt.jedismock.server - package com.github.fppt.jedismock.server
 
com.github.fppt.jedismock.storage - package com.github.fppt.jedismock.storage
 
CommandFactory - Class in com.github.fppt.jedismock.operations
 
CommandFactory() - Constructor for class com.github.fppt.jedismock.operations.CommandFactory
 
compareTo(Slice) - Method in class com.github.fppt.jedismock.datastructures.Slice
 
compareTo(ZSetEntry) - Method in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
consumeByte(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeCount(byte[]) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeCount(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeInteger(byte[]) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeInteger(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeLong(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeParameter(byte[]) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeParameter(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeSlice(InputStream, long) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
convertToByte(String) - Static method in class com.github.fppt.jedismock.Utils
 
convertToDouble(String) - Static method in class com.github.fppt.jedismock.Utils
 
convertToInteger(String) - Static method in class com.github.fppt.jedismock.Utils
 
convertToLong(String) - Static method in class com.github.fppt.jedismock.Utils
 
convertToNonNegativeInteger(String) - Static method in class com.github.fppt.jedismock.Utils
 
create() - Static method in class com.github.fppt.jedismock.commands.RedisCommand
 
create(byte[]) - Static method in class com.github.fppt.jedismock.datastructures.RMString
 
create(byte[]) - Static method in class com.github.fppt.jedismock.datastructures.Slice
 
create(String) - Static method in class com.github.fppt.jedismock.datastructures.RMString
 
create(String) - Static method in class com.github.fppt.jedismock.datastructures.Slice
 
createRegexFromGlob(String) - Static method in class com.github.fppt.jedismock.Utils
 
cursorSlice - Variable in class com.github.fppt.jedismock.operations.keys.Scan
 

D

data() - Method in class com.github.fppt.jedismock.datastructures.Slice
 
defaultOptions() - Static method in class com.github.fppt.jedismock.server.ServiceOptions
 
delete(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
delete(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
deleteValue(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
deleteValue(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
DeserializationException - Exception in com.github.fppt.jedismock.exception
 
DeserializationException(String) - Constructor for exception com.github.fppt.jedismock.exception.DeserializationException
 
Discard - Class in com.github.fppt.jedismock.operations.transactions
 
doOptionalWork() - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
doOptionalWork() - Method in class com.github.fppt.jedismock.operations.hashes.HScan
 
doOptionalWork() - Method in class com.github.fppt.jedismock.operations.keys.Scan
 
doubleValue(double) - Static method in class com.github.fppt.jedismock.server.Response
 
downgradeEncoding() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 

E

empty() - Static method in class com.github.fppt.jedismock.datastructures.Slice
 
entries(boolean) - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
EOFException - Exception in com.github.fppt.jedismock.exception
Created by Xiaolu on 2015/4/21.
EOFException() - Constructor for exception com.github.fppt.jedismock.exception.EOFException
 
equals(Object) - Method in class com.github.fppt.jedismock.commands.RedisCommand
 
equals(Object) - Method in class com.github.fppt.jedismock.datastructures.Slice
 
equals(Object) - Method in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
error(String) - Static method in class com.github.fppt.jedismock.server.Response
 
EXCLUSIVE_PREFIX - Static variable in class com.github.fppt.jedismock.operations.sortedsets.AbstractByScoreOperation
 
Exec - Class in com.github.fppt.jedismock.operations.transactions
 
Exec(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.operations.transactions.Exec
 
execCommand(RedisCommand) - Method in class com.github.fppt.jedismock.server.RedisOperationExecutor
 
execCommand(OperationExecutorState, String, List<Slice>) - Method in interface com.github.fppt.jedismock.server.RedisCommandInterceptor
This method is called on operation execution in JedisMock.
execute() - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
execute() - Method in class com.github.fppt.jedismock.operations.connection.Auth
 
execute() - Method in class com.github.fppt.jedismock.operations.connection.Client
 
execute() - Method in class com.github.fppt.jedismock.operations.connection.Hello
 
execute() - Method in class com.github.fppt.jedismock.operations.connection.Quit
 
execute() - Method in class com.github.fppt.jedismock.operations.connection.Select
 
execute() - Method in interface com.github.fppt.jedismock.operations.RedisOperation
 
execute() - Method in class com.github.fppt.jedismock.operations.transactions.Discard
 
execute() - Method in class com.github.fppt.jedismock.operations.transactions.Exec
 
execute() - Method in class com.github.fppt.jedismock.operations.transactions.Multi
 
execute() - Method in class com.github.fppt.jedismock.operations.transactions.Unwatch
 
execute() - Method in class com.github.fppt.jedismock.operations.transactions.Watch
 
executeOnly(int) - Static method in class com.github.fppt.jedismock.server.ServiceOptions
A special type of interceptor which mocks only given number of command invocation and then breaks the connection.
exists(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
exists(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
expectByte(InputStream, byte) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
ExpiringKeyValueStorage - Class in com.github.fppt.jedismock.storage
 
ExpiringKeyValueStorage(Consumer<Slice>) - Constructor for class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
extract() - Method in class com.github.fppt.jedismock.datastructures.Slice
 

G

getAsSlice() - Method in interface com.github.fppt.jedismock.datastructures.RMDataStructure
 
getAsSlice() - Method in class com.github.fppt.jedismock.datastructures.RMString
 
getAsSlice() - Method in class com.github.fppt.jedismock.datastructures.StringCompatible
 
getBindPort() - Method in class com.github.fppt.jedismock.RedisServer
 
getBit(int) - Method in class com.github.fppt.jedismock.datastructures.RMBitMap
 
getBitMap(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getBound() - Method in class com.github.fppt.jedismock.datastructures.ZSetEntryBound
 
getChannels() - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getCommandInterceptor() - Method in class com.github.fppt.jedismock.server.ServiceOptions
 
getEncoding() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
getFieldsAndValues(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getHash(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getHLL(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getHost() - Method in class com.github.fppt.jedismock.RedisServer
 
getList(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getListFromBaseOrCreateEmpty(Slice) - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
getMatchingValues(String, long, long) - Method in class com.github.fppt.jedismock.operations.hashes.HScan
 
getMatchingValues(String, long, long) - Method in class com.github.fppt.jedismock.operations.keys.Scan
 
getMeta() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
getNumpat() - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getPsubscribers(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getPSubscriptions(RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getRMString(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getScore() - Method in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
getScore(Slice) - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
getServer() - Method in class com.github.fppt.jedismock.server.RedisService
 
getSet(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getSetFromBaseOrCreateEmpty(Slice) - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
getSize() - Method in class com.github.fppt.jedismock.datastructures.RMBitMap
 
getSlice(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getSlice(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getStoredData() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
getStoredData() - Method in class com.github.fppt.jedismock.datastructures.RMHyperLogLog
 
getStoredData() - Method in class com.github.fppt.jedismock.datastructures.RMList
 
getStoredData() - Method in class com.github.fppt.jedismock.datastructures.RMSet
 
getStoredData() - Method in class com.github.fppt.jedismock.datastructures.RMString
 
getStoredDataAsString() - Method in class com.github.fppt.jedismock.datastructures.RMString
 
getSubscribers(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getSubscriptions(RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getTTL(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
getTTL(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getTypeName() - Method in interface com.github.fppt.jedismock.datastructures.RMDataStructure
 
getTypeName() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
getTypeName() - Method in class com.github.fppt.jedismock.datastructures.RMList
 
getTypeName() - Method in class com.github.fppt.jedismock.datastructures.RMSet
 
getTypeName() - Method in class com.github.fppt.jedismock.datastructures.RMString
 
getTypeName() - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
getTypeName() - Method in class com.github.fppt.jedismock.datastructures.StringCompatible
 
getValue() - Method in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
getValue(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
getValue(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getZSet(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getZSetFromBaseOrCreateEmpty(Slice) - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 

H

hashCode() - Method in class com.github.fppt.jedismock.commands.RedisCommand
 
hashCode() - Method in class com.github.fppt.jedismock.datastructures.Slice
 
hashCode() - Method in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
Hello - Class in com.github.fppt.jedismock.operations.connection
 
Hello() - Constructor for class com.github.fppt.jedismock.operations.connection.Hello
 
HExists - Class in com.github.fppt.jedismock.operations.hashes
 
HGetAll - Class in com.github.fppt.jedismock.operations.hashes
 
HGetAll(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HGetAll
 
HKeys - Class in com.github.fppt.jedismock.operations.hashes
 
HKeys(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HKeys
 
HLen - Class in com.github.fppt.jedismock.operations.hashes
 
HLen(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HLen
 
HMGet - Class in com.github.fppt.jedismock.operations.hashes
 
HMGet(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HMGet
 
HMSet - Class in com.github.fppt.jedismock.operations.hashes
 
HMSet(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HMSet
 
HScan - Class in com.github.fppt.jedismock.operations.hashes
 
HStrlen - Class in com.github.fppt.jedismock.operations.hashes
 
HStrlen(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HStrlen
 
HVals - Class in com.github.fppt.jedismock.operations.hashes
 
HVals(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.hashes.HVals
 

I

initialize() - Static method in class com.github.fppt.jedismock.operations.CommandFactory
 
integer(long) - Static method in class com.github.fppt.jedismock.server.Response
 
isEmpty() - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
isInclusive() - Method in class com.github.fppt.jedismock.datastructures.ZSetEntryBound
 
isTransactionModeOn() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
isValid() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 

K

keys() - Method in class com.github.fppt.jedismock.storage.RedisBase
 

L

length() - Method in class com.github.fppt.jedismock.datastructures.Slice
 
lock() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 

M

MAX_SCORE - Static variable in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
MAX_VALUE - Static variable in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
MIN_SCORE - Static variable in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
MIN_VALUE - Static variable in class com.github.fppt.jedismock.datastructures.ZSetEntry
 
MINUS_INF - Static variable in class com.github.fppt.jedismock.datastructures.ZSetEntryBound
 
MockExecutor - Class in com.github.fppt.jedismock.operations.server
 
MockExecutor() - Constructor for class com.github.fppt.jedismock.operations.server.MockExecutor
 
MSetNX - Class in com.github.fppt.jedismock.operations.strings
 
MSetNX(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.strings.MSetNX
 
Multi - Class in com.github.fppt.jedismock.operations.transactions
 

N

newRedisServer() - Static method in class com.github.fppt.jedismock.RedisServer
 
newRedisServer(int) - Static method in class com.github.fppt.jedismock.RedisServer
 
newRedisServer(int, InetAddress) - Static method in class com.github.fppt.jedismock.RedisServer
 
newTransaction() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
NULL - Static variable in class com.github.fppt.jedismock.server.Response
 

O

OK - Static variable in class com.github.fppt.jedismock.server.Response
 
OperationExecutorState - Class in com.github.fppt.jedismock.storage
 
OperationExecutorState(RedisClient, Map<Integer, RedisBase>) - Constructor for class com.github.fppt.jedismock.storage.OperationExecutorState
 
owner() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 

P

parameters() - Method in class com.github.fppt.jedismock.commands.RedisCommand
 
params() - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
parse(InputStream) - Static method in class com.github.fppt.jedismock.commands.RedisCommandParser
 
parse(String) - Static method in class com.github.fppt.jedismock.commands.RedisCommandParser
 
ParseErrorException - Exception in com.github.fppt.jedismock.exception
Created by Xiaolu on 2015/4/20.
ParseErrorException() - Constructor for exception com.github.fppt.jedismock.exception.ParseErrorException
 
PLUS_INF - Static variable in class com.github.fppt.jedismock.datastructures.ZSetEntryBound
 
proceed(OperationExecutorState, String, List<Slice>) - Static method in class com.github.fppt.jedismock.operations.server.MockExecutor
Proceed with execution, mocking the Redis behaviour.
PSubscribe - Class in com.github.fppt.jedismock.operations.pubsub
 
PSubscribe(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.pubsub.PSubscribe
 
psubscribedToChannel(List<Slice>) - Static method in class com.github.fppt.jedismock.server.Response
 
publishedMessage(Slice, Slice) - Static method in class com.github.fppt.jedismock.server.Response
 
publishedPMessage(Slice, Slice, Slice) - Static method in class com.github.fppt.jedismock.server.Response
 
PubSub - Class in com.github.fppt.jedismock.operations.pubsub
 
punsubscribe(Slice, int) - Static method in class com.github.fppt.jedismock.server.Response
 
PUnsubscribe - Class in com.github.fppt.jedismock.operations.pubsub
 
PUnsubscribe(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.pubsub.PUnsubscribe
 
put(Slice, double) - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
put(Slice, RMDataStructure, Long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
put(Slice, Slice) - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
put(Slice, Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
put(Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
putSlice(Slice, Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putSlice(Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValue(Slice, RMDataStructure) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValue(Slice, RMDataStructure, Long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValueWithoutClearingTtl(Slice, RMDataStructure) - Method in class com.github.fppt.jedismock.storage.RedisBase
 

Q

Quit - Class in com.github.fppt.jedismock.operations.connection
 
Quit(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.operations.connection.Quit
 

R

raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMBitMap
 
raiseTypeCastException() - Method in interface com.github.fppt.jedismock.datastructures.RMDataStructure
 
raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMHyperLogLog
 
raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMList
 
raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMSet
 
raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMString
 
raiseTypeCastException() - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
RedisBase - Class in com.github.fppt.jedismock.storage
Created by Xiaolu on 2015/4/20.
RedisBase() - Constructor for class com.github.fppt.jedismock.storage.RedisBase
 
RedisClient - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/18.
RedisCommand - Class in com.github.fppt.jedismock.commands
 
RedisCommand - Annotation Interface in com.github.fppt.jedismock.operations
 
RedisCommandInterceptor - Interface in com.github.fppt.jedismock.server
 
RedisCommandParser - Class in com.github.fppt.jedismock.commands
Created by Xiaolu on 2015/4/20.
RedisCommandParser() - Constructor for class com.github.fppt.jedismock.commands.RedisCommandParser
 
RedisOperation - Interface in com.github.fppt.jedismock.operations
Represents a Redis Operation which can be executed against RedisBase
RedisOperationExecutor - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/20.
RedisOperationExecutor(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.server.RedisOperationExecutor
 
RedisServer - Class in com.github.fppt.jedismock
Created by Xiaolu on 2015/4/18.
RedisServer() - Constructor for class com.github.fppt.jedismock.RedisServer
 
RedisServer(int) - Constructor for class com.github.fppt.jedismock.RedisServer
 
RedisServer(int, InetAddress) - Constructor for class com.github.fppt.jedismock.RedisServer
 
RedisService - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/21.
RedisService(int, InetAddress, Map<Integer, RedisBase>, ServiceOptions) - Constructor for class com.github.fppt.jedismock.server.RedisService
 
remove(Slice) - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
removePSubscriber(Slice, RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
removeSubscriber(Slice, RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
response() - Method in class com.github.fppt.jedismock.operations.AbstractRedisOperation
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HExists
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HGetAll
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HKeys
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HLen
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HMGet
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HMSet
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HStrlen
 
response() - Method in class com.github.fppt.jedismock.operations.hashes.HVals
 
response() - Method in class com.github.fppt.jedismock.operations.keys.Unlink
 
response() - Method in class com.github.fppt.jedismock.operations.keys.Scan
 
response() - Method in class com.github.fppt.jedismock.operations.pubsub.PSubscribe
 
response() - Method in class com.github.fppt.jedismock.operations.pubsub.PubSub
 
response() - Method in class com.github.fppt.jedismock.operations.pubsub.PUnsubscribe
 
response() - Method in class com.github.fppt.jedismock.operations.pubsub.Subscribe
 
response() - Method in class com.github.fppt.jedismock.operations.pubsub.Unsubscribe
 
response() - Method in class com.github.fppt.jedismock.operations.server.Time
 
response() - Method in class com.github.fppt.jedismock.operations.sets.SIsMember
 
response() - Method in class com.github.fppt.jedismock.operations.sortedsets.ZCount
 
response() - Method in class com.github.fppt.jedismock.operations.sortedsets.ZRangeByScore
 
response() - Method in class com.github.fppt.jedismock.operations.sortedsets.ZRemRangeByScore
 
response() - Method in class com.github.fppt.jedismock.operations.sortedsets.ZRevRangeByScore
 
response() - Method in class com.github.fppt.jedismock.operations.strings.MSetNX
 
response() - Method in class com.github.fppt.jedismock.operations.strings.SetRange
 
Response - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/20.
RMBitMap - Class in com.github.fppt.jedismock.datastructures
 
RMBitMap() - Constructor for class com.github.fppt.jedismock.datastructures.RMBitMap
 
RMBitMap(byte[]) - Constructor for class com.github.fppt.jedismock.datastructures.RMBitMap
 
RMBitMap(int, BitSet) - Constructor for class com.github.fppt.jedismock.datastructures.RMBitMap
 
RMDataStructure - Interface in com.github.fppt.jedismock.datastructures
 
RMHash - Class in com.github.fppt.jedismock.datastructures
 
RMHash() - Constructor for class com.github.fppt.jedismock.datastructures.RMHash
 
RMHyperLogLog - Class in com.github.fppt.jedismock.datastructures
 
RMHyperLogLog() - Constructor for class com.github.fppt.jedismock.datastructures.RMHyperLogLog
 
RMList - Class in com.github.fppt.jedismock.datastructures
 
RMList() - Constructor for class com.github.fppt.jedismock.datastructures.RMList
 
RMSet - Class in com.github.fppt.jedismock.datastructures
 
RMSet() - Constructor for class com.github.fppt.jedismock.datastructures.RMSet
 
RMSet(Set<Slice>) - Constructor for class com.github.fppt.jedismock.datastructures.RMSet
 
RMString - Class in com.github.fppt.jedismock.datastructures
 
RMString() - Constructor for class com.github.fppt.jedismock.datastructures.RMString
 
RMString(byte[]) - Constructor for class com.github.fppt.jedismock.datastructures.RMString
 
RMZSet - Class in com.github.fppt.jedismock.datastructures
 
RMZSet() - Constructor for class com.github.fppt.jedismock.datastructures.RMZSet
 
run() - Method in class com.github.fppt.jedismock.server.RedisClient
 

S

Scan - Class in com.github.fppt.jedismock.operations.keys
 
Scan(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.keys.Scan
 
Select - Class in com.github.fppt.jedismock.operations.connection
 
Select(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.connection.Select
 
sendResponse(Slice, String) - Method in class com.github.fppt.jedismock.server.RedisClient
Send a response due to a specific command.
ServiceOptions - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/22.
setBit(byte, int) - Method in class com.github.fppt.jedismock.datastructures.RMBitMap
 
setDeadline(Slice, long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
setDeadline(Slice, long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
setOptions(ServiceOptions) - Method in class com.github.fppt.jedismock.RedisServer
 
SetRange - Class in com.github.fppt.jedismock.operations.strings
 
SetRange(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.strings.SetRange
 
setTTL(Slice, long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
setTTL(Slice, long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
SIsMember - Class in com.github.fppt.jedismock.operations.sets
 
size - Variable in class com.github.fppt.jedismock.operations.keys.Scan
 
size() - Method in class com.github.fppt.jedismock.datastructures.RMHyperLogLog
 
size() - Method in class com.github.fppt.jedismock.datastructures.RMString
 
size() - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 
SKIP - Static variable in class com.github.fppt.jedismock.server.Response
 
Slice - Class in com.github.fppt.jedismock.datastructures
 
SliceParser - Class in com.github.fppt.jedismock.server
 
SliceParser() - Constructor for class com.github.fppt.jedismock.server.SliceParser
 
start() - Method in class com.github.fppt.jedismock.RedisServer
 
stop() - Method in class com.github.fppt.jedismock.RedisServer
 
stop() - Method in class com.github.fppt.jedismock.server.RedisService
 
StringCompatible - Class in com.github.fppt.jedismock.datastructures
 
StringCompatible() - Constructor for class com.github.fppt.jedismock.datastructures.StringCompatible
 
Subscribe - Class in com.github.fppt.jedismock.operations.pubsub
 
Subscribe(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.pubsub.Subscribe
 
subscribeByPattern(Slice, RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
subscribedToChannel(List<Slice>) - Static method in class com.github.fppt.jedismock.server.Response
 
subset(ZSetEntryBound, ZSetEntryBound) - Method in class com.github.fppt.jedismock.datastructures.RMZSet
 

T

Time - Class in com.github.fppt.jedismock.operations.server
 
toString() - Method in class com.github.fppt.jedismock.commands.RedisCommand
 
toString() - Method in class com.github.fppt.jedismock.datastructures.Slice
 
transactional() - Element in annotation interface com.github.fppt.jedismock.operations.RedisCommand
 
transactionMode(boolean) - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
ttls() - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
tx() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
type(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
type(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 

U

Unlink - Class in com.github.fppt.jedismock.operations.keys
 
unsubscribe(Slice, int) - Static method in class com.github.fppt.jedismock.server.Response
 
Unsubscribe - Class in com.github.fppt.jedismock.operations.pubsub
 
Unsubscribe(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.pubsub.Unsubscribe
 
unwatch() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
Unwatch - Class in com.github.fppt.jedismock.operations.transactions
 
unwatchSingleKey(OperationExecutorState, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
upgradeEncoding() - Method in class com.github.fppt.jedismock.datastructures.RMHash
 
Utils - Class in com.github.fppt.jedismock
Created by Xiaolu on 2015/4/21.
Utils() - Constructor for class com.github.fppt.jedismock.Utils
 

V

value() - Element in annotation interface com.github.fppt.jedismock.operations.RedisCommand
 
values() - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 

W

watch(OperationExecutorState, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
watch(List<Slice>) - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
Watch - Class in com.github.fppt.jedismock.operations.transactions
 
watchedKeyIsAffected() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
watchedKeys - Variable in class com.github.fppt.jedismock.storage.OperationExecutorState
 
withInterceptor(RedisCommandInterceptor) - Static method in class com.github.fppt.jedismock.server.ServiceOptions
Set interceptor which handles all the operations sent to JedisMock and can be used for overriding the standard behaviour.
WrongValueTypeException - Exception in com.github.fppt.jedismock.exception
Created by Xiaolu on 2015/4/22.
WrongValueTypeException(String) - Constructor for exception com.github.fppt.jedismock.exception.WrongValueTypeException
 

Z

ZCount - Class in com.github.fppt.jedismock.operations.sortedsets
 
ZCount(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.sortedsets.ZCount
 
ZRangeByScore - Class in com.github.fppt.jedismock.operations.sortedsets
 
ZRangeByScore(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.sortedsets.ZRangeByScore
 
ZRemRangeByScore - Class in com.github.fppt.jedismock.operations.sortedsets
 
ZRevRangeByScore - Class in com.github.fppt.jedismock.operations.sortedsets
 
ZSetEntry - Class in com.github.fppt.jedismock.datastructures
 
ZSetEntryBound - Class in com.github.fppt.jedismock.datastructures
 
ZSetEntryBound(double, Slice, boolean) - Constructor for class com.github.fppt.jedismock.datastructures.ZSetEntryBound
 
ZSetEntryBound(ZSetEntry, boolean) - Constructor for class com.github.fppt.jedismock.datastructures.ZSetEntryBound
 
A B C D E G H I K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form