Package org.eclipse.lyo.store
Class StorePool
- java.lang.Object
-
- org.eclipse.lyo.store.StorePool
-
public class StorePool extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static URIDEFAULT_GRAPH_JENA
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetDefaultNamedGraphUri()StoregetStore()voidreleaseStore(Store store)
-
-
-
Field Detail
-
DEFAULT_GRAPH_JENA
public static final URI DEFAULT_GRAPH_JENA
-
-
Constructor Detail
-
StorePool
public StorePool(int poolSize, URI defaultNamedGraphUri, URI sparqlQueryEndpoint, URI sparqlUpdateEndpoint, String userName, String password)
-
StorePool
public StorePool(int poolSize, URI defaultNamedGraphUri)A pool of in-memory Stores- Parameters:
poolSize-defaultNamedGraphUri-
-
-