com.netflix.astyanax.recipes.storage
Class NoOpObjectWriteCallback

java.lang.Object
  extended by com.netflix.astyanax.recipes.storage.NoOpObjectWriteCallback
All Implemented Interfaces:
ObjectWriteCallback

public class NoOpObjectWriteCallback
extends Object
implements ObjectWriteCallback


Constructor Summary
NoOpObjectWriteCallback()
           
 
Method Summary
 void onChunk(int chunk, int size)
           
 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

NoOpObjectWriteCallback

public NoOpObjectWriteCallback()
Method Detail

onChunk

public void onChunk(int chunk,
                    int size)
Specified by:
onChunk in interface ObjectWriteCallback

onChunkException

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

onFailure

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

onSuccess

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


Copyright © 2012. All Rights Reserved.