Interface ClientTxAwareRequest
-
- All Known Implementing Classes:
ClientCacheClearKeyRequest,ClientCacheClearKeysRequest,ClientCacheContainsKeyRequest,ClientCacheContainsKeysRequest,ClientCacheGetAllRequest,ClientCacheGetAndPutIfAbsentRequest,ClientCacheGetAndPutRequest,ClientCacheGetAndRemoveRequest,ClientCacheGetAndReplaceRequest,ClientCacheGetRequest,ClientCacheGetSizeRequest,ClientCacheInvokeAllRequest,ClientCacheInvokeRequest,ClientCacheKeyRequest,ClientCacheKeysRequest,ClientCacheKeyValueRequest,ClientCacheLocalPeekRequest,ClientCachePutAllConflictRequest,ClientCachePutAllRequest,ClientCachePutIfAbsentRequest,ClientCachePutRequest,ClientCacheRemoveAllConflictRequest,ClientCacheRemoveIfEqualsRequest,ClientCacheRemoveKeyRequest,ClientCacheRemoveKeysRequest,ClientCacheReplaceIfEqualsRequest,ClientCacheReplaceRequest,ClientCacheScanQueryRequest,ClientCacheSqlFieldsQueryRequest,ClientCacheSqlQueryRequest
public interface ClientTxAwareRequestInterface for transaction aware requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTransactional()Request was made under transaction.inttxId()Gets transaction ID.
-