| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull DynamicCacheChangeRequest |
GridCacheProcessor.createStopRequest(String cacheName,
boolean restart,
IgniteUuid restartId,
boolean destroy)
Prepares cache stop request.
|
DynamicCacheChangeRequest |
ExchangeActions.CacheActionData.request() |
static DynamicCacheChangeRequest |
DynamicCacheChangeRequest.stopRequest(GridKernalContext ctx,
String cacheName,
boolean sql,
boolean destroy) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DynamicCacheChangeRequest> |
DynamicCacheChangeBatch.requests() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExchangeActions.addCacheToStop(DynamicCacheChangeRequest req,
DynamicCacheDescriptor desc) |
void |
GridCacheProcessor.completeCacheStartFuture(DynamicCacheChangeRequest req,
boolean success,
@Nullable Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheProcessor.completeProxyRestart(Map<String,DynamicCacheChangeRequest> reqs,
AffinityTopologyVersion initVer,
AffinityTopologyVersion doneVer) |
@NotNull IgniteInternalFuture<?> |
GridCacheProcessor.dynamicChangeCaches(List<DynamicCacheChangeRequest> reqs)
Starts cache stop request as cache change batch.
|
void |
GridCacheProcessor.registrateProxyRestart(Map<String,DynamicCacheChangeRequest> reqs,
GridFutureAdapter<?> fut) |
| Constructor and Description |
|---|
DynamicCacheChangeBatch(Collection<DynamicCacheChangeRequest> reqs) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021