public class MapStoreManager extends Object
| Constructor and Description |
|---|
MapStoreManager() |
| Modifier and Type | Method and Description |
|---|---|
static MapStore |
getInstance(String storeName)
Factory for singleton instances by name.
|
static void |
removeInstance(String storeName)
Delete the named singleton instance.
|
public static MapStore getInstance(String storeName)
Only a single instance can exist for each name.
storeName - Name for the singleton instancepublic static void removeInstance(String storeName)
storeName - Name of the singleton instance to deleteCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.