Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Hadoop.Rpc
Documentation
data Connection Source
Constructors
Connection | |
Fields
|
type RawRequest = ByteString Source
type RawResponse = ByteString Source
initConnectionV7 :: HadoopConfig -> Protocol -> Socket -> IO Connection Source