Uses of Interface
org.scale7.cassandra.pelops.exceptions.IExceptionTranslator

Packages that use IExceptionTranslator
org.scale7.cassandra.pelops   
org.scale7.cassandra.pelops.exceptions   
 

Uses of IExceptionTranslator in org.scale7.cassandra.pelops
 

Methods in org.scale7.cassandra.pelops that return IExceptionTranslator
 IExceptionTranslator OperandPolicy.getExceptionTranslator()
          The translater used to convert checked Thirft/Cassandra exceptions into unchecked PelopsExceptions.
 

Methods in org.scale7.cassandra.pelops with parameters of type IExceptionTranslator
 void OperandPolicy.setExceptionTranslator(IExceptionTranslator exceptionTranslator)
          The translater used to convert checked Thirft/Cassandra exceptions into unchecked PelopsExceptions.
 

Constructors in org.scale7.cassandra.pelops with parameters of type IExceptionTranslator
OperandPolicy(int maxOpRetries, boolean deleteIfNull, IExceptionTranslator exceptionTranslator)
           
 

Uses of IExceptionTranslator in org.scale7.cassandra.pelops.exceptions
 

Classes in org.scale7.cassandra.pelops.exceptions that implement IExceptionTranslator
static class IExceptionTranslator.ExceptionTranslator
          Default implementation.
 



Copyright © 2011. All Rights Reserved.