| Package | Description |
|---|---|
| org.neo4j.kernel.ha | |
| org.neo4j.kernel.ha.com.master | |
| org.neo4j.kernel.ha.com.slave | |
| org.neo4j.kernel.ha.id | |
| org.neo4j.kernel.ha.lock | |
| org.neo4j.kernel.ha.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterClient20
The
Master a slave should use to communicate with its master. |
| Modifier and Type | Method and Description |
|---|---|
void |
SlaveStoreWriter.copyStore(Master master) |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterImpl
This is the real master code that executes on a master.
|
| Constructor and Description |
|---|
MasterServer(Master requestTarget,
Logging logging,
org.neo4j.com.Server.Configuration config,
org.neo4j.com.TxChecksumVerifier txVerifier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MasterClient |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterClient153
The
Master a slave should use to communicate with its master. |
class |
MasterClient17
The
Master a slave should use to communicate with its master. |
class |
MasterClient18
The
Master a slave should use to communicate with its master. |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.com.Response<LockResult> |
MasterClient153.AquireLockCall.call(Master master,
org.neo4j.com.RequestContext context,
org.jboss.netty.buffer.ChannelBuffer input,
org.jboss.netty.buffer.ChannelBuffer target) |
org.neo4j.com.Response<LockResult> |
MasterClient18.AquireLockCall.call(Master master,
org.neo4j.com.RequestContext context,
org.jboss.netty.buffer.ChannelBuffer input,
org.jboss.netty.buffer.ChannelBuffer target) |
| Constructor and Description |
|---|
SlaveImpl(org.neo4j.kernel.impl.nioneo.store.StoreId storeId,
Master master,
RequestContextFactory requestContextFactory,
HaXaDataSourceManager xaDsm) |
| Constructor and Description |
|---|
HaIdGeneratorFactory(Master master,
Logging logging) |
| Constructor and Description |
|---|
LockManagerModeSwitcher(HighAvailabilityMemberStateMachine stateMachine,
DelegateInvocationHandler<org.neo4j.kernel.impl.transaction.LockManager> delegate,
org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager,
org.neo4j.kernel.impl.transaction.TxHook txHook,
HaXaDataSourceManager xaDsm,
Master master,
RequestContextFactory requestContextFactory,
InstanceAccessGuard switchBlock,
Config config) |
SlaveLockManager(org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager,
org.neo4j.kernel.impl.transaction.TxHook txHook,
InstanceAccessGuard switchBlock,
SlaveLockManager.Configuration config,
org.neo4j.kernel.impl.transaction.RagManager ragManager,
RequestContextFactory requestContextFactory,
Master master,
HaXaDataSourceManager xaDsm) |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.