public class ShellSettings extends Object implements org.neo4j.configuration.LoadableConfig
| Modifier and Type | Field and Description |
|---|---|
static org.neo4j.graphdb.config.Setting<Boolean> |
remote_shell_enabled |
static org.neo4j.graphdb.config.Setting<String> |
remote_shell_host |
static org.neo4j.graphdb.config.Setting<String> |
remote_shell_name |
static org.neo4j.graphdb.config.Setting<Integer> |
remote_shell_port |
static org.neo4j.graphdb.config.Setting<Boolean> |
remote_shell_read_only |
| Constructor and Description |
|---|
ShellSettings() |
public static final org.neo4j.graphdb.config.Setting<Boolean> remote_shell_enabled
public static final org.neo4j.graphdb.config.Setting<String> remote_shell_host
public static final org.neo4j.graphdb.config.Setting<Integer> remote_shell_port
public static final org.neo4j.graphdb.config.Setting<Boolean> remote_shell_read_only
public static final org.neo4j.graphdb.config.Setting<String> remote_shell_name
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.