|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.storage.ValueIndexFactory
public class ValueIndexFactory
| 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 |
|---|
public static int OFFSET_COLLECTION_ID
public static int OFFSET_TYPE
public static int LENGTH_VALUE_TYPE
public static int OFFSET_VALUE
| Constructor Detail |
|---|
public ValueIndexFactory()
| Method Detail |
|---|
public static final Indexable deserialize(byte[] data,
int start,
int len)
throws EXistException
EXistException
public static final byte[] serialize(Indexable value,
int offset)
throws EXistException
value - offset -
EXistException
public static final byte[] serialize(Indexable value,
int offset,
boolean caseSensitive)
throws EXistException
value - offset - caseSensitive -
EXistException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||