Uses of Class
etch.EtchStore
Packages that use EtchStore
Package
Description
Etch database for convergent immutable storage
Convex network transaction types.
-
Uses of EtchStore in convex.core.store
Methods in convex.core.store with parameters of type EtchStoreModifier and TypeMethodDescriptionstatic voidStores.setGlobalStore(EtchStore store) Sets the global store for this JVM. -
Uses of EtchStore in etch
Modifier and TypeMethodDescriptionstatic EtchStoreCreates an EtchStore using a specified file.static EtchStoreEtchStore.createTemp()Create an Etch store using a new temporary file with a generated prefixstatic EtchStoreEtchStore.createTemp(String prefix) Create an Etch store using a new temporary file with the given prefix