SearchSECODatabaseAPI
|
▼NjobTypes | |
CFailedJob | Mirrors an entry of the failedjobs table in the database. Difference with Job is the addition of a reasonID and reasonData, to indicate a reason for failure. |
CJob | Mirrors an entry of the currentjobs table in the database. |
▼Ntypes | |
CAuthor | Represents the data of an author. |
CMethodID | |
CMethodIn | Represents the relevant data of a method to be put in the database. |
CMethodOut | Represents the data of a method to be returned to the user. Difference with MethodIn: authorIDs instead of authors. |
CProjectIn | Represents the relevant data of a project when it is put into the database. |
CProjectOut | Represents the relevant data of a project when it is returned to user. Difference with ProjectIn: authorIDs instead of authors. |
CConnection | Represents the data of a connection with another node. |
CConnectionHandler | Handles connections with database. |
CDatabase_API | |
CDatabaseConnection | Handles interaction with database when dealing with job requests. |
CDatabaseHandler | Handles interaction with database. |
CDatabaseRequestHandler | Handles requests towards database. |
CDatabaseUtility | Implements generic database functionality. |
CJobRequestHandler | |
CMD5 | |
CNetworkHandler | |
CRAFTConsensus | |
CRequestHandler | |
CStatistics | Stores the Prometheus statistics variables. |
CTcpConnection | |
CTcpServer | |
CUtility | Implements generic functionality. |