public class MetadataStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_ERASER
Metadata record keys are predefined here.
|
| Modifier and Type | Method and Description |
|---|---|
OperationResult |
get(String key,
DatabaseEntry data) |
void |
openDb() |
OperationResult |
put(String key,
DatabaseEntry data) |
public static final String KEY_ERASER
public void openDb()
public OperationResult get(String key, DatabaseEntry data)
public OperationResult put(String key, DatabaseEntry data)
Copyright © 2024. All rights reserved.