org.apache.accumulo.server.gc
Class SimpleGarbageCollector

java.lang.Object
  extended by org.apache.accumulo.server.gc.SimpleGarbageCollector
All Implemented Interfaces:
GCMonitorService.Iface

public class SimpleGarbageCollector
extends java.lang.Object
implements GCMonitorService.Iface


Constructor Summary
SimpleGarbageCollector(java.lang.String[] args)
           
 
Method Summary
static boolean almostOutOfMemory()
           
 GCStatus getStatus(TInfo info, AuthInfo credentials)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleGarbageCollector

public SimpleGarbageCollector(java.lang.String[] args)
                       throws java.net.UnknownHostException
Throws:
java.net.UnknownHostException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

almostOutOfMemory

public static boolean almostOutOfMemory()

getStatus

public GCStatus getStatus(TInfo info,
                          AuthInfo credentials)
Specified by:
getStatus in interface GCMonitorService.Iface


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