public interface DataAccessService
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
SnapshotMap |
commit(DataGraph[] dataGraphs,
String username) |
SnapshotMap |
commit(DataGraph dataGraph,
String username) |
int |
count(Query query) |
int[] |
count(Query[] queries) |
DataGraph[] |
find(Query query) |
List<DataGraph[]> |
find(Query[] queries) |
DataGraph[] |
find(Query query,
int maxResults) |
void |
initialize() |
void initialize()
void close()
int count(Query query)
int[] count(Query[] queries)
SnapshotMap commit(DataGraph dataGraph, String username)
SnapshotMap commit(DataGraph[] dataGraphs, String username)
Copyright © 2017. All rights reserved.