Uses of Interface
one.microstream.persistence.types.PersistenceChannel
-
Packages that use PersistenceChannel Package Description one.microstream.com one.microstream.com.binary one.microstream.persistence.binary.internal one.microstream.persistence.types -
-
Uses of PersistenceChannel in one.microstream.com
Subinterfaces of PersistenceChannel in one.microstream.com Modifier and Type Interface Description interface
ComPersistenceChannel<C,D>
Classes in one.microstream.com that implement PersistenceChannel Modifier and Type Class Description static class
ComPersistenceChannel.Abstract<C,D>
-
Uses of PersistenceChannel in one.microstream.com.binary
Subinterfaces of PersistenceChannel in one.microstream.com.binary Modifier and Type Interface Description interface
ComPersistenceChannelBinary<C>
Classes in one.microstream.com.binary that implement PersistenceChannel Modifier and Type Class Description static class
ComPersistenceChannelBinary.Abstract<C>
static class
ComPersistenceChannelBinary.Default
-
Uses of PersistenceChannel in one.microstream.persistence.binary.internal
Classes in one.microstream.persistence.binary.internal that implement PersistenceChannel Modifier and Type Class Description class
BinaryFileStorage
-
Uses of PersistenceChannel in one.microstream.persistence.types
Methods in one.microstream.persistence.types with parameters of type PersistenceChannel Modifier and Type Method Description F
PersistenceFoundation.Default. setPersistenceChannel(PersistenceChannel<D> persistenceChannel)
F
PersistenceFoundation. setPersistenceChannel(PersistenceChannel<D> persistenceChannel)
-