Interface ReadObjectStoreSupport

All Known Implementing Classes:
ObjectStoreReadVolume

public interface ReadObjectStoreSupport
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.concurrent.Future<ObjectMetadata>
     
    org.apache.pekko.stream.scaladsl.Source<ObjectStoreListItem,org.apache.pekko.NotUsed>
    list(scala.Option<String> parent, scala.Option<Object> limit, boolean recursive)
     
  • Method Details

    • getMetadata

      scala.concurrent.Future<ObjectMetadata> getMetadata(String key)
    • list

      org.apache.pekko.stream.scaladsl.Source<ObjectStoreListItem,org.apache.pekko.NotUsed> list(scala.Option<String> parent, scala.Option<Object> limit, boolean recursive)