Class EmbeddedQueryManagerFactory

  • All Implemented Interfaces:
    org.eclipse.jetty.session.infinispan.QueryManagerFactory

    public class EmbeddedQueryManagerFactory
    extends java.lang.Object
    implements org.eclipse.jetty.session.infinispan.QueryManagerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.session.infinispan.QueryManager getQueryManager​(org.infinispan.commons.api.BasicCache<java.lang.String,​org.eclipse.jetty.server.session.SessionData> cache)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmbeddedQueryManagerFactory

        public EmbeddedQueryManagerFactory()
    • Method Detail

      • getQueryManager

        public org.eclipse.jetty.session.infinispan.QueryManager getQueryManager​(org.infinispan.commons.api.BasicCache<java.lang.String,​org.eclipse.jetty.server.session.SessionData> cache)
        Specified by:
        getQueryManager in interface org.eclipse.jetty.session.infinispan.QueryManagerFactory