Package org.apache.beam.sdk.io.thrift
package org.apache.beam.sdk.io.thrift
Transforms for reading and writing to Thrift files.
-
ClassesClassDescriptionThriftCoder<T>A
Coder
using a ThriftTProtocol
to serialize/deserialize elements.PTransform
s for reading and writing files containing Thrift encoded data.Implementation ofThriftIO.readFiles(java.lang.Class<T>)
.ThriftIO.Sink<T extends org.apache.thrift.TBase<?,?>> Implementation ofThriftIO.sink(org.apache.thrift.protocol.TProtocolFactory)
.ThriftIO.ThriftWriter<T extends org.apache.thrift.TBase<?,?>> Writer to write Thrift object toOutputStream
.Schema provider for generated thrift types.