Interface Partition.Provider<P extends Partition>

  • Enclosing interface:
    Partition

    public static interface Partition.Provider<P extends Partition>
    Implementations provide a set of connector-specific partitions based on the connector task configuration.
    • Method Detail

      • getPartitions

        Set<P> getPartitions()