Class BlockfileLocalStorage
java.lang.Object
io.datarouter.bytes.blockfile.storage.BlockfileLocalStorage
- All Implemented Interfaces:
BlockfileStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteMulti(List<String> names) longlist()byte[]readInputStream(String name, io.datarouter.scanner.Threads threads, ByteLength chunkSize) byte[]readPartial(String name, long offset, int length) voidvoidwrite(String name, InputStream inputStream, io.datarouter.scanner.Threads threads)
-
Constructor Details
-
BlockfileLocalStorage
-
-
Method Details
-
list
- Specified by:
listin interfaceBlockfileStorage
-
length
- Specified by:
lengthin interfaceBlockfileStorage
-
read
- Specified by:
readin interfaceBlockfileStorage
-
readPartial
- Specified by:
readPartialin interfaceBlockfileStorage
-
readInputStream
public InputStream readInputStream(String name, io.datarouter.scanner.Threads threads, ByteLength chunkSize) - Specified by:
readInputStreamin interfaceBlockfileStorage
-
write
- Specified by:
writein interfaceBlockfileStorage
-
write
- Specified by:
writein interfaceBlockfileStorage
-
deleteMulti
- Specified by:
deleteMultiin interfaceBlockfileStorage
-