Ejemplo n.º 1
0
 private void removeEvictables(boolean backup) {
   final int evictableSize = getEvictableSize();
   if (evictableSize < 1) {
     return;
   }
   final MapConfig mapConfig = mapContainer.getMapConfig();
   removeEvictableRecords(this, evictableSize, mapConfig, mapServiceContext, backup);
 }