public class RegionGenerator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RegionGenerator.RegionType |
static class |
RegionGenerator.SerializationType |
Constructor and Description |
---|
RegionGenerator() |
Modifier and Type | Method and Description |
---|---|
com.examples.snapshot.MyObject |
createData(RegionGenerator.SerializationType type,
int f1,
java.lang.String f2) |
<K,V> Region<K,V> |
createRegion(Cache c,
java.lang.String diskStore,
RegionGenerator.RegionType type,
java.lang.String name) |
public <K,V> Region<K,V> createRegion(Cache c, java.lang.String diskStore, RegionGenerator.RegionType type, java.lang.String name)
public com.examples.snapshot.MyObject createData(RegionGenerator.SerializationType type, int f1, java.lang.String f2)