Package org.teamapps.universaldb.index
Klasse AbstractIndex<TYPE,FILTER>
java.lang.Object
org.teamapps.universaldb.index.AbstractIndex<TYPE,FILTER>
- Alle implementierten Schnittstellen:
ColumnIndex<TYPE,,FILTER> MappedObject
- Bekannte direkte Unterklassen:
BinaryIndex,BooleanIndex,DoubleIndex,FileIndex,FileIndex,FloatIndex,IntegerIndex,LongIndex,MultiReferenceIndex,ShortIndex,SingleReferenceIndex,TextIndex,TranslatableTextIndex
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAbstractIndex(String name, TableIndex table, ColumnType columnType, FullTextIndexingOptions fullTextIndexingOptions) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetFQN()intgetName()getTable()static BitSetnegateInput(BitSet records, BitSet input) voidsetMappingId(int id) toString()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.teamapps.universaldb.index.ColumnIndex
close, createFilter, createFilter, drop, dumpIndex, dumpIndex, filter, getGenericValue, getReferencedColumn, getStringValue, getType, isEmpty, removeValue, restoreIndex, restoreIndex, setGenericValue, sortRecords, writeSchema
-
Konstruktordetails
-
AbstractIndex
public AbstractIndex(String name, TableIndex table, ColumnType columnType, FullTextIndexingOptions fullTextIndexingOptions)
-
-
Methodendetails
-
getDataPath
-
getFullTextIndexPath
-
getName
- Angegeben von:
getNamein SchnittstelleColumnIndex<TYPE,FILTER>
-
getFQN
- Angegeben von:
getFQNin SchnittstelleColumnIndex<TYPE,FILTER> - Angegeben von:
getFQNin SchnittstelleMappedObject
-
getTable
- Angegeben von:
getTablein SchnittstelleColumnIndex<TYPE,FILTER>
-
getColumnType
- Angegeben von:
getColumnTypein SchnittstelleColumnIndex<TYPE,FILTER>
-
getFullTextIndexingOptions
- Angegeben von:
getFullTextIndexingOptionsin SchnittstelleColumnIndex<TYPE,FILTER>
-
getMappingId
public int getMappingId()- Angegeben von:
getMappingIdin SchnittstelleColumnIndex<TYPE,FILTER> - Angegeben von:
getMappingIdin SchnittstelleMappedObject
-
setMappingId
public void setMappingId(int id) - Angegeben von:
setMappingIdin SchnittstelleColumnIndex<TYPE,FILTER> - Angegeben von:
setMappingIdin SchnittstelleMappedObject
-
toString
-
negateInput
-