Uses of Class
one.microstream.persistence.exceptions.PersistenceExceptionTransfer
-
Packages that use PersistenceExceptionTransfer Package Description one.microstream.com one.microstream.persistence.binary.internal one.microstream.persistence.types one.microstream.storage.types -
-
Uses of PersistenceExceptionTransfer in one.microstream.com
Methods in one.microstream.com that throw PersistenceExceptionTransfer Modifier and Type Method Description XGettingCollection<? extends M>
ComPersistenceChannel.Abstract. read()
XGettingCollection<? extends M>
ComPersistenceChannel.Abstract. readByObjectIds(PersistenceIdSet[] objectIds)
void
ComPersistenceChannel.Abstract. write(M data)
-
Uses of PersistenceExceptionTransfer in one.microstream.persistence.binary.internal
Methods in one.microstream.persistence.binary.internal that throw PersistenceExceptionTransfer Modifier and Type Method Description XGettingCollection<? extends Binary>
BinaryFileSource. read()
XGettingCollection<? extends Binary>
BinaryFileStorage. read()
XGettingCollection<? extends Binary>
BinaryFileSource. readByObjectIds(PersistenceIdSet[] oids)
XGettingCollection<? extends Binary>
BinaryFileStorage. readByObjectIds(PersistenceIdSet[] oids)
void
BinaryFileStorage. write(Binary data)
void
BinaryFileTarget. write(Binary chunk)
-
Uses of PersistenceExceptionTransfer in one.microstream.persistence.types
Methods in one.microstream.persistence.types that throw PersistenceExceptionTransfer Modifier and Type Method Description XGettingCollection<? extends M>
PersistenceSource. read()
A general, unspecific read, e.g.XGettingCollection<? extends M>
PersistenceSource. readByObjectIds(PersistenceIdSet[] oids)
void
PersistenceTarget. write(M data)
-
Uses of PersistenceExceptionTransfer in one.microstream.storage.types
Methods in one.microstream.storage.types that throw PersistenceExceptionTransfer Modifier and Type Method Description XGettingCollection<? extends Binary>
EmbeddedStorageBinarySource.Default. read()
XGettingCollection<? extends Binary>
EmbeddedStorageBinarySource. read()
XGettingCollection<? extends Binary>
EmbeddedStorageBinarySource.Default. readByObjectIds(PersistenceIdSet[] oids)
XGettingCollection<? extends Binary>
EmbeddedStorageBinarySource. readByObjectIds(PersistenceIdSet[] oids)
void
EmbeddedStorageBinaryTarget.Default. write(Binary data)
void
EmbeddedStorageBinaryTarget. write(Binary data)
-