public class FlowCacheQueryResp
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| boolean | hasSentSet to true if the response has been sent to handler | 
| boolean | moreFlagSet to true if more flows could be returned for this query in
 additional callbacks. | 
| java.util.ArrayList<QRFlowCacheObj> | qrFlowCacheObjListThe flow list. | 
| FCQueryObj | queryObjquery object provided by the caller, returned unchanged. | 
| Constructor and Description | 
|---|
| FlowCacheQueryResp(FCQueryObj query)Instantiates a new big flow cache query response. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
public FCQueryObj queryObj
public boolean moreFlag
public boolean hasSent
public java.util.ArrayList<QRFlowCacheObj> qrFlowCacheObjList
public FlowCacheQueryResp(FCQueryObj query)
query - the flow cache query object as given by the caller of
 flow cache submit query API.