| 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) |
com.thinkaurelius.titan.graphdb.database.StandardTitanGraph.ModificationSummary |
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 |
|---|---|
StaticBuffer |
TransactionLogHeader.serializeModifications(Serializer serializer,
LogTxStatus status,
StandardTitanTx tx,
Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations) |
| Modifier and Type | Method and Description |
|---|---|
StandardTitanTx |
ManagementSystem.getWrappedTx() |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
ManagementSystem.getGraphIndexDirect(String name,
StandardTitanTx transaction) |
| 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 InternalRelation |
ModificationDeserializer.parseRelation(TransactionLogHeader.Modification modification,
StandardTitanTx tx) |
| Modifier and Type | Field and Description |
|---|---|
protected StandardTitanTx |
VertexJobConverter.tx |
| Modifier and Type | Method and Description |
|---|---|
static StandardTitanTx |
VertexJobConverter.startTransaction(StandardTitanGraph graph) |
| Constructor and Description |
|---|
QueryContainer(StandardTitanTx tx) |
| Modifier and Type | Field and Description |
|---|---|
protected StandardTitanTx |
IndexUpdateJob.writeTx |
| 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 Iterable<TitanEdge> |
QueryUtil.getEdges(StandardTitanTx tx,
PropertyKey key,
Object equalityCondition) |
static Iterable<TitanEdge> |
QueryUtil.getEdges(StandardTitanTx tx,
String key,
Object equalityCondition) |
static InternalRelationType |
QueryUtil.getType(StandardTitanTx tx,
String typeName) |
static Iterable<TitanVertex> |
QueryUtil.getVertices(StandardTitanTx tx,
PropertyKey key,
Object equalityCondition) |
static Iterable<TitanVertex> |
QueryUtil.getVertices(StandardTitanTx tx,
String key,
Object equalityCondition) |
| Constructor and Description |
|---|
GraphCentricQueryBuilder(StandardTitanTx tx,
IndexSerializer serializer) |
IndexQueryBuilder(StandardTitanTx tx,
IndexSerializer serializer) |
| Modifier and Type | Field and Description |
|---|---|
protected StandardTitanTx |
BasicVertexCentricQueryBuilder.tx
Transaction in which this query is executed
|
| Constructor and Description |
|---|
BasicVertexCentricQueryBuilder(StandardTitanTx tx) |
MultiVertexCentricQueryBuilder(StandardTitanTx tx) |
SimpleVertexQueryProcessor(VertexCentricQuery query,
StandardTitanTx tx) |
VertexArrayList(StandardTitanTx tx) |
VertexLongList(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,
String name,
IndexSerializer indexSerializer,
AttributeHandler attributeHandler) |
StandardPropertyKeyMaker(StandardTitanTx tx,
String name,
IndexSerializer indexSerializer,
AttributeHandler attributeHandler) |
StandardRelationTypeMaker(StandardTitanTx tx,
String name,
IndexSerializer indexSerializer,
AttributeHandler 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(CompositeIndexType index,
Object[] values,
StandardTitanTx tx) |
static Iterable<? extends org.apache.tinkerpop.gremlin.structure.Element> |
IndexHelper.getQueryResults(CompositeIndexType 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) |
PreloadedVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
StandardVertex(StandardTitanTx tx,
long id,
byte lifecycle) |
Copyright © 2012–2015. All rights reserved.