Uses of Interface
com.netflix.astyanax.connectionpool.Operation

Packages that use Operation
com.netflix.astyanax   
com.netflix.astyanax.connectionpool   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.thrift   
 

Uses of Operation in com.netflix.astyanax
 

Methods in com.netflix.astyanax with parameters of type Operation
 OperationResult<Void> Keyspace.testOperation(Operation<?,?> operation)
          This method is used for testing purposes only.
 OperationResult<Void> Keyspace.testOperation(Operation<?,?> operation, RetryPolicy retry)
          This method is used for testing purposes only.
 

Uses of Operation in com.netflix.astyanax.connectionpool
 

Methods in com.netflix.astyanax.connectionpool with parameters of type Operation
<R> OperationResult<R>
Connection.execute(Operation<CL,R> op)
          Execute an operation on the connection and return a result
<R> OperationResult<R>
ConnectionPool.executeWithFailover(Operation<CL,R> op, RetryPolicy retry)
          Execute an operation with failover within the context of the connection pool.
 OperationResult<R> ExecuteWithFailover.tryOperation(Operation<CL,R> operation)
           
 

Uses of Operation in com.netflix.astyanax.connectionpool.impl
 

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type Operation
 Connection<CL> RoundRobinExecuteWithFailover.borrowConnection(Operation<CL,R> operation)
           
abstract  Connection<CL> AbstractExecuteWithFailoverImpl.borrowConnection(Operation<CL,R> operation)
           
<R> OperationResult<R>
AbstractHostPartitionConnectionPool.executeWithFailover(Operation<CL,R> op, RetryPolicy retry)
           
<R> ExecuteWithFailover<CL,R>
TokenAwareConnectionPoolImpl.newExecuteWithFailover(Operation<CL,R> op)
           
<R> ExecuteWithFailover<CL,R>
RoundRobinConnectionPoolImpl.newExecuteWithFailover(Operation<CL,R> operation)
           
<R> ExecuteWithFailover<CL,R>
BagOfConnectionsConnectionPoolImpl.newExecuteWithFailover(Operation<CL,R> op)
           
protected abstract
<R> ExecuteWithFailover<CL,R>
AbstractHostPartitionConnectionPool.newExecuteWithFailover(Operation<CL,R> op)
          Return a new failover context.
 OperationResult<R> AbstractExecuteWithFailoverImpl.tryOperation(Operation<CL,R> operation)
           
 

Uses of Operation in com.netflix.astyanax.thrift
 

Classes in com.netflix.astyanax.thrift that implement Operation
 class AbstractKeyspaceOperationImpl<R>
           
 class AbstractOperationImpl<R>
           
 

Methods in com.netflix.astyanax.thrift with parameters of type Operation
 OperationResult<Void> ThriftKeyspaceImpl.testOperation(Operation<?,?> operation)
           
 OperationResult<Void> ThriftKeyspaceImpl.testOperation(Operation<?,?> operation, RetryPolicy retry)
           
 



Copyright © 2012. All Rights Reserved.