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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getPartitions

      Set<P> getPartitions()