Uses of Interface
com.exonum.binding.core.proxy.CloseableNativeProxy
| Package | Description |
|---|---|
| com.exonum.binding.core.proxy | |
| com.exonum.binding.core.service | |
| 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 classAbstractCloseableNativeProxyA proxy of a native object. -
Uses of CloseableNativeProxy in com.exonum.binding.core.service
Classes in com.exonum.binding.core.service that implement CloseableNativeProxy Modifier and Type Class Description classNodeProxyAn 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 interfaceDatabaseRepresents an underlying Exonum Storage database.Classes in com.exonum.binding.core.storage.database that implement CloseableNativeProxy Modifier and Type Class Description classTemporaryDbA 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 classTestKitTestKit for testing blockchain services.