Class HandlesSplits.SplitResult

  • Enclosing interface:
    HandlesSplits

    public abstract static class HandlesSplits.SplitResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SplitResult()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.BundleApplication> getPrimaryRoots()  
      abstract java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.DelayedBundleApplication> getResidualRoots()  
      static HandlesSplits.SplitResult of​(java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.BundleApplication> primaryRoots, java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.DelayedBundleApplication> residualRoots)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SplitResult

        public SplitResult()
    • Method Detail

      • of

        public static HandlesSplits.SplitResult of​(java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.BundleApplication> primaryRoots,
                                                   java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.DelayedBundleApplication> residualRoots)
      • getPrimaryRoots

        public abstract java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.BundleApplication> getPrimaryRoots()
      • getResidualRoots

        public abstract java.util.List<org.apache.beam.model.fnexecution.v1.BeamFnApi.DelayedBundleApplication> getResidualRoots()