com.sleepycat.je.utilint
Interface DbCacheSizeRepEnv

All Known Implementing Classes:
DbCacheSizeRepEnv

public interface DbCacheSizeRepEnv

Interface for opening a ReplicatedEnvironment from a JE standalone utility, DbCacheSize. Implemented by com.sleepycat.je.rep.utilint.DbCacheSizeRepEnv, which must be instantiated from standalone JE using Class.forName.


Method Summary
 Environment open(File envHome, EnvironmentConfig envConfig, Map<String,String> repParams)
           
 

Method Detail

open

Environment open(File envHome,
                 EnvironmentConfig envConfig,
                 Map<String,String> repParams)


Copyright (c) 2004-2012 Oracle. All rights reserved.