| Package | Description |
|---|---|
| org.vertexium | |
| org.vertexium.event | |
| org.vertexium.property | |
| org.vertexium.query | |
| org.vertexium.search | |
| org.vertexium.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphWithSearchIndex |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphBase |
class |
GraphBaseWithSearchIndex |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphFactory.createGraph(Map<String,String> config) |
Graph |
Element.getGraph()
Gets the graph that this element belongs to.
|
Graph |
ElementBase.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
GraphConfiguration.createIdGenerator(Graph graph) |
SearchIndex |
GraphConfiguration.createSearchIndex(Graph graph) |
VertexiumSerializer |
GraphConfiguration.createSerializer(Graph graph) |
static Iterable<EdgeVertexPair> |
EdgeVertexPair.getEdgeVertexPairs(Graph graph,
String sourceVertexId,
Iterable<EdgeInfo> edgeInfos,
EnumSet<FetchHint> fetchHints,
Long endTime,
Authorizations authorizations) |
| Constructor and Description |
|---|
ElementBase(Graph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
long timestamp,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphEvent.getGraph() |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingPropertyValueRef<T extends Graph> |
| Modifier and Type | Method and Description |
|---|---|
Graph |
QueryBase.getGraph() |
| Constructor and Description |
|---|
DefaultGraphQuery(Graph graph,
String queryString,
Authorizations authorizations) |
DefaultMultiVertexQuery(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
DefaultVertexQuery(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
GraphQueryBase(Graph graph,
String[] similarToFields,
String similarToText,
Authorizations authorizations) |
GraphQueryBase(Graph graph,
String queryString,
Authorizations authorizations) |
QueryBase(Graph graph,
String[] similarToFields,
String similarToText,
Authorizations authorizations) |
QueryBase(Graph graph,
String queryString,
Authorizations authorizations) |
VertexQueryBase(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
SearchIndex.alterElementVisibility(Graph graph,
Element element,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.alterElementVisibility(Graph graph,
Element element,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
void |
SearchIndex.deleteElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteElement(Graph graph,
Element element,
Authorizations authorizations) |
default void |
SearchIndex.deleteProperties(Graph graph,
Element element,
Collection<PropertyDescriptor> propertyList,
Authorizations authorizations)
Default delete property simply calls deleteProperty in a loop.
|
void |
SearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
SearchIndex.drop(Graph graph) |
void |
DefaultSearchIndex.drop(Graph graph) |
void |
SearchIndex.flush(Graph graph) |
void |
DefaultSearchIndex.flush(Graph graph) |
Map<Object,Long> |
SearchIndexWithVertexPropertyCountByValue.getVertexPropertyCountByValue(Graph graph,
String propertyName,
Authorizations authorizations) |
MultiVertexQuery |
SearchIndex.queryGraph(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
MultiVertexQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
GraphQuery |
SearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
GraphQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
SimilarToGraphQuery |
SearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
SimilarToGraphQuery |
DefaultSearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
VertexQuery |
SearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
VertexQuery |
DefaultSearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
void |
SearchIndex.truncate(Graph graph) |
void |
DefaultSearchIndex.truncate(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ConfigurationUtils.createProvider(Graph graph,
GraphConfiguration config,
String propPrefix,
String defaultProvider) |
static <T> T |
ConfigurationUtils.createProvider(String className,
Graph graph,
GraphConfiguration config) |
Copyright © 2014–2017. All rights reserved.