Uses of Class
one.microstream.persistence.exceptions.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 D>
ComPersistenceChannel.Abstract. read()
XGettingCollection<? extends D>
ComPersistenceChannel.Abstract. readByObjectIds(PersistenceIdSet[] objectIds)
void
ComPersistenceChannel.Abstract. write(D 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>
BinaryStorageChannel. read()
XGettingCollection<? extends Binary>
BinaryFileSource. readByObjectIds(PersistenceIdSet[] oids)
XGettingCollection<? extends Binary>
BinaryStorageChannel. readByObjectIds(PersistenceIdSet[] oids)
void
BinaryFileTarget. write(Binary chunk)
void
BinaryStorageChannel. write(Binary data)
-
Uses of PersistenceExceptionTransfer in one.microstream.persistence.types
Methods in one.microstream.persistence.types that throw PersistenceExceptionTransfer Modifier and Type Method Description XGettingCollection<? extends D>
PersistenceSource. read()
A general, unspecific read, e.g.XGettingCollection<? extends D>
PersistenceSource. readByObjectIds(PersistenceIdSet[] oids)
void
PersistenceTarget. write(D 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)