org.exist.storage
Class ValueIndexFactory

java.lang.Object
  extended by org.exist.storage.ValueIndexFactory

public class ValueIndexFactory
extends Object

Author:
wolf

Field Summary
static int LENGTH_VALUE_TYPE
           
static int OFFSET_COLLECTION_ID
           
static int OFFSET_TYPE
           
static int OFFSET_VALUE
           
 
Constructor Summary
ValueIndexFactory()
           
 
Method Summary
static Indexable deserialize(byte[] data, int start, int len)
           
static byte[] serialize(Indexable value, int offset)
           
static byte[] serialize(Indexable value, int offset, boolean caseSensitive)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFFSET_COLLECTION_ID

public static int OFFSET_COLLECTION_ID

OFFSET_TYPE

public static int OFFSET_TYPE

LENGTH_VALUE_TYPE

public static int LENGTH_VALUE_TYPE

OFFSET_VALUE

public static int OFFSET_VALUE
Constructor Detail

ValueIndexFactory

public ValueIndexFactory()
Method Detail

deserialize

public static final Indexable deserialize(byte[] data,
                                          int start,
                                          int len)
                                   throws EXistException
Throws:
EXistException

serialize

public static final byte[] serialize(Indexable value,
                                     int offset)
                              throws EXistException
Parameters:
value -
offset -
Throws:
EXistException

serialize

public static final byte[] serialize(Indexable value,
                                     int offset,
                                     boolean caseSensitive)
                              throws EXistException
Deprecated. 

Parameters:
value -
offset -
caseSensitive -
Throws:
EXistException


Copyright (C) Wolfgang Meier. All rights reserved.