com.netflix.astyanax.recipes.storage
Class ObjectDirectoryLister

java.lang.Object
  extended by com.netflix.astyanax.recipes.storage.ObjectDirectoryLister
All Implemented Interfaces:
Callable<Map<String,ObjectMetadata>>

public class ObjectDirectoryLister
extends Object
implements Callable<Map<String,ObjectMetadata>>


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

Constructor Detail

ObjectDirectoryLister

public ObjectDirectoryLister(ChunkedStorageProvider provider,
                             String path)
Method Detail

call

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


Copyright © 2012. All Rights Reserved.