| Package | Description |
|---|---|
| org.apache.accumulo.tserver | |
| org.apache.accumulo.tserver.session |
| Modifier and Type | Method and Description |
|---|---|
Session |
TabletServer.getSession(long sessionId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalSession |
class |
MultiScanSession |
class |
ScanSession |
class |
UpdateSession |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManager.getSession(long sessionId) |
Session |
SessionManager.removeSession(long sessionId) |
Session |
SessionManager.removeSession(long sessionId,
boolean unreserve) |
Session |
SessionManager.reserveSession(long sessionId)
while a session is reserved, it cannot be canceled or removed
|
Session |
SessionManager.reserveSession(long sessionId,
boolean wait) |
| Modifier and Type | Method and Description |
|---|---|
long |
SessionManager.createSession(Session session,
boolean reserve) |
void |
SessionManager.unreserveSession(Session session) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.