| 323 | void* meta_data() const { return meta_data_; } |
| 324 | int cache_options() const { return cache_options_; } |
| 325 | bool UseHdfsCache() const { return (cache_options_ & BufferOpts::USE_HDFS_CACHE) != 0; } |
| 326 | bool UseDataCache() const { return (cache_options_ & BufferOpts::USE_DATA_CACHE) != 0; } |
| 327 | bool read_in_flight() const { return read_in_flight_; } |
| 328 | bool expected_local() const { return expected_local_; } |
no outgoing calls
no test coverage detected