Uses of Class
com.exonum.binding.core.storage.database.TemporaryDb
-
Packages that use TemporaryDb Package Description com.exonum.binding.core.service com.exonum.binding.core.storage.database -
-
Uses of TemporaryDb in com.exonum.binding.core.service
Methods in com.exonum.binding.core.service that return TemporaryDb Modifier and Type Method Description TemporaryDbNodeFake. getDatabase()Returns the underlying database.Constructors in com.exonum.binding.core.service with parameters of type TemporaryDb Constructor Description NodeFake(TemporaryDb database, String serviceName)Creates a new node fake with the given database and an empty public key.NodeFake(TemporaryDb database, String serviceName, com.exonum.binding.common.crypto.PublicKey publicKey)Creates a new node fake with the given database. -
Uses of TemporaryDb in com.exonum.binding.core.storage.database
Methods in com.exonum.binding.core.storage.database that return TemporaryDb Modifier and Type Method Description static TemporaryDbTemporaryDb. newInstance()Creates a new empty TemporaryDb.
-