You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Belyak (JIRA)" <ji...@apache.org> on 2018/01/17 11:03:01 UTC

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

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)