com.lordofthejars.nosqlunit.redis.parser
Class DataReader

java.lang.Object
  extended by com.lordofthejars.nosqlunit.redis.parser.DataReader

public class DataReader
extends Object


Field Summary
static String DATA_TOKEN
           
static String EXPIRE_AT_SEC_TOKEN
           
static String EXPIRE_SEC_TOKEN
           
static String FIELD_TOKEN
           
static String HASH_TOKEN
           
static String KEY_TOKEN
           
static String LIST_TOKEN
           
static String SCORE_TOKEN
           
static String SET_TOKEN
           
static String SIMPLE_TOKEN
           
static String SORTSET_TOKEN
           
static String VALUE_TOKEN
           
static String VALUES_TOKEN
           
 
Constructor Summary
DataReader(redis.clients.jedis.Jedis jedis)
           
 
Method Summary
 void read(InputStream data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DataReader

public DataReader(redis.clients.jedis.Jedis jedis)
Method Detail

read

public void read(InputStream data)


Copyright © 2012. All Rights Reserved.