Class EnqueuedMessageValueType

  • All Implemented Interfaces:
    org.h2.mvstore.type.DataType

    public final class EnqueuedMessageValueType
    extends Object
    implements org.h2.mvstore.type.DataType
    • Constructor Detail

      • EnqueuedMessageValueType

        public EnqueuedMessageValueType()
    • Method Detail

      • compare

        public int compare​(Object a,
                           Object b)
        Specified by:
        compare in interface org.h2.mvstore.type.DataType
      • getMemory

        public int getMemory​(Object obj)
        Specified by:
        getMemory in interface org.h2.mvstore.type.DataType
      • write

        public void write​(org.h2.mvstore.WriteBuffer buff,
                          Object obj)
        Specified by:
        write in interface org.h2.mvstore.type.DataType
      • write

        public void write​(org.h2.mvstore.WriteBuffer buff,
                          Object[] obj,
                          int len,
                          boolean key)
        Specified by:
        write in interface org.h2.mvstore.type.DataType
      • read

        public Object read​(ByteBuffer buff)
        Specified by:
        read in interface org.h2.mvstore.type.DataType
      • read

        public void read​(ByteBuffer buff,
                         Object[] obj,
                         int len,
                         boolean key)
        Specified by:
        read in interface org.h2.mvstore.type.DataType