return btreePlusElementMgr.backup(identifier, maxBackup);
}
@Override
public String getStorageFileName() throws HeapException {
final IFileForStorable fileForStorable = btreePlusElementMgr
.getFileForStorable();
final File file = fileForStorable.getFile();
return file.getAbsolutePath();
}