Uses of Class
com.exonum.binding.core.storage.database.Fork
-
Packages that use Fork Package Description com.exonum.binding.core.runtime com.exonum.binding.core.storage.database -
-
Uses of Fork in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime that return Fork Modifier and Type Method Description ForkAccessFactory. createFork(long nativeHandle, Cleaner cleaner)Creates a new owning fork.ForkAccessProxyFactory. createFork(long nativeHandle, Cleaner cleaner) -
Uses of Fork in com.exonum.binding.core.storage.database
Methods in com.exonum.binding.core.storage.database that return Fork Modifier and Type Method Description ForkDatabase. createFork(Cleaner cleaner)Creates a new database fork.ForkTemporaryDb. createFork(Cleaner cleaner)static ForkFork. newInstance(long nativeHandle, boolean owningHandle, Cleaner cleaner)Creates a new Fork proxy.static ForkFork. newInstance(long nativeHandle, Cleaner cleaner)Creates a new owning Fork proxy.Methods in com.exonum.binding.core.storage.database with parameters of type Fork Modifier and Type Method Description voidTemporaryDb. merge(Fork fork)Applies the changes from the given fork to the database state.
-