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 void
Stores.setGlobalStore
(EtchStore store) Sets the global store for this JVM. -
Uses of EtchStore in etch
Modifier and TypeMethodDescriptionstatic EtchStore
Creates an EtchStore using a specified file.static EtchStore
EtchStore.createTemp()
Create an Etch store using a new temporary file with a generated prefixstatic EtchStore
EtchStore.createTemp
(String prefix) Create an Etch store using a new temporary file with the given prefix