public class NetricsSearchResponse
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFilterOutputNames()
The names of the search filters corresponding to the sizes returned by getFilterOutputSizes.
|
int[] |
getFilterOutputSizes()
The output sizes of each search filter step.
|
java.lang.String[] |
getFilterTimeNames()
The names of the search filters corresponding to the times returned by getFilterTimes.
|
double[] |
getFilterTimes()
The amount of time spent in each search filter.
|
NetricsSearchResult[] |
getSearchResults()
The records returned by the search.
|
float |
getSearchTime()
The amount of time is took to perform the search.
|
java.lang.String |
toString()
Unformatted raw response data received from the server.
|
public java.lang.String toString()
toString
in class java.lang.Object
public float getSearchTime()
public double[] getFilterTimes()
public java.lang.String[] getFilterTimeNames()
public int[] getFilterOutputSizes()
public java.lang.String[] getFilterOutputNames()
public NetricsSearchResult[] getSearchResults()