Uses of Class
com.db4o.foundation.NotSupportedException
-
Packages that use NotSupportedException Package Description com.db4o com.db4o.config com.db4o.cs.internal com.db4o.ext com.db4o.internal -
-
Uses of NotSupportedException in com.db4o
Methods in com.db4o that throw NotSupportedException Modifier and Type Method Description void
EmbeddedObjectContainer. backup(java.lang.String path)
Backs up a database file of an open ObjectContainer. -
Uses of NotSupportedException in com.db4o.config
Methods in com.db4o.config that throw NotSupportedException Modifier and Type Method Description void
Configuration. reserveStorageSpace(long byteCount)
tuning feature only: reserves a number of bytes in database files.void
FileConfiguration. reserveStorageSpace(long byteCount)
tuning feature only: reserves a number of bytes in database files. -
Uses of NotSupportedException in com.db4o.cs.internal
Methods in com.db4o.cs.internal that throw NotSupportedException Modifier and Type Method Description void
ClientObjectContainer. backup(Storage targetStorage, java.lang.String path)
void
ClientObjectContainer. backupSync(Storage targetStorage, java.lang.String path)
-
Uses of NotSupportedException in com.db4o.ext
Methods in com.db4o.ext that throw NotSupportedException Modifier and Type Method Description void
ExtObjectContainer. backup(Storage targetStorage, java.lang.String path)
backs up a database file of an open ObjectContainer.void
ExtObjectContainer. backup(java.lang.String path)
backs up a database file of an open ObjectContainer. -
Uses of NotSupportedException in com.db4o.internal
Methods in com.db4o.internal that throw NotSupportedException Modifier and Type Method Description abstract void
ExternalObjectContainer. backup(Storage targetStorage, java.lang.String path)
void
ObjectContainerSession. backup(Storage storage, java.lang.String path)
void
ObjectContainerSession. backup(java.lang.String path)
void
TransportObjectContainer. backup(Storage targetStorage, java.lang.String path)
abstract void
ExternalObjectContainer. backupSync(Storage targetStorage, java.lang.String path)
void
ObjectContainerSession. backupSync(Storage storage, java.lang.String path)
void
ObjectContainerSession. backupSync(java.lang.String path)
void
TransportObjectContainer. backupSync(Storage targetStorage, java.lang.String path)
-