[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | ToWebHdfsBinary<TOutput, TTime>(Stream<TOutput, TTime>, String, Int32, Uri, Int32, Int64, Int64) |
method to write a stream of records to a collection of HDFS files using the default Naiad binary serializer,
partitioned by time as well as key. Within a given time and part, records are written in an undefined order
|
![]() ![]() | ToWebHdfsBinary<TOutput, TWriter, TTime>(Stream<TOutput, TTime>, String, Int32, Func<Int32, Int32, TTime, Int32, Uri>, Func<Stream, TWriter>, Action<TWriter, ArraySegment<TOutput>>, Int64, Int64) |
general method to write a stream of records to a collection of HDFS files, partitioned by time as well as key.
Within a given time and part, records are written in an undefined order
|
See Also