Uses of Class
cz.o2.proxima.beam.direct.io.DirectUnboundedSource
-
Packages that use DirectUnboundedSource Package Description cz.o2.proxima.beam.direct.io -
-
Uses of DirectUnboundedSource in cz.o2.proxima.beam.direct.io
Fields in cz.o2.proxima.beam.direct.io declared as DirectUnboundedSource Modifier and Type Field Description private DirectUnboundedSourceBeamCommitLogReader.UnboundedCommitLogReader. sourceMethods in cz.o2.proxima.beam.direct.io that return DirectUnboundedSource Modifier and Type Method Description DirectUnboundedSourceBeamCommitLogReader.UnboundedCommitLogReader. getCurrentSource()(package private) static DirectUnboundedSourceDirectUnboundedSource. of(RepositoryFactory factory, java.lang.String name, CommitLogReader reader, Position position, boolean eventTime, long limit)Methods in cz.o2.proxima.beam.direct.io with parameters of type DirectUnboundedSource Modifier and Type Method Description (package private) static BeamCommitLogReader.UnboundedCommitLogReaderBeamCommitLogReader. unbounded(DirectUnboundedSource source, java.lang.String name, CommitLogReader reader, Position position, boolean eventTime, long limit, Partition partition, Offset offset)Constructors in cz.o2.proxima.beam.direct.io with parameters of type DirectUnboundedSource Constructor Description UnboundedCommitLogReader(java.lang.String name, DirectUnboundedSource source, CommitLogReader reader, Position position, boolean eventTime, long limit, Partition partition, Offset offset)
-