| Package | Description |
|---|---|
| org.eclipse.jetty.nosql |
Jetty NoSql : Generic Nosql Session Management
|
| org.eclipse.jetty.nosql.mongodb |
Jetty NoSql : MongoDB Integration
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<String,NoSqlSession> |
NoSqlSessionManager._sessions |
| Modifier and Type | Method and Description |
|---|---|
protected abstract NoSqlSession |
NoSqlSessionManager.loadSession(String clusterId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
NoSqlSessionManager.refresh(NoSqlSession session,
Object version) |
protected abstract boolean |
NoSqlSessionManager.remove(NoSqlSession session) |
protected abstract Object |
NoSqlSessionManager.save(NoSqlSession session,
Object version,
boolean activateAfterSave) |
protected abstract void |
NoSqlSessionManager.update(NoSqlSession session,
String newClusterId,
String newNodeId) |
| Modifier and Type | Method and Description |
|---|---|
protected NoSqlSession |
MongoSessionManager.loadSession(String clusterId) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MongoSessionManager.refresh(NoSqlSession session,
Object version) |
protected boolean |
MongoSessionManager.remove(NoSqlSession session)
Remove the per-context sub document for this session id.
|
protected Object |
MongoSessionManager.save(NoSqlSession session,
Object version,
boolean activateAfterSave) |
protected void |
MongoSessionManager.update(NoSqlSession session,
String newClusterId,
String newNodeId)
Change the session id.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.