com.netflix.astyanax.recipes.storage
Class NoOpObjectReadCallback

java.lang.Object
  extended by com.netflix.astyanax.recipes.storage.NoOpObjectReadCallback
All Implemented Interfaces:
ObjectReadCallback

public class NoOpObjectReadCallback
extends Object
implements ObjectReadCallback


Constructor Summary
NoOpObjectReadCallback()
           
 
Method Summary
 void onChunk(int chunk, ByteBuffer data)
           
 void onChunkException(int chunk, Exception exception)
           
 void onFailure(Exception exception)
           
 void onSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpObjectReadCallback

public NoOpObjectReadCallback()
Method Detail

onChunk

public void onChunk(int chunk,
                    ByteBuffer data)
Specified by:
onChunk in interface ObjectReadCallback

onChunkException

public void onChunkException(int chunk,
                             Exception exception)
Specified by:
onChunkException in interface ObjectReadCallback

onFailure

public void onFailure(Exception exception)
Specified by:
onFailure in interface ObjectReadCallback

onSuccess

public void onSuccess()
Specified by:
onSuccess in interface ObjectReadCallback


Copyright © 2012. All Rights Reserved.