Class DataType

  • Direct Known Subclasses:
    ListDataType, ProtobufDataType, TupleDataType

    public class DataType
    extends Object
    Types supported by yarch. Currently TUPLE and LIST do now work well. ENUM is just like String, except that when it's stored on disk a two bytes integer value from a map is stored instead of the String. (maximum allowed version is 2^16 (which is anyway too big considering that the map is stored as serialised yaml file) PROTOBUF is a Google Protocol Buffer message