Uses of Class
com.netflix.astyanax.connectionpool.exceptions.OperationException

Packages that use OperationException
com.netflix.astyanax   
com.netflix.astyanax.connectionpool   
com.netflix.astyanax.connectionpool.exceptions   
com.netflix.astyanax.thrift   
 

Uses of OperationException in com.netflix.astyanax
 

Methods in com.netflix.astyanax that throw OperationException
<K,C> OperationResult<Void>
Keyspace.truncateColumnFamily(ColumnFamily<K,C> columnFamily)
          Delete all rows in a column family
 

Uses of OperationException in com.netflix.astyanax.connectionpool
 

Methods in com.netflix.astyanax.connectionpool that throw OperationException
<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 OperationException in com.netflix.astyanax.connectionpool.exceptions
 

Subclasses of OperationException in com.netflix.astyanax.connectionpool.exceptions
 class AuthenticationException
           
 class BadConfigurationException
           
 class BadRequestException
           
 class NotFoundException
           
 class SchemaDisagreementException
           
 class UnknownException
           
 

Uses of OperationException in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift that throw OperationException
 String ThriftClusterImpl.dropColumnFamily(String keyspaceName, String columnFamilyName)
           
 String ThriftClusterImpl.dropKeyspace(String keyspaceName)
           
<K,C> OperationResult<Void>
ThriftKeyspaceImpl.truncateColumnFamily(ColumnFamily<K,C> columnFamily)
           
 



Copyright © 2012. All Rights Reserved.