Avro C++
|
This is the complete list of members for avro::DataFileWriter< T >, including all inherited members.
close() | avro::DataFileWriter< T > | inline |
DataFileWriter(const char *filename, const ValidSchema &schema, size_t syncInterval=16 *1024, Codec codec=NULL_CODEC) | avro::DataFileWriter< T > | inline |
DataFileWriter(std::unique_ptr< OutputStream > outputStream, const ValidSchema &schema, size_t syncInterval=16 *1024, Codec codec=NULL_CODEC) (defined in avro::DataFileWriter< T >) | avro::DataFileWriter< T > | inline |
flush() | avro::DataFileWriter< T > | inline |
getCurrentBlockStart() | avro::DataFileWriter< T > | inline |
schema() const | avro::DataFileWriter< T > | inline |
write(const T &datum) | avro::DataFileWriter< T > | inline |