Interface Infinispan.Factory

Enclosing interface:
Infinispan

public static interface Infinispan.Factory
  • Method Details

    • create

      Infinispan create(URI uri)
      Create an Infinispan instance for the supplied uri. If the factory cannot handle the uri, it should return null.
      Parameters:
      uri -
      Returns:
      An Infinispan instance or null if the factory cannot handle the uri.
    • create

      Infinispan create(Configuration configuration)
      Create an Infinispan instance for the supplied configuration. If the factory cannot handle the uri, it should return null.
      Parameters:
      configuration -
      Returns:
      An Infinispan instance or null if the factory cannot handle the uri.