Package

com.ryft.spark.connector.partitioner

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. class ArrestPartitioner extends RyftPartitioner

    Permalink

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

  2. class FirstLetterPartitioner extends RyftPartitioner

    Permalink

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

  3. class NoPartitioner extends RyftPartitioner

    Permalink

    No partitioning rules applied.

  4. class SimplePartitioner extends RyftPartitioner

    Permalink

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

Ungrouped