10 #ifndef _STRUS_STATISTICS_PROCESSOR_INTERFACE_HPP_INCLUDED
11 #define _STRUS_STATISTICS_PROCESSOR_INTERFACE_HPP_INCLUDED
18 class StatisticsViewerInterface;
20 class StatisticsBuilderInterface;
35 const void* msgptr, std::size_t msgsize)
const=0;
Interface for a viewer of a statistics message (distributed index)
Definition: statisticsViewerInterface.hpp:18
virtual ~StatisticsProcessorInterface()
Destructor.
Definition: statisticsProcessorInterface.hpp:28
Interface for a builder for a statistics message (distributed index)
Definition: statisticsBuilderInterface.hpp:19
virtual StatisticsBuilderInterface * createBuilder() const =0
Creates a builder for a statistics message.
Interface for packing/unpacking messages with statistics used for query evaluation.
Definition: statisticsProcessorInterface.hpp:24
virtual StatisticsViewerInterface * createViewer(const void *msgptr, std::size_t msgsize) const =0
Creates a viewer for the contents of a statistics message.