Package | Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationProvider
Provide operations other then
InMemoryFormat.NATIVE |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,CacheOperationProvider> |
AbstractCacheService.operationProviderCache |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheOperationProvider |
AbstractCacheService.createOperationProvider(String nameWithPrefix,
InMemoryFormat inMemoryFormat) |
protected CacheOperationProvider |
CacheService.createOperationProvider(String nameWithPrefix,
InMemoryFormat inMemoryFormat) |
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
|
Modifier and Type | Method and Description |
---|---|
protected CacheOperationProvider |
AbstractCacheRequest.getOperationProvider() |
Modifier and Type | Method and Description |
---|---|
protected CacheOperationProvider |
AbstractCacheMessageTask.getOperationProvider(String name) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.