public class CacheDataStructuresManager extends GridCacheManagerAdapter
cctx, log| Constructor and Description |
|---|
CacheDataStructuresManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEntryUpdated(KeyCacheObject key,
boolean rmv)
Entry update callback.
|
protected void |
onKernalStart0() |
protected void |
onKernalStop0(boolean cancel) |
void |
onPartitionEvicted(int part)
Partition evicted callback.
|
<T> GridCacheQueueProxy<T> |
queue(String name,
int cap,
boolean colloc,
boolean create) |
<T> GridCacheQueueProxy<T> |
queue0(String name,
int cap,
boolean colloc,
boolean create) |
void |
removeSetData(IgniteUuid id) |
<T> IgniteSet<T> |
set(String name,
boolean colloc,
boolean create) |
GridConcurrentHashSet<GridCacheSetItemKey> |
setData(IgniteUuid id) |
context, kernalStartInfo, kernalStopInfo, log, onKernalStart, onKernalStop, printMemoryStats, start, start0, startInfo, stop, stop0, stopInfo, toStringprotected void onKernalStart0()
throws IgniteCheckedException
onKernalStart0 in class GridCacheManagerAdapterIgniteCheckedException - If failed.protected void onKernalStop0(boolean cancel)
onKernalStop0 in class GridCacheManagerAdaptercancel - Cancel flag.@Nullable public <T> GridCacheQueueProxy<T> queue(String name, int cap, boolean colloc, boolean create) throws IgniteCheckedException
name - Queue name.cap - Capacity.colloc - Collocated flag.create - Create flag.IgniteCheckedException - If failed.@Nullable public <T> GridCacheQueueProxy<T> queue0(String name, int cap, boolean colloc, boolean create) throws IgniteCheckedException
name - Queue name.cap - Capacity.colloc - Collocated flag.create - Create flag.IgniteCheckedException - If failed.public void onEntryUpdated(KeyCacheObject key, boolean rmv)
key - Key.rmv - True if entry was removed.public void onPartitionEvicted(int part)
part - Partition number.@Nullable public <T> IgniteSet<T> set(String name, boolean colloc, boolean create) throws IgniteCheckedException
name - Set name.colloc - Collocated flag.create - Create flag.IgniteCheckedException - If failed.@Nullable public GridConcurrentHashSet<GridCacheSetItemKey> setData(IgniteUuid id)
id - Set ID.public void removeSetData(IgniteUuid id) throws IgniteCheckedException
id - Set ID.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015