| Package | Description |
|---|---|
| org.janusgraph.diskstorage | |
| org.janusgraph.diskstorage.indexing | |
| org.janusgraph.diskstorage.util | |
| org.janusgraph.graphdb.database | |
| org.janusgraph.graphdb.query.graph |
| Modifier and Type | Method and Description |
|---|---|
Stream<String> |
BackendTransaction.indexQuery(String index,
IndexQuery query) |
Number |
BackendTransaction.indexQueryAggregation(String index,
IndexQuery query,
Aggregation aggregation) |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexQuery.setLimit(int limit) |
IndexQuery |
IndexQuery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
Stream<String> |
IndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx)
Executes the given query against the index.
|
Number |
IndexTransaction.queryAggregation(IndexQuery query,
Aggregation aggregation) |
Number |
IndexProvider.queryAggregation(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx,
Aggregation aggregation) |
Stream<String> |
IndexTransaction.queryStream(IndexQuery query) |
| Modifier and Type | Method and Description |
|---|---|
Stream<String> |
MetricInstrumentedIndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx) |
Number |
MetricInstrumentedIndexProvider.queryAggregation(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx,
Aggregation aggregation) |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexSerializer.getQuery(MixedIndexType index,
Condition condition,
OrderList orders) |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
JointIndexQuery.Subquery.getMixedQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
JointIndexQuery.add(MixedIndexType index,
IndexQuery query) |
Copyright © 2012–2024. All rights reserved.