| Modifier and Type | Method and Description |
|---|---|
void |
BcBootstrap.checkGraphVersion(Graph g) |
| Modifier and Type | Field and Description |
|---|---|
protected Graph |
CommandLineTool.graph |
| Modifier and Type | Method and Description |
|---|---|
Graph |
CommandLineTool.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLineTool.setGraph(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PostFileImportHandler.handle(Graph graph,
Vertex vertex,
List<BcPropertyUpdate> changedProperties,
Workspace workspace,
PropertyMetadata propertyMetadata,
Visibility visibility,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Graph |
PostMimeTypeWorker.getGraph() |
protected Graph |
DataWorker.getGraph() |
protected Graph |
TermMentionFilter.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
PostMimeTypeWorker.setGraph(Graph graph) |
void |
DataWorkerRunner.setGraph(Graph graph) |
void |
DataWorker.setGraph(Graph graph) |
void |
TermMentionFilter.setGraph(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphUpdateContext.getGraph() |
| Constructor and Description |
|---|
GraphRepository(Graph graph,
VisibilityTranslator visibilityTranslator,
TermMentionRepository termMentionRepository,
WorkQueueRepository workQueueRepository,
WebQueueRepository webQueueRepository,
Configuration configuration) |
GraphUpdateContext(Graph graph,
WorkQueueRepository workQueueRepository,
WebQueueRepository webQueueRepository,
VisibilityTranslator visibilityTranslator,
Priority priority,
User user,
Authorizations authorizations) |
| Constructor and Description |
|---|
GeRegexRepository(GraphAuthorizationRepository graphAuthorizationRepository,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
AuthorizationRepositoryBase.getGraph() |
| Constructor and Description |
|---|
AuthorizationRepositoryBase(Graph graph,
UserNotificationRepository userNotificationRepository,
WebQueueRepository webQueueRepository,
Configuration configuration) |
GeAuthorizationRepository(Graph graph,
GraphAuthorizationRepository graphAuthorizationRepository,
Configuration configuration,
UserNotificationRepository userNotificationRepository,
WebQueueRepository webQueueRepository,
LockRepository lockRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected Graph |
GeSchemaRepository.getGraph() |
protected abstract Graph |
SchemaRepositoryBase.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaRepositoryBase.definePropertyOnGraph(Graph graph,
BcPropertyBase<?> property,
Class<? extends Value> dataType,
Set<TextIndexHint> textIndexHint) |
protected void |
SchemaRepositoryBase.definePropertyOnGraph(Graph graph,
String propertyName,
Class<? extends Value> dataType,
Collection<TextIndexHint> textIndexHint,
Double boost,
boolean sortable) |
protected void |
SchemaRepositoryBase.defineRequiredProperties(Graph graph) |
| Constructor and Description |
|---|
GeSchemaRepository(Graph graph,
GraphRepository graphRepository,
VisibilityTranslator visibilityTranslator,
Configuration config,
GraphAuthorizationRepository graphAuthorizationRepository,
CacheService cacheService) |
SchemaRepositoryBase(Configuration configuration,
Graph graph,
CacheService cacheService) |
| Modifier and Type | Method and Description |
|---|---|
protected Graph |
InMemorySchemaRepository.getGraph() |
| Constructor and Description |
|---|
InMemorySchemaRepository(Graph graph,
Configuration configuration,
CacheService cacheService) |
| Modifier and Type | Field and Description |
|---|---|
protected Graph |
GeObjectSearchRunnerBase.graph |
| Modifier and Type | Method and Description |
|---|---|
protected Graph |
GeObjectSearchRunnerBase.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
TermMentionBuilder.save(Graph graph,
VisibilityTranslator visibilityTranslator,
User user,
Authorizations authorizations)
Saves the term mention to the graph.
|
| Constructor and Description |
|---|
TermMentionRepository(Graph graph,
GraphAuthorizationRepository graphAuthorizationRepository) |
TermMentionUtils(Graph graph,
VisibilityTranslator visibilityTranslator,
Authorizations authorizations,
User user) |
| Constructor and Description |
|---|
GeUserRepository(Configuration configuration,
SimpleOrmSession simpleOrmSession,
GraphAuthorizationRepository graphAuthorizationRepository,
Graph graph,
SchemaRepository schemaRepository,
UserSessionCounterRepository userSessionCounterRepository,
WorkQueueRepository workQueueRepository,
WebQueueRepository webQueueRepository,
LockRepository lockRepository,
AuthorizationRepository authorizationRepository,
PrivilegeRepository privilegeRepository) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
WorkQueueRepository.getGraph() |
| Constructor and Description |
|---|
DuplicatingWorkQueueRepository(Graph graph,
Configuration configuration,
LifeSupportService lifeSupportService) |
InMemoryWorkQueueRepository(Graph graph,
Configuration configuration) |
RabbitMQWorkQueueRepository(Graph graph,
Configuration configuration,
LifeSupportService lifeSupportService) |
WorkQueueRepository(Graph graph,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected Graph |
WorkspaceRepository.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
GeWorkspace.getVertex(Graph graph,
boolean includeHidden,
Authorizations authorizations) |
static Iterable<Vertex> |
WorkspaceEntity.toVertices(Iterable<WorkspaceEntity> workspaceEntities,
Graph graph,
Authorizations authorizations) |
| Constructor and Description |
|---|
GeWorkspaceRepository(Graph graph,
Configuration configuration,
UserRepository userRepository,
GraphAuthorizationRepository graphAuthorizationRepository,
LockRepository lockRepository,
VisibilityTranslator visibilityTranslator,
TermMentionRepository termMentionRepository,
SchemaRepository schemaRepository,
WorkQueueRepository workQueueRepository,
WebQueueRepository webQueueRepository,
AuthorizationRepository authorizationRepository) |
WorkspaceRepository(Graph graph,
Configuration configuration,
VisibilityTranslator visibilityTranslator,
TermMentionRepository termMentionRepository,
SchemaRepository schemaRepository,
WorkQueueRepository workQueueRepository,
WebQueueRepository webQueueRepository,
AuthorizationRepository authorizationRepository) |
| Constructor and Description |
|---|
GraphSimpleOrmSession(Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
PingUtil.createVertex(String remoteAddr,
long searchTime,
long retrievalTime,
Graph graph,
Authorizations authorizations) |
org.json.JSONObject |
PingUtil.getAverages(int minutes,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.gpwUpdate(Vertex vertex,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.lrpUpdate(Vertex vertex,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.retrieve(String vertexId,
Graph graph,
Authorizations authorizations) |
String |
PingUtil.search(Graph graph,
Authorizations authorizations) |
| Constructor and Description |
|---|
PingLongRunningProcess(AuthorizationRepository authorizationRepository,
UserRepository userRepository,
Graph graph,
PingUtil pingUtil) |
| Constructor and Description |
|---|
ExtendedDataAuditService(Graph graph,
UserRepository userRepository) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
GraphConfiguration.createIdGenerator(Graph graph) |
SearchIndex |
GraphConfiguration.createSearchIndex(Graph graph) |
GeSerializer |
GraphConfiguration.createSerializer(Graph graph) |
static Iterable<EdgeVertexPair> |
EdgeVertexPair.getEdgeVertexPairs(Graph graph,
String sourceVertexId,
Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphEvent.getGraph() |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryGraph |
| 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) |
QueryBase(Graph graph,
String queryString,
String logicalQuery,
Authorizations authorizations) |
VertexQueryBase(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
DefaultSearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
<T extends Element> |
DefaultSearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
<T extends Element> |
SearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteElement(Graph graph,
ElementId element,
Authorizations authorizations) |
void |
SearchIndex.deleteElement(Graph graph,
ElementId elementId,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteElements(Graph graph,
Iterable<? extends ElementId> elementIds,
Authorizations authorizations) |
default void |
SearchIndex.deleteElements(Graph graph,
Iterable<? extends ElementId> elementIds,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ElementLocation elementLocation,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.deleteExtendedData(Graph graph,
ElementLocation elementLocation,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
void |
SearchIndex.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 |
DefaultSearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
SearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
DefaultSearchIndex.drop(Graph graph) |
void |
SearchIndex.drop(Graph graph) |
void |
DefaultSearchIndex.flush(Graph graph) |
void |
SearchIndex.flush(Graph graph) |
Map<Object,Long> |
SearchIndexWithVertexPropertyCountByValue.getVertexPropertyCountByValue(Graph graph,
String propertyName,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementVisible(Graph graph,
ElementLocation elementLocation,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementVisible(Graph graph,
ElementLocation elementLocation,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
Query |
DefaultSearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
Query |
SearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
MultiVertexQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
MultiVertexQuery |
SearchIndex.queryGraph(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
GraphQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
GraphQuery |
SearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
SimilarToGraphQuery |
DefaultSearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
SimilarToGraphQuery |
SearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
VertexQuery |
DefaultSearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
VertexQuery |
SearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
void |
DefaultSearchIndex.truncate(Graph graph) |
void |
SearchIndex.truncate(Graph graph) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StorableGraph<V extends StorableVertex,E extends StorableEdge> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStorableGraph<V extends StorableVertex,E extends StorableEdge> |
| Modifier and Type | Method and Description |
|---|---|
StreamingPropertyValueStorageStrategy |
StorableGraphConfiguration.createStreamingPropertyValueStorageStrategy(Graph graph) |
| Constructor and Description |
|---|
FilesystemSPVStorageStrategy(Graph graph,
GraphConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
KVStoreGraph |
| Constructor and Description |
|---|
LazyMutableProperty(Graph graph,
GeSerializer geSerializer,
String propertyKey,
String propertyName,
byte[] propertyValue,
MetadataRef metadataRef,
Set<Visibility> hiddenVisibilities,
Visibility visibility,
long timestamp,
FetchHints fetchHints) |
| Modifier and Type | Method and Description |
|---|---|
protected Graph |
GraphToolBase.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
long |
GraphRestore.restore(Graph graph,
InputStream in,
Authorizations authorizations,
long nrRestored) |
OutputStream |
GraphBackup.save(Graph graph,
OutputStream out,
Authorizations authorizations) |
| Constructor and Description |
|---|
GeTraverser(Graph graph,
Authorizations authorizations) |
ShortestPathGeTraverser(Graph graph,
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingPropertyValueRef<T extends Graph> |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.