protected static class JmsIO.UnboundedJmsSource<T> extends org.apache.beam.sdk.io.UnboundedSource<T,JmsCheckpointMark>
| Constructor and Description |
|---|
UnboundedJmsSource(JmsIO.Read<T> spec) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.io.jms.JmsIO.UnboundedJmsReader<T> |
createReader(org.apache.beam.sdk.options.PipelineOptions options,
JmsCheckpointMark checkpointMark) |
org.apache.beam.sdk.coders.Coder<JmsCheckpointMark> |
getCheckpointMarkCoder() |
org.apache.beam.sdk.coders.Coder<T> |
getOutputCoder() |
java.util.List<JmsIO.UnboundedJmsSource<T>> |
split(int desiredNumSplits,
org.apache.beam.sdk.options.PipelineOptions options) |
public UnboundedJmsSource(JmsIO.Read<T> spec)
public java.util.List<JmsIO.UnboundedJmsSource<T>> split(int desiredNumSplits, org.apache.beam.sdk.options.PipelineOptions options) throws java.lang.Exception
split in class org.apache.beam.sdk.io.UnboundedSource<T,JmsCheckpointMark>java.lang.Exceptionpublic org.apache.beam.sdk.io.jms.JmsIO.UnboundedJmsReader<T> createReader(org.apache.beam.sdk.options.PipelineOptions options, JmsCheckpointMark checkpointMark)
createReader in class org.apache.beam.sdk.io.UnboundedSource<T,JmsCheckpointMark>public org.apache.beam.sdk.coders.Coder<JmsCheckpointMark> getCheckpointMarkCoder()
getCheckpointMarkCoder in class org.apache.beam.sdk.io.UnboundedSource<T,JmsCheckpointMark>