Searched refs:consistent_open (Results 1 - 4 of 4) sorted by relevance

/pkg/src/modules/client/
H A Dindexer.py60 ss.consistent_open(self._data_dict.values(),
/pkg/src/modules/
H A Dsearch_storage.py47 def consistent_open(data_list, directory, timeout = 1): function
209 return consistent_open([self], directory)
H A Dquery_parser.py1209 ret = ss.consistent_open(tmp, self._dir_path,
1218 ret = ss.consistent_open(tmp, self._dir_path,
1250 ret = ss.consistent_open(tmp,
H A Dindexer.py188 """ Opens all index files using consistent_open and reads all
192 res = ss.consistent_open(self._data_dict.values(), directory,
795 # dir. Note: the need for consistent_open is that
840 ss.consistent_open(self._data_dict.values(),

Completed in 29 milliseconds