Uses of Class
org.apache.accumulo.tserver.session.Session
-
Packages that use Session Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.session -
-
Uses of Session in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver that return Session Modifier and Type Method Description SessionTabletServer. getSession(long sessionId) -
Uses of Session in org.apache.accumulo.tserver.session
Subclasses of Session in org.apache.accumulo.tserver.session Modifier and Type Class Description classConditionalSessionclassMultiScanSessionclassScanSessionclassSingleScanSessionclassSummarySessionclassUpdateSessionMethods in org.apache.accumulo.tserver.session that return Session Modifier and Type Method Description SessionSessionManager. getSession(long sessionId)SessionSessionManager. removeSession(long sessionId)SessionSessionManager. removeSession(long sessionId, boolean unreserve)SessionSessionManager. reserveSession(long sessionId)while a session is reserved, it cannot be canceled or removedSessionSessionManager. reserveSession(long sessionId, boolean wait)Methods in org.apache.accumulo.tserver.session with parameters of type Session Modifier and Type Method Description longSessionManager. createSession(Session session, boolean reserve)voidSessionManager. unreserveSession(Session session)
-