Uses of Class
org.apache.tinkerpop.gremlin.server.Context
Packages that use Context
-
Uses of Context in org.apache.tinkerpop.gremlin.server.transaction
Methods in org.apache.tinkerpop.gremlin.server.transaction with parameters of type ContextModifier and TypeMethodDescriptionFuture<?>UnmanagedTransaction.submit(FutureTask<Void> task, Context context) Submits a task to be executed within this transaction's thread context.