Uses of Interface
com.exonum.binding.core.proxy.CloseableNativeProxy
Package | Description |
---|---|
com.exonum.binding.core.proxy | |
com.exonum.binding.core.runtime | |
com.exonum.binding.core.storage.database | |
com.exonum.binding.testkit |
-
Uses of CloseableNativeProxy in com.exonum.binding.core.proxy
Classes in com.exonum.binding.core.proxy that implement CloseableNativeProxy Modifier and Type Class Description class
AbstractCloseableNativeProxy
A proxy of a native object. -
Uses of CloseableNativeProxy in com.exonum.binding.core.runtime
Classes in com.exonum.binding.core.runtime that implement CloseableNativeProxy Modifier and Type Class Description class
NodeProxy
An Exonum node context. -
Uses of CloseableNativeProxy in com.exonum.binding.core.storage.database
Subinterfaces of CloseableNativeProxy in com.exonum.binding.core.storage.database Modifier and Type Interface Description interface
Database
Represents an underlying Exonum Storage database.Classes in com.exonum.binding.core.storage.database that implement CloseableNativeProxy Modifier and Type Class Description class
TemporaryDb
A MerkleDB which stores its data in the temporary directory for testing purposes. -
Uses of CloseableNativeProxy in com.exonum.binding.testkit
Classes in com.exonum.binding.testkit that implement CloseableNativeProxy Modifier and Type Class Description class
TestKit
TestKit for testing blockchain services.