Interface ReadObjectStoreSupport
- All Known Implementing Classes:
ObjectStoreReadVolume
public interface ReadObjectStoreSupport
-
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<ObjectMetadata>getMetadata(String key) org.apache.pekko.stream.scaladsl.Source<ObjectStoreListItem,org.apache.pekko.NotUsed>
-
Method Details
-
getMetadata
-
list
org.apache.pekko.stream.scaladsl.Source<ObjectStoreListItem,org.apache.pekko.NotUsed> list(scala.Option<String> parent, scala.Option<Object> limit, boolean recursive)
-