[jira] [Created] (IGNITE-7448) destroy*() API for datastructures

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7448) destroy*() API for datastructures

Anton Vinogradov (Jira)
Alexander Belyak created IGNITE-7448:
----------------------------------------

             Summary: destroy*() API for datastructures
                 Key: IGNITE-7448
                 URL: https://issues.apache.org/jira/browse/IGNITE-7448
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.3, 2.2, 2.1, 2.0, 1.9, 1.8, 1.7, 1.6
         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






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