org.apache.accumulo.server.tabletserver
public class LargestFirstMemoryManager extends Object implements MemoryManager
Modifier and Type | Method and Description |
---|---|
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.
|
void |
tabletClosed(KeyExtent extent)
This method is called when a tablet is closed.
|
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
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.