public class RecordStoreConnection extends Object implements MapSerializer
| Constructor and Description |
|---|
RecordStoreConnection(RecordStoreConnectionRegistry registry,
String resourceName,
Map<String,? extends Object> config) |
RecordStoreConnection(RecordStoreConnectionRegistry registry,
String name,
RecordStore recordStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Map<String,Object> |
getConfig() |
String |
getName() |
RecordStore |
getRecordStore() |
List<RecordStoreSchema> |
getSchemas() |
boolean |
isReadOnly() |
Map<String,Object> |
toMap()
Convert the object to a Map of property name, value pairs.
|
String |
toString() |
public RecordStoreConnection(RecordStoreConnectionRegistry registry, String resourceName, Map<String,? extends Object> config)
public RecordStoreConnection(RecordStoreConnectionRegistry registry, String name, RecordStore recordStore)
public void delete()
public String getName()
public RecordStore getRecordStore()
public List<RecordStoreSchema> getSchemas()
public boolean isReadOnly()
public Map<String,Object> toMap()
MapSerializerConvert the object to a Map of property name, value pairs. The values can be one of the following supported types. Other values should be converted to one of these values.
toMap in interface MapSerializerCopyright © 2015 Revolution Systems Inc.. All rights reserved.