Uses of Class
org.apache.ignite.internal.processors.cache.DynamicCacheChangeRequest
-
Packages that use DynamicCacheChangeRequest Package Description org.apache.ignite.internal.managers.discovery TODO.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of DynamicCacheChangeRequest in org.apache.ignite.internal.managers.discovery
Method parameters in org.apache.ignite.internal.managers.discovery with type arguments of type DynamicCacheChangeRequest Modifier and Type Method Description voidGridDiscoveryManager. clientCacheStartEvent(UUID reqId, @Nullable Map<String,DynamicCacheChangeRequest> startReqs, @Nullable Set<String> cachesToClose) -
Uses of DynamicCacheChangeRequest in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return DynamicCacheChangeRequest Modifier and Type Method Description @NotNull DynamicCacheChangeRequestGridCacheProcessor. createStopRequest(String cacheName, boolean restart, IgniteUuid restartId, boolean destroy)Prepares cache stop request.DynamicCacheChangeRequestExchangeActions.CacheActionData. request()static DynamicCacheChangeRequestDynamicCacheChangeRequest. stopRequest(GridKernalContext ctx, String cacheName, boolean sql, boolean destroy)Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type DynamicCacheChangeRequest Modifier and Type Method Description Collection<DynamicCacheChangeRequest>DynamicCacheChangeBatch. requests()Methods in org.apache.ignite.internal.processors.cache with parameters of type DynamicCacheChangeRequest Modifier and Type Method Description voidExchangeActions. addCacheToStop(DynamicCacheChangeRequest req, DynamicCacheDescriptor desc)voidGridCacheProcessor. completeCacheStartFuture(DynamicCacheChangeRequest req, boolean success, @Nullable Throwable err)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type DynamicCacheChangeRequest Modifier and Type Method Description voidGridCacheProcessor. completeProxyRestart(Map<String,DynamicCacheChangeRequest> reqs, AffinityTopologyVersion initVer, AffinityTopologyVersion doneVer)@NotNull IgniteInternalFuture<?>GridCacheProcessor. dynamicChangeCaches(List<DynamicCacheChangeRequest> reqs)Starts cache stop request as cache change batch.voidGridCacheProcessor. registrateProxyRestart(Map<String,DynamicCacheChangeRequest> reqs, GridFutureAdapter<?> fut)Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type DynamicCacheChangeRequest Constructor Description ClientCacheChangeDummyDiscoveryMessage(SecurityContext secCtx, UUID reqId, @Nullable Map<String,DynamicCacheChangeRequest> startReqs, @Nullable Set<String> cachesToClose)DynamicCacheChangeBatch(Collection<DynamicCacheChangeRequest> reqs)
-