The TransactionId interface is a "marker" interface that represents a unique Geode transaction.
More...
Inherits apache::geode::client::SharedBase.
The TransactionId interface is a "marker" interface that represents a unique Geode transaction.
- See also
- Cache::getCacheTransactionManager
-
CacheTransactionManager::getTransactionId
void apache::geode::client::SharedBase::preserveSB |
( |
| ) |
const |
|
inherited |
Atomically increment reference count.
int32_t apache::geode::client::SharedBase::refCount |
( |
| ) |
|
|
inlineinherited |
- Returns
- the reference count
void apache::geode::client::SharedBase::releaseSB |
( |
| ) |
const |
|
inherited |
Atomically decrement reference count, the SharedBase object is automatically deleted when its reference count goes to zero.