|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
public class LargestFirstMemoryManager
Method Summary | |
---|---|
MemoryManagementActions |
getMemoryManagementActions(List<TabletState> tablets)
An implementation of this function will be called periodically by accumulo and should return a list of tablets to minor compact. |
void |
init(ServerConfiguration conf)
Initialize the memory manager. |
static void |
main(String[] args)
|
void |
tabletClosed(KeyExtent extent)
This method is called when a tablet is closed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void init(ServerConfiguration conf)
MemoryManager
init
in interface MemoryManager
public MemoryManagementActions getMemoryManagementActions(List<TabletState> tablets)
MemoryManager
getMemoryManagementActions
in interface MemoryManager
public void tabletClosed(KeyExtent extent)
MemoryManager
tabletClosed
in interface MemoryManager
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |