Class GCloudSessionDataStoreFactory

java.lang.Object
org.eclipse.jetty.server.session.AbstractSessionDataStoreFactory
org.eclipse.jetty.gcloud.session.GCloudSessionDataStoreFactory
All Implemented Interfaces:
SessionDataStoreFactory

public class GCloudSessionDataStoreFactory extends AbstractSessionDataStoreFactory
GCloudSessionDataStoreFactory
  • Constructor Details

    • GCloudSessionDataStoreFactory

      public GCloudSessionDataStoreFactory()
  • Method Details

    • getEntityDataModel

      public GCloudSessionDataStore.EntityDataModel getEntityDataModel()
    • setEntityDataModel

      public void setEntityDataModel(GCloudSessionDataStore.EntityDataModel model)
    • getMaxRetries

      public int getMaxRetries()
    • setMaxRetries

      public void setMaxRetries(int maxRetries)
    • getBackoffMs

      public int getBackoffMs()
    • setBackoffMs

      public void setBackoffMs(int backoffMs)
    • getNamespace

      public String getNamespace()
      Returns:
      the namespace
    • setNamespace

      public void setNamespace(String namespace)
      Parameters:
      namespace - the namespace to set
    • setHost

      public void setHost(String host)
    • getHost

      public String getHost()
    • setProjectId

      public void setProjectId(String projectId)
    • getProjectId

      public String getProjectId()
    • getSessionDataStore

      public SessionDataStore getSessionDataStore(SessionHandler handler) throws Exception
      Throws:
      Exception