com.netflix.astyanax.recipes.storage
Class ObjectDeleter

java.lang.Object
  extended by com.netflix.astyanax.recipes.storage.ObjectDeleter
All Implemented Interfaces:
Callable<Void>

public class ObjectDeleter
extends Object
implements Callable<Void>


Constructor Summary
ObjectDeleter(ChunkedStorageProvider provider, String objectName)
           
 
Method Summary
 Void call()
           
 ObjectDeleter withChunkCountToDelete(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDeleter

public ObjectDeleter(ChunkedStorageProvider provider,
                     String objectName)
Method Detail

withChunkCountToDelete

public ObjectDeleter withChunkCountToDelete(int count)

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception


Copyright © 2012. All Rights Reserved.