Uses of Interface
org.graylog2.rest.bulk.BulkExecutor
Packages that use BulkExecutor
-
Uses of BulkExecutor in org.graylog2.rest.bulk
Classes in org.graylog2.rest.bulk that implement BulkExecutorModifier and TypeClassDescriptionclassSequentialBulkExecutor<T,C extends HasUser> Implementation ofBulkExecutorthat executes bulk operation on entities sequentially, one at a time, using providedSingleEntityOperationExecutor.