|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexToken.Type | |
|---|---|
| org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
| org.basex.index | Contains database index implementations. |
| Uses of IndexToken.Type in org.basex.data |
|---|
| Methods in org.basex.data with parameters of type IndexToken.Type | |
|---|---|
void |
MemData.closeIndex(IndexToken.Type index)
|
abstract void |
Data.closeIndex(IndexToken.Type index)
Closes the specified index. |
void |
DiskData.closeIndex(IndexToken.Type index)
|
byte[] |
Data.info(IndexToken.Type type)
Returns info on the specified index structure. |
void |
MemData.setIndex(IndexToken.Type type,
Index ind)
|
abstract void |
Data.setIndex(IndexToken.Type type,
Index ind)
Assigns the specified index. |
void |
DiskData.setIndex(IndexToken.Type type,
Index index)
|
| Uses of IndexToken.Type in org.basex.index |
|---|
| Fields in org.basex.index declared as IndexToken.Type | |
|---|---|
IndexToken.Type |
IndexToken.type
Index type. |
| Methods in org.basex.index that return IndexToken.Type | |
|---|---|
static IndexToken.Type |
IndexToken.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IndexToken.Type[] |
IndexToken.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.basex.index with parameters of type IndexToken.Type | |
|---|---|
IndexToken(IndexToken.Type t)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||