public class ParametersBase extends Object
Constructor and Description |
---|
ParametersBase() |
Modifier and Type | Method and Description |
---|---|
String |
getAllowedCharactersForSimpleFileNames()
Determines the list of allowed characters used for simple file names
|
static String |
getCharset()
Returns the default charset
|
static ParametersBase |
getInstance()
Returns a pre-created instance of a ParametersBase object.
|
boolean |
getUseWildcards()
Validates if wild cards are enabled when executing queries based on a key value pair.
|
boolean |
isSuperVerboseOn()
Determines if the Super verbose logging is enabled
|
boolean |
showProgress()
Determines if the show progress logging is enabled
|
boolean |
syncCache()
Returns true if the underlying vertex cache and edge cache are synchronized
|
public String getAllowedCharactersForSimpleFileNames()
public static String getCharset()
public static ParametersBase getInstance()
public boolean getUseWildcards()
public boolean isSuperVerboseOn()
public boolean showProgress()
public boolean syncCache()
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.