public class RecordStoreConnectionManager extends AbstractConnectionRegistryManager<RecordStoreConnectionRegistry,RecordStoreConnection>
| Constructor and Description |
|---|
RecordStoreConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
RecordStoreConnectionRegistry |
addConnectionRegistry(String name,
boolean visible) |
RecordStoreConnectionRegistry |
addConnectionRegistry(String name,
org.springframework.core.io.Resource recordStoresDirectory) |
static RecordStoreConnectionManager |
get() |
static <V extends RecordStore> |
getRecordStore(File file) |
static <T extends RecordStore> |
getRecordStore(Map<String,? extends Object> config)
Get an initialized record store.
|
static RecordStore |
getRecordStore(String name) |
static void |
releaseRecordStore(Map<String,? extends Object> config) |
addConnectionRegistry, findConnectionRegistry, getConnectionRegistries, getConnectionRegistry, getName, getPropertyChangeSupport, getVisibleConnectionRegistries, propertyChange, removeConnectionRegistry, removeConnectionRegistry, toStringpublic static RecordStoreConnectionManager get()
public static <V extends RecordStore> V getRecordStore(File file)
public static <T extends RecordStore> T getRecordStore(Map<String,? extends Object> config)
connectionProperties - public static RecordStore getRecordStore(String name)
public RecordStoreConnectionRegistry addConnectionRegistry(String name, boolean visible)
public RecordStoreConnectionRegistry addConnectionRegistry(String name, org.springframework.core.io.Resource recordStoresDirectory)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.