com.netflix.astyanax.connectionpool
Interface ExecuteWithFailover<CL,R>

All Known Implementing Classes:
AbstractExecuteWithFailoverImpl, RoundRobinExecuteWithFailover

public interface ExecuteWithFailover<CL,R>


Method Summary
 OperationResult<R> tryOperation(Operation<CL,R> operation)
           
 

Method Detail

tryOperation

OperationResult<R> tryOperation(Operation<CL,R> operation)
                                throws ConnectionException
Throws:
ConnectionException


Copyright © 2012. All Rights Reserved.