| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.affinity |
| Modifier and Type | Method and Description |
|---|---|
<K> Affinity<K> |
Ignite.affinity(String cacheName)
Gets affinity service to provide information about data partitioning
and distribution.
|
| Modifier and Type | Method and Description |
|---|---|
<K> Affinity<K> |
IgniteKernal.affinity(String cacheName)
Gets affinity service to provide information about data partitioning
and distribution.
|
| Modifier and Type | Method and Description |
|---|---|
Affinity<K> |
GridCacheProxyImpl.affinity()
Gets affinity service to provide information about data partitioning
and distribution.
|
Affinity<K> |
GridCacheAdapter.affinity()
Gets affinity service to provide information about data partitioning
and distribution.
|
Affinity<K> |
IgniteInternalCache.affinity()
Gets affinity service to provide information about data partitioning
and distribution.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheEntryPredicate |
GridCacheUtils.cachePrimary(Affinity aff,
ClusterNode n) |
static <K,V> IgnitePredicate<javax.cache.Cache.Entry<K,V>> |
GridCacheUtils.cachePrimary0(Affinity<K> aff,
ClusterNode n) |
| 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,
Affinity<K> delegate) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015