|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FixedIndexSet
Los índices fijos se establecen sobre los campos de los DataSource para acelerar el acceso a un determinado valor
Method Summary | |
---|---|
void |
open(java.io.File f)
Abre el almacenamiento del índice para la escritura de los índices |
void |
setIndex(long index,
long value)
establece el índice 'index'-ésimo para que apunte a la fila 'value' |
Methods inherited from interface com.hardcode.gdbms.engine.data.indexes.BaseIndexSet |
---|
close, getIndex, getIndexCount |
Method Detail |
---|
void setIndex(long index, long value) throws java.io.IOException
index
- índice que se quiere cambiarvalue
- índice de la fila a la que apunta este índice
java.io.IOException
- Si se produce un fallo al escribir el índicevoid open(java.io.File f) throws java.io.IOException
f
- fichero en el que se guardará el índice
java.io.IOException
- Si se produce un fallo al abrir
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |