Searched refs:hdfValue (Results 1 – 1 of 1) sorted by relevance
1098 String hdfValue = data.getValue("sac") == null ? "" : data.getValue("sac"); in writeDirectory() local1099 boolean allowExcepted = hdfValue.equals("true") ? true : false; in writeDirectory()