Package org.apache.beam.sdk.testing
Interface UsesPerKeyOrderInBundle
Category tag for validation tests which rely on a runner providing per-key ordering in between
transforms in the same ProcessBundleRequest. Tests tagged with
UsesPerKeyOrderInBundle
should be run for runners which support key-to-key ordering of elements within the same
ProcessBundleRequest.