| Modifier and Type | Method and Description |
|---|---|
static boolean |
StandardTitanGraph.acquireLock(InternalRelation relation,
int pos,
boolean acquireLocksConfig) |
void |
StandardTitanGraph.assignID(InternalRelation relation) |
Collection<IndexSerializer.IndexUpdate> |
IndexSerializer.getIndexUpdates(InternalRelation relation) |
Entry |
EdgeSerializer.writeRelation(InternalRelation relation,
InternalRelationType type,
int position,
TypeInspector tx) |
Entry |
EdgeSerializer.writeRelation(InternalRelation relation,
int position,
TypeInspector tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanGraph.commit(Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations,
StandardTitanTx tx) |
void |
StandardTitanGraph.commit(Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations,
StandardTitanTx tx) |
Collection<IndexSerializer.IndexUpdate> |
IndexSerializer.getIndexUpdates(InternalVertex vertex,
Collection<InternalRelation> updatedProperties) |
boolean |
StandardTitanGraph.prepareCommit(Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations,
com.google.common.base.Predicate<InternalRelation> filter,
BackendTransaction mutator,
StandardTitanTx tx,
boolean acquireLocks) |
boolean |
StandardTitanGraph.prepareCommit(Collection<InternalRelation> addedRelations,
Collection<InternalRelation> deletedRelations,
com.google.common.base.Predicate<InternalRelation> filter,
BackendTransaction mutator,
StandardTitanTx tx,
boolean acquireLocks) |
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 |
|---|---|
void |
VertexIDAssigner.assignID(InternalRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
void |
VertexIDAssigner.assignIDs(Iterable<InternalRelation> addedRelations) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
FulgoraVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
List<InternalRelation> |
FulgoraNeighborVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FulgoraVertex.addRelation(InternalRelation e) |
boolean |
FulgoraNeighborVertex.addRelation(InternalRelation e) |
void |
FulgoraVertex.removeRelation(InternalRelation e) |
void |
FulgoraNeighborVertex.removeRelation(InternalRelation e) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
FulgoraVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
List<InternalRelation> |
FulgoraNeighborVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
| Modifier and Type | Method and Description |
|---|---|
InternalRelation |
InternalRelation.it() |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
InternalVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query)
Returns an iterable over all newly added relations incident on this vertex that match the given predicate
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InternalVertex.addRelation(InternalRelation e)
Add a new relation to the vertex
|
void |
InternalVertex.removeRelation(InternalRelation e)
Deleted relation e from the adjacency list of this vertex and updates the state of the vertex to reflect
the modification.
|
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
InternalVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query)
Returns an iterable over all newly added relations incident on this vertex that match the given predicate
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEdge |
class |
AbstractProperty |
class |
AbstractTypedRelation |
class |
CacheEdge |
class |
CacheProperty |
class |
StandardEdge |
class |
StandardProperty |
| Modifier and Type | Method and Description |
|---|---|
InternalRelation |
CacheEdge.it() |
InternalRelation |
CacheProperty.it() |
InternalRelation |
AbstractTypedRelation.it() |
| Modifier and Type | Method and Description |
|---|---|
int |
RelationComparator.compare(InternalRelation r1,
InternalRelation r2) |
| Modifier and Type | Method and Description |
|---|---|
static InternalRelation |
RelationConstructor.readRelation(InternalVertex vertex,
Entry data,
EdgeSerializer serializer,
TypeInspector types,
VertexFactory vertexFac) |
static InternalRelation |
RelationConstructor.readRelation(InternalVertex vertex,
Entry data,
StandardTitanTx tx) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardTitanTx.removeRelation(InternalRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InternalRelation> |
SimpleAddedRelations.getAll() |
Collection<InternalRelation> |
SimpleBufferAddedRelations.getAll() |
Collection<InternalRelation> |
AddedRelationsContainer.getAll()
This method returns all relations in this container.
|
List<InternalRelation> |
ConcurrentAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
SimpleAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
SimpleBufferAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
ConcurrentBufferAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
AddedRelationsContainer.getView(com.google.common.base.Predicate<InternalRelation> filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConcurrentAddedRelations.add(InternalRelation relation) |
boolean |
SimpleAddedRelations.add(InternalRelation relation) |
boolean |
SimpleBufferAddedRelations.add(InternalRelation relation) |
boolean |
ConcurrentBufferAddedRelations.add(InternalRelation relation) |
boolean |
AddedRelationsContainer.add(InternalRelation relation) |
boolean |
ConcurrentAddedRelations.remove(InternalRelation relation) |
boolean |
SimpleAddedRelations.remove(InternalRelation relation) |
boolean |
SimpleBufferAddedRelations.remove(InternalRelation relation) |
boolean |
ConcurrentBufferAddedRelations.remove(InternalRelation relation) |
boolean |
AddedRelationsContainer.remove(InternalRelation relation) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
ConcurrentAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
SimpleAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
SimpleBufferAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
ConcurrentBufferAddedRelations.getView(com.google.common.base.Predicate<InternalRelation> filter) |
List<InternalRelation> |
AddedRelationsContainer.getView(com.google.common.base.Predicate<InternalRelation> filter) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
EmptyVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EmptyVertex.addRelation(InternalRelation e) |
void |
EmptyVertex.removeRelation(InternalRelation e) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
EmptyVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
StandardVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardVertex.addRelation(InternalRelation r) |
void |
StandardVertex.removeRelation(InternalRelation r) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalRelation> |
StandardVertex.getAddedRelations(com.google.common.base.Predicate<InternalRelation> query) |
| Constructor and Description |
|---|
RemovableRelationIterable(Iterable<InternalRelation> iter) |
RemovableRelationIterator(Iterator<InternalRelation> iter) |
Copyright © 2012–2014. All rights reserved.