org.neo4j.kernel.ha.com.slave
Class MasterClient153.AquireLockCall

java.lang.Object
  extended by org.neo4j.kernel.ha.com.slave.MasterClient153.AquireLockCall
All Implemented Interfaces:
org.neo4j.com.TargetCaller<Master,LockResult>
Enclosing class:
MasterClient153

public abstract static class MasterClient153.AquireLockCall
extends Object
implements org.neo4j.com.TargetCaller<Master,LockResult>


Constructor Summary
MasterClient153.AquireLockCall()
           
 
Method Summary
 org.neo4j.com.Response<LockResult> call(Master master, org.neo4j.com.RequestContext context, org.jboss.netty.buffer.ChannelBuffer input, org.jboss.netty.buffer.ChannelBuffer target)
           
protected abstract  org.neo4j.com.Response<LockResult> lock(Master master, org.neo4j.com.RequestContext context, long... ids)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterClient153.AquireLockCall

public MasterClient153.AquireLockCall()
Method Detail

call

public org.neo4j.com.Response<LockResult> call(Master master,
                                               org.neo4j.com.RequestContext context,
                                               org.jboss.netty.buffer.ChannelBuffer input,
                                               org.jboss.netty.buffer.ChannelBuffer target)
Specified by:
call in interface org.neo4j.com.TargetCaller<Master,LockResult>

lock

protected abstract org.neo4j.com.Response<LockResult> lock(Master master,
                                                           org.neo4j.com.RequestContext context,
                                                           long... ids)


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