#include <derecho/objectstore/ObjectStore.hpp>
#include <derecho/utils/logger.hpp>
#include <algorithm>
#include <errno.h>
#include <iostream>
#include <map>
#include <optional>
 
Go to the source code of this file.
◆ CONF_OBJECTSTORE_LOGGED
      
        
          | #define CONF_OBJECTSTORE_LOGGED   "OBJECTSTORE/logged" | 
        
      
 
 
◆ CONF_OBJECTSTORE_MIN_REPLICATION_FACTOR
      
        
          | #define CONF_OBJECTSTORE_MIN_REPLICATION_FACTOR   "OBJECTSTORE/min_replication_factor" | 
        
      
 
 
◆ CONF_OBJECTSTORE_PERSISTED
      
        
          | #define CONF_OBJECTSTORE_PERSISTED   "OBJECTSTORE/persisted" | 
        
      
 
 
◆ CONF_OBJECTSTORE_REPLICAS
      
        
          | #define CONF_OBJECTSTORE_REPLICAS   "OBJECTSTORE/replicas" | 
        
      
 
 
◆ DEFAULT_DELTA_BUFFER_CAPACITY
      
        
          | #define DEFAULT_DELTA_BUFFER_CAPACITY   (4096) |