| Modifier and Type | Method and Description |
|---|---|
Iterable<RawQuery.Result> |
IndexSerializer.executeQuery(IndexQueryBuilder query,
ElementCategory resultType,
BackendTransaction backendTx,
StandardTitanTx transaction) |
| Modifier and Type | Method and Description |
|---|---|
static ElementCategory |
ElementCategory.getByClazz(Class<? extends org.apache.tinkerpop.gremlin.structure.Element> clazz) |
static ElementCategory |
ElementCategory.getByName(String name) |
static ElementCategory |
ElementCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementCategory[] |
ElementCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ElementCategory |
GraphCentricQuery.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
GraphCentricQuery |
GraphCentricQueryBuilder.constructQuery(ElementCategory resultType) |
GraphCentricQuery |
GraphCentricQueryBuilder.constructQueryWithoutProfile(ElementCategory resultType) |
static GraphCentricQuery |
GraphCentricQuery.emptyQuery(ElementCategory resultType) |
| Constructor and Description |
|---|
GraphCentricQuery(ElementCategory resultType,
Condition<TitanElement> condition,
OrderList orders,
BackendQueryHolder<JointIndexQuery> indexQuery,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<Object,? extends TitanElement> |
StandardTitanTx.getConversionFunction(ElementCategory elementCategory) |
| Modifier and Type | Method and Description |
|---|---|
ElementCategory |
IndexType.getElement() |
| Modifier and Type | Method and Description |
|---|---|
ElementCategory |
IndexTypeWrapper.getElement() |
Copyright © 2012–2015. All rights reserved.