public class CacheSizeClient extends Object
| Constructor and Description |
|---|
CacheSizeClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeCache() |
static void |
closeCacheTask() |
void |
closeStatistics() |
static void |
closeStatisticsTask() |
static void |
createIndexTask() |
static CacheSizeClient |
getInstance() |
void |
openCache() |
static void |
openCacheTask() |
void |
openStatistics() |
static void |
openStatisticsTask() |
void |
putData() |
static void |
putDataTask() |
void |
watchData() |
static void |
watchDataTask() |
public CacheSizeClient()
throws IOException
IOExceptionpublic static CacheSizeClient getInstance() throws IOException
IOExceptionpublic static void openCacheTask()
throws IOException
IOExceptionpublic static void closeCacheTask()
throws IOException
IOExceptionpublic static void openStatisticsTask()
throws IOException
IOExceptionpublic static void closeStatisticsTask()
throws IOException,
IllegalArgumentException,
InterruptedException,
IllegalAccessException
public static void createIndexTask()
throws IOException,
com.gemstone.gemfire.cache.query.RegionNotFoundException,
com.gemstone.gemfire.cache.query.IndexInvalidException,
com.gemstone.gemfire.cache.query.IndexNameConflictException,
com.gemstone.gemfire.cache.query.IndexExistsException,
UnsupportedOperationException
IOExceptioncom.gemstone.gemfire.cache.query.RegionNotFoundExceptioncom.gemstone.gemfire.cache.query.IndexInvalidExceptioncom.gemstone.gemfire.cache.query.IndexNameConflictExceptioncom.gemstone.gemfire.cache.query.IndexExistsExceptionUnsupportedOperationExceptionpublic static void putDataTask()
throws IllegalArgumentException,
IllegalAccessException,
IOException,
InterruptedException
public static void watchDataTask()
throws IllegalArgumentException,
IllegalAccessException,
IOException,
InterruptedException
public void openCache()
public void openStatistics()
throws IOException
IOExceptionpublic void closeCache()
public void closeStatistics()
throws IOException,
InterruptedException,
IllegalArgumentException,
IllegalAccessException
public void putData()
throws IllegalArgumentException,
IllegalAccessException,
IOException,
InterruptedException
public void watchData()
throws IllegalArgumentException,
IllegalAccessException,
IOException,
InterruptedException
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.