Package org.redisson.api
Interface RDestroyable
- All Known Subinterfaces:
RClientSideCaching
,RDelayedQueue<V>
,RDoubleAdder
,RListMultimapCache<K,
,V> RLocalCachedMap<K,
,V> RLongAdder
,RMap<K,
,V> RMapCache<K,
,V> RMapCacheNative<K,
,V> RMapCacheNativeReactive<K,
,V> RMapCacheNativeRx<K,
,V> RMapCacheReactive<K,
,V> RMapCacheRx<K,
,V> RSetCache<V>
,RSetCacheReactive<V>
,RSetCacheRx<V>
,RSetMultimapCache<K,
,V> RTimeSeries<V,
L>
- All Known Implementing Classes:
MapCacheNativeWrapper
,RedissonClientSideCaching
,RedissonDelayedQueue
,RedissonDoubleAdder
,RedissonListMultimapCache
,RedissonLocalCachedMap
,RedissonLongAdder
,RedissonMap
,RedissonMapCache
,RedissonMapCacheNative
,RedissonSetCache
,RedissonSetMultimapCache
,RedissonTimeSeries
,RedissonTransactionalLocalCachedMap
,RedissonTransactionalMap
,RedissonTransactionalMapCache
,RedissonTransactionalSetCache
public interface RDestroyable
All objects that implement this interface
should be destroyed via
destroy()
method.- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
Destroys object when it's not necessary anymore.
-
Method Details
-
destroy
void destroy()Destroys object when it's not necessary anymore.
-