public void reserveStorageSpace(long byteCount)
     throws DatabaseReadOnlyException, NotSupportedException {
   _config.reserveStorageSpace(byteCount);
 }