com.lordofthejars.nosqlunit.redis.parser
Class DataReader
java.lang.Object
com.lordofthejars.nosqlunit.redis.parser.DataReader
public class DataReader
- extends Object
|
Constructor Summary |
DataReader(redis.clients.jedis.Jedis jedis)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCORE_TOKEN
public static final String SCORE_TOKEN
- See Also:
- Constant Field Values
SORTSET_TOKEN
public static final String SORTSET_TOKEN
- See Also:
- Constant Field Values
VALUES_TOKEN
public static final String VALUES_TOKEN
- See Also:
- Constant Field Values
LIST_TOKEN
public static final String LIST_TOKEN
- See Also:
- Constant Field Values
VALUE_TOKEN
public static final String VALUE_TOKEN
- See Also:
- Constant Field Values
KEY_TOKEN
public static final String KEY_TOKEN
- See Also:
- Constant Field Values
SIMPLE_TOKEN
public static final String SIMPLE_TOKEN
- See Also:
- Constant Field Values
DATA_TOKEN
public static final String DATA_TOKEN
- See Also:
- Constant Field Values
HASH_TOKEN
public static final String HASH_TOKEN
- See Also:
- Constant Field Values
FIELD_TOKEN
public static final String FIELD_TOKEN
- See Also:
- Constant Field Values
EXPIRE_SEC_TOKEN
public static final String EXPIRE_SEC_TOKEN
- See Also:
- Constant Field Values
EXPIRE_AT_SEC_TOKEN
public static final String EXPIRE_AT_SEC_TOKEN
- See Also:
- Constant Field Values
SET_TOKEN
public static final String SET_TOKEN
- See Also:
- Constant Field Values
DataReader
public DataReader(redis.clients.jedis.Jedis jedis)
read
public void read(InputStream data)
Copyright © 2012. All Rights Reserved.