org.apache.blur.utils
Interface GCAction


public interface GCAction

The GCAction interface is used to implement an action that needs to be taken to prevent an OutOfMemoryError exception.


Method Summary
 void takeAction()
           
 

Method Detail

takeAction

void takeAction()
                throws Exception
Throws:
Exception


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