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

Packages that use OperationResult
com.netflix.astyanax   
com.netflix.astyanax.connectionpool   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.thrift   
com.netflix.astyanax.util   
 

Uses of OperationResult in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return OperationResult
 OperationResult<R> Execution.execute()
          Block while executing the operations
 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.
<K,C> OperationResult<Void>
Keyspace.truncateColumnFamily(ColumnFamily<K,C> columnFamily)
          Delete all rows in a column family
 

Methods in com.netflix.astyanax that return types with arguments of type OperationResult
 Future<OperationResult<R>> Execution.executeAsync()
          Return a future to the operation.
 

Uses of OperationResult in com.netflix.astyanax.connectionpool
 

Methods in com.netflix.astyanax.connectionpool that return OperationResult
<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 OperationResult in com.netflix.astyanax.connectionpool.impl
 

Classes in com.netflix.astyanax.connectionpool.impl that implement OperationResult
 class OperationResultImpl<R>
           
 

Methods in com.netflix.astyanax.connectionpool.impl that return OperationResult
<R> OperationResult<R>
AbstractHostPartitionConnectionPool.executeWithFailover(Operation<CL,R> op, RetryPolicy retry)
           
 OperationResult<R> AbstractExecutionImpl.executeWithRetry(RetryPolicy retry)
           
 OperationResult<R> AbstractExecuteWithFailoverImpl.tryOperation(Operation<CL,R> operation)
           
 

Uses of OperationResult in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift that return OperationResult
 OperationResult<Void> ThriftKeyspaceImpl.testOperation(Operation<?,?> operation)
           
 OperationResult<Void> ThriftKeyspaceImpl.testOperation(Operation<?,?> operation, RetryPolicy retry)
           
<K,C> OperationResult<Void>
ThriftKeyspaceImpl.truncateColumnFamily(ColumnFamily<K,C> columnFamily)
           
 

Uses of OperationResult in com.netflix.astyanax.util
 

Methods in com.netflix.astyanax.util that return types with arguments of type OperationResult
 com.google.common.util.concurrent.ListenableFuture<OperationResult<Void>> WriteAheadMutationBatchExecutor.execute(MutationBatch m)
          Write a mutation to the wal and execute it
 List<com.google.common.util.concurrent.ListenableFuture<OperationResult<Void>>> WriteAheadMutationBatchExecutor.replayWal(int count)
          Replay records from the WAL
 



Copyright © 2012. All Rights Reserved.