19 #include "hazelcast/client/proxy/PNCounterImpl.h"
21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
23 #pragma warning(disable: 4251)
76 class HAZELCAST_API
pn_counter :
public proxy::PNCounterImpl {
77 friend class spi::ProxyManager;
79 static constexpr
const char *SERVICE_NAME =
"hz:impl:PNCounterService";
81 pn_counter(
const std::string &object_name, spi::ClientContext *context) : PNCounterImpl(
82 SERVICE_NAME, object_name, context) {}
87 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
PN (Positive-Negative) CRDT counter.