• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/

Lines Matching refs:String

113     private volatile Map<String,Format> formatMap;
122 private volatile Map<String,Format> latestFormatMap;
129 private Map<String,String> proxyClassMap;
161 String storePrefix,
162 String dbName,
173 String[] fileAndDbNames = (store != null) ?
236 Map<String,Format> formatMap = new HashMap<String,Format>();
253 formatMap = new HashMap<String,Format>(formatList.size());
254 latestFormatMap = new HashMap<String,Format>(formatList.size());
258 String name = format.getClassName();
302 List<String> knownClasses =
303 new ArrayList<String>(model.getKnownClasses());
312 proxyClassMap = new HashMap<String,String>();
317 String oldName = oldFormat.getClassName();
320 String newName =
324 for (String className : knownClasses) {
337 Map<String,Format> newFormats = new HashMap<String,Format>();
338 for (String className : knownClasses) {
361 String errors = evolver.getErrors();
445 private void addProxiedClass(String className) {
448 String proxiedClassName = metadata.getProxiedClassName();
455 private void addPredefinedProxies(List<String> knownClasses) {
538 public Format createFormat(String clsName, Map<String,Format> newFormats) {
554 public Format createFormat(Class type, Map<String,Format> newFormats) {
556 String className = type.getName();
568 String proxyClassName = null;
631 Map<String,Format> map) {
649 Set<String> getModelClasses() {
650 Set<String> classes = new HashSet<String>();
751 public Format getFormat(String className) {
755 public Format getLatestVersion(String className) {
782 Map<String,Format> newFormatMap =
783 new HashMap<String,Format>(formatMap);
784 Map<String,Format> newLatestFormatMap =
785 new HashMap<String,Format>(latestFormatMap);
788 Map<String,Format> newFormats = new HashMap<String,Format>();
921 String className = format.getClassName();