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.StringOP_existsstatic java.lang.StringOP_liststatic java.lang.StringOP_listWithPrefix -
Method Summary
Modifier and Type Method Description booleanexists(PathbeanKey key)io.datarouter.scanner.Scanner<Pathbean>scan()io.datarouter.scanner.Scanner<PathbeanKey>scanKeys()
-
Field Details
-
OP_exists
static final java.lang.String OP_exists- See Also:
- Constant Field Values
-
OP_list
static final java.lang.String OP_list- See Also:
- Constant Field Values
-
OP_listWithPrefix
static final java.lang.String OP_listWithPrefix- See Also:
- Constant Field Values
-
-
Method Details
-
exists
-
scanKeys
io.datarouter.scanner.Scanner<PathbeanKey> scanKeys() -
scan
io.datarouter.scanner.Scanner<Pathbean> scan()
-