Neo4j

org.neo4j.backup
Class OnlineBackupSettings

java.lang.Object
  extended by org.neo4j.backup.OnlineBackupSettings

public class OnlineBackupSettings
extends Object

Settings for online backup


Field Summary
static Setting<Boolean> online_backup_enabled
           
static Setting<Integer> online_backup_port
          Deprecated. 
static Setting<HostnamePort> online_backup_server
           
 
Constructor Summary
OnlineBackupSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

online_backup_enabled

public static final Setting<Boolean> online_backup_enabled

online_backup_port

@Deprecated
public static final Setting<Integer> online_backup_port
Deprecated. 

online_backup_server

public static final Setting<HostnamePort> online_backup_server
Constructor Detail

OnlineBackupSettings

public OnlineBackupSettings()

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.