public class Parameters extends ParametersBase
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
force11g()
Returns true if this property graph runs with 11g database configuration settings for table creation.
|
static Parameters |
getInstance()
Returns a pre-created instance of a Parameters object.
|
java.lang.String |
getJBossDatasourcePrefix()
Return the data source prefix required by JBoss 7.1.x If not set, the default value will be "java:comp/env/jdbc/"
|
java.lang.String |
getSkipFormNCharSetting() |
java.lang.String |
getTomcatDatasourcePrefix()
Return the data source prefix required by Tomcat.
|
boolean |
getUseIteratorBalancer()
This method returns true if an iterator balancer is to be used.
|
boolean |
getUseLuceneSyntax()
Returns true if the property graph will parse Key/Value text search using Lucene syntax by default.
|
boolean |
isOptimizerGatherStasOff()
Returns true if the utility to gather statistics for the optimizer is turned off
|
boolean |
isSqlMonitor()
Returns true if this property graph will use a SQL monitor
|
boolean |
orderBySDE()
Return true if edge results will be ordered by SDE
|
boolean |
showProgress()
Determines if the show progress logging is enabled
|
getAllowedCharactersForSimpleFileNames, getCharset, getUseWildcards, isSuperVerboseOn, syncCache
public boolean force11g()
public static Parameters getInstance()
public java.lang.String getJBossDatasourcePrefix()
public java.lang.String getSkipFormNCharSetting()
public java.lang.String getTomcatDatasourcePrefix()
public boolean getUseIteratorBalancer()
public boolean getUseLuceneSyntax()
public boolean isOptimizerGatherStasOff()
public boolean isSqlMonitor()
public boolean orderBySDE()
public boolean showProgress()
ParametersBase
showProgress
in class ParametersBase
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.