1 #ifndef __GEMFIRE_RESULTCOLLECTOR_H__ 2 #define __GEMFIRE_RESULTCOLLECTOR_H__ 11 #include "gfcpp_globals.hpp" 71 virtual void addResult(
CacheablePtr& resultOfSingleExecution);
76 virtual void endResults();
83 virtual void clearResults();
87 volatile bool m_isResultReady;
91 #endif //ifndef __GEMFIRE_RESULTCOLLECTOR_H__
Contains generic template definitions for Cacheable types and instantiations for built-in types...
#define DEFAULT_QUERY_RESPONSE_TIMEOUT
default timeout for query response
Definition: gf_base.hpp:214
Defines the interface for a container that gathers results from function execution.
Definition: ResultCollector.hpp:46
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31