org.eclipse.emf.cdo.server.db
Interface IDBStore.Props

Enclosing interface:
IDBStore

public static interface IDBStore.Props

Contains symbolic constants that specifiy valid keys of DB store properties.

Since:
4.0
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Field Summary
static String CONNECTION_KEEPALIVE_PERIOD
           
static String ID_COLUMN_LENGTH
           
static String READER_POOL_CAPACITY
           
static String WRITER_POOL_CAPACITY
           
 

Field Detail

CONNECTION_KEEPALIVE_PERIOD

static final String CONNECTION_KEEPALIVE_PERIOD
See Also:
Constant Field Values

ID_COLUMN_LENGTH

static final String ID_COLUMN_LENGTH
Since:
4.2
See Also:
Constant Field Values

READER_POOL_CAPACITY

static final String READER_POOL_CAPACITY
Since:
4.2
See Also:
Constant Field Values

WRITER_POOL_CAPACITY

static final String WRITER_POOL_CAPACITY
Since:
4.2
See Also:
Constant Field Values


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