|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.container.CoreDBConfiguration
org.openanzo.server.repository.rdb.RepositoryConnectionConfiguration
public class RepositoryConnectionConfiguration
Store configuration about RepositoryConnection
| Constructor Summary | |
|---|---|
RepositoryConnectionConfiguration(java.util.Properties oldProperties)
Create a new RepositoryConnectionConfiguration using the provided properties |
|
| Method Summary | |
|---|---|
java.lang.String |
getIndexFactory()
Get the indexer factory class name |
java.lang.String |
getIndexLocation()
Get the index location |
int |
getIndexPageSize()
Get the index page size |
java.lang.String |
getRdfInitFile()
Get the RDF initialization file name |
boolean |
isIndexEnabled()
Get if indexing is enabled |
void |
setIndexEnabled(boolean indexEnabled)
Set if indexing is enabled |
void |
setIndexFactory(java.lang.String indexFactory)
Set the indexer factory class name |
void |
setIndexLocation(java.lang.String indexLocation)
Set the indexLocation |
void |
setIndexPageSize(int indexPageSize)
Set the index page size |
void |
setRdfInitFile(java.lang.String rdfInitFile)
Set the the RDF initialization file name |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryConnectionConfiguration(java.util.Properties oldProperties)
oldProperties - properties with which to initialize configuration values| Method Detail |
|---|
public java.lang.String getIndexFactory()
public void setIndexFactory(java.lang.String indexFactory)
indexFactory - the indexer factory class namepublic int getIndexPageSize()
public void setIndexPageSize(int indexPageSize)
indexPageSize - the index Page Sizepublic boolean isIndexEnabled()
public void setIndexEnabled(boolean indexEnabled)
indexEnabled - the indexEnabled to setpublic java.lang.String getIndexLocation()
public void setIndexLocation(java.lang.String indexLocation)
indexLocation - the indexLocation to setpublic java.lang.String getRdfInitFile()
public void setRdfInitFile(java.lang.String rdfInitFile)
rdfInitFile - RDF initialization file name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||