RegionDestroy Method (CacheableKey, IGFSerializable) |
Namespace: GemStone.GemFire.Cache
Exception | Condition |
---|---|
IllegalArgumentException | if key is null |
CacheServerException | If an exception is received from the Java cache server. Only for Native Client regions. |
NotConnectedException | if not connected to the GemFire system because the client cannot establish usable connections to any of the servers given to it. For pools configured with locators, if no locators are available, innerException of NotConnectedException is set to NoAvailableLocatorsException. |
TimeoutException | if the operation timed out |
RegionDestroyedException | if this region has been destroyed |
Destroy removes not only the value, but also the key and entry from this region.
The destroy is propogated to the Gemfire cache server to which it is connected with.
Does not update any CacheStatistics.