Class PercolateResponse
java.lang.Object
org.apache.storm.elasticsearch.response.PercolateResponse
Mapped response for percolate.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getTook()
long
getTotal()
void
setMatches
(List<PercolateResponse.Match> matches) void
setTook
(long took) void
setTotal
(long total)
-
Constructor Details
-
PercolateResponse
public PercolateResponse()
-
-
Method Details
-
getTook
public long getTook() -
setTook
public void setTook(long took) -
getTotal
public long getTotal() -
setTotal
public void setTotal(long total) -
getMatches
-
setMatches
-