Package org.basex.index.value
Class ValueCache
java.lang.Object
org.basex.index.value.ValueCache
- All Implemented Interfaces:
Iterable<byte[]>
Caches values and ids for update operations.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Constructor Summary
ConstructorsConstructorDescriptionValueCache(int pre, int size, IndexType type, Data data) Caches all texts and ids in the specified database range.ValueCache(int pre, IndexType type, Data data) Caches the text and id for a node with specified pre value.ValueCache(IntList pres, IndexType type, Data data) Caches texts of the specified pre values. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ValueCache
Caches the text and id for a node with specified pre value.- Parameters:
pre- pre valuetype- index typedata- data reference
-
ValueCache
Caches all texts and ids in the specified database range.- Parameters:
pre- pre valuesize- size valuetype- index typedata- data reference
-
ValueCache
Caches texts of the specified pre values.- Parameters:
pres- pre valuestype- index typedata- data reference
-
-
Method Details