[ 
https://issues.apache.org/jira/browse/IGNITE-7448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladislav Pyatkov updated IGNITE-7448:
--------------------------------------
    Description: 
In public API we have ignite.destroyCache(String) and 
ingite.destroyCaches(Collection<String>) methods to destroy cache by name(s) 
and ignite.services().cancel(String) to undeploy services, but no method for 
data structures like:
 * destroyAtomicSequence()
 * destroyAtomicLong()
 * destroyAtomicReference()
 * destroyAtomicStamped()
 * destroyQueue()
 * destroySet()
 * destroySemaphore()
 * destroyCountDownLatch()

> destroy*() API for datastructures
> ---------------------------------
>
>                 Key: IGNITE-7448
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7448
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 1.6, 1.7, 1.8, 1.9, 2.0, 2.1, 2.2, 2.3
>         Environment: In public API we have ignite.destroyCache(String) and 
> ingite.destroyCaches(Collection<String>) methods to destroy cache by name(s) 
> and ignite.services().cancel(String) to undeploy services, but no method for 
> data structures like:
>  * destroyAtomicSequence()
>  * destroyAtomicLong()
>  * destroyAtomicReference()
>  * destroyAtomicStamped()
>  * destroyQueue()
>  * destroySet()
>  * destroySemaphore()
>  * destroyCountDownLatch()
>            Reporter: Alexander Belyak
>            Priority: Major
>
> In public API we have ignite.destroyCache(String) and 
> ingite.destroyCaches(Collection<String>) methods to destroy cache by name(s) 
> and ignite.services().cancel(String) to undeploy services, but no method for 
> data structures like:
>  * destroyAtomicSequence()
>  * destroyAtomicLong()
>  * destroyAtomicReference()
>  * destroyAtomicStamped()
>  * destroyQueue()
>  * destroySet()
>  * destroySemaphore()
>  * destroyCountDownLatch()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to