|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemoryManager
A MemoryManager in accumulo currently determines when minor compactions should occur and when ingest should be put on hold. The goal of a memory manager implementation is to maximize ingest throughput and minimize the number of minor compactions.
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 |
tabletClosed(KeyExtent extent)
This method is called when a tablet is closed. |
Method Detail |
---|
MemoryManagementActions getMemoryManagementActions(List<TabletState> tablets)
void tabletClosed(KeyExtent extent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |