HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::reduce::ReducingPartsCountersStorageIf Class Reference

#include <ReducingPartsCountersStorageIf.hpp>

Inheritance diagram for HCE::reduce::ReducingPartsCountersStorageIf:

Public Member Functions

virtual ~ReducingPartsCountersStorageIf ()
virtual bool findBy (unsigned long long keyId)=0
virtual void deleteBy (unsigned long long keyId)=0
virtual void addReducingPartsCounterWithKey (unsigned long long keyId)=0
virtual void incrementBy (unsigned long long keyId)=0
virtual int getAccumulateReducingParts (unsigned long long keyId)=0
virtual unsigned int getTotalTasksNumber ()=0

Detailed Description

Definition at line 23 of file ReducingPartsCountersStorageIf.hpp.

Constructor & Destructor Documentation

virtual HCE::reduce::ReducingPartsCountersStorageIf::~ReducingPartsCountersStorageIf ( )
inlinevirtual

Definition at line 25 of file ReducingPartsCountersStorageIf.hpp.

Member Function Documentation

virtual void HCE::reduce::ReducingPartsCountersStorageIf::addReducingPartsCounterWithKey ( unsigned long long  keyId)
pure virtual
virtual void HCE::reduce::ReducingPartsCountersStorageIf::deleteBy ( unsigned long long  keyId)
pure virtual
virtual bool HCE::reduce::ReducingPartsCountersStorageIf::findBy ( unsigned long long  keyId)
pure virtual
virtual int HCE::reduce::ReducingPartsCountersStorageIf::getAccumulateReducingParts ( unsigned long long  keyId)
pure virtual
virtual unsigned int HCE::reduce::ReducingPartsCountersStorageIf::getTotalTasksNumber ( )
pure virtual
virtual void HCE::reduce::ReducingPartsCountersStorageIf::incrementBy ( unsigned long long  keyId)
pure virtual

The documentation for this class was generated from the following file: