|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MapFactory
A factory for data types.
| Method Summary | ||
|---|---|---|
DataType |
buildDataType(java.lang.String dataType)
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. |
|
| Method Detail |
|---|
<K,V> MVMap<K,V> buildMap(java.lang.String mapType,
MVStore store,
int id,
java.lang.String name,
DataType keyType,
DataType valueType,
long createVersion)
mapType - 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
DataType buildDataType(java.lang.String dataType)
dataType - the string and type specific meta data
java.lang.String getDataType(java.lang.Class<?> objectClass)
objectClass - the class
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||