HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
NodeManagerRequest.py File Reference

Go to the source code of this file.

Classes

class  admin.NodeManagerRequest.NodeManagerRequest
 NodeManagerRequest class contents all data needed for admin level's request sending. More...
 

Namespaces

 admin.NodeManagerRequest
 

Functions

def admin.NodeManagerRequest.raiseAdminExceptions (self, exceptionString)
 raiseAdminExceptions method generates exceptions based on analyze of exceptionString param's data More...
 
def admin.NodeManagerRequest.makeRequest (self, node, message, commandTimeout=None)
 makeRequest main class method, it gets node and message params, interact with transport layer, makes NodeManagerResponse object, based on transport layer's return data, returns it. More...