Uses of Interface
org.apache.tinkerpop.gremlin.server.GraphManager
Packages that use GraphManager
Package
Description
-
Uses of GraphManager in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as GraphManagerMethods in org.apache.tinkerpop.gremlin.server that return GraphManagerModifier and TypeMethodDescriptionContext.getGraphManager()Gets the set ofGraphobjects configured in Gremlin Server.Constructors in org.apache.tinkerpop.gremlin.server with parameters of type GraphManagerModifierConstructorDescriptionContext(RequestMessage requestMessage, io.netty.channel.ChannelHandlerContext ctx, Settings settings, GraphManager graphManager, GremlinExecutor gremlinExecutor, ScheduledExecutorService scheduledExecutorService) -
Uses of GraphManager in org.apache.tinkerpop.gremlin.server.handler
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type GraphManagerModifierConstructorDescriptionHttpGremlinEndpointHandler(GremlinExecutor gremlinExecutor, GraphManager graphManager, Settings settings, TransactionManager transactionManager) -
Uses of GraphManager in org.apache.tinkerpop.gremlin.server.transaction
Constructors in org.apache.tinkerpop.gremlin.server.transaction with parameters of type GraphManagerModifierConstructorDescriptionTransactionManager(ScheduledExecutorService scheduledExecutorService, GraphManager graphManager, long idleTransactionTimeoutMillis, long maxTransactionLifetimeMillis, int maxConcurrentTransactions, long perGraphCloseMillis) Creates a new TransactionManager with the specified configuration. -
Uses of GraphManager in org.apache.tinkerpop.gremlin.server.util
Classes in org.apache.tinkerpop.gremlin.server.util that implement GraphManagerModifier and TypeClassDescriptionclassAGraphManagerthat will prevent Gremlin Server from starting if all configured graphs fail.classHolder forGraphandTraversalSourceinstances configured for the server to be passed to script engine bindings.Methods in org.apache.tinkerpop.gremlin.server.util that return GraphManagerModifier and TypeMethodDescriptionLifeCycleHook.Context.getGraphManager()Gets theGraphManagerwhich provides access to all configured graphs and traversal sources.ServerGremlinExecutor.getGraphManager()Constructors in org.apache.tinkerpop.gremlin.server.util with parameters of type GraphManager