| Package | Description |
|---|---|
| org.gridgain.grid.cache |
Contains main Data Grid APIs.
|
| org.gridgain.grid.kernal.processors.cache | |
| org.gridgain.grid.kernal.processors.cache.affinity |
| Modifier and Type | Method and Description |
|---|---|
GridCacheAffinity<K> |
GridCache.affinity()
Gets affinity service to provide information about data partitioning
and distribution.
|
| Modifier and Type | Method and Description |
|---|---|
GridCacheAffinity<K> |
GridCacheAdapter.affinity()
Gets affinity service to provide information about data partitioning
and distribution.
|
GridCacheAffinity<K> |
GridCacheProxyImpl.affinity()
Gets affinity service to provide information about data partitioning
and distribution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheAffinityImpl<K,V>
Affinity interface implementation.
|
class |
GridCacheAffinityProxy<K,V>
Affinity interface implementation.
|
| Constructor and Description |
|---|
GridCacheAffinityProxy(GridCacheContext<K,V> cctx,
GridCacheAffinity<K> delegate) |
Copyright © 2014. All rights reserved.