mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-20 13:17:31 -04:00
Preallocate opens a FileInputStream in order to get a native file desctiptor to pass to native functions. However, getting at the file descriptor requires breaking modular access. This commit adds native posix functions for opening/closing and retrieving stats on a file in order to avoid requiring additional permissions. |
||
---|---|---|
.. | ||
licenses | ||
src/main/java | ||
build.gradle |