|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheOperationProvider | |
|---|---|
| com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
| com.hazelcast.cache.impl.client | Hazelcast JSR-107 aka JCache implementation Client Requests |
| com.hazelcast.client.impl.protocol.task.cache | Client protocol tasks implementations for JCache |
| Uses of CacheOperationProvider in com.hazelcast.cache.impl |
|---|
| Classes in com.hazelcast.cache.impl that implement CacheOperationProvider | |
|---|---|
class |
DefaultOperationProvider
Provide operations other then InMemoryFormat.NATIVE |
| Fields in com.hazelcast.cache.impl with type parameters of type CacheOperationProvider | |
|---|---|
protected ConcurrentMap<String,CacheOperationProvider> |
AbstractCacheService.operationProviderCache
|
| Methods in com.hazelcast.cache.impl that return CacheOperationProvider | |
|---|---|
CacheOperationProvider |
AbstractCacheService.getCacheOperationProvider(String nameWithPrefix,
InMemoryFormat inMemoryFormat)
|
CacheOperationProvider |
ICacheService.getCacheOperationProvider(String nameWithPrefix,
InMemoryFormat storageType)
Creates cache operations according to the storage-type of the cache |
| Uses of CacheOperationProvider in com.hazelcast.cache.impl.client |
|---|
| Methods in com.hazelcast.cache.impl.client that return CacheOperationProvider | |
|---|---|
protected CacheOperationProvider |
AbstractCacheRequest.getOperationProvider()
|
| Uses of CacheOperationProvider in com.hazelcast.client.impl.protocol.task.cache |
|---|
| Methods in com.hazelcast.client.impl.protocol.task.cache that return CacheOperationProvider | |
|---|---|
protected CacheOperationProvider |
AbstractCacheMessageTask.getOperationProvider(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||