org.apache.accumulo.core.util
Class CleanUp

java.lang.Object
  extended by org.apache.accumulo.core.util.CleanUp

public class CleanUp
extends Object


Constructor Summary
CleanUp()
           
 
Method Summary
static void shutdownNow()
          kills all threads created by internal Accumulo singleton resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanUp

public CleanUp()
Method Detail

shutdownNow

public static void shutdownNow()
kills all threads created by internal Accumulo singleton resources. After this method is called, no accumulo client will work in the current classloader.



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.