org.eclipse.emf.cdo.server.objectivity
Interface IObjectivityStoreConfig

All Superinterfaces:
Serializable

public interface IObjectivityStoreConfig
extends Serializable


Method Summary
 String getFdName()
           
 int getLogOption()
           
 String getLogPath()
           
 int getSessionMaxCacheSize()
           
 int getSessionMinCacheSize()
           
 void resetFD()
           
 

Method Detail

getFdName

String getFdName()

resetFD

void resetFD()

getSessionMinCacheSize

int getSessionMinCacheSize()

getSessionMaxCacheSize

int getSessionMaxCacheSize()

getLogPath

String getLogPath()
Since:
4.0

getLogOption

int getLogOption()
Since:
4.0


Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.