Script ganeti_noded :: Class MlockallRequestExecutor
[hide private]
[frames] | no frames]

Class MlockallRequestExecutor


Custom Request Executor class that ensures NodeHttpServer children are locked in ram.

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Initializes this class.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from ganeti.http.server.HttpServerRequestExecutor: CLOSE_TIMEOUT, READ_TIMEOUT, WRITE_TIMEOUT, default_request_version, error_content_type, error_message_format, responses

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

Initializes this class.

Overrides: object.__init__
(inherited documentation)