B C D F G H I L M N O P R S T U

B

BackupExtensionService - Class in org.neo4j.backup
This class provides a basic interface for backup sources to implement their own resolution algorithms.
BackupExtensionService(String) - Constructor for class org.neo4j.backup.BackupExtensionService
 
BackupTool - Class in org.neo4j.backup
 
BackupTool() - Constructor for class org.neo4j.backup.BackupTool
 
beginTx() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
beginTx() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

C

CONFIG_KEY_ALLOW_INIT_CLUSTER - Static variable in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
CONFIG_KEY_HA_CLUSTER_NAME - Static variable in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
CONFIG_KEY_HA_MACHINE_ID - Static variable in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
CONFIG_KEY_HA_PULL_INTERVAL - Static variable in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
CONFIG_KEY_HA_SERVER - Static variable in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
CONFIG_KEY_HA_ZOO_KEEPER_SERVERS - Static variable in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
createMBean(ManagementData) - Method in class org.neo4j.kernel.HighAvailabilityBean
 
createMXBean(ManagementData) - Method in class org.neo4j.kernel.HighAvailabilityBean
 
createNode() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
createNode() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

D

DEFAULT_SCHEME - Static variable in class org.neo4j.backup.BackupTool
 

F

from(String, int) - Static method in class org.neo4j.backup.OnlineBackup
 
from(String) - Static method in class org.neo4j.backup.OnlineBackup
 
full(String) - Method in class org.neo4j.backup.OnlineBackup
 
fullBackup(StoreWriter) - Method in interface org.neo4j.backup.TheBackupInterface
 

G

getAllNodes() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getAllNodes() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getBroker() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getConfig() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getConfig() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getHostNameOrIp() - Method in class org.neo4j.backup.OnlineBackup
 
getLastCommittedTxs() - Method in class org.neo4j.backup.OnlineBackup
 
getManagementBean(Class<T>) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getManagementBean(Class<T>) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getMasterServerIfMaster() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getNodeById(long) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getNodeById(long) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getPort() - Method in class org.neo4j.backup.OnlineBackup
 
getReferenceNode() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getReferenceNode() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getRelationshipById(long) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getRelationshipById(long) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getRelationshipTypes() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getRelationshipTypes() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getSlaveContext(int) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
getStoreDir() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
getStoreDir() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

H

HighAvailabilityBean - Class in org.neo4j.kernel
 
HighAvailabilityBean() - Constructor for class org.neo4j.kernel.HighAvailabilityBean
 
HighlyAvailableGraphDatabase - Class in org.neo4j.kernel
 
HighlyAvailableGraphDatabase(String, Map<String, String>) - Constructor for class org.neo4j.kernel.HighlyAvailableGraphDatabase
Will instantiate its own ZooKeeper broker
HighlyAvailableGraphDatabase(String, Map<String, String>, BrokerFactory) - Constructor for class org.neo4j.kernel.HighlyAvailableGraphDatabase
Only for testing (and BackupFromHaCluster)

I

incremental(String) - Method in class org.neo4j.backup.OnlineBackup
 
incremental(GraphDatabaseService) - Method in class org.neo4j.backup.OnlineBackup
 
incrementalBackup(SlaveContext) - Method in interface org.neo4j.backup.TheBackupInterface
 
index() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
index() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
internalShutdown() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
isMaster() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
isReadOnly() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
isReadOnly() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

L

load(KernelData) - Method in class org.neo4j.backup.OnlineBackupExtension
 
loadConfiguration(KernelData) - Method in class org.neo4j.backup.OnlineBackupExtension
 
loadConfigurations(String) - Static method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

M

main(String[]) - Static method in class org.neo4j.backup.BackupTool
 

N

newMaster(Pair<Master, Machine>, Exception) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
NotYetExistingGraphDatabase - Class in org.neo4j.backup
 
NotYetExistingGraphDatabase(String) - Constructor for class org.neo4j.backup.NotYetExistingGraphDatabase
 

O

OnlineBackup - Class in org.neo4j.backup
 
OnlineBackupExtension - Class in org.neo4j.backup
 
OnlineBackupExtension() - Constructor for class org.neo4j.backup.OnlineBackupExtension
 
org.neo4j.backup - package org.neo4j.backup
 
org.neo4j.kernel - package org.neo4j.kernel
 

P

parsePort(String) - Static method in class org.neo4j.backup.OnlineBackupExtension
 
pullUpdates() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

R

receive(Response<T>) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
reevaluateMyself(Pair<Master, Machine>, StoreId) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
registerKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
registerTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
resolve(URI) - Method in class org.neo4j.backup.BackupExtensionService
The source specific target to valid backup host translation method.

S

shutdown() - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
shutdown() - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

T

TheBackupInterface - Interface in org.neo4j.backup
 

U

unload(BackupServer) - Method in class org.neo4j.backup.OnlineBackupExtension
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
unregisterKernelEventHandler(KernelEventHandler) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.backup.NotYetExistingGraphDatabase
 
unregisterTransactionEventHandler(TransactionEventHandler<T>) - Method in class org.neo4j.kernel.HighlyAvailableGraphDatabase
 

B C D F G H I L M N O P R S T U

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.