Uses of Interface
com.hazelcast.cache.impl.CacheOperationProvider

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 
 

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()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.