public class Session extends Object
| Constructor and Description | 
|---|
| Session(String session,
       Context context,
       ConcurrentHashMap<String,Session> sessions) | 
| Modifier and Type | Method and Description | 
|---|---|
| Bindings | getBindings() | 
| ExecutorService | getExecutor() | 
| GremlinExecutor | getGremlinExecutor() | 
| void | kill()Kills the session and rollback any uncommitted changes on transactional graphs. | 
| void | touch() | 
public Session(String session, Context context, ConcurrentHashMap<String,Session> sessions)
public GremlinExecutor getGremlinExecutor()
public Bindings getBindings()
public ExecutorService getExecutor()
public void touch()
public void kill()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.