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, waitcheckConnection, createIndexDefinitions, deleteRecursive, get, getChildren, storepublic boolean validPath(String path)
NoSqlAdaptervalidPath in interface NoSqlAdapterpath - Pathpublic Iterator<NoSqlData> query(String query, String language)
NoSqlAdapterquery in interface NoSqlAdapterquery - Querylanguage - Query languageCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.