Package io.moquette.persistence
Class EnqueuedMessageValueType
- java.lang.Object
-
- io.moquette.persistence.EnqueuedMessageValueType
-
- All Implemented Interfaces:
org.h2.mvstore.type.DataType
public final class EnqueuedMessageValueType extends Object implements org.h2.mvstore.type.DataType
-
-
Constructor Summary
Constructors Constructor Description EnqueuedMessageValueType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Object a, Object b)intgetMemory(Object obj)Objectread(ByteBuffer buff)voidread(ByteBuffer buff, Object[] obj, int len, boolean key)voidwrite(org.h2.mvstore.WriteBuffer buff, Object obj)voidwrite(org.h2.mvstore.WriteBuffer buff, Object[] obj, int len, boolean key)
-
-
-
Method Detail
-
compare
public int compare(Object a, Object b)
- Specified by:
comparein interfaceorg.h2.mvstore.type.DataType
-
getMemory
public int getMemory(Object obj)
- Specified by:
getMemoryin interfaceorg.h2.mvstore.type.DataType
-
write
public void write(org.h2.mvstore.WriteBuffer buff, Object obj)- Specified by:
writein interfaceorg.h2.mvstore.type.DataType
-
write
public void write(org.h2.mvstore.WriteBuffer buff, Object[] obj, int len, boolean key)- Specified by:
writein interfaceorg.h2.mvstore.type.DataType
-
read
public Object read(ByteBuffer buff)
- Specified by:
readin interfaceorg.h2.mvstore.type.DataType
-
read
public void read(ByteBuffer buff, Object[] obj, int len, boolean key)
- Specified by:
readin interfaceorg.h2.mvstore.type.DataType
-
-