Class BulkWrapper

  • All Implemented Interfaces:
    io.searchbox.action.Action<io.searchbox.core.BulkResult>

    public class BulkWrapper
    extends io.searchbox.core.Bulk
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.searchbox.core.Bulk

        io.searchbox.core.Bulk.Builder
    • Field Summary

      • Fields inherited from class io.searchbox.core.Bulk

        bulkableActions
      • Fields inherited from class io.searchbox.action.AbstractAction

        CHARSET, indexName, nodes, payload, typeName
    • 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
      List<io.searchbox.action.BulkableAction> getActions()  
      boolean isEmpty()  
      int size()  
      • Methods inherited from class io.searchbox.core.Bulk

        buildURI, createNewElasticSearchResult, createNewElasticSearchResult, getData, getPathToResult, getRestMethodName
      • Methods inherited from class io.searchbox.action.AbstractAction

        buildQueryString, equals, getHeader, getHeaders, getIdFromSource, getParameter, getURI, hashCode, isHttpSuccessful, parseResponseBody, setURI, toString
    • Constructor Detail

      • BulkWrapper

        public BulkWrapper​(io.searchbox.core.Bulk.Builder builder)
    • Method Detail

      • getActions

        public List<io.searchbox.action.BulkableAction> getActions()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()