org.apache.accumulo.server.tabletserver
public class LargestFirstMemoryManager extends Object implements MemoryManager
| Constructor and Description |
|---|
LargestFirstMemoryManager() |
| 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)
MemoryManagerinit in interface MemoryManagerpublic MemoryManagementActions getMemoryManagementActions(List<TabletState> tablets)
MemoryManagergetMemoryManagementActions in interface MemoryManagerpublic void tabletClosed(KeyExtent extent)
MemoryManagertabletClosed in interface MemoryManagerCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.