|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.test.store.TestMapFactory
public class TestMapFactory
A data type factory.
| Constructor Summary | |
|---|---|
TestMapFactory()
|
|
| Method Summary | ||
|---|---|---|
DataType |
buildDataType(java.lang.String s)
Parse the data type. |
|
|
buildMap(java.lang.String mapType,
MVStore store,
int id,
java.lang.String name,
DataType keyType,
DataType valueType,
long createVersion)
Build a map. |
|
java.lang.String |
getDataType(java.lang.Class<?> objectClass)
Get the data type object for the given class. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestMapFactory()
| Method Detail |
|---|
public <K,V> MVMap<K,V> buildMap(java.lang.String mapType,
MVStore store,
int id,
java.lang.String name,
DataType keyType,
DataType valueType,
long createVersion)
MapFactory
buildMap in interface MapFactorymapType - the map type and type specific meta datastore - the storeid - the unique map idname - the map namekeyType - the key typevalueType - the value typecreateVersion - when the map was created
public DataType buildDataType(java.lang.String s)
MapFactory
buildDataType in interface MapFactorys - the string and type specific meta data
public java.lang.String getDataType(java.lang.Class<?> objectClass)
MapFactory
getDataType in interface MapFactoryobjectClass - the class
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||