Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Method and Description |
---|---|
RedisCommandInfo.ResultType |
RedisCommandInfo.getResultType()
Gets the Type of the Result.
|
RedisCommandInfo.ResultType |
RedisRawResponse.getResultType()
Gets the Result Type.
|
RedisCommandInfo.ResultType |
ResultTypeInfo.getResultType()
Gets Result Type.
|
static RedisCommandInfo.ResultType |
RedisCommandInfo.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisCommandInfo.ResultType[] |
RedisCommandInfo.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RedisRawResponse.setResultType(RedisCommandInfo.ResultType presultType)
Sets the result type.
|
Constructor and Description |
---|
ResultTypeInfo(RedisCommandInfo.ResultType presultType,
ResultTypeInfo[] pmbResultTypes)
Constructor.
|
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.