| 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 |
EdgeInfoEdge.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,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Constructor and Description |
|---|
EdgeInfoEdge(Graph graph,
String sourceVertexId,
EdgeInfo edgeInfo,
FetchHints fetchHints,
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() |
Graph |
ExtendedDataQueryableIterable.getGraph() |
| Constructor and Description |
|---|
DefaultExtendedDataQuery(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
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) |
ExtendedDataQueryableIterable(Graph graph,
Element element,
String tableName,
Iterable<? extends ExtendedDataRow> rows) |
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.addElementExtendedData(Graph graph,
Element element,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElementExtendedData(Graph graph,
Element element,
Iterable<ExtendedDataMutation> extendedDatas,
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.addExtendedData(Graph graph,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addExtendedData(Graph graph,
Iterable<ExtendedDataRow> extendedDatas,
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) |
void |
SearchIndex.deleteExtendedData(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
Element element,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
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) |
void |
SearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementVisible(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementVisible(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyHidden(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyHidden(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyVisible(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyVisible(Graph graph,
Element element,
Property property,
Visibility visibility,
Authorizations authorizations) |
Query |
SearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
Query |
DefaultSearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
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) |
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| 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–2018. All rights reserved.