List of all members.
Public Member Functions |
| void | Append (T datum) |
| | Append datum to a file / stream.
|
| void | Close () |
| | Closes the file / stream.
|
| void | Flush () |
| | Flush out any buffered data.
|
| bool | IsReservedMeta (string key) |
| void | SetMeta (String key, byte[] value) |
| | Set meta data pair.
|
| void | SetMeta (String key, long value) |
| | Set meta data pair (long value)
|
| void | SetMeta (String key, string value) |
| | Set meta data pair (string value)
|
| void | SetSyncInterval (int syncInterval) |
| | Set the synchronization interval for this file / stream, in bytes. Valid values range from 32 to 2^30. Suggested values are between 2K and 2M.
|
| long | Sync () |
| | Forces the end of the current block, emitting a synchronization marker.
|
template<T>
interface Avro::File::IFileWriter< T >
Member Function Documentation
Set the synchronization interval for this file / stream, in bytes. Valid values range from 32 to 2^30. Suggested values are between 2K and 2M.
- Parameters:
-
- Returns:
Implemented in Avro.File.DataFileWriter< T >.
The documentation for this interface was generated from the following file:
- src/apache/main/File/IFileWriter.cs