Uses of Class
one.microstream.persistence.exceptions.PersistenceExceptionTransfer
-
Uses of PersistenceExceptionTransfer in one.microstream.communication.binary.types
Methods in one.microstream.communication.binary.types that throw PersistenceExceptionTransfer Modifier and Type Method Description protected XGettingCollection<? extends Binary>
ComPersistenceChannelBinary.Default. internalRead(SocketChannel channel)
protected void
ComPersistenceChannelBinary.Default. internalWrite(SocketChannel channel, Binary chunk)
-
Uses of PersistenceExceptionTransfer in one.microstream.communication.types
Methods in one.microstream.communication.types that throw PersistenceExceptionTransfer Modifier and Type Method Description protected abstract XGettingCollection<? extends D>
ComPersistenceChannel.Abstract. internalRead(C connection)
protected abstract void
ComPersistenceChannel.Abstract. internalWrite(C channel, D data)
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.embedded.types
Methods in one.microstream.storage.embedded.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)