public class Index extends Object implements Serializable, IIndex
| Constructor and Description |
|---|
Index() |
| 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) |
public String getIndexName()
getIndexName in interface IIndexpublic void setIndexName(String indexName)
setIndexName in interface IIndexpublic String getPurposeName()
getPurposeName in interface IIndexpublic void setPurposeName(String purposeName)
setPurposeName in interface IIndexpublic void setKeyThreshold(int keyThres)
setKeyThreshold in interface IIndexpublic int getKeyThreshold()
getKeyThreshold in interface IIndexpublic void setExactIndex(boolean exactIndex)
setExactIndex in interface IIndexpublic boolean isExactIndex()
isExactIndex in interface IIndexpublic int getInstance()
getInstance in interface IIndexpublic void setInstance(int i)
setInstance in interface IIndexCopyright © 2021. All rights reserved.