Class StaticTaskPartitionsDefinition

  • All Implemented Interfaces:
    TaskPartitionsDefinition

    public class StaticTaskPartitionsDefinition
    extends Object
    implements TaskPartitionsDefinition
    Task partitions definition based on statically configured values. More restricted but easier to use. However, it is extensible by subclassing - in that way, some values can be provided statically while others on-demand.
    Author:
    mederly