Uses of Class
com.db4o.ext.Db4oIOException
-
-
Uses of Db4oIOException in com.db4o
Methods in com.db4o that throw Db4oIOException Modifier and Type Method Description voidObjectContainer. activate(java.lang.Object obj, int depth)Activates all members on a stored object to the specified depth.voidEmbeddedObjectContainer. backup(java.lang.String path)Backs up a database file of an open ObjectContainer.booleanObjectContainer. close()Closes the ObjectContainer.voidObjectContainer. commit()Commits the running transaction.voidObjectContainer. delete(java.lang.Object obj)Deletes a stored object permanently from the database.static ObjectContainerDb4o. openClient(Configuration config, java.lang.String hostName, int port, java.lang.String user, java.lang.String password)Deprecated.See theDb4oClientServerclass in db4o client server library for methods to open db4o servers and db4o clients.static ObjectContainerDb4o. openClient(java.lang.String hostName, int port, java.lang.String user, java.lang.String password)Deprecated.See theDb4oClientServerclass in db4o client server library for methods to open db4o servers and db4o clients.static ObjectContainerDb4o. openFile(Configuration config, java.lang.String databaseFileName)Deprecated.static ObjectContainerDb4o. openFile(java.lang.String databaseFileName)Deprecated.static EmbeddedObjectContainerDb4oEmbedded. openFile(EmbeddedConfiguration config, java.lang.String databaseFileName)Opens anObjectContaineron the specified database file for local use.static EmbeddedObjectContainerDb4oEmbedded. openFile(java.lang.String databaseFileName)Same (from java) as callingDb4oEmbedded.openFile(EmbeddedConfiguration, String)with a fresh configuration (Db4oEmbedded.newConfiguration()).static ObjectServerDb4o. openServer(Configuration config, java.lang.String databaseFileName, int port)Deprecated.See the Db4oClientServer class in db4o client server library for methods to open db4o servers and db4o clients.static ObjectServerDb4o. openServer(java.lang.String databaseFileName, int port)Deprecated.See theDb4oClientServerclass in db4o client server library for methods to open db4o servers and db4o clients.<TargetType>
ObjectSet<TargetType>ObjectContainer. query(Predicate<TargetType> predicate)Native Query Interface.
Make sure that you include the db4o-nqopt-java.jar and bloat.jar in your classpath when using native queries.<TargetType>
ObjectSet<TargetType>ObjectContainer. query(Predicate<TargetType> predicate, QueryComparator<TargetType> comparator)Native Query Interface.<TargetType>
ObjectSet<TargetType>ObjectContainer. query(Predicate<TargetType> predicate, java.util.Comparator<TargetType> comparator)Native Query Interface.<TargetType>
ObjectSet<TargetType>ObjectContainer. query(java.lang.Class<TargetType> clazz)Queries for all instances of a class.<T> ObjectSet<T>ObjectContainer. queryByExample(java.lang.Object template)Query-By-Example interface to retrieve objects.voidObjectContainer. rollback()Rolls back the running transaction. -
Uses of Db4oIOException in com.db4o.config
Methods in com.db4o.config that throw Db4oIOException Modifier and Type Method Description ObjectContainerLegacyClientServerFactory. openClient(Configuration config, java.lang.String hostName, int port, java.lang.String user, java.lang.String password)ObjectServerLegacyClientServerFactory. openServer(Configuration config, java.lang.String databaseFileName, int port) -
Uses of Db4oIOException in com.db4o.cs.config
Methods in com.db4o.cs.config that throw Db4oIOException Modifier and Type Method Description ObjectContainerClientServerFactory. openClient(ClientConfiguration config, java.lang.String hostName, int port, java.lang.String user, java.lang.String password)ObjectServerClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port) -
Uses of Db4oIOException in com.db4o.cs.internal
Methods in com.db4o.cs.internal that throw Db4oIOException Modifier and Type Method Description voidSocket4Adapter. close()voidSocket4Adapter. flush()Socket4AdapterSocket4Adapter. openParalellSocket()intSocket4Adapter. read(byte[] buffer, int bufferOffset, int byteCount)voidSocket4Adapter. write(byte[] bytes)voidSocket4Adapter. write(byte[] bytes, int offset, int count) -
Uses of Db4oIOException in com.db4o.cs.internal.config
Methods in com.db4o.cs.internal.config that throw Db4oIOException Modifier and Type Method Description ObjectContainerLegacyClientServerFactoryImpl. openClient(Configuration config, java.lang.String hostName, int port, java.lang.String user, java.lang.String password)ObjectContainerStandardClientServerFactory. openClient(ClientConfiguration clientConfig, java.lang.String hostName, int port, java.lang.String user, java.lang.String password)ObjectServerLegacyClientServerFactoryImpl. openServer(Configuration config, java.lang.String databaseFileName, int port)ObjectServerStandardClientServerFactory. openServer(ServerConfiguration config, java.lang.String databaseFileName, int port) -
Uses of Db4oIOException in com.db4o.cs.internal.messages
Methods in com.db4o.cs.internal.messages that throw Db4oIOException Modifier and Type Method Description static MsgMsg. readMessage(MessageDispatcher messageDispatcher, Transaction trans, Socket4Adapter socket)protected static StatefulBufferMsg. readMessageBuffer(Transaction trans, Socket4Adapter socket)protected static StatefulBufferMsg. readMessageBuffer(Transaction trans, Socket4Adapter socket, int length) -
Uses of Db4oIOException in com.db4o.ext
Subclasses of Db4oIOException in com.db4o.ext Modifier and Type Class Description classEmergencyShutdownReadOnlyExceptionA previous IO exception has switched the database file to read-only mode for controlled shutdown.Methods in com.db4o.ext that throw Db4oIOException Modifier and Type Method Description voidExtObjectContainer. activate(java.lang.Object obj)activates an object with the current activation strategy.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.voidExtObjectContainer. backupSync(Storage targetStorage, java.lang.String path)backs up a database file of an open ObjectContainer.voidExtObjectContainer. backupSync(java.lang.String path)backs up a database file of an open ObjectContainer.<T> TExtObjectContainer. getByUUID(Db4oUUID uuid)returns a stored object for aDb4oUUID. -
Uses of Db4oIOException in com.db4o.internal
Methods in com.db4o.internal that throw Db4oIOException Modifier and Type Method Description voidObjectContainerSession. activate(java.lang.Object obj)voidObjectContainerSession. activate(java.lang.Object obj, int depth)abstract voidExternalObjectContainer. backup(Storage targetStorage, java.lang.String path)voidIoAdaptedObjectContainer. backup(Storage targetStorage, java.lang.String path)voidObjectContainerBase. backup(java.lang.String path)voidObjectContainerSession. backup(Storage storage, java.lang.String path)voidObjectContainerSession. backup(java.lang.String path)abstract voidExternalObjectContainer. backupSync(Storage targetStorage, java.lang.String path)voidIoAdaptedObjectContainer. backupSync(Storage targetStorage, java.lang.String path)voidObjectContainerBase. backupSync(java.lang.String path)voidObjectContainerSession. backupSync(Storage storage, java.lang.String path)voidObjectContainerSession. backupSync(java.lang.String path)booleanObjectContainerSession. close()voidObjectContainerSession. commit()ByteArrayBufferObjectContainerBase. decryptedBufferByAddress(int address, int length)voidClassMetadata. delete(DeleteContext context)voidObjectContainerSession. delete(java.lang.Object obj)voidOpenTypeHandler. delete(DeleteContext context)voidPrimitiveTypeMetadata. delete(DeleteContext context)java.lang.ObjectObjectContainerSession. getByUUID(Db4oUUID uuid)protected abstract voidObjectContainerBase. openImpl()ObjectSetObjectContainerSession. query(Predicate predicate)<T> ObjectSet<T>ObjectContainerSession. query(Predicate<T> predicate, QueryComparator<T> comparator)ObjectSetObjectContainerSession. query(Predicate predicate, java.util.Comparator comparator)ObjectSetObjectContainerSession. query(java.lang.Class clazz)ObjectSetObjectContainerSession. queryByExample(java.lang.Object template)voidStatefulBuffer. read()voidIoAdaptedObjectContainer. readBytes(byte[] bytes, int address, int length)voidIoAdaptedObjectContainer. readBytes(byte[] bytes, int address, int addressOffset, int length)abstract voidObjectContainerBase. readBytes(byte[] a_bytes, int a_address, int a_length)abstract voidObjectContainerBase. readBytes(byte[] bytes, int address, int addressOffset, int length)ByteArrayBufferByteArrayBuffer. readEmbeddedObject(Transaction trans)voidByteArrayBuffer. readEncrypt(ObjectContainerBase stream, int address)java.lang.ObjectFieldMetadata. readIndexEntry(ObjectIdContext context)java.lang.ObjectIndexableTypeHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectIndexableTypeHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer writer)StatefulBufferObjectContainerBase. readWriterByAddress(Transaction a_trans, int address, int length)voidObjectContainerSession. rollback() -
Uses of Db4oIOException in com.db4o.internal.collections
Methods in com.db4o.internal.collections that throw Db4oIOException Modifier and Type Method Description voidBigSetTypeHandler. delete(DeleteContext context) -
Uses of Db4oIOException in com.db4o.internal.fileheader
Methods in com.db4o.internal.fileheader that throw Db4oIOException Modifier and Type Method Description abstract voidTimerFileLock. checkIfOtherSessionAlive(LocalObjectContainer container, int address, int offset, long lastAccessTime)voidTimerFileLockDisabled. checkIfOtherSessionAlive(LocalObjectContainer container, int address, int offset, long lastAccessTime)voidTimerFileLockEnabled. checkIfOtherSessionAlive(LocalObjectContainer container, int address, int offset, long lastAccessTime)abstract voidFileHeader. close()voidNewFileHeaderBase. close()abstract voidTimerFileLock. close()voidTimerFileLockEnabled. close()abstract voidFileHeader. initNew(LocalObjectContainer file)voidNewFileHeaderBase. initNew(LocalObjectContainer file)abstract voidTimerFileLock. start()voidTimerFileLockEnabled. start() -
Uses of Db4oIOException in com.db4o.internal.handlers
Methods in com.db4o.internal.handlers that throw Db4oIOException Modifier and Type Method Description voidStandardReferenceTypeHandler. collectIDs(QueryingReadContext context)voidNullFieldAwareTypeHandler. delete(DeleteContext context)voidPlainObjectHandler. delete(DeleteContext context)voidStandardReferenceTypeHandler. delete(DeleteContext context)voidStringBasedValueTypeHandlerBase. delete(DeleteContext context)java.lang.ObjectPrimitiveHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectStandardReferenceTypeHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectStringHandler. readIndexEntry(ObjectIdContext context)java.lang.ObjectStringHandler0. readIndexEntry(ObjectIdContext context)java.lang.ObjectStringHandler. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer)This readIndexEntry method reads from the parent slot.java.lang.ObjectStringHandler0. readIndexEntryFromObjectSlot(MarshallerFamily mf, StatefulBuffer buffer) -
Uses of Db4oIOException in com.db4o.internal.handlers.array
Methods in com.db4o.internal.handlers.array that throw Db4oIOException Modifier and Type Method Description voidArrayHandler. delete(DeleteContext context)voidArrayHandler0. delete(DeleteContext context) -
Uses of Db4oIOException in com.db4o.io
Methods in com.db4o.io that throw Db4oIOException Modifier and Type Method Description voidBlockAwareBin. blockCopy(int oldAddress, int oldAddressOffset, int newAddress, int newAddressOffset, int length)copies a block within a file in block modeintBlockAwareBin. blockRead(int address, byte[] buffer)reads a buffer at the seeked addressintBlockAwareBin. blockRead(int address, byte[] bytes, int length)implement to read a buffer at the seeked addressintBlockAwareBin. blockRead(int address, int offset, byte[] buffer)reads a buffer at the seeked addressintBlockAwareBin. blockRead(int address, int offset, byte[] bytes, int length)implement to read a buffer at the seeked addressvoidBlockAwareBin. blockWrite(int address, byte[] buffer)reads a buffer at the seeked addressvoidBlockAwareBin. blockWrite(int address, byte[] bytes, int length)implement to read a buffer at the seeked addressvoidBlockAwareBin. blockWrite(int address, int offset, byte[] buffer)reads a buffer at the seeked addressvoidBlockAwareBin. blockWrite(int address, int offset, byte[] bytes, int length)implement to read a buffer at the seeked addressvoidFileStorage.FileBin. close()voidBlockAwareBin. copy(long oldAddress, long newAddress, int length)copies a block within a file in absolute modelongFileStorage.FileBin. length()BinCachingStorage. open(BinConfiguration config)opens a Bin for the given URI.BinFileStorage. open(BinConfiguration config)opens aBinon the specified URI (file system path).BinMemoryStorage. open(BinConfiguration config)opens a MemoryBin for the given URI (name can be freely chosen).BinPagingMemoryStorage. open(BinConfiguration config)opens a MemoryBin for the given URI (name can be freely chosen).BinStorage. open(BinConfiguration config)opens aBinto store db4o database data.BinStorageDecorator. open(BinConfiguration config)intBlockAwareBin. read(long pos, byte[] buffer)reads a buffer at the seeked addressintFileStorage.FileBin. read(long pos, byte[] bytes, int length)intMemoryBin. read(long pos, byte[] bytes, int length)intPagingMemoryBin. read(long pos, byte[] buffer, int length)voidFileStorage.FileBin. sync()voidMemoryBin. sync()voidPagingMemoryBin. sync()voidBlockAwareBin. write(long pos, byte[] bytes)writes a buffer to the seeked addressvoidFileStorage.FileBin. write(long pos, byte[] buffer, int length)voidMemoryBin. write(long pos, byte[] buffer, int length)for internal processing only.voidPagingMemoryBin. write(long pos, byte[] buffer, int length)Constructors in com.db4o.io that throw Db4oIOException Constructor Description FileBin(BinConfiguration config) -
Uses of Db4oIOException in com.db4o.typehandlers
Methods in com.db4o.typehandlers that throw Db4oIOException Modifier and Type Method Description voidCollectionTypeHandler. delete(DeleteContext context)voidHashtableTypeHandler. delete(DeleteContext context)voidIgnoreFieldsTypeHandler. delete(DeleteContext context)voidMapTypeHandler. delete(DeleteContext context)voidTypeHandler4. delete(DeleteContext context)gets called when an object gets deleted.voidVectorTypeHandler. delete(DeleteContext context) -
Uses of Db4oIOException in com.db4o.typehandlers.internal
Methods in com.db4o.typehandlers.internal that throw Db4oIOException Modifier and Type Method Description voidTreeSetTypeHandler. delete(DeleteContext context)voidUnmodifiableListTypeHandler. delete(DeleteContext context)
-