A B C D F G I L M N O P R T U V W

A

accept(RecordStore.Processor, R) - Method in class org.neo4j.backup.check.DiffRecordStore
 
allStores() - Method in class org.neo4j.backup.check.DiffStore
Overridden to increase visibility to public, it's used from InconsistencyLoggingTransactionInterceptorProvider.
apply(RecordStore.Processor, RecordStore<?>) - Method in class org.neo4j.backup.check.DiffStore
 

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
 

C

checkResult() - Method in class org.neo4j.backup.check.ConsistencyCheck
Check if any inconsistencies was found by the checker.
close() - Method in class org.neo4j.backup.check.DiffRecordStore
 
ConsistencyCheck - Class in org.neo4j.backup.check
Finds inconsistency in a Neo4j store.
ConsistencyCheck(StoreAccess) - Constructor for class org.neo4j.backup.check.ConsistencyCheck
Creates a standard checker.
ConsistencyCheck(StoreAccess, boolean) - Constructor for class org.neo4j.backup.check.ConsistencyCheck
Creates a standard checker or a checker that validates property owners.
create(XaDataSource, Object, DependencyResolver) - Method in class org.neo4j.backup.log.InconsistencyLoggingTransactionInterceptorProvider
 
create(TransactionInterceptor, XaDataSource, Object, DependencyResolver) - Method in class org.neo4j.backup.log.InconsistencyLoggingTransactionInterceptorProvider
 
create(XaDataSource, Object, DependencyResolver) - Method in class org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
 
create(TransactionInterceptor, XaDataSource, Object, DependencyResolver) - Method in class org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
 

D

DEFAULT_SCHEME - Static variable in class org.neo4j.backup.BackupTool
 
DiffRecordStore<R extends org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord> - Class in org.neo4j.backup.check
Not thread safe, intended for single threaded use.
DiffRecordStore(RecordStore<R>) - Constructor for class org.neo4j.backup.check.DiffRecordStore
 
DiffStore - Class in org.neo4j.backup.check
Not thread safe (since DiffRecordStore is not thread safe), intended for single threaded use.
DiffStore(NeoStore) - Constructor for class org.neo4j.backup.check.DiffStore
 
DiffStore(NodeStore, RelationshipStore, PropertyStore, RelationshipTypeStore) - Constructor for class org.neo4j.backup.check.DiffStore
 

F

forBlock(PropertyBlock) - Method in enum org.neo4j.backup.check.InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType
 
forceGetRaw(long) - Method in class org.neo4j.backup.check.DiffRecordStore
 
forceGetRecord(long) - Method in class org.neo4j.backup.check.DiffRecordStore
 
forceUpdateRecord(R) - Method in class org.neo4j.backup.check.DiffRecordStore
 
forProperties(Collection<PropertyRecord>) - Method in enum org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
 
forProperty(PropertyRecord) - Method in enum org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
 
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
 
full(String, boolean) - Method in class org.neo4j.backup.OnlineBackup
 
fullBackup(StoreWriter) - Method in interface org.neo4j.backup.TheBackupInterface
 

G

getArrayStore() - Method in class org.neo4j.backup.check.DiffStore
 
getHighId() - Method in class org.neo4j.backup.check.DiffRecordStore
 
getHostNameOrIp() - Method in class org.neo4j.backup.OnlineBackup
 
getLastCommittedTxs() - Method in class org.neo4j.backup.OnlineBackup
 
getNodeStore() - Method in class org.neo4j.backup.check.DiffStore
 
getPort() - Method in class org.neo4j.backup.OnlineBackup
 
getPropertyIndexStore() - Method in class org.neo4j.backup.check.DiffStore
 
getPropertyKeyStore() - Method in class org.neo4j.backup.check.DiffStore
 
getPropertyStore() - Method in class org.neo4j.backup.check.DiffStore
 
getRawHighId() - Method in class org.neo4j.backup.check.DiffRecordStore
 
getRecord(long) - Method in class org.neo4j.backup.check.DiffRecordStore
 
getRecordHeaderSize() - Method in class org.neo4j.backup.check.DiffRecordStore
 
getRecordSize() - Method in class org.neo4j.backup.check.DiffRecordStore
 
getRelationshipStore() - Method in class org.neo4j.backup.check.DiffStore
 
getRelationshipTypeStore() - Method in class org.neo4j.backup.check.DiffStore
 
getSettingsClass() - Method in class org.neo4j.backup.OnlineBackupExtension
 
getStringStore() - Method in class org.neo4j.backup.check.DiffStore
 
getTypeNameStore() - Method in class org.neo4j.backup.check.DiffStore
 

I

InconsistencyLoggingTransactionInterceptorProvider - Class in org.neo4j.backup.log
 
InconsistencyLoggingTransactionInterceptorProvider() - Constructor for class org.neo4j.backup.log.InconsistencyLoggingTransactionInterceptorProvider
 
InconsistencyType - Interface in org.neo4j.backup.check
 
InconsistencyType.PropertyBlockInconsistency - Class in org.neo4j.backup.check
 
InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType - Enum in org.neo4j.backup.check
 
InconsistencyType.PropertyOwnerInconsistency - Class in org.neo4j.backup.check
 
InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType - Enum in org.neo4j.backup.check
 
InconsistencyType.ReferenceInconsistency - Enum in org.neo4j.backup.check
 
incremental(String) - Method in class org.neo4j.backup.OnlineBackup
 
incremental(String, boolean) - Method in class org.neo4j.backup.OnlineBackup
 
incremental(GraphDatabaseAPI) - Method in class org.neo4j.backup.OnlineBackup
 
incrementalBackup(SlaveContext) - Method in interface org.neo4j.backup.TheBackupInterface
 
isModified(long) - Method in class org.neo4j.backup.check.DiffRecordStore
 
isWarning() - Method in interface org.neo4j.backup.check.InconsistencyType
 
isWarning() - Method in class org.neo4j.backup.check.InconsistencyType.PropertyBlockInconsistency
 
isWarning() - Method in class org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency
 
isWarning() - Method in enum org.neo4j.backup.check.InconsistencyType.ReferenceInconsistency
 
iterator() - Method in class org.neo4j.backup.check.ConsistencyCheck
 
iterator() - Method in class org.neo4j.backup.check.DiffRecordStore
 

L

load(KernelData) - Method in class org.neo4j.backup.OnlineBackupExtension
 
loadConfiguration(KernelData) - Method in class org.neo4j.backup.OnlineBackupExtension
 

M

main(String[]) - Static method in class org.neo4j.backup.BackupTool
 
main(String...) - Static method in class org.neo4j.backup.check.ConsistencyCheck
Run a full consistency check on the specified store.
markDirty(long) - Method in class org.neo4j.backup.check.DiffRecordStore
 
message() - Method in interface org.neo4j.backup.check.InconsistencyType
 
message() - Method in class org.neo4j.backup.check.InconsistencyType.PropertyBlockInconsistency
 
message() - Method in class org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency
 
message() - Method in enum org.neo4j.backup.check.InconsistencyType.ReferenceInconsistency
 

N

NAME - Static variable in class org.neo4j.backup.log.InconsistencyLoggingTransactionInterceptorProvider
 
name() - Method in class org.neo4j.backup.log.InconsistencyLoggingTransactionInterceptorProvider
 
NAME - Static variable in class org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
 
name() - Method in class org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
 

O

online_backup_enabled - Static variable in class org.neo4j.backup.OnlineBackupSettings
 
online_backup_port - Static variable in class org.neo4j.backup.OnlineBackupSettings
 
OnlineBackup - Class in org.neo4j.backup
 
OnlineBackupExtension - Class in org.neo4j.backup
 
OnlineBackupExtension() - Constructor for class org.neo4j.backup.OnlineBackupExtension
 
OnlineBackupSettings - Class in org.neo4j.backup
Settings for online backup
OnlineBackupSettings() - Constructor for class org.neo4j.backup.OnlineBackupSettings
 
org.neo4j.backup - package org.neo4j.backup
 
org.neo4j.backup.check - package org.neo4j.backup.check
 
org.neo4j.backup.log - package org.neo4j.backup.log
 

P

processArray(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 
processNode(RecordStore<NodeRecord>, NodeRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 
processProperty(RecordStore<PropertyRecord>, PropertyRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 
processPropertyIndex(RecordStore<PropertyIndexRecord>, PropertyIndexRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 
processRelationship(RecordStore<RelationshipRecord>, RelationshipRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 
processRelationshipType(RecordStore<RelationshipTypeRecord>, RelationshipTypeRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 
processString(RecordStore<DynamicRecord>, DynamicRecord) - Method in class org.neo4j.backup.check.ConsistencyCheck
 

R

report(RecordStore<R1>, R1, RecordStore<? extends R2>, R2, InconsistencyType) - Method in class org.neo4j.backup.check.ConsistencyCheck
Report an inconsistency between two records.
report(RecordStore<R>, R, InconsistencyType) - Method in class org.neo4j.backup.check.ConsistencyCheck
Report an internal inconsistency in a single record.
resolve(URI, Args) - Method in class org.neo4j.backup.BackupExtensionService
The source specific target to valid backup host translation method.
run(StoreAccess, boolean) - Static method in class org.neo4j.backup.check.ConsistencyCheck
 
run() - Method in class org.neo4j.backup.check.ConsistencyCheck
 

T

TheBackupInterface - Interface in org.neo4j.backup
 
toString() - Method in class org.neo4j.backup.check.DiffRecordStore
 

U

unload(BackupServer) - Method in class org.neo4j.backup.OnlineBackupExtension
 
updateRecord(R) - Method in class org.neo4j.backup.check.DiffRecordStore
 

V

valueOf(String) - Static method in enum org.neo4j.backup.check.InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.backup.check.InconsistencyType.ReferenceInconsistency
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.backup.check.InconsistencyType.PropertyBlockInconsistency.BlockInconsistencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.backup.check.InconsistencyType.PropertyOwnerInconsistency.OwnerInconsistencyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.backup.check.InconsistencyType.ReferenceInconsistency
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyingTransactionInterceptorProvider - Class in org.neo4j.backup.log
 
VerifyingTransactionInterceptorProvider() - Constructor for class org.neo4j.backup.log.VerifyingTransactionInterceptorProvider
 
visitNeoStore(NeoStoreRecord) - Method in class org.neo4j.backup.check.DiffStore
 
visitNode(NodeRecord) - Method in class org.neo4j.backup.check.DiffStore
 
visitProperty(PropertyRecord) - Method in class org.neo4j.backup.check.DiffStore
 
visitPropertyIndex(PropertyIndexRecord) - Method in class org.neo4j.backup.check.DiffStore
 
visitRelationship(RelationshipRecord) - Method in class org.neo4j.backup.check.DiffStore
 
visitRelationshipType(RelationshipTypeRecord) - Method in class org.neo4j.backup.check.DiffStore
 

W

wrapStore(RecordStore<R>) - Method in class org.neo4j.backup.check.DiffStore
 

A B C D F G I L M N O P R T U V W

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