| Package | Description |
|---|---|
| org.eclipse.jetty.gcloud.memcached.session | |
| org.eclipse.jetty.gcloud.session |
| Modifier and Type | Class and Description |
|---|---|
class |
GCloudMemcachedSessionManager.MemcacheSession
MemcacheSession
Needed to make a constructor public.
|
| Modifier and Type | Method and Description |
|---|---|
protected GCloudSessionManager.Session |
GCloudMemcachedSessionManager.load(com.google.cloud.datastore.Key key) |
protected GCloudSessionManager.Session |
GCloudMemcachedSessionManager.loadFromMemcached(String key) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GCloudMemcachedSessionManager.delete(GCloudSessionManager.Session session) |
protected void |
GCloudMemcachedSessionManager.deleteFromMemcached(GCloudSessionManager.Session session) |
protected void |
GCloudMemcachedSessionManager.save(GCloudSessionManager.Session session) |
protected void |
GCloudMemcachedSessionManager.saveToMemcached(GCloudSessionManager.Session session)
Store the session into memcached
|
| Constructor and Description |
|---|
SerializableSessionData(GCloudSessionManager.Session s) |
| Modifier and Type | Method and Description |
|---|---|
protected GCloudSessionManager.Session |
GCloudSessionManager.load(com.google.cloud.datastore.Key key)
Load a session from the clustered cache.
|
GCloudSessionManager.Session |
GCloudSessionManager.SessionEntityConverter.sessionFromEntity(com.google.cloud.datastore.Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GCloudSessionManager.delete(GCloudSessionManager.Session session)
Remove the session from the cluster cache.
|
com.google.cloud.datastore.Entity |
GCloudSessionManager.SessionEntityConverter.entityFromSession(GCloudSessionManager.Session session,
com.google.cloud.datastore.Key key) |
protected com.google.cloud.datastore.Key |
GCloudSessionManager.makeKey(GCloudSessionManager.Session session,
ContextHandler.Context context)
Make a unique key for this session.
|
protected void |
GCloudSessionManager.save(GCloudSessionManager.Session session)
Save or update the session to the cluster cache
|
Copyright © 1995–2021 Webtide. All rights reserved.