Interface OnDemandTabletUnloader
- All Known Implementing Classes:
LastAccessTimeOnDemandTabletUnloader
public interface OnDemandTabletUnloader
Object used by the TabletServer to determine which on-demand Tablets to unload for a Table
- Since:
- 4.0.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementations will evaluate each entry returned fromOnDemandTabletUnloader.UnloaderParams.getLastAccessTimes()and callOnDemandTabletUnloader.UnloaderParams.setOnDemandTabletsToUnload(Set)with the onDemand tablets that should be unloaded by the TabletServer
-
Method Details
-
evaluate
Implementations will evaluate each entry returned fromOnDemandTabletUnloader.UnloaderParams.getLastAccessTimes()and callOnDemandTabletUnloader.UnloaderParams.setOnDemandTabletsToUnload(Set)with the onDemand tablets that should be unloaded by the TabletServer- Parameters:
params- UnloaderParams object- Since:
- 4.0.0
-