Interface ObjectStorageReader

All Superinterfaces:
NodeOps<PathbeanKey,​Pathbean>
All Known Implementing Classes:
DirectoryObjectStorage

public interface ObjectStorageReader
extends NodeOps<PathbeanKey,​Pathbean>
Methods for reading from an object store such as the filesystem or S3.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String OP_exists  
    static java.lang.String OP_list  
    static java.lang.String OP_listWithPrefix  
  • Method Summary

    Modifier and Type Method Description
    boolean exists​(PathbeanKey key)  
    io.datarouter.scanner.Scanner<Pathbean> scan()  
    io.datarouter.scanner.Scanner<PathbeanKey> scanKeys()