Class FindChildrenStreamEndPlugin
java.lang.Object
org.codice.alliance.video.stream.mpegts.plugins.FindChildrenStreamEndPlugin
- All Implemented Interfaces:
StreamEndPlugin
Find the children of the parent metacard and process the children in batches. The children will
be processed in the order in which they were originally created. If an exception occurs during
when a batch is being retrieved from the CatalogFramework or from a batch handler, then the
FindChildrenStreamEndPlugin.Handler.end(Context, Metacard) will not be called.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFactory for buildingFindChildrenStreamEndPlugin.Handlerstatic interfaceHandle the children. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionFindChildrenStreamEndPlugin(ddf.catalog.filter.FilterBuilder filterBuilder, FindChildrenStreamEndPlugin.Factory factory) -
Method Summary
-
Field Details
-
MAX_SUBSEQUENT_ERROR_COUNT
public static final int MAX_SUBSEQUENT_ERROR_COUNT- See Also:
-
BATCH_SIZE
public static final int BATCH_SIZE- See Also:
-
-
Constructor Details
-
FindChildrenStreamEndPlugin
public FindChildrenStreamEndPlugin(ddf.catalog.filter.FilterBuilder filterBuilder, FindChildrenStreamEndPlugin.Factory factory)
-
-
Method Details
-
getFactory
-
streamEnded
- Specified by:
streamEndedin interfaceStreamEndPlugin
-