Uses of Interface
com.netflix.astyanax.ExceptionCallback

Packages that use ExceptionCallback
com.netflix.astyanax.query   
com.netflix.astyanax.thrift   
com.netflix.astyanax.util   
 

Uses of ExceptionCallback in com.netflix.astyanax.query
 

Methods in com.netflix.astyanax.query with parameters of type ExceptionCallback
 AllRowsQuery<K,C> AllRowsQuery.setExceptionCallback(ExceptionCallback cb)
          Sets the exception handler to use when handling exceptions inside Iterator.next().
 

Uses of ExceptionCallback in com.netflix.astyanax.thrift
 

Methods in com.netflix.astyanax.thrift that return ExceptionCallback
protected  ExceptionCallback AbstractThriftAllRowsQueryImpl.getExceptionCallback()
           
 

Methods in com.netflix.astyanax.thrift with parameters of type ExceptionCallback
 AllRowsQuery<K,C> AbstractThriftAllRowsQueryImpl.setExceptionCallback(ExceptionCallback cb)
           
 

Uses of ExceptionCallback in com.netflix.astyanax.util
 

Methods in com.netflix.astyanax.util with parameters of type ExceptionCallback
 JsonRowsWriter JsonRowsWriter.setExceptionCallback(ExceptionCallback exceptionCallback)
           
 



Copyright © 2012. All Rights Reserved.