Infinispan HotRod C++ Client  8.3.1.Final
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
infinispan::hotrod::event::CounterEvent Class Reference

#include <CounterEvent.h>

Public Member Functions

 CounterEvent (std::string counterName, const long oldValue, const CounterState oldState, const long newValue, const CounterState newState)
 

Public Attributes

const std::string counterName
 
const long oldValue
 
const CounterState oldState
 
const long newValue
 
const CounterState newState
 

Constructor & Destructor Documentation

infinispan::hotrod::event::CounterEvent::CounterEvent ( std::string  counterName,
const long  oldValue,
const CounterState  oldState,
const long  newValue,
const CounterState  newState 
)
inline

Member Data Documentation

const std::string infinispan::hotrod::event::CounterEvent::counterName

the counter name.

const CounterState infinispan::hotrod::event::CounterEvent::newState

the counter state.

const long infinispan::hotrod::event::CounterEvent::newValue

the counter value.

const CounterState infinispan::hotrod::event::CounterEvent::oldState

the previous state.

const long infinispan::hotrod::event::CounterEvent::oldValue

the previous value.


The documentation for this class was generated from the following file: