Uses of Interface
com.basho.riak.client.http.response.RiakExceptionHandler

Packages that use RiakExceptionHandler
com.basho.riak.client.http The legacy, low-level HTTP REST RiakClient and associated classes, consider using the high-level IRiakClient 
com.basho.riak.client.http.plain A more OO wrapper to the legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
 

Uses of RiakExceptionHandler in com.basho.riak.client.http
 

Methods in com.basho.riak.client.http that return RiakExceptionHandler
 RiakExceptionHandler RiakClient.getExceptionHandler()
           
 

Methods in com.basho.riak.client.http with parameters of type RiakExceptionHandler
 void RiakClient.setExceptionHandler(RiakExceptionHandler exceptionHandler)
           
 

Uses of RiakExceptionHandler in com.basho.riak.client.http.plain
 

Classes in com.basho.riak.client.http.plain that implement RiakExceptionHandler
 class ConvertToCheckedExceptions
          Converts unchecked exceptions RiakIORuntimeException and RiakResponseRuntimeException to checked exceptions RiakIOException and RiakRuntimeException.
 

Uses of RiakExceptionHandler in com.basho.riak.client.http.util
 

Methods in com.basho.riak.client.http.util that return RiakExceptionHandler
 RiakExceptionHandler ClientHelper.getExceptionHandler()
           
 

Methods in com.basho.riak.client.http.util with parameters of type RiakExceptionHandler
 void ClientHelper.setExceptionHandler(RiakExceptionHandler exceptionHandler)
          Install an exception handler.
 



Copyright © 2012. All Rights Reserved.