ensembl-hive-python3  2.3
All Classes Namespaces Files Functions Variables
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NeHive
 NParams
 CParamContainerEquivalent of eHive's Param module
 CParamExceptionBase class for parameters-related exceptions
 CParamInfiniteLoopExceptionRaised when parameters depend on each other, forming a loop
 CParamNameExceptionRaised when the parameter name is not a string
 CParamSubstitutionExceptionRaised when ParamContainer tried to substitute an unexpected structure (only dictionaries and lists are accepted)
 CParamWarningUsed by Process.BaseRunnable
 NProcess
 CBaseRunnableThis is the counterpart of GuestProcess
 CCompleteEarlyExceptionCan be raised by a derived class of BaseRunnable to indicate an early successful termination
 CHiveJSONMessageExceptionRaised when we could not parse the JSON message coming from GuestProcess
 CJobDummy class to hold job-related information
 CJobFailedExceptionCan be raised by a derived class of BaseRunnable to indicate an early unsuccessful termination
 CLostHiveConnectionExceptionRaised when the process has lost the communication pipe with the Perl side
 NLongMult
 NAddTogether
 CAddTogetherRunnable that adds up all the partial-multiplications from PartMultiply
 NDigitFactory
 CDigitFactoryFactory that creates 1 job per digit found in the decimal representation of 'b_multiplier'
 NPartMultiply
 CPartMultiplyRunnable to multiply a number by a digit
 NTestRunnable
 CTestRunnableSimple Runnable to test as a standaloneJob