Class SingleSplitSourceUtils

java.lang.Object
com.here.platform.data.client.flink.impl.SingleSplitSourceUtils

public class SingleSplitSourceUtils extends Object
Shared FLIP-27 Source utilities for bounded (one-shot) sources.

These are used by QueryApiSource, QueryApiPartsSource, AdminApiSource and similar bounded sources that produce a finite set of elements from a single logical split.

  • Constructor Details

    • SingleSplitSourceUtils

      public SingleSplitSourceUtils()
  • Method Details