Skip navigation links
A B C D E G H I K L N O P R S T U V W 

A

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
 
autoCloseOn() - Method in class com.github.fppt.jedismock.server.ServiceOptions
 

B

base() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 
buildMetaOperation(String, OperationExecutorState, List<Slice>) - Static method in class com.github.fppt.jedismock.operations.OperationFactory
 
buildTxOperation(RedisBase, String, List<Slice>) - Static method in class com.github.fppt.jedismock.operations.OperationFactory
 
bulkString(Slice) - Static method in class com.github.fppt.jedismock.server.Response
 

C

changeActiveRedisBase(int) - 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
 
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.exception - package com.github.fppt.jedismock.exception
 
com.github.fppt.jedismock.operations - package com.github.fppt.jedismock.operations
 
com.github.fppt.jedismock.server - package com.github.fppt.jedismock.server
 
com.github.fppt.jedismock.storage - package com.github.fppt.jedismock.storage
 
compareTo(Slice) - Method in class com.github.fppt.jedismock.server.Slice
 
consumeByte(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeCount(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeCount(byte[]) - 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(InputStream) - Static method in class com.github.fppt.jedismock.server.SliceParser
 
consumeParameter(byte[]) - 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(int) - Static method in class com.github.fppt.jedismock.server.ServiceOptions
 
create(byte[]) - Static method in class com.github.fppt.jedismock.server.Slice
 
create(String) - Static method in class com.github.fppt.jedismock.server.Slice
 
create() - Static method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
createRegexFromGlob(String) - Static method in class com.github.fppt.jedismock.Utils
 

D

data() - Method in class com.github.fppt.jedismock.server.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
 
deserializeObject(Slice) - Static method in class com.github.fppt.jedismock.Utils
 
doubleValue(double) - Static method in class com.github.fppt.jedismock.server.Response
 

E

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.server.Slice
 
error(String) - Static method in class com.github.fppt.jedismock.server.Response
 
execCommand(RedisCommand) - Method in class com.github.fppt.jedismock.server.RedisOperationExecutor
 
execute() - Method in interface com.github.fppt.jedismock.operations.RedisOperation
 
execute() - Method in class com.github.fppt.jedismock.operations.RO_auth
 
execute() - Method in class com.github.fppt.jedismock.operations.RO_exec
 
execute() - Method in class com.github.fppt.jedismock.operations.RO_multi
 
execute() - Method in class com.github.fppt.jedismock.operations.RO_quit
 
execute() - Method in class com.github.fppt.jedismock.operations.RO_select
 
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
Used to represent an expiring storage layer.
ExpiringKeyValueStorage() - Constructor for class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 

G

get(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
get(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
getBindPort() - Method in class com.github.fppt.jedismock.RedisServer
 
getFieldsAndValues(Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
getFieldsAndValues(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getHost() - Method in class com.github.fppt.jedismock.RedisServer
 
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, Slice) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
getTTL(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getValue(Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
getValue(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 

H

hashCode() - Method in class com.github.fppt.jedismock.server.Slice
 

I

integer(long) - Static method in class com.github.fppt.jedismock.server.Response
 
isTransactionModeOn() - 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.server.Slice
 

N

newRedisServer() - Static method in class com.github.fppt.jedismock.RedisServer
 
newRedisServer(int) - 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
 
OperationFactory - Class in com.github.fppt.jedismock.operations
 
OperationFactory() - Constructor for class com.github.fppt.jedismock.operations.OperationFactory
 
owner() - Method in class com.github.fppt.jedismock.storage.OperationExecutorState
 

P

parameters() - Method in class com.github.fppt.jedismock.commands.RedisCommand
 
parse(String) - Static method in class com.github.fppt.jedismock.commands.RedisCommandParser
 
parse(InputStream) - 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
 
publishedMessage(Slice, Slice) - Static method in class com.github.fppt.jedismock.server.Response
 
put(Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
put(Slice, Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
putValue(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValue(Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValue(Slice, Slice, Slice, Long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValueWithoutClearingTtl(Slice, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
putValueWithoutClearingTtl(Slice, Slice, Slice) - Method in class com.github.fppt.jedismock.storage.RedisBase
 

R

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() - Constructor for class com.github.fppt.jedismock.commands.RedisCommand
 
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
 
RedisService - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/21.
RedisService(ServerSocket, Map<Integer, RedisBase>, ServiceOptions) - Constructor for class com.github.fppt.jedismock.server.RedisService
 
removeSubscriber(Slice, RedisClient) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
reserved() - Static method in class com.github.fppt.jedismock.server.Slice
 
Response - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/20.
RO_auth - Class in com.github.fppt.jedismock.operations
 
RO_auth(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.operations.RO_auth
 
RO_exec - Class in com.github.fppt.jedismock.operations
 
RO_exec(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.operations.RO_exec
 
RO_hexists - Class in com.github.fppt.jedismock.operations
 
RO_hgetall - Class in com.github.fppt.jedismock.operations
 
RO_hgetall(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_hgetall
 
RO_hkeys - Class in com.github.fppt.jedismock.operations
 
RO_hkeys(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_hkeys
 
RO_hlen - Class in com.github.fppt.jedismock.operations
 
RO_hlen(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_hlen
 
RO_hmget - Class in com.github.fppt.jedismock.operations
 
RO_hmget(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_hmget
 
RO_hmset - Class in com.github.fppt.jedismock.operations
 
RO_hmset(RedisBase, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_hmset
 
RO_multi - Class in com.github.fppt.jedismock.operations
 
RO_quit - Class in com.github.fppt.jedismock.operations
 
RO_quit(OperationExecutorState) - Constructor for class com.github.fppt.jedismock.operations.RO_quit
 
RO_select - Class in com.github.fppt.jedismock.operations
 
RO_select(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_select
 
RO_subscribe - Class in com.github.fppt.jedismock.operations
 
RO_subscribe(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_subscribe
 
RO_time - Class in com.github.fppt.jedismock.operations
 
RO_unsubscribe - Class in com.github.fppt.jedismock.operations
 
RO_unsubscribe(OperationExecutorState, List<Slice>) - Constructor for class com.github.fppt.jedismock.operations.RO_unsubscribe
 
run() - Method in class com.github.fppt.jedismock.server.RedisClient
 
run() - Method in class com.github.fppt.jedismock.server.RedisService
 

S

sendResponse(Slice, String) - Method in class com.github.fppt.jedismock.server.RedisClient
Send a response due to a specific command.
serializeObject(Object) - Static method in class com.github.fppt.jedismock.Utils
 
ServiceOptions - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/22.
ServiceOptions() - Constructor for class com.github.fppt.jedismock.server.ServiceOptions
 
setDeadline(Slice, long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
setDeadline(Slice, 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
 
setTTL(Slice, long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
setTTL(Slice, Slice, long) - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 
setTTL(Slice, long) - Method in class com.github.fppt.jedismock.storage.RedisBase
 
SKIP - Static variable in class com.github.fppt.jedismock.server.Response
 
Slice - Class in com.github.fppt.jedismock.server
Created by Xiaolu on 2015/4/23.
Slice() - Constructor for class com.github.fppt.jedismock.server.Slice
 
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
 
subscribedToChannel(List<Slice>) - Static method in class com.github.fppt.jedismock.server.Response
 

T

toString() - Method in class com.github.fppt.jedismock.commands.RedisCommand
 
toString() - Method in class com.github.fppt.jedismock.server.Slice
 
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
 

U

unsubscribe(Slice, int) - Static method in class com.github.fppt.jedismock.server.Response
 
Utils - Class in com.github.fppt.jedismock
Created by Xiaolu on 2015/4/21.
Utils() - Constructor for class com.github.fppt.jedismock.Utils
 

V

values() - Method in class com.github.fppt.jedismock.storage.ExpiringKeyValueStorage
 

W

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
 
A B C D E G H I K L N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.