class documentation

class _OpExecContext(object):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Method CheckPriorityIncrease Checks whether priority can and should be increased.
Method GetNextLockTimeout Returns the next lock acquire timeout.
Instance Variable index Undocumented
Instance Variable jobdeps Undocumented
Instance Variable log_prefix Undocumented
Instance Variable op Undocumented
Instance Variable summary Undocumented
Method _ResetTimeoutStrategy Creates a new timeout strategy.
Instance Variable _timeout_strategy Undocumented
Instance Variable _timeout_strategy_factory Undocumented
def __init__(self, op, index, log_prefix, timeout_strategy_factory):

Initializes this class.

def CheckPriorityIncrease(self):

Checks whether priority can and should be increased.

Called when locks couldn't be acquired.

def GetNextLockTimeout(self):

Returns the next lock acquire timeout.

index =

Undocumented

jobdeps =

Undocumented

log_prefix =

Undocumented

op =

Undocumented

summary =

Undocumented

def _ResetTimeoutStrategy(self):

Creates a new timeout strategy.

_timeout_strategy =

Undocumented

_timeout_strategy_factory =

Undocumented