public class GeoGroupCache extends Object implements Serializable
| Constructor and Description |
|---|
GeoGroupCache(String cacheFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCacheElement(String timeSeriesName,
String filterName,
String... elements) |
static void |
addToCache(String timeSeriesName,
String geoServerGroup,
String filterName) |
static GeoGroupCache |
getCache(String filePath) |
Tuple<String> |
getCachedElement(String timeSeriesName,
String geoServerGroup) |
static GeoGroupCache |
getInstance(String filePath) |
static void |
initInstance(String filePath) |
void |
removeCachedElement(String timeSeriesName,
String filterName) |
static void |
saveCache(GeoGroupCache cache,
String filePath) |
public String cacheFile
public GeoGroupCache(String cacheFile)
public Tuple<String> getCachedElement(String timeSeriesName, String geoServerGroup)
public void addCacheElement(String timeSeriesName, String filterName, String... elements)
public static GeoGroupCache getInstance(String filePath) throws Exception
Exceptionpublic static void addToCache(String timeSeriesName, String geoServerGroup, String filterName) throws Exception
Exceptionpublic static GeoGroupCache getCache(String filePath) throws Exception
Exceptionpublic static void saveCache(GeoGroupCache cache, String filePath) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.