client-cpp  0.8.1
LogStorageConstants.hpp
Go to the documentation of this file.
1 
17 #ifndef LOGSTORAGECONSTANTS_HPP_
18 #define LOGSTORAGECONSTANTS_HPP_
19 
20 #include <cstdint>
21 #include <string>
22 
23 namespace kaa {
24 
26 public:
27  static const std::size_t DEFAULT_MAX_BUCKET_SIZE = 16 * 1024;
28  static const std::size_t DEFAULT_MAX_BUCKET_RECORD_COUNT = 256;
29 
30  static const std::string DEFAULT_LOG_DB_STORAGE /* logs.db */;
31 };
32 
33 } /* namespace kaa */
34 
35 #endif /* LOGSTORAGECONSTANTS_HPP_ */
static const std::size_t DEFAULT_MAX_BUCKET_RECORD_COUNT
static const std::size_t DEFAULT_MAX_BUCKET_SIZE
static const std::string DEFAULT_LOG_DB_STORAGE