|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.storage.ValueIndexKeyFactorySimple
Simple wrapper around an Indexable object, that adds the collectionId to the srailization of the indexable. TODO "ValueIndexKeyFactory" refactoring: use this class in NativeValueIndex
| Constructor Summary | |
ValueIndexKeyFactorySimple(Indexable indexable)
|
|
| Method Summary | |
int |
compareTo(java.lang.Object other)
|
byte[] |
serialize(short collectionId,
boolean caseSensitive)
called from NativeValueIndex;
provides the persistant storage key :
(collectionId, qname, indexType, indexData) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValueIndexKeyFactorySimple(Indexable indexable)
| Method Detail |
public byte[] serialize(short collectionId,
boolean caseSensitive)
NativeValueIndex;
provides the persistant storage key :
(collectionId, qname, indexType, indexData)
serialize in interface ValueIndexKeyFactorypublic int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||