ExtensionMethodsWriteWebHdfsBinary Method Naiad Help

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberWriteWebHdfsBinaryTOutput(StreamTOutput, Epoch, 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. The collection is active throughout the computation and is closed when the computation terminates: it concatenates records from all epochs in an undefined order
Public methodStatic memberWriteWebHdfsBinaryTOutput, TWriter(StreamTOutput, Epoch, String, Int32, FuncInt32, Int32, Int32, Uri, FuncStream, TWriter, ActionTWriter, ArraySegmentTOutput, Int64, Int64)
general method to write a stream of records to a collection of HDFS files. The collection is active throughout the computation and is closed when the computation terminates: it concatenates records from all epochs in an undefined order
Top
See Also

Reference