| Package | Description |
|---|---|
| com.mware.core.model.search | |
| com.mware.ge | |
| com.mware.ge.query | |
| com.mware.ge.store | |
| com.mware.ge.store.kv |
| Modifier and Type | Method and Description |
|---|---|
protected EnumSet<GeObjectType> |
VertexSearchRunner.getResultType() |
protected EnumSet<GeObjectType> |
EdgeSearchRunner.getResultType() |
protected EnumSet<GeObjectType> |
ElementSearchRunner.getResultType() |
protected abstract EnumSet<GeObjectType> |
GeObjectSearchRunnerBase.getResultType() |
protected EnumSet<GeObjectType> |
ExtendedDataSearchRunner.getResultType() |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<GeObjectType> |
GeObjectType.ALL |
static EnumSet<GeObjectType> |
GeObjectType.ELEMENTS |
| Modifier and Type | Method and Description |
|---|---|
static GeObjectType |
GeObjectType.getTypeFromElement(Element element) |
static GeObjectType |
GeObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeObjectType[] |
GeObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsIterable<? extends GeObject> |
QueryBase.search(EnumSet<GeObjectType> objectTypes,
FetchHints fetchHints) |
QueryResultsIterable<? extends GeObject> |
Query.search(EnumSet<GeObjectType> objectTypes,
FetchHints fetchHints) |
QueryResultsIterable<? extends GeObject> |
EmptyResultsGraphQuery.search(EnumSet<GeObjectType> objectTypes,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractStorableGraph.addMutations(GeObjectType objectType,
StoreMutation... mutations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KVStoreGraph.addMutations(GeObjectType objectType,
StoreMutation... mutations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.