| gemfire::Assert | Declares debugging assertion reporting functions |
| gemfire::AttributesFactory | Creates instances of RegionAttributes |
| gemfire::AttributesMutator | Supports modification of certain region attributes after the region has been created |
| gemfire::AuthInitialize | Specifies the mechanism to obtain credentials for a client |
| gemfire::BooleanArray | An immutable wrapper for array of booleans that can serve as a distributable object for caching |
| gemfire::Cache | Cache are obtained from create method on the CacheFactory#create class |
| gemfire::CacheableArrayList | A mutable Cacheable array list wrapper that can serve as a distributable object for caching |
| gemfire::CacheableArrayType< TObj, TYPEID > | Template class for array of primitive types |
| gemfire::CacheableBoolean | An immutable wrapper for booleans that can serve as a distributable key object for caching |
| gemfire::CacheableByte | An immutable wrapper for bytes that can serve as a distributable key object for caching |
| gemfire::CacheableBytes | An immutable wrapper for byte arrays that can serve as a distributable object for caching |
| gemfire::CacheableContainerType< TBase, TYPEID > | Template class for container Cacheable types |
| gemfire::CacheableDate | Implement a date object based on system epoch that can serve as a distributable key object for caching as well as being a date value |
| gemfire::CacheableDouble | An immutable wrapper for doubles that can serve as a distributable key object for caching |
| gemfire::CacheableDoubleArray | An immutable wrapper for array of doubles that can serve as a distributable object for caching |
| gemfire::CacheableEnum | Since C++ enums cannot be directly passed as a parameter to PdxWriter's writeObject and PdxReader's readObject api wrap C++ enum in to a immutable wrapper CacheableEnum class type by specifying enum class name, enum value name and its ordinal |
| gemfire::CacheableFileName | Implement an immutable wrapper for filenames that can serve as a distributable filename object for caching as both key and value |
| gemfire::CacheableFloat | An immutable wrapper for floats that can serve as a distributable key object for caching |
| gemfire::CacheableFloatArray | An immutable wrapper for array of floats that can serve as a distributable object for caching |
| gemfire::CacheableHashMap | A mutable CacheableKey to Serializable hash map that can serve as a distributable object for caching |
| gemfire::CacheableHashSet | A mutable CacheableKey hash set wrapper that can serve as a distributable object for caching |
| gemfire::CacheableHashTable | A mutable CacheableKey to Serializable hash map that can serve as a distributable object for caching |
| gemfire::CacheableIdentityHashMap | A mutable CacheableKey to Serializable hash map that can serve as a distributable object for caching |
| gemfire::CacheableInt16 | An immutable wrapper for 16-bit integers that can serve as a distributable key object for caching |
| gemfire::CacheableInt16Array | An immutable wrapper for array of 16-bit integers that can serve as a distributable object for caching |
| gemfire::CacheableInt32 | An immutable wrapper for 32-bit integers that can serve as a distributable key object for caching |
| gemfire::CacheableInt32Array | An immutable wrapper for array of 32-bit integers that can serve as a distributable object for caching |
| gemfire::CacheableInt64 | An immutable wrapper for 64-bit integers that can serve as a distributable key object for caching |
| gemfire::CacheableInt64Array | An immutable wrapper for array of 64-bit integers that can serve as a distributable object for caching |
| gemfire::CacheableKey | Represents a cacheable key |
| gemfire::CacheableKeyType< TObj, TYPEID, TYPENAME, SPRINTFSYM, STRSIZE > | Template CacheableKey class for primitive types |
| gemfire::CacheableLinkedHashSet | A mutable CacheableKey hash set wrapper that can serve as a distributable object for caching |
| gemfire::CacheableLinkedList | A mutable Cacheable array list wrapper that can serve as a distributable object for caching |
| gemfire::CacheableObjectArray | Implement an immutable Vector of Cacheable objects that can serve as a distributable object for caching |
| gemfire::CacheableStack | A mutable Cacheable stack wrapper that can serve as a distributable object for caching |
| gemfire::CacheableString | Implement a immutable C string wrapper that can serve as a distributable key object for caching as well as being a string value |
| gemfire::CacheableStringArray | An immutable wrapper for array of strings that can serve as a distributable object for caching |
| gemfire::CacheableUndefined | Encapsulate an undefined query result |
| gemfire::CacheableVector | A mutable Cacheable vector wrapper that can serve as a distributable object for caching |
| gemfire::CacheableWideChar | An immutable wrapper for wide-characters that can serve as a distributable key object for caching |
| gemfire::CacheAttributes | Defines attributes for configuring a cache |
| gemfire::CacheAttributesFactory | Creates instances of CacheAttributes |
| gemfire::CacheFactory | Top level class for configuring and using GemFire on a client.This should be called once to create Cache |
| gemfire::CacheListener | An application plug-in that can be installed on a region |
| gemfire::CacheLoader | An application plug-in that can be installed on a region |
| gemfire::CacheStatistics | Defines common statistical information for both the region and its entries |
| gemfire::CacheWriter | An application plug-in that can be installed on the region |
| gemfire::CharArray | An immutable wrapper for array of wide-characters that can serve as a distributable object for caching |
| gemfire::CqAttributes | This interface holds all attribute values for a CQ and provides methods for retrieving all attribute settings |
| gemfire::CqAttributesFactory | The factory class for the CqAttributes instance |
| gemfire::CqAttributesMutator | This interface is used to modify the listeners that are associated with a CQ |
| gemfire::CqEvent | This interface provides methods to get all the information sent from the server about the CQ event |
| gemfire::CqListener | Application plug-in interface for handling continuous query events after they occur |
| gemfire::CqQuery | A Query is obtained from a QueryService which in turn is obtained from the Cache |
| gemfire::CqResults | A CqResults is obtained by executing a Query on the server |
| gemfire::CqServiceStatistics | This class provides methods to get aggregate statistical information about the CQs of a client |
| gemfire::CqState | This interface gives information on the state of a CqQuery |
| gemfire::CqStatistics | This class provides methods to get statistical information about a registered Continuous Query (CQ) represented by the CqQuery object |
| gemfire::CqStatusListener | Extension of CqListener |
| gemfire::DataInput | Provide operations for reading primitive data values, byte arrays, strings, Serializable objects from a byte stream |
| gemfire::DataOutput | Provide operations for writing primitive data values, byte arrays, strings, Serializable objects to a byte stream |
| gemfire::Delta | This interface is used for delta propagation |
| gemfire::DiskPolicyType | Enumerated type for disk policy |
| gemfire::DistributedSystem | DistributedSystem encapsulates this applications "connection" into the GemFire Java servers distributed system |
| gemfire::EntryEvent | Represents an entry event affecting an entry, including its identity and the the circumstances of the event |
| gemfire::Exception | A description of an exception that occurred during a cache operation |
| gemfire::Execution | Gathers results from function execution |
| gemfire::ExpirationAction | Enumerated type for expiration actions |
| gemfire::FixedPartitionResolver | Implementers of interface FixedPartitionResolver helps to achieve explicit mapping of a "user defined" partition to a data member node |
| gemfire::FunctionService | Entry point for function execution |
| gemfire::GemFireCache | GemFireCache represents the singleton cache that must be created in order to connect to Gemfire server |
| gemfire::HashMapOfCacheable | A map of CacheableKey objects to Cacheable that also extends SharedBase for smart pointers |
| gemfire::HashMapOfException | A map of CacheableKey objects to Exception that also extends SharedBase for smart pointers |
| gemfire::HashMapOfSharedBase | Represents a HashMap of SharedBase |
| gemfire::HashMapOfSharedBase::Iterator | Interface of an iterator for HashMapOfSharedBase |
| gemfire::HashMapT< TKEY, TVAL > | HashMap of TKEY to TVAL |
| gemfire::HashSetOfCacheableKey | A hash set of CacheableKey objects that also extends SharedBase for smart pointers |
| gemfire::HashSetOfSharedBase | Represents a HashSet of SharedBase |
| gemfire::HashSetOfSharedBase::Iterator | Interface of an iterator for HashSetOfSharedBase |
| gemfire::HashSetT< TKEY > | HashSet of TKEY |
| gemfire::HashSetT< TKEY >::Iterator | Interface of an iterator for HashSetT |
| gemfire::InternalCacheTransactionManager2PC | Extension of the gemfire::CacheTransactionManager that enables client application to use Gemfire transaction as part of the global XA transaction |
| gemfire::Log | Defines methods available to clients that want to write a log message to their GemFire system's shared log file |
| gemfire::LogVarargs | These functions are added to facilitate logging in printf format |
| gemfire::NullSharedBase | Class encapsulating a NULL SharedBase smart pointer |
| Operation | Enumerated type for Operation actions |
| gemfire::PartitionResolver | Implementers of interface PartitionResolver enable custom partitioning on the PartitionedRegion |
| gemfire::PdxInstance | PdxInstance provides run time access to the fields of a PDX without deserializing the PDX |
| gemfire::PdxInstanceFactory | PdxInstanceFactory gives you a way to create PdxInstances |
| gemfire::PdxReader | A PdxReader will be passed to PdxSerializable.fromData or during deserialization of a PDX |
| gemfire::PdxUnreadFields | Marker interface for an object that GemFire creates and returns from readUnreadFields |
| gemfire::PdxWriter | A PdxWriter will be passed to PdxSerializable.toData when it is serializing the domain class |
| gemfire::PersistenceManager | PersistenceManager API for persistence and overflow |
| gemfire::Pool | A pool of connections to connect from a client to a set of GemFire Cache Servers |
| gemfire::PoolFactory | This interface provides for the configuration and creation of instances of Pool |
| gemfire::PoolManager | Manages creation and access to connection pools for clients |
| gemfire::Properties | Contains a set of (key, value) pair properties with key being the name of the property; value, the value of the property |
| gemfire::Query | A Query is obtained from a QueryService which in turn is obtained from the Cache |
| gemfire::QueryService | QueryService is the class obtained from a Cache |
| gemfire::Region | This class manages subregions and cached data |
| gemfire::RegionAttributes | Defines attributes for configuring a region |
| gemfire::RegionEntry | An object in a Region that represents an entry, i.e., a key-value pair |
| gemfire::RegionEvent | Declares region events |
| gemfire::RegionService | A RegionService provides access to existing regions that exist in a GemFire cache |
| gemfire::ResultCollector | Defines the interface for a container that gathers results from function execution |
| gemfire::ResultSet | A ResultSet may be obtained after executing a Query which is obtained from a QueryService which in turn is obtained from a Cache |
| gemfire::ScopeType | Enumerated type for region distribution scope |
| gemfire::SelectResults | A SelectResults is obtained by executing a Query on the server |
| gemfire::SelectResultsIterator | A SelectResultsIterator is obtained from a ResultSet or StructSet and is used to iterate over the items available in them |
| gemfire::Serializable | This abstract base class is the superclass of all user objects in the cache that can be serialized |
| gemfire::SharedArrayPtr< TObj, TYPEID > | Template class for CacheableArrayType SharedPtr's that adds [] operator |
| gemfire::SharedBase | This abstract base class is the base class of all user objects that have the shared capability of reference counting |
| gemfire::SharedPtr< Target > | Defines a reference counted shared pointer |
| gemfire::SignalHandler | Represents a signal handler used for dumping stacks and attaching a debugger |
| gemfire::SPEHelper | Helper class for SharedPtr exceptions |
| gemfire_statistics::StatisticDescriptor | Describes an individual statistic whose value is updated by an application and may be archived by GemFire |
| gemfire_statistics::Statistics | An instantiation of an existing StatisticsType object with methods for setting, incrementing and getting individual StatisticDescriptor values |
| gemfire_statistics::StatisticsFactory | Instances of this interface provide methods that create instances of StatisticDescriptor and StatisticsType |
| gemfire_statistics::StatisticsType | Used to describe a logical collection of StatisticDescriptors |
| gemfire::Struct | A Struct has a StructSet as its parent |
| gemfire::StructSet | A StructSet may be obtained after executing a Query which is obtained from a QueryService which in turn is obtained from a Cache |
| gemfire::TypeHelper::SuperSubclass< TBase, TDerived > | |
| gemfire::TypeHelper::SuperSubclass< TBase, TBase > | |
| gemfire::SystemProperties | A class for internal use, that encapsulates the properties that can be set from DistributedSystem::connect |
| gemfire::TransactionId | The TransactionId interface is a "marker" interface that represents a unique GemFire transaction |
| gemfire::TypeHelper::UnwrapSharedPtr< T > | |
| gemfire::TypeHelper::UnwrapSharedPtr< SharedArrayPtr< T, ID > > | |
| gemfire::TypeHelper::UnwrapSharedPtr< SharedPtr< T > > | |
| gemfire::UserFunctionExecutionException | |
| gemfire::VectorOfCacheable | A vector of Cacheable objects that also extends SharedBase for smart pointers |
| gemfire::VectorOfCacheableKey | A vector of CacheableKey objects that also extends SharedBase for smart pointers |
| gemfire::VectorOfSharedBase | Represents a vector of gemfire::SharedBasePtr |
| gemfire::VectorOfSharedBase::Iterator | Interface of an iterator for VectorOfSharedBase |
| gemfire::VectorT< PTR_TYPE > | Vector template type class |
| gemfire::VectorT< PTR_TYPE >::Iterator | Interface of an iterator for VectorT |
| gemfire::WritablePdxInstance | WritablePdxInstance is a PdxInstance that also supports field modification using the setField method |
| gemfire::TypeHelper::YesNoType< getType > | |
| gemfire::TypeHelper::YesNoType< false > | |