public class DataLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_ROOT |
static String |
DESIGN_ROOT |
| Constructor and Description |
|---|
DataLoader(com.couchbase.client.CouchbaseClient couchbaseClient) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Document> |
getDocuments(InputStream dataScript) |
void |
load(InputStream dataScript) |
public static final String DATA_ROOT
public static final String DESIGN_ROOT
public DataLoader(com.couchbase.client.CouchbaseClient couchbaseClient)
public void load(InputStream dataScript)
public static Map<String,Document> getDocuments(InputStream dataScript)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.