public class ResultTypeInfo extends Object
Constructor and Description |
---|
ResultTypeInfo(RedisCommandInfo.ResultType presultType,
ResultTypeInfo[] pmbResultTypes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResultTypeInfo[] |
getMbResultTypes()
Gets Individual Result Types in case Result Type is MULTIBULK.
|
RedisCommandInfo.ResultType |
getResultType()
Gets Result Type.
|
public ResultTypeInfo(RedisCommandInfo.ResultType presultType, ResultTypeInfo[] pmbResultTypes)
presultType
- Result TypepmbResultTypes
- Individual Result Types in case result is of Type MULTIBULK. Should be NULL otherwise.public RedisCommandInfo.ResultType getResultType()
public ResultTypeInfo[] getMbResultTypes()
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.