|
bool | IsReservedMeta (string key) |
|
void | SetMeta (String key, byte[] value) |
| Set meta data pair More...
|
|
void | SetMeta (String key, long value) |
| Set meta data pair (long value) More...
|
|
void | SetMeta (String key, string value) |
| Set meta data pair (string value) More...
|
|
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 More...
|
|
void | Append (T datum) |
| Append datum to a file / stream More...
|
|
void | Flush () |
| Flush out any buffered data More...
|
|
long | Sync () |
| Forces the end of the current block, emitting a synchronization marker More...
|
|
void | Close () |
| Closes the file / stream More...
|
|
void | Dispose () |
|
◆ Append()
◆ Close()
◆ Flush()
◆ IsReservedMeta()
◆ OpenWriter() [1/4]
Open a new writer instance to write to a file path, using a Null codec
- Parameters
-
- Returns
◆ OpenWriter() [2/4]
Open a new writer instance to write to an output stream, using a Null codec
- Parameters
-
- Returns
◆ OpenWriter() [3/4]
Open a new writer instance to write to a file path with a specified codec
- Parameters
-
- Returns
◆ OpenWriter() [4/4]
Open a new writer instance to write to an output stream with a specified codec
- Parameters
-
- Returns
◆ SetMeta() [1/3]
◆ SetMeta() [2/3]
◆ SetMeta() [3/3]
◆ SetSyncInterval()
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
Implements Avro.File.IFileWriter< T >.
◆ Sync()
The documentation for this class was generated from the following file:
- src/apache/main/File/DataFileWriter.cs