| 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) |
Long |
BackendTransaction.indexQueryCount(String index,
IndexQuery query) |
| Modifier and Type | Method and Description |
|---|---|
IndexQuery |
IndexQuery.setLimit(int limit) |
IndexQuery |
IndexQuery.updateLimit(int newLimit) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
IndexTransaction.query(IndexQuery query)
Deprecated.
use
IndexTransaction.queryStream(IndexQuery query) instead. |
Stream<String> |
IndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx)
Executes the given query against the index.
|
Long |
IndexTransaction.queryCount(IndexQuery query) |
Long |
IndexProvider.queryCount(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx) |
Stream<String> |
IndexTransaction.queryStream(IndexQuery query) |
| Modifier and Type | Method and Description |
|---|---|
Stream<String> |
MetricInstrumentedIndexProvider.query(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx) |
Long |
MetricInstrumentedIndexProvider.queryCount(IndexQuery query,
KeyInformation.IndexRetriever information,
BaseTransaction tx) |
| 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–2023. All rights reserved.