Uses of Interface
com.netflix.astyanax.retry.RetryPolicy

Packages that use RetryPolicy
com.netflix.astyanax   
com.netflix.astyanax.connectionpool   
com.netflix.astyanax.connectionpool.impl   
com.netflix.astyanax.impl   
com.netflix.astyanax.query   
com.netflix.astyanax.recipes   
com.netflix.astyanax.recipes.storage   
com.netflix.astyanax.retry   
com.netflix.astyanax.thrift   
 

Uses of RetryPolicy in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return RetryPolicy
 RetryPolicy AstyanaxConfiguration.getRetryPolicy()
          TODO
 

Methods in com.netflix.astyanax with parameters of type RetryPolicy
 OperationResult<Void> Keyspace.testOperation(Operation<?,?> operation, RetryPolicy retry)
          This method is used for testing purposes only.
 MutationBatch MutationBatch.withRetryPolicy(RetryPolicy retry)
          Set the retry policy to use instead of the one specified in the configuration
 ColumnMutation ColumnMutation.withRetryPolicy(RetryPolicy retry)
           
 

Uses of RetryPolicy in com.netflix.astyanax.connectionpool
 

Methods in com.netflix.astyanax.connectionpool with parameters of type RetryPolicy
<R> OperationResult<R>
ConnectionPool.executeWithFailover(Operation<CL,R> op, RetryPolicy retry)
          Execute an operation with failover within the context of the connection pool.
 

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

Methods in com.netflix.astyanax.connectionpool.impl with parameters of type RetryPolicy
<R> OperationResult<R>
AbstractHostPartitionConnectionPool.executeWithFailover(Operation<CL,R> op, RetryPolicy retry)
           
 OperationResult<R> AbstractExecutionImpl.executeWithRetry(RetryPolicy retry)
           
 

Uses of RetryPolicy in com.netflix.astyanax.impl
 

Methods in com.netflix.astyanax.impl that return RetryPolicy
 RetryPolicy AstyanaxConfigurationImpl.getRetryPolicy()
           
 

Methods in com.netflix.astyanax.impl with parameters of type RetryPolicy
 AstyanaxConfigurationImpl AstyanaxConfigurationImpl.setRetryPolicy(RetryPolicy retryPolicy)
           
 

Uses of RetryPolicy in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query with parameters of type RetryPolicy
 ColumnFamilyQuery<K,C> ColumnFamilyQuery.withRetryPolicy(RetryPolicy retry)
          Set the retry policy to use instead of the default
 

Uses of RetryPolicy in com.netflix.astyanax.recipes
 

Methods in com.netflix.astyanax.recipes with parameters of type RetryPolicy
 ReverseIndexQuery<K,C,V> ReverseIndexQuery.useRetryPolicy(RetryPolicy retry)
           
 

Uses of RetryPolicy in com.netflix.astyanax.recipes.storage
 

Methods in com.netflix.astyanax.recipes.storage with parameters of type RetryPolicy
 ObjectReader ObjectReader.withRetryPolicy(RetryPolicy retryPolicy)
           
 

Uses of RetryPolicy in com.netflix.astyanax.retry
 

Classes in com.netflix.astyanax.retry that implement RetryPolicy
 class BoundedExponentialBackoff
           
 class ConstantBackoff
           
 class ExponentialBackoff
           
 class RetryNTimes
           
 class RunOnce
           
 class SleepingRetryPolicy
          Base sleeping retry policy with optional count limit
 

Methods in com.netflix.astyanax.retry that return RetryPolicy
 RetryPolicy RunOnce.duplicate()
           
 RetryPolicy RetryPolicy.duplicate()
          Duplicate this policy into a fresh instance
 RetryPolicy RetryNTimes.duplicate()
           
 RetryPolicy ExponentialBackoff.duplicate()
           
 RetryPolicy ConstantBackoff.duplicate()
           
 

Uses of RetryPolicy in com.netflix.astyanax.thrift
 

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

Constructors in com.netflix.astyanax.thrift with parameters of type RetryPolicy
ThriftColumnFamilyQueryImpl(ExecutorService executor, KeyspaceTracerFactory tracerFactory, Keyspace keyspace, ConnectionPool<org.apache.cassandra.thrift.Cassandra.Client> cp, ColumnFamily<K,C> columnFamily, ConsistencyLevel consistencyLevel, RetryPolicy retry)
           
 



Copyright © 2012. All Rights Reserved.