Interface FindChildrenStreamEndPlugin.Handler
- All Known Implementing Classes:
UpdateParent
- Enclosing class:
- FindChildrenStreamEndPlugin
public static interface FindChildrenStreamEndPlugin.Handler
Handle the children.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis is called after all the batches have been passed tohandle(Context, Metacard, List).voidHandle each batch of child metacards.
-
Method Details
-
handle
void handle(Context context, ddf.catalog.data.Metacard parent, List<ddf.catalog.data.Metacard> children) Handle each batch of child metacards.- Parameters:
context- not-nullparent- the parent metacard, not-nullchildren- a batch of children, not-null, can be empty
-
end
This is called after all the batches have been passed tohandle(Context, Metacard, List).
-