
io.searchbox.action.BulkableAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jest-common Show documentation
Show all versions of jest-common Show documentation
ElasticSearch Java REST client - shared library package
package io.searchbox.action;
import io.searchbox.client.JestResult;
import java.util.Collection;
/**
* Represents an Action that can be included in a Bulk request.
*
* @author cihat keser
*/
public interface BulkableAction extends DocumentTargetedAction {
String getBulkMethodName();
Collection
© 2015 - 2025 Weber Informatics LLC | Privacy Policy