Package org.infinispan.api
Interface Infinispan.Factory
- Enclosing interface:
Infinispan
public static interface Infinispan.Factory
-
Method Summary
Modifier and TypeMethodDescriptionCreate anInfinispaninstance for the supplied uri.create(Configuration configuration) Create anInfinispaninstance for the supplied configuration.
-
Method Details
-
create
Create anInfinispaninstance for the supplied uri. If the factory cannot handle the uri, it should return null.- Parameters:
uri-- Returns:
- An
Infinispaninstance or null if the factory cannot handle the uri.
-
create
Create anInfinispaninstance for the supplied configuration. If the factory cannot handle the uri, it should return null.- Parameters:
configuration-- Returns:
- An
Infinispaninstance or null if the factory cannot handle the uri.
-