|
void | Append (T datum) |
| Append datum to a file / stream More...
|
|
void | Close () |
| Closes the file / stream More...
|
|
void | Flush () |
| Flush out any buffered data More...
|
|
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...
|
|
long | Sync () |
| Forces the end of the current block, emitting a synchronization marker More...
|
|
void Avro.File.IFileWriter< T >.Append |
( |
T |
datum | ) |
|
void Avro.File.IFileWriter< T >.Close |
( |
| ) |
|
void Avro.File.IFileWriter< T >.Flush |
( |
| ) |
|
bool Avro.File.IFileWriter< T >.IsReservedMeta |
( |
string |
key | ) |
|
void Avro.File.IFileWriter< T >.SetMeta |
( |
String |
key, |
|
|
byte[] |
value |
|
) |
| |
void Avro.File.IFileWriter< T >.SetMeta |
( |
String |
key, |
|
|
long |
value |
|
) |
| |
void Avro.File.IFileWriter< T >.SetMeta |
( |
String |
key, |
|
|
string |
value |
|
) |
| |
void Avro.File.IFileWriter< T >.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
- Parameters
-
- Returns
Implemented in Avro.File.DataFileWriter< T >.
long Avro.File.IFileWriter< T >.Sync |
( |
| ) |
|
The documentation for this interface was generated from the following file:
- src/apache/main/File/IFileWriter.cs