Searched refs:META_PREFIX (Results 1 – 1 of 1) sorted by relevance
43 public static final String META_PREFIX = "Any "; field in HostSelector246 metaObject.put("hostname", new JSONString(META_PREFIX + number)); in addMetaHosts()281 return getHostname(row).startsWith(META_PREFIX); in isMetaEntry()285 return Integer.parseInt(getHostname(row).substring(META_PREFIX.length())); in getMetaNumber()