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) |
protected void |
onKernalStart0() |
protected void |
onKernalStop0(boolean cancel) |
void |
onReconnected(boolean clusterRestarted) |
void |
onRemoved(GridCacheSetProxy set) |
<T> @Nullable GridCacheQueueProxy<T> |
queue(String name,
int cap,
boolean colloc,
boolean create) |
<T> @Nullable GridCacheQueueProxy<T> |
queue0(String name,
int cap,
boolean colloc,
boolean create) |
void |
removeSetData(IgniteUuid id,
boolean separated) |
<T> @Nullable IgniteSet<T> |
set(String name,
boolean colloc,
boolean create,
boolean separated) |
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> @Nullable 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> @Nullable 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.@Nullable public <T> @Nullable IgniteSet<T> set(String name, boolean colloc, boolean create, boolean separated) throws IgniteCheckedException
name - Set name.colloc - Collocated flag.create - Create flag.separated - Separated cache flag.IgniteCheckedException - If failed.public boolean knownType(Object obj)
obj - Object.Truepublic void removeSetData(IgniteUuid id, boolean separated) throws IgniteCheckedException
id - Set ID.separated - Separated cache flag.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020