public class JdbmIndexBean extends IndexBean
Constructor and Description |
---|
JdbmIndexBean()
Create a new JdbmIndexBean instance
|
Modifier and Type | Method and Description |
---|---|
int |
getIndexCacheSize()
Gets the size of the index cache in terms of the number of index entries to be cached.
|
String |
getIndexFileName() |
int |
getIndexNumDupLimit()
Gets the threshold at which point duplicate keys use btree indirection to store
their values.
|
String |
getIndexWorkingDir() |
void |
setIndexCacheSize(int indexCacheSize)
Sets the size of the index cache in terms of the number of index entries to be cached.
|
void |
setIndexFileName(String indexFileName) |
void |
setIndexNumDupLimit(int indexNumDupLimit)
Sets the threshold at which point duplicate keys use btree indirection to store
their values.
|
void |
setIndexWorkingDir(String indexWorkingDir) |
String |
toString() |
String |
toString(String tabs) |
getIndexAttributeId, getIndexHasReverse, setIndexAttributeId, setIndexHasReverse
getDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toString
public JdbmIndexBean()
public int getIndexCacheSize()
public void setIndexCacheSize(int indexCacheSize)
indexCacheSize
- the size of the index cachepublic int getIndexNumDupLimit()
public void setIndexNumDupLimit(int indexNumDupLimit)
indexNumDupLimit
- the threshold for storing a keys values in another btreepublic String getIndexFileName()
public void setIndexFileName(String indexFileName)
indexFileName
- the indexFileName to setpublic String getIndexWorkingDir()
public void setIndexWorkingDir(String indexWorkingDir)
indexWorkingDir
- the indexWorkingDir to setCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.