com.sleepycat.je.rep.utilint
Class DbCacheSizeRepEnv

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.DbCacheSizeRepEnv
All Implemented Interfaces:
DbCacheSizeRepEnv

public class DbCacheSizeRepEnv
extends Object
implements DbCacheSizeRepEnv

Class for opening a ReplicatedEnvironment from a JE standalone utility, DbCacheSize. Must be instantiated from standalone JE using Class.forName.


Constructor Summary
DbCacheSizeRepEnv()
           
 
Method Summary
 Environment open(File envHome, EnvironmentConfig envConfig, Map<String,String> repParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbCacheSizeRepEnv

public DbCacheSizeRepEnv()
Method Detail

open

public Environment open(File envHome,
                        EnvironmentConfig envConfig,
                        Map<String,String> repParams)
Specified by:
open in interface DbCacheSizeRepEnv


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