Module Plasma_netfs


module Plasma_netfs: sig .. end
Accessing PlasmaFS via the Netfs.stream_fs interface

class netfs : ?repl:int -> ?verbose:bool -> ?notranslate:bool -> Plasma_client.plasma_cluster -> Netfs.stream_fs
val netfs : ?repl:int ->
?verbose:bool ->
?notranslate:bool -> Plasma_client.plasma_cluster -> Netfs.stream_fs
Access this cluster with the stream_fs interface:

Arguments:



Helper for Mapred_fs.plasma_filesystem



This is an extended version of stream_fs. It exists only as a definition step for Mapred_fs.plasma_filesystem. Please don't use directly.
type x_write_flag = [ `Binary
| `Create
| `Dummy
| `Exclusive
| `Location of string list
| `Repl of int
| `Streaming
| `Truncate ]
type x_write_file_flag = [ `Binary
| `Create
| `Dummy
| `Exclusive
| `Link
| `Location of string list
| `Repl of int
| `Truncate ]
type x_copy_flag = [ `Dummy | `Location of string list | `Repl of int ] 
type x_link_flag = [ `Dummy ] 
class type x_stream_fs = object .. end
val x_netfs : ?repl:int ->
?verbose:bool ->
?notranslate:bool -> Plasma_client.plasma_cluster -> x_stream_fs
class x_netfs : ?repl:int -> ?verbose:bool -> ?notranslate:bool -> Plasma_client.plasma_cluster -> x_stream_fs