See: Description
Class | Description |
---|---|
CompletionPolicySupport |
Very simple base class for
CompletionPolicy implementations. |
CompositeCompletionPolicy |
Composite policy that loops through a list of delegate policies and answers
calls by a consensus.
|
CountingCompletionPolicy |
Abstract base class for policies that need to count the number of occurrences
of some event (e.g.
|
DefaultResultCompletionPolicy |
Very simple
CompletionPolicy that bases its decision on the result of
a batch operation. |
SimpleCompletionPolicy |
Policy for terminating a batch after a fixed number of operations.
|
TimeoutTerminationPolicy |
Termination policy that times out after a fixed period.
|
Infrastructure implementations of repeat policy concerns.