Interface PCollectionView<T>

    • Method Detail

      • getTagInternal

        @Deprecated
        @Internal
        TupleTag<?> getTagInternal()
        Deprecated.
        this method will be removed entirely. The PCollection underlying a side input, is part of the side input's specification with a ParDo transform, which will obtain that information via a package-private channel.
        For internal use only.
      • getViewFn

        @Deprecated
        @Internal
        ViewFn<?,​T> getViewFn()
        Deprecated.
        this method will be removed entirely. The ViewFn for a side input is an attribute of the side input's specification with a ParDo transform, which will obtain this specification via a package-private channel.
        For internal use only.
      • getWindowingStrategyInternal

        @Deprecated
        @Internal
        WindowingStrategy<?,​?> getWindowingStrategyInternal()
        Deprecated.
        this method will be removed entirely. The PCollection underlying a side input, including its WindowingStrategy, is part of the side input's specification with a ParDo transform, which will obtain that information via a package-private channel.
        For internal use only.
      • getCoderInternal

        @Deprecated
        @Internal
        Coder<?> getCoderInternal()
        Deprecated.
        this method will be removed entirely. The PCollection underlying a side input, including its Coder, is part of the side input's specification with a ParDo transform, which will obtain that information via a package-private channel.
        For internal use only.