Scorum
Classes | Namespaces | Macros | Typedefs | Enumerations
bucket_object.hpp File Reference
#include <boost/multi_index/composite_key.hpp>
#include <scorum/chain/schema/scorum_object_types.hpp>
#include <scorum/blockchain_monitoring/schema/metrics.hpp>
#include <scorum/common_statistics/base_bucket_object.hpp>
#include <fc/shared_containers.hpp>

Go to the source code of this file.

Classes

struct  scorum::blockchain_monitoring::bucket_object
 

Namespaces

 scorum
 
 scorum::blockchain_monitoring
 

Macros

#define BLOCKCHAIN_STATISTICS_SPACE_ID   9
 

Typedefs

typedef oid< bucket_object > scorum::blockchain_monitoring::bucket_id_type
 
typedef shared_multi_index_container< bucket_object, indexed_by< ordered_unique< tag< by_id >, member< bucket_object, bucket_id_type, &bucket_object::id > >, ordered_unique< tag< common_statistics::by_bucket >, composite_key< bucket_object, member< common_statistics::base_bucket_object, uint32_t, &common_statistics::base_bucket_object::seconds >, member< common_statistics::base_bucket_object, fc::time_point_sec, &common_statistics::base_bucket_object::open > > > > > scorum::blockchain_monitoring::bucket_index
 

Enumerations

enum  scorum::blockchain_monitoring::blockchain_statistics_object_type { scorum::blockchain_monitoring::bucket_object_type = (BLOCKCHAIN_STATISTICS_SPACE_ID << 8) }
 

Macro Definition Documentation

◆ BLOCKCHAIN_STATISTICS_SPACE_ID

#define BLOCKCHAIN_STATISTICS_SPACE_ID   9

Definition at line 11 of file bucket_object.hpp.