Class ValueDataType
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.persistentCache.ValueDataType
-
- All Implemented Interfaces:
org.h2.mvstore.type.DataType
public class ValueDataType extends java.lang.Object implements org.h2.mvstore.type.DataType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(java.lang.Object a, java.lang.Object b)intgetMemory(java.lang.Object obj)java.lang.Objectread(java.nio.ByteBuffer buff)voidread(java.nio.ByteBuffer buff, java.lang.Object[] obj, int len, boolean key)voidwrite(org.h2.mvstore.WriteBuffer buff, java.lang.Object obj)voidwrite(org.h2.mvstore.WriteBuffer buff, java.lang.Object[] obj, int len, boolean key)
-
-
-
Method Detail
-
compare
public int compare(java.lang.Object a, java.lang.Object b)- Specified by:
comparein interfaceorg.h2.mvstore.type.DataType
-
getMemory
public int getMemory(java.lang.Object obj)
- Specified by:
getMemoryin interfaceorg.h2.mvstore.type.DataType
-
write
public void write(org.h2.mvstore.WriteBuffer buff, java.lang.Object obj)- Specified by:
writein interfaceorg.h2.mvstore.type.DataType
-
read
public java.lang.Object read(java.nio.ByteBuffer buff)
- Specified by:
readin interfaceorg.h2.mvstore.type.DataType
-
write
public void write(org.h2.mvstore.WriteBuffer buff, java.lang.Object[] obj, int len, boolean key)- Specified by:
writein interfaceorg.h2.mvstore.type.DataType
-
read
public void read(java.nio.ByteBuffer buff, java.lang.Object[] obj, int len, boolean key)- Specified by:
readin interfaceorg.h2.mvstore.type.DataType
-
-