Package org.eclipse.jetty.gcloud.session
Class GCloudSessionDataStoreFactory
java.lang.Object
org.eclipse.jetty.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
- All Implemented Interfaces:
SessionDataStoreFactory
GCloudSessionDataStoreFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getHost()
int
getSessionDataStore
(SessionManager sessionManager) void
setBackoffMs
(int backoffMs) void
void
void
setMaxRetries
(int maxRetries) void
setNamespace
(String namespace) void
setProjectId
(String projectId) Methods inherited from class org.eclipse.jetty.session.AbstractSessionDataStoreFactory
getGracePeriodSec, getSavePeriodSec, setGracePeriodSec, setSavePeriodSec
-
Constructor Details
-
GCloudSessionDataStoreFactory
public GCloudSessionDataStoreFactory()
-
-
Method Details
-
getEntityDataModel
-
setEntityDataModel
-
getMaxRetries
public int getMaxRetries() -
setMaxRetries
public void setMaxRetries(int maxRetries) -
getBackoffMs
public int getBackoffMs() -
setBackoffMs
public void setBackoffMs(int backoffMs) -
getNamespace
- Returns:
- the namespace
-
setNamespace
- Parameters:
namespace
- the namespace to set
-
setHost
-
getHost
-
setProjectId
-
getProjectId
-
getSessionDataStore
- Throws:
Exception
-