com.ryft.spark.connector.partitioner

impl

package impl

Visibility
  1. Public
  2. All

Type Members

  1. class ArrestPartitioner extends RyftPartitioner

    Example of partitioning rule by the value of the queried field.

  2. class FirstLetterPartitioner extends RyftPartitioner

    Example of partitioning rule by the first letter of the queried field.

  3. class NoPartitioner extends RyftPartitioner

    No partitioning rules applied.

  4. class SimplePartitioner extends RyftPartitioner

    Partitioning rule that will always select first REST API endpoint if multiple are provided.

Ungrouped