Classes named "Bound" are used throughout the sdk to describe builders that are specified enough to be applied. It indicates that the required parameters have been bound. It is not related to whether the output PCollection is bounded or unbounded.
On Thu, Feb 18, 2016, 7:42 AM bakey pan <[email protected]> wrote: > Hi,all: > I notice that in in the PubSubIO class, there only exist one Bound > static class inherit from PTransform. > But actually in the apply method of Bound,whether return a bounded or > unbounded PCollection is depend on the variables maxNumRecords and > maxReadTime.So why not name this class "MixBound" or else. > I think that is a little bit confuse name it "Bound" but actually it > can be unbouned data stream > > -- > Best Regards > BakeyPan >
