Package ganeti :: Module rpc
[hide private]
[frames] | no frames]

Module rpc

source code

Inter-node RPC library.

Classes [hide private]
  RpcResult
RPC Result class.
  Client
RPC Client class.
  RpcRunner
RPC runner class
Functions [hide private]
 
Init()
Initializes the module-global HTTP client manager.
source code
 
Shutdown()
Stops the module-global HTTP client manager.
source code
Variables [hide private]
  _http_manager = None

Imports: os, logging, zlib, base64, utils, objects, http, serializer, constants, errors, ganeti


Function Details [hide private]

Init()

source code 

Initializes the module-global HTTP client manager.

Must be called before using any RPC function.

Shutdown()

source code 

Stops the module-global HTTP client manager.

Must be called before quitting the program.