Searched refs:entityFormats (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java226 List<Format> entityFormats = new ArrayList<Format>();
227 catalog.getEntityFormats(entityFormats);
228 for (Format entityFormat : entityFormats) {
H A DPersistCatalog.java437 public void getEntityFormats(Collection<Format> entityFormats) { argument
440 entityFormats.add(format);

Completed in 146 milliseconds