public class Iq80DBFactory extends Object implements DBFactory
| Modifier and Type | Field and Description |
|---|---|
static int |
CPU_DATA_MODEL |
static Iq80DBFactory |
factory |
static boolean |
USE_MMAP |
static String |
VERSION |
| Constructor and Description |
|---|
Iq80DBFactory() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(byte[] value) |
static byte[] |
bytes(String value) |
void |
destroy(File path,
Options options) |
DB |
open(File path,
Options options) |
void |
repair(File path,
Options options) |
String |
toString() |
public static final int CPU_DATA_MODEL
public static final boolean USE_MMAP
public static final String VERSION
public static final Iq80DBFactory factory
public DB open(File path, Options options) throws IOException
open in interface DBFactoryIOExceptionpublic void destroy(File path, Options options) throws IOException
destroy in interface DBFactoryIOExceptionpublic void repair(File path, Options options) throws IOException
repair in interface DBFactoryIOExceptionpublic static byte[] bytes(String value)
public static String asString(byte[] value)
Copyright © 2011–2019. All rights reserved.