Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Method and Description |
---|---|
TitanGraphQuery |
TitanGraphQuery.has(String key,
com.tinkerpop.blueprints.Query.Compare relation,
Object value)
The returned element must have a property for the given key that matches the condition according to the
specified relation
|
TitanGraphQuery |
TitanGraphQuery.has(String key,
com.thinkaurelius.titan.graphdb.query.keycondition.Relation relation,
Object condition)
The returned element must have a property for the given key that matches the condition according to the
specified relation
|
TitanGraphQuery |
TitanGraphQuery.has(TitanKey key,
com.thinkaurelius.titan.graphdb.query.keycondition.Relation relation,
Object condition)
The returned element must have a property for the given key that matches the condition according to the
specified relation
|
TitanGraphQuery |
TitanGraphQuery.limit(long max)
Limits the size of the returned result set
|
TitanGraphQuery |
TitanTransaction.query() |
TitanGraphQuery |
TitanGraph.query()
Returns a
TitanGraphQuery to query for vertices or edges in the graph by their properties. |
Copyright © 2012-2013. All Rights Reserved.