Uses of Class
com.db4o.io.MemoryBin
-
Packages that use MemoryBin Package Description com.db4o.internal com.db4o.io -
-
Uses of MemoryBin in com.db4o.internal
Constructors in com.db4o.internal with parameters of type MemoryBin Constructor Description TransportObjectContainer(ObjectContainerBase parent, MemoryBin memoryFile)
-
Uses of MemoryBin in com.db4o.io
Methods in com.db4o.io that return MemoryBin Modifier and Type Method Description MemoryBin
MemoryStorage. bin(java.lang.String uri)
Returns the memory bin for the given URI for external use.Methods in com.db4o.io with parameters of type MemoryBin Modifier and Type Method Description void
MemoryStorage. bin(java.lang.String uri, MemoryBin bin)
Registers the given bin for this storage with the given URI.
-