Searched defs:DEFAULT_FLAGS (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DState.java56 private static final Collection<IndexFlag> DEFAULT_FLAGS = Collections.unmodifiableCollection(Arrays field in class:State
139 return EnumSet.copyOf(DEFAULT_FLAGS);

Completed in 37 milliseconds