Uses of Class
org.apache.tinkerpop.gremlin.driver.Settings
-
Packages that use Settings Package Description org.apache.tinkerpop.gremlin.driver -
-
Uses of Settings in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Settings Modifier and Type Method Description static Settings
Settings. from(org.apache.commons.configuration2.Configuration conf)
Read configuration from a file into a newSettings
object.static Settings
Settings. read(InputStream stream)
Read configuration from a file into a newSettings
object.
-