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.comMethods 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)voidComPersistenceChannel.Abstract. write(D data)
- 
Uses of PersistenceExceptionTransfer in one.microstream.persistence.binary.internalMethods 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)voidBinaryFileTarget. write(Binary chunk)voidBinaryStorageChannel. write(Binary data)
- 
Uses of PersistenceExceptionTransfer in one.microstream.persistence.typesMethods 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)voidPersistenceTarget. write(D data)
- 
Uses of PersistenceExceptionTransfer in one.microstream.storage.typesMethods 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)voidEmbeddedStorageBinaryTarget.Default. write(Binary data)voidEmbeddedStorageBinaryTarget. write(Binary data)