com.netflix.astyanax.recipes.storage
Class ObjectInfoReader

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

public class ObjectInfoReader
extends Object
implements Callable<ObjectMetadata>


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

Constructor Detail

ObjectInfoReader

public ObjectInfoReader(ChunkedStorageProvider provider,
                        String objectName)
Method Detail

call

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


Copyright © 2012. All Rights Reserved.