JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.airlift.discovery.store
Interface BatchProcessor.BatchHandler<T>
Enclosing class:
BatchProcessor
<
T
>
public static interface
BatchProcessor.BatchHandler<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
processBatch
(
Collection
<
T
> entries)
Method Details
processBatch
void
processBatch
(
Collection
<
T
> entries)