Package io.datarouter.storage.file
Class DirectoryObjectStorage
java.lang.Object
io.datarouter.storage.file.DirectoryObjectStorage
- All Implemented Interfaces:
NodeOps<PathbeanKey,Pathbean>,ObjectStorageReader
public class DirectoryObjectStorage extends java.lang.Object implements ObjectStorageReader
-
Field Summary
Fields inherited from interface io.datarouter.storage.node.op.raw.read.ObjectStorageReader
OP_exists, OP_list, OP_listWithPrefix -
Constructor Summary
Constructors Constructor Description DirectoryObjectStorage(DirectoryManager directoryManager) -
Method Summary
Modifier and Type Method Description booleanexists(PathbeanKey key)io.datarouter.scanner.Scanner<Pathbean>scan()io.datarouter.scanner.Scanner<PathbeanKey>scanKeys()
-
Constructor Details
-
Method Details
-
exists
- Specified by:
existsin interfaceObjectStorageReader
-
scan
- Specified by:
scanin interfaceObjectStorageReader
-
scanKeys
- Specified by:
scanKeysin interfaceObjectStorageReader
-