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

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

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


Constructor Summary
MasterClient18.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

MasterClient18.AquireLockCall

public MasterClient18.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.