hadoop-rpc-0.1.0.0: Use the Hadoop RPC interface from Haskell.

Safe HaskellNone
LanguageHaskell2010

Network.Hadoop.Rpc

Documentation

data Protocol Source

Constructors

Protocol 

Fields

prName :: !T.Text
 
prVersion :: !Int
 

invoke :: (Decode b, Encode a) => Connection -> T.Text -> a -> IO b Source