strusPython  0.14
Public Member Functions | List of all members
strus::StatisticsMessage Class Reference

Message with storage statistics. More...

#include <bindingObjects.hpp>

Public Member Functions

 StatisticsMessage (const StatisticsMessage &o)
 Copy constructor. More...
 
 StatisticsMessage (const std::vector< DocumentFrequencyChange > &dfchglist, int nofdocs)
 Constructor from elements. More...
 
int nofDocumentsInsertedChange () const
 Return the change of number of documents inserted. More...
 
const std::vector
< DocumentFrequencyChange > & 
documentFrequencyChangeList () const
 Return the list of document frequency changes. More...
 

Detailed Description

Message with storage statistics.

Constructor & Destructor Documentation

strus::StatisticsMessage::StatisticsMessage ( const StatisticsMessage o)
inline

Copy constructor.

strus::StatisticsMessage::StatisticsMessage ( const std::vector< DocumentFrequencyChange > &  dfchglist,
int  nofdocs 
)
inline

Constructor from elements.

Member Function Documentation

const std::vector<DocumentFrequencyChange>& strus::StatisticsMessage::documentFrequencyChangeList ( ) const
inline

Return the list of document frequency changes.

Returns
the list of df changes
int strus::StatisticsMessage::nofDocumentsInsertedChange ( ) const
inline

Return the change of number of documents inserted.

Returns
the change of number of documents

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