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 voidEmbeddedObjectContainer. 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 voidConfiguration. reserveStorageSpace(long byteCount)tuning feature only: reserves a number of bytes in database files.voidFileConfiguration. 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 voidClientObjectContainer. backup(Storage targetStorage, java.lang.String path)voidClientObjectContainer. 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 voidExtObjectContainer. backup(Storage targetStorage, java.lang.String path)backs up a database file of an open ObjectContainer.voidExtObjectContainer. 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 voidExternalObjectContainer. backup(Storage targetStorage, java.lang.String path)voidObjectContainerSession. backup(Storage storage, java.lang.String path)voidObjectContainerSession. backup(java.lang.String path)voidTransportObjectContainer. backup(Storage targetStorage, java.lang.String path)abstract voidExternalObjectContainer. backupSync(Storage targetStorage, java.lang.String path)voidObjectContainerSession. backupSync(Storage storage, java.lang.String path)voidObjectContainerSession. backupSync(java.lang.String path)voidTransportObjectContainer. backupSync(Storage targetStorage, java.lang.String path)
-