Uses of Class
org.lmdbjava.CopyFlags
-
-
Uses of CopyFlags in org.lmdbjava
Methods in org.lmdbjava that return CopyFlags Modifier and Type Method Description static CopyFlags
CopyFlags. valueOf(String name)
Returns the enum constant of this type with the specified name.static CopyFlags[]
CopyFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.lmdbjava with parameters of type CopyFlags Modifier and Type Method Description void
Env. copy(File path, CopyFlags... flags)
Copies an LMDB environment to the specified destination path.
-