Class BulkWrapper
- java.lang.Object
-
- io.searchbox.action.AbstractAction<io.searchbox.core.BulkResult>
-
- io.searchbox.core.Bulk
-
- org.opennms.features.jest.client.bulk.BulkWrapper
-
- All Implemented Interfaces:
io.searchbox.action.Action<io.searchbox.core.BulkResult>
public class BulkWrapper extends io.searchbox.core.Bulk
-
-
Constructor Summary
Constructors Constructor Description BulkWrapper(io.searchbox.core.Bulk.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<io.searchbox.action.BulkableAction>
getActions()
boolean
isEmpty()
int
size()
-
Methods inherited from class io.searchbox.core.Bulk
buildURI, createNewElasticSearchResult, createNewElasticSearchResult, getData, getPathToResult, getRestMethodName
-
-