Package com.embabel.agent.tools.file
Interface FileReadLog
-
- All Implemented Interfaces:
public interface FileReadLogThe FileReadLog can be useful for stats and to understand the context that has been accessed
-
-
Method Summary
Modifier and Type Method Description abstract UnitflushReads()abstract UnitrecordRead(String path)abstract List<FileReads>getReads()List<String>getPathsRead()-
-
Method Detail
-
flushReads
abstract Unit flushReads()
-
recordRead
abstract Unit recordRead(String path)
-
getPathsRead
List<String> getPathsRead()
-
-
-
-