public interface

ExceptionCallback

com.netflix.astyanax.ExceptionCallback

Class Overview

ExceptionCallback is used in situation where it is not possible to return a checked exception, such as when implementing a custom iterator. The callback implementation

Summary

Public Methods
abstract boolean onException(ConnectionException e)

Public Methods

public abstract boolean onException (ConnectionException e)

Returns
  • true to retry or false to end the iteration