public class CacheDataStructuresManager extends GridCacheManagerAdapter
cctx, log, starting| Constructor and Description |
|---|
CacheDataStructuresManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
knownType(Object obj) |
void |
onDisconnected(IgniteFuture reconnectFut) |
void |
onEntryUpdated(KeyCacheObject key,
boolean rmv,
boolean keepBinary)
Entry update callback.
|
protected void |
onKernalStart0() |
protected void |
onKernalStop0(boolean cancel) |
void |
onPartitionEvicted(int part)
Partition evicted callback.
|
void |
onReconnected(boolean clusterRestarted) |
void |
onRemoved(GridCacheSetProxy set) |
<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<SetItemKey> |
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.public void onDisconnected(IgniteFuture reconnectFut)
onDisconnected in interface GridCacheManageronDisconnected in class GridCacheManagerAdapterreconnectFut - Reconnect future.public void onRemoved(GridCacheSetProxy set)
set - Set.public void onReconnected(boolean clusterRestarted)
throws IgniteCheckedException
clusterRestarted - Cluster restarted flag.IgniteCheckedException - If failed.@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, boolean keepBinary)
key - Key.rmv - True if entry was removed.keepBinary - Keep binary flag.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.public boolean knownType(Object obj)
obj - Object.True@Nullable public GridConcurrentHashSet<SetItemKey> setData(IgniteUuid id)
id - Set ID.public void removeSetData(IgniteUuid id) throws IgniteCheckedException
id - Set ID.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.6.0 Release Date : July 10 2018