public abstract class AbstractNoSqlAdapter extends Object implements NoSqlAdapter
NoSqlAdapter
.Constructor and Description |
---|
AbstractNoSqlAdapter() |
Modifier and Type | Method and Description |
---|---|
Iterator<NoSqlData> |
query(String query,
String language)
Query for data.
|
boolean |
validPath(String path)
True if the given path is valid and supported by the NoSQL database.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkConnection, createIndexDefinitions, deleteRecursive, get, getChildren, store
public boolean validPath(String path)
NoSqlAdapter
validPath
in interface NoSqlAdapter
path
- Pathpublic Iterator<NoSqlData> query(String query, String language)
NoSqlAdapter
query
in interface NoSqlAdapter
query
- Querylanguage
- Query languageCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.