public String getOssDataPath() {
   if (!isOssDataExists()) return null;
   return StartStopListener.OPENSEARCHSERVER_DATA_FILE.getAbsolutePath();
 }