| java.lang.Object com.sleepycat.persist.impl.SimpleCatalog
SimpleCatalog | public class SimpleCatalog implements Catalog(Code) | | A static catalog containing simple types only. Once created, this catalog
is immutable.
For bindings accessed by a PersistComparator during recovery, the
SimpleCatalog provides formats for all simple types. To reduce redundant
format objects, the SimpleCatalog's formats are copied when creating a
regular PersistCatalog.
This class also contains utility methods for dealing with primitives.
author: Mark Hayes |
copyMissingFormats | static boolean copyMissingFormats(List<Format> copyToList)(Code) | | |
getInitVersion | public int getInitVersion(Format format, boolean forReader)(Code) | | |
isRawAccess | public boolean isRawAccess()(Code) | | |
isSimpleType | static boolean isSimpleType(Class type)(Code) | | |
|
|