public static class CosmosIO.BoundedCosmosBDSource<T>
extends org.apache.beam.sdk.io.BoundedSource<T>
BoundedSource reading from Comos.| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.io.BoundedSource.BoundedReader<T> |
createReader(org.apache.beam.sdk.options.PipelineOptions options) |
long |
getEstimatedSizeBytes(org.apache.beam.sdk.options.PipelineOptions options) |
org.apache.beam.sdk.coders.Coder<T> |
getOutputCoder() |
java.util.List<? extends org.apache.beam.sdk.io.BoundedSource<T>> |
split(long desiredBundleSizeBytes,
org.apache.beam.sdk.options.PipelineOptions options) |
public java.util.List<? extends org.apache.beam.sdk.io.BoundedSource<T>> split(long desiredBundleSizeBytes, org.apache.beam.sdk.options.PipelineOptions options) throws java.lang.Exception
split in class org.apache.beam.sdk.io.BoundedSource<T>java.lang.Exceptionpublic long getEstimatedSizeBytes(org.apache.beam.sdk.options.PipelineOptions options)
throws java.lang.Exception
getEstimatedSizeBytes in class org.apache.beam.sdk.io.BoundedSource<T>java.lang.Exceptionpublic org.apache.beam.sdk.coders.Coder<T> getOutputCoder()
getOutputCoder in class org.apache.beam.sdk.io.Source<T>