public class EhCacheCluster
extends org.junit.rules.ExternalResource
| Modifier and Type | Class and Description |
|---|---|
static interface |
EhCacheCluster.ClusteredTest |
| Constructor and Description |
|---|
EhCacheCluster(int count) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
static void |
clusteredTest(int nodeCount,
EhCacheCluster.ClusteredTest test) |
static EhCacheCluster |
createCluster(int count) |
EhCacheManager |
getNode(int index) |
static List<net.sf.ehcache.CacheManager> |
newCluster(int maxNodeId) |
void |
reset() |
int |
size() |
protected void after()
after in class org.junit.rules.ExternalResourceprotected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowablepublic EhCacheManager getNode(int index)
public void reset()
public int size()
public static EhCacheCluster createCluster(int count)
public static List<net.sf.ehcache.CacheManager> newCluster(int maxNodeId)
public static void clusteredTest(int nodeCount,
EhCacheCluster.ClusteredTest test)
throws Exception
ExceptionCopyright © 2018 Atlassian. All rights reserved.