A Factory class which, for each unique partitionKey, creates a trio including a ThresholdBatcher,
BatchExecutor, and ThresholdBatchingForwarder. The ThresholdBatchingForwarder pulls items from
the ThresholdBatcher and forwards them to the BatchExecutor for processing.
This is public only for technical reasons, for advanced usage.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eBatcherFactory\u003c/code\u003e is 2.63.1, and it has a history of versions dating back to 2.7.1, all documented with links to their respective API pages.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatcherFactory\u003c/code\u003e is a class that creates a trio of \u003ccode\u003eThresholdBatcher\u003c/code\u003e, \u003ccode\u003eBatchExecutor\u003c/code\u003e, and \u003ccode\u003eThresholdBatchingForwarder\u003c/code\u003e for each unique partition key, where the forwarder pulls items from the batcher and forwards them to the executor.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatcherFactory\u003c/code\u003e class, for advanced use, inherits members from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, including \u003ccode\u003eclone\u003c/code\u003e, \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003efinalize\u003c/code\u003e, and others, with links provided to the Oracle documentation for each inherited method.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatcherFactory\u003c/code\u003e has a constructor that takes parameters such as \u003ccode\u003ebatchingDescriptor\u003c/code\u003e, \u003ccode\u003ebatchingSettings\u003c/code\u003e, \u003ccode\u003eexecutor\u003c/code\u003e, and \u003ccode\u003eflowController\u003c/code\u003e, each of which are described in detail.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatcherFactory\u003c/code\u003e includes methods like \u003ccode\u003egetBatchingSettings()\u003c/code\u003e to return the associated \u003ccode\u003eBatchingSettings\u003c/code\u003e object, and \u003ccode\u003egetPushingBatcher(PartitionKey partitionKey)\u003c/code\u003e to provide or construct a \u003ccode\u003eThresholdBatcher\u003c/code\u003e for a given partition key.\u003c/p\u003e\n"]]],[],null,[]]