VMware GemFire Native C++ Reference
9.1
|
Go to the source code of this file.
Namespaces | |
apache | |
Each enum represents a predefined RegionAttributes in a Cache. | |
Functions | |
void CPPCACHE_EXPORT | apache::geode::client::GfErrTypeThrowException (const char *str, GfErrType err) |
Thrown when a version on which delta is based is different than the current version. More... | |
Variables | |
const char | apache::geode::client::_exception_name_AllConnectionsInUseException [] = "apache::geode::client::" "AllConnectionsInUseException" |
Thrown if all connections in the pool are in use. More... | |
const char | apache::geode::client::_exception_name_AlreadyConnectedException [] = "apache::geode::client::" "AlreadyConnectedException" |
Thrown when an attempt is made to connect to DistributedSystem second time. More... | |
const char | apache::geode::client::_exception_name_AssertionException [] = "apache::geode::client::" "AssertionException" |
A geode assertion exception. More... | |
const char | apache::geode::client::_exception_name_AuthenticationFailedException [] = "apache::geode::client::" "AuthenticationFailedException" |
Thrown when authentication fails. More... | |
const char | apache::geode::client::_exception_name_AuthenticationRequiredException [] = "apache::geode::client::" "AuthenticationRequiredException" |
Thrown when no credentials are provided by client when server expects. More... | |
const char | apache::geode::client::_exception_name_BufferSizeExceededException [] = "apache::geode::client::" "BufferSizeExceededException" |
Thrown when the internal buffer size is exceeded. More... | |
const char | apache::geode::client::_exception_name_CacheClosedException [] = "apache::geode::client::" "CacheClosedException" |
Thrown when an operation is attempted on a closed cache. More... | |
const char | apache::geode::client::_exception_name_CacheExistsException [] = "apache::geode::client::" "CacheExistsException" |
Thrown when an attempt is made to create an existing cache. More... | |
const char | apache::geode::client::_exception_name_CacheListenerException [] = "apache::geode::client::" "CacheListenerException" |
Thrown when the cache listener throws an exception. More... | |
const char | apache::geode::client::_exception_name_CacheLoaderException [] = "apache::geode::client::" "CacheLoaderException" |
Thrown when the cache loader aborts the operation. More... | |
const char | apache::geode::client::_exception_name_CacheProxyException [] = "apache::geode::client::" "CacheProxyException" |
Thrown when there is an error in the cache proxy. More... | |
const char | apache::geode::client::_exception_name_CacheServerException [] = "apache::geode::client::" "CacheServerException" |
Thrown when an exception occurs on the cache server. More... | |
const char | apache::geode::client::_exception_name_CacheWriterException [] = "apache::geode::client::" "CacheWriterException" |
Thrown when the cache writer aborts the operation. More... | |
const char | apache::geode::client::_exception_name_CacheXmlException [] = "apache::geode::client::" "CacheXmlException" |
Thrown when the cache xml is incorrect. More... | |
const char | apache::geode::client::_exception_name_ClassCastException [] = "apache::geode::client::" "ClassCastException" |
Thrown when a cast operation fails. More... | |
const char | apache::geode::client::_exception_name_CommitConflictException [] = "apache::geode::client::" "CommitConflictException" |
Thrown when a commit fails due to a write conflict. More... | |
const char | apache::geode::client::_exception_name_ConcurrentModificationException [] = "apache::geode::client::" "ConcurrentModificationException" |
Thrown when a concurrent operation fails. More... | |
const char | apache::geode::client::_exception_name_CqClosedException [] = "apache::geode::client::" "CqClosedException" |
Thrown if the Cq on which the operaion performed is closed. More... | |
const char | apache::geode::client::_exception_name_CqException [] = "apache::geode::client::" "CqException" |
Thrown during continuous query execution time. More... | |
const char | apache::geode::client::_exception_name_CqExistsException [] = "apache::geode::client::" "CqExistsException" |
Thrown if a Cq by this name already exists on this client. More... | |
const char | apache::geode::client::_exception_name_CqInvalidException [] = "apache::geode::client::" "CqInvalidException" |
Thrown if the query doesnot meet the CQ constraints. More... | |
const char | apache::geode::client::_exception_name_CqQueryException [] = "apache::geode::client::" "CqQueryException" |
Thrown if the Cq Query failed. More... | |
const char | apache::geode::client::_exception_name_DiskCorruptException [] = "apache::geode::client::" "DiskCorruptException" |
Thrown by the persistence manager when the data. More... | |
const char | apache::geode::client::_exception_name_DiskFailureException [] = "apache::geode::client::" "DiskFailureException" |
Thrown by the persistence manager when a write fails due to disk failure. More... | |
const char | apache::geode::client::_exception_name_DuplicateDurableClientException [] = "apache::geode::client::" "DuplicateDurableClientException" |
Thrown when two durable connect with same Id. More... | |
const char | apache::geode::client::_exception_name_EntryDestroyedException [] = "apache::geode::client::" "EntryDestroyedException" |
Thrown when an operation is attempted on a destroyed entry. More... | |
const char | apache::geode::client::_exception_name_EntryExistsException [] = "apache::geode::client::" "EntryExistsException" |
Thrown when attempt is made to create an existing entry. More... | |
const char | apache::geode::client::_exception_name_EntryNotFoundException [] = "apache::geode::client::" "EntryNotFoundException" |
Thrown when an operation is attempted on a non-existent entry. More... | |
const char | apache::geode::client::_exception_name_FatalInternalException [] = "apache::geode::client::" "FatalInternalException" |
Thrown when there is a fatal internal exception in geode. More... | |
const char | apache::geode::client::_exception_name_FileNotFoundException [] = "apache::geode::client::" "FileNotFoundException" |
Thrown when a non-existing file is accessed. More... | |
const char | apache::geode::client::_exception_name_FunctionExecutionException [] = "apache::geode::client::" "FunctionExecutionException" |
Thrown if function execution failed. More... | |
const char | apache::geode::client::_exception_name_GeodeConfigException [] = "apache::geode::client::" "GeodeConfigException" |
Thrown when geode configuration file is incorrect. More... | |
const char | apache::geode::client::_exception_name_GeodeIOException [] = "apache::geode::client::" "GeodeIOException" |
Thrown when there is an input/output error. More... | |
const char | apache::geode::client::_exception_name_IllegalArgumentException [] = "apache::geode::client::" "IllegalArgumentException" |
Thrown when an argument to a method is illegal. More... | |
const char | apache::geode::client::_exception_name_IllegalStateException [] = "apache::geode::client::" "IllegalStateException" |
Thrown when the state of cache is manipulated to be illegal. More... | |
const char | apache::geode::client::_exception_name_InitFailedException [] = "apache::geode::client::" "InitFailedException" |
Thrown when persistence manager fails to initialize. More... | |
const char | apache::geode::client::_exception_name_InterruptedException [] = "apache::geode::client::" "InterruptedException" |
Thrown when an operation is interrupted. More... | |
const char | apache::geode::client::_exception_name_InvalidDeltaException [] = "apache::geode::client::" "InvalidDeltaException" |
Thrown if Delta could not be applied. More... | |
const char | apache::geode::client::_exception_name_KeyNotFoundException [] = "apache::geode::client::" "KeyNotFoundException" |
Thrown if a Key is not present in the region. More... | |
const char | apache::geode::client::_exception_name_LeaseExpiredException [] = "apache::geode::client::" "LeaseExpiredException" |
Thrown when lease of cache proxy has expired. More... | |
const char | apache::geode::client::_exception_name_MessageException [] = "apache::geode::client::" "MessageException" |
Thrown when an unknown message is received from the server. More... | |
const char | apache::geode::client::_exception_name_NoAvailableLocatorsException [] = "apache::geode::client::" "NoAvailableLocatorsException" |
Thrown if the No locators are active to reply for new connection. More... | |
const char | apache::geode::client::_exception_name_NoSystemException [] = "apache::geode::client::" "NoSystemException" |
Thrown when the connecting target is not running. More... | |
const char | apache::geode::client::_exception_name_NotAuthorizedException [] = "apache::geode::client::" "NotAuthorizedException" |
Thrown when a non authorized operation is done. More... | |
const char | apache::geode::client::_exception_name_NotConnectedException [] = "apache::geode::client::" "NotConnectedException" |
Thrown when an operation is attempted before connecting to the distributed system. More... | |
const char | apache::geode::client::_exception_name_NotOwnerException [] = "apache::geode::client::" "NotOwnerException" |
Thrown when an attempt is made to release a lock not owned by the thread. More... | |
const char | apache::geode::client::_exception_name_NullPointerException [] = "apache::geode::client::" "NullPointerException" |
Thrown when a null argument is provided to a method where it is expected to be non-null. More... | |
const char | apache::geode::client::_exception_name_OutOfMemoryException [] = "apache::geode::client::" "OutOfMemoryException" |
Thrown when the system cannot allocate any more memory. More... | |
const char | apache::geode::client::_exception_name_OutOfRangeException [] = "apache::geode::client::" "OutOfRangeException" |
Thrown when bound of array/vector etc. More... | |
const char | apache::geode::client::_exception_name_PutAllPartialResultException [] = "apache::geode::client::" "PutAllPartialResultException" |
Thrown if putAll operation with single hop succeeded partially. More... | |
const char | apache::geode::client::_exception_name_QueryException [] = "apache::geode::client::" "QueryException" |
Thrown when query exception occurs at the server. More... | |
const char | apache::geode::client::_exception_name_RegionCreationFailedException [] = "apache::geode::client::" "RegionCreationFailedException" |
Thrown when a region creation operation fails. More... | |
const char | apache::geode::client::_exception_name_RegionDestroyedException [] = "apache::geode::client::" "RegionDestroyedException" |
Thrown when an operation is attempted on a destroyed region. More... | |
const char | apache::geode::client::_exception_name_RegionExistsException [] = "apache::geode::client::" "RegionExistsException" |
Thrown when an attempt is made to create an existing region. More... | |
const char | apache::geode::client::_exception_name_RollbackException [] = "apache::geode::client::" "RollbackException" |
The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only. More... | |
const char | apache::geode::client::_exception_name_ShutdownFailedException [] = "apache::geode::client::" "ShutdownFailedException" |
Thrown when persistence manager fails to close properly. More... | |
const char | apache::geode::client::_exception_name_StatisticsDisabledException [] = "apache::geode::client::" "StatisticsDisabledException" |
Thrown when statistics are invoked for a region where they are disabled. More... | |
const char | apache::geode::client::_exception_name_TimeoutException [] = "apache::geode::client::" "TimeoutException" |
Thrown when a timout occurs. More... | |
const char | apache::geode::client::_exception_name_TransactionDataNodeHasDepartedException [] = "apache::geode::client::" "TransactionDataNodeHasDepartedException" |
Thrown when the transactional data host has shutdown or no longer has the data being modified by the transaction. More... | |
const char | apache::geode::client::_exception_name_TransactionDataRebalancedException [] = "apache::geode::client::" "TransactionDataRebalancedException" |
Thrown when a RebalanceOperation occurs concurrently with a transaction. More... | |
const char | apache::geode::client::_exception_name_TransactionException [] = "apache::geode::client::" "TransactionException" |
This is for all Exceptions that may be thrown by a Geode transaction. More... | |
const char | apache::geode::client::_exception_name_UnknownException [] = "apache::geode::client::" "UnknownException" |
An unknown exception occurred. More... | |
const char | apache::geode::client::_exception_name_UnsupportedOperationException [] = "apache::geode::client::" "UnsupportedOperationException" |
Thrown when an operation unsupported by the current configuration is attempted. More... | |
const char | apache::geode::client::_exception_name_WrongRegionScopeException [] = "apache::geode::client::" "WrongRegionScopeException" |
Thrown when a region is created in an incorrect scope. More... | |
void CPPCACHE_EXPORT apache::geode::client::GfErrTypeThrowException | ( | const char * | str, |
GfErrType | err | ||
) |
Thrown when a version on which delta is based is different than the current version.
const char apache::geode::client::_exception_name_AllConnectionsInUseException[] = "apache::geode::client::" "AllConnectionsInUseException" |
Thrown if all connections in the pool are in use.
const char apache::geode::client::_exception_name_AlreadyConnectedException[] = "apache::geode::client::" "AlreadyConnectedException" |
Thrown when an attempt is made to connect to DistributedSystem second time.
const char apache::geode::client::_exception_name_AssertionException[] = "apache::geode::client::" "AssertionException" |
A geode assertion exception.
const char apache::geode::client::_exception_name_AuthenticationFailedException[] = "apache::geode::client::" "AuthenticationFailedException" |
Thrown when authentication fails.
const char apache::geode::client::_exception_name_AuthenticationRequiredException[] = "apache::geode::client::" "AuthenticationRequiredException" |
Thrown when no credentials are provided by client when server expects.
const char apache::geode::client::_exception_name_BufferSizeExceededException[] = "apache::geode::client::" "BufferSizeExceededException" |
Thrown when the internal buffer size is exceeded.
const char apache::geode::client::_exception_name_CacheClosedException[] = "apache::geode::client::" "CacheClosedException" |
Thrown when an operation is attempted on a closed cache.
const char apache::geode::client::_exception_name_CacheExistsException[] = "apache::geode::client::" "CacheExistsException" |
Thrown when an attempt is made to create an existing cache.
const char apache::geode::client::_exception_name_CacheListenerException[] = "apache::geode::client::" "CacheListenerException" |
Thrown when the cache listener throws an exception.
const char apache::geode::client::_exception_name_CacheLoaderException[] = "apache::geode::client::" "CacheLoaderException" |
Thrown when the cache loader aborts the operation.
const char apache::geode::client::_exception_name_CacheProxyException[] = "apache::geode::client::" "CacheProxyException" |
Thrown when there is an error in the cache proxy.
const char apache::geode::client::_exception_name_CacheServerException[] = "apache::geode::client::" "CacheServerException" |
Thrown when an exception occurs on the cache server.
const char apache::geode::client::_exception_name_CacheWriterException[] = "apache::geode::client::" "CacheWriterException" |
Thrown when the cache writer aborts the operation.
const char apache::geode::client::_exception_name_CacheXmlException[] = "apache::geode::client::" "CacheXmlException" |
Thrown when the cache xml is incorrect.
const char apache::geode::client::_exception_name_ClassCastException[] = "apache::geode::client::" "ClassCastException" |
Thrown when a cast operation fails.
const char apache::geode::client::_exception_name_CommitConflictException[] = "apache::geode::client::" "CommitConflictException" |
Thrown when a commit fails due to a write conflict.
const char apache::geode::client::_exception_name_ConcurrentModificationException[] = "apache::geode::client::" "ConcurrentModificationException" |
Thrown when a concurrent operation fails.
const char apache::geode::client::_exception_name_CqClosedException[] = "apache::geode::client::" "CqClosedException" |
Thrown if the Cq on which the operaion performed is closed.
const char apache::geode::client::_exception_name_CqException[] = "apache::geode::client::" "CqException" |
Thrown during continuous query execution time.
const char apache::geode::client::_exception_name_CqExistsException[] = "apache::geode::client::" "CqExistsException" |
Thrown if a Cq by this name already exists on this client.
const char apache::geode::client::_exception_name_CqInvalidException[] = "apache::geode::client::" "CqInvalidException" |
Thrown if the query doesnot meet the CQ constraints.
E.g.:Query string should refer only one region, join not supported. The query must be a SELECT statement. DISTINCT queries are not supported. Projections are not supported. Only one iterator in the FROM clause is supported, and it must be a region path. Bind parameters in the query are not supported for the initial release.
const char apache::geode::client::_exception_name_CqQueryException[] = "apache::geode::client::" "CqQueryException" |
Thrown if the Cq Query failed.
const char apache::geode::client::_exception_name_DiskCorruptException[] = "apache::geode::client::" "DiskCorruptException" |
Thrown by the persistence manager when the data.
to be read from disk is corrupt.
const char apache::geode::client::_exception_name_DiskFailureException[] = "apache::geode::client::" "DiskFailureException" |
Thrown by the persistence manager when a write fails due to disk failure.
const char apache::geode::client::_exception_name_DuplicateDurableClientException[] = "apache::geode::client::" "DuplicateDurableClientException" |
Thrown when two durable connect with same Id.
const char apache::geode::client::_exception_name_EntryDestroyedException[] = "apache::geode::client::" "EntryDestroyedException" |
Thrown when an operation is attempted on a destroyed entry.
const char apache::geode::client::_exception_name_EntryExistsException[] = "apache::geode::client::" "EntryExistsException" |
Thrown when attempt is made to create an existing entry.
const char apache::geode::client::_exception_name_EntryNotFoundException[] = "apache::geode::client::" "EntryNotFoundException" |
Thrown when an operation is attempted on a non-existent entry.
const char apache::geode::client::_exception_name_FatalInternalException[] = "apache::geode::client::" "FatalInternalException" |
Thrown when there is a fatal internal exception in geode.
const char apache::geode::client::_exception_name_FileNotFoundException[] = "apache::geode::client::" "FileNotFoundException" |
Thrown when a non-existing file is accessed.
const char apache::geode::client::_exception_name_FunctionExecutionException[] = "apache::geode::client::" "FunctionExecutionException" |
Thrown if function execution failed.
const char apache::geode::client::_exception_name_GeodeConfigException[] = "apache::geode::client::" "GeodeConfigException" |
Thrown when geode configuration file is incorrect.
const char apache::geode::client::_exception_name_GeodeIOException[] = "apache::geode::client::" "GeodeIOException" |
Thrown when there is an input/output error.
const char apache::geode::client::_exception_name_IllegalArgumentException[] = "apache::geode::client::" "IllegalArgumentException" |
Thrown when an argument to a method is illegal.
const char apache::geode::client::_exception_name_IllegalStateException[] = "apache::geode::client::" "IllegalStateException" |
Thrown when the state of cache is manipulated to be illegal.
const char apache::geode::client::_exception_name_InitFailedException[] = "apache::geode::client::" "InitFailedException" |
Thrown when persistence manager fails to initialize.
const char apache::geode::client::_exception_name_InterruptedException[] = "apache::geode::client::" "InterruptedException" |
Thrown when an operation is interrupted.
const char apache::geode::client::_exception_name_InvalidDeltaException[] = "apache::geode::client::" "InvalidDeltaException" |
Thrown if Delta could not be applied.
const char apache::geode::client::_exception_name_KeyNotFoundException[] = "apache::geode::client::" "KeyNotFoundException" |
Thrown if a Key is not present in the region.
const char apache::geode::client::_exception_name_LeaseExpiredException[] = "apache::geode::client::" "LeaseExpiredException" |
Thrown when lease of cache proxy has expired.
const char apache::geode::client::_exception_name_MessageException[] = "apache::geode::client::" "MessageException" |
Thrown when an unknown message is received from the server.
const char apache::geode::client::_exception_name_NoAvailableLocatorsException[] = "apache::geode::client::" "NoAvailableLocatorsException" |
Thrown if the No locators are active to reply for new connection.
const char apache::geode::client::_exception_name_NoSystemException[] = "apache::geode::client::" "NoSystemException" |
Thrown when the connecting target is not running.
const char apache::geode::client::_exception_name_NotAuthorizedException[] = "apache::geode::client::" "NotAuthorizedException" |
Thrown when a non authorized operation is done.
const char apache::geode::client::_exception_name_NotConnectedException[] = "apache::geode::client::" "NotConnectedException" |
Thrown when an operation is attempted before connecting to the distributed system.
const char apache::geode::client::_exception_name_NotOwnerException[] = "apache::geode::client::" "NotOwnerException" |
Thrown when an attempt is made to release a lock not owned by the thread.
const char apache::geode::client::_exception_name_NullPointerException[] = "apache::geode::client::" "NullPointerException" |
Thrown when a null argument is provided to a method where it is expected to be non-null.
const char apache::geode::client::_exception_name_OutOfMemoryException[] = "apache::geode::client::" "OutOfMemoryException" |
Thrown when the system cannot allocate any more memory.
const char apache::geode::client::_exception_name_OutOfRangeException[] = "apache::geode::client::" "OutOfRangeException" |
Thrown when bound of array/vector etc.
is exceeded.
const char apache::geode::client::_exception_name_PutAllPartialResultException[] = "apache::geode::client::" "PutAllPartialResultException" |
Thrown if putAll operation with single hop succeeded partially.
const char apache::geode::client::_exception_name_QueryException[] = "apache::geode::client::" "QueryException" |
Thrown when query exception occurs at the server.
const char apache::geode::client::_exception_name_RegionCreationFailedException[] = "apache::geode::client::" "RegionCreationFailedException" |
Thrown when a region creation operation fails.
const char apache::geode::client::_exception_name_RegionDestroyedException[] = "apache::geode::client::" "RegionDestroyedException" |
Thrown when an operation is attempted on a destroyed region.
const char apache::geode::client::_exception_name_RegionExistsException[] = "apache::geode::client::" "RegionExistsException" |
Thrown when an attempt is made to create an existing region.
const char apache::geode::client::_exception_name_RollbackException[] = "apache::geode::client::" "RollbackException" |
The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only.
const char apache::geode::client::_exception_name_ShutdownFailedException[] = "apache::geode::client::" "ShutdownFailedException" |
Thrown when persistence manager fails to close properly.
const char apache::geode::client::_exception_name_StatisticsDisabledException[] = "apache::geode::client::" "StatisticsDisabledException" |
Thrown when statistics are invoked for a region where they are disabled.
const char apache::geode::client::_exception_name_TimeoutException[] = "apache::geode::client::" "TimeoutException" |
Thrown when a timout occurs.
const char apache::geode::client::_exception_name_TransactionDataNodeHasDepartedException[] = "apache::geode::client::" "TransactionDataNodeHasDepartedException" |
Thrown when the transactional data host has shutdown or no longer has the data being modified by the transaction.
This can be thrown while doing transactional operations or during commit.
const char apache::geode::client::_exception_name_TransactionDataRebalancedException[] = "apache::geode::client::" "TransactionDataRebalancedException" |
Thrown when a RebalanceOperation occurs concurrently with a transaction.
This can be thrown while doing transactional operations or during commit.
const char apache::geode::client::_exception_name_TransactionException[] = "apache::geode::client::" "TransactionException" |
This is for all Exceptions that may be thrown by a Geode transaction.
const char apache::geode::client::_exception_name_UnknownException[] = "apache::geode::client::" "UnknownException" |
An unknown exception occurred.
const char apache::geode::client::_exception_name_UnsupportedOperationException[] = "apache::geode::client::" "UnsupportedOperationException" |
Thrown when an operation unsupported by the current configuration is attempted.
const char apache::geode::client::_exception_name_WrongRegionScopeException[] = "apache::geode::client::" "WrongRegionScopeException" |
Thrown when a region is created in an incorrect scope.