Module Index

Constructor

Attributes

Class: HandleHashPush

Handle that actually places the data onto the hash in response to the EventHashPush event.

Constructor

__init__ (self, *args, **kw)

Methods

get_event (self)

Return the Event instance that caused this handle to be instantiated.

get_event_data (self, key)

Return event data from the event data dictionary using the specified key.

run (self)

Run the handle. First we get the hash instance and the new pair from the event. Next we acquire the event lock and perform the push.

Attributes

PRIORITY_CRITICAL

Value of PRIORITY_CRITICAL

40