public class BackendRequest<T extends io.searchbox.client.JestResult> extends Object
| Constructor and Description |
|---|
BackendRequest(io.searchbox.action.Action<T> action,
LuceneWork luceneWork,
int... ignoredErrorStatuses) |
| Modifier and Type | Method and Description |
|---|---|
io.searchbox.action.Action<T> |
getAction() |
Set<Integer> |
getIgnoredErrorStatuses() |
LuceneWork |
getLuceneWork()
Returns the original Lucene work from which this request was derived.
|
String |
toString() |
public BackendRequest(io.searchbox.action.Action<T> action, LuceneWork luceneWork, int... ignoredErrorStatuses)
public LuceneWork getLuceneWork()
public io.searchbox.action.Action<T> getAction()
Copyright © 2006–2016 Hibernate. All rights reserved.