public interface IIndex
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName() |
int |
getInstance() |
int |
getKeyThreshold() |
String |
getPurposeName() |
boolean |
isExactIndex() |
boolean |
isMatch() |
boolean |
isSearch() |
void |
setExactIndex(boolean exactIndex) |
void |
setIndexName(String indexName) |
void |
setInstance(int i) |
void |
setKeyThreshold(int keyThres) |
void |
setMatch(boolean isMatch) |
void |
setPurposeName(String purposeName) |
void |
setSearch(boolean isSearch) |
String getIndexName()
void setIndexName(String indexName)
String getPurposeName()
void setPurposeName(String purposeName)
boolean isMatch()
void setMatch(boolean isMatch)
boolean isSearch()
void setSearch(boolean isSearch)
void setKeyThreshold(int keyThres)
int getKeyThreshold()
void setExactIndex(boolean exactIndex)
boolean isExactIndex()
int getInstance()
void setInstance(int i)
Copyright © 2021. All rights reserved.