| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
StandardTitanGraph.newTransaction(TransactionConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.closeTransaction(StandardTitanTx tx) |
void |
StandardTitanGraph.commit(Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations,
StandardTitanTx tx) |
Iterable<RawQuery.Result> |
IndexSerializer.executeQuery(IndexQueryBuilder query,
ElementCategory resultType,
BackendTransaction backendTx,
StandardTitanTx transaction) |
IndexSerializer.IndexInfoRetriever |
IndexSerializer.getIndexInfoRetriever(StandardTitanTx tx) |
boolean |
StandardTitanGraph.prepareCommit(Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations,
com.google.common.base.Predicate<InternalRelation> filter,
BackendTransaction mutator,
StandardTitanTx tx,
boolean acquireLocks) |
| Modifier and Type | Method and Description |
|---|---|
Long |
StandardSchemaCache.getSchemaId(String schemaName,
StandardTitanTx tx) |
Long |
MetricInstrumentedSchemaCache.getSchemaId(String schemaName,
StandardTitanTx tx) |
Long |
SchemaCache.getSchemaId(String schemaName,
StandardTitanTx tx) |
EntryList |
StandardSchemaCache.getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
EntryList |
MetricInstrumentedSchemaCache.getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
EntryList |
SchemaCache.getSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
Long |
SchemaCache.StoreRetrieval.retrieveSchemaByName(String typeName,
StandardTitanTx tx) |
EntryList |
SchemaCache.StoreRetrieval.retrieveSchemaRelations(long schemaId,
BaseRelationType type,
com.tinkerpop.blueprints.Direction dir,
StandardTitanTx tx) |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
ManagementSystem.getGraphIndexDirect(String name,
StandardTitanTx transaction) |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
FulgoraNeighborVertex.tx() |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
InternalElement.tx()
Returns the transaction to which the element is currently bound or should be refreshed into
|
| Modifier and Type | Method and Description |
|---|---|
static int |
QueryUtil.adjustLimitForTxModifications(StandardTitanTx tx,
int uncoveredAndConditions,
int limit) |
static <E extends TitanElement> |
QueryUtil.constraints2QNF(StandardTitanTx tx,
List<PredicateCondition<String,E>> constraints)
Prepares the constraints from the query builder into a QNF compliant condition.
|
static InternalRelationType |
QueryUtil.getType(StandardTitanTx tx,
String typeName) |
| Constructor and Description |
|---|
GraphCentricQueryBuilder(StandardTitanTx tx,
IndexSerializer serializer) |
IndexQueryBuilder(StandardTitanTx tx,
IndexSerializer serializer) |
| Modifier and Type | Field and Description |
|---|---|
protected StandardTitanTx |
AbstractVertexCentricQueryBuilder.tx
Transaction in which this query is executed
|
| Constructor and Description |
|---|
AbstractVertexCentricQueryBuilder(StandardTitanTx tx) |
MultiVertexCentricQueryBuilder(StandardTitanTx tx) |
SimpleVertexQueryProcessor(VertexCentricQuery query,
StandardTitanTx tx) |
VertexArrayList(StandardTitanTx tx) |
VertexLongList(StandardTitanTx tx,
com.carrotsearch.hppc.LongArrayList vertices,
boolean sorted) |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
AbstractTypedRelation.tx() |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
StandardTitanTx.getNextTx() |
| Modifier and Type | Method and Description |
|---|---|
static InternalRelation |
RelationConstructor.readRelation(InternalVertex vertex,
Entry data,
StandardTitanTx tx) |
static Iterable<TitanRelation> |
RelationConstructor.readRelation(InternalVertex vertex,
Iterable<Entry> data,
StandardTitanTx tx) |
static RelationCache |
RelationConstructor.readRelationCache(Entry data,
StandardTitanTx tx) |
| Constructor and Description |
|---|
VertexIterable(StandardTitanGraph graph,
StandardTitanTx tx) |
| Modifier and Type | Field and Description |
|---|---|
protected StandardTitanTx |
StandardRelationTypeMaker.tx |
| Constructor and Description |
|---|
StandardEdgeLabelMaker(StandardTitanTx tx,
IndexSerializer indexSerializer,
AttributeHandling attributeHandler) |
StandardPropertyKeyMaker(StandardTitanTx tx,
IndexSerializer indexSerializer,
AttributeHandling attributeHandler) |
StandardRelationTypeMaker(StandardTitanTx tx,
IndexSerializer indexSerializer,
AttributeHandling attributeHandler) |
StandardVertexLabelMaker(StandardTitanTx tx) |
VertexLabelVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
EmptyVertex.tx() |
| Constructor and Description |
|---|
EdgeLabelVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
PropertyKeyVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
RelationTypeVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
TitanSchemaVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
static GraphCentricQueryBuilder |
IndexHelper.getQuery(InternalIndexType index,
Object[] values,
StandardTitanTx tx) |
static Iterable<? extends com.tinkerpop.blueprints.Element> |
IndexHelper.getQueryResults(InternalIndexType index,
Object[] values,
StandardTitanTx tx) |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
AbstractVertex.tx() |
| Constructor and Description |
|---|
AbstractVertex(StandardTitanTx tx,
long id) |
CacheVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
StandardVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
Copyright © 2012–2014. All rights reserved.