public class RunCacheInOldGemfire extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
diskStoreName1 |
static String |
diskStoreName2 |
static int |
entrySize |
static int |
maxOplogSize |
static int |
numOfKeys |
static String |
regionName1 |
static String |
regionName2 |
| Constructor and Description |
|---|
RunCacheInOldGemfire() |
| Modifier and Type | Method and Description |
|---|---|
protected com.gemstone.gemfire.cache.Cache |
createCache(String mcastPort,
String bindAddress) |
protected com.gemstone.gemfire.cache.DiskStore |
createDiskStore(com.gemstone.gemfire.cache.Cache cache,
String diskStoreName,
String dirName) |
protected com.gemstone.gemfire.cache.Region |
createPersistentRegion(com.gemstone.gemfire.cache.Cache cache,
String regionName,
String diskStoreName,
boolean isPR) |
static void |
main(String[] args)
start a cache with data
|
public static final String diskStoreName1
public static final String diskStoreName2
public static final String regionName1
public static final String regionName2
public static final int maxOplogSize
public static final int entrySize
public static final int numOfKeys
protected com.gemstone.gemfire.cache.Cache createCache(String mcastPort, String bindAddress)
protected com.gemstone.gemfire.cache.DiskStore createDiskStore(com.gemstone.gemfire.cache.Cache cache,
String diskStoreName,
String dirName)
protected com.gemstone.gemfire.cache.Region createPersistentRegion(com.gemstone.gemfire.cache.Cache cache,
String regionName,
String diskStoreName,
boolean isPR)
public static void main(String[] args)
args - Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.