org.eclipse.emf.cdo.server
Interface IRepository.Props

Enclosing interface:
IRepository

public static interface IRepository.Props

Contains symbolic constants that specifiy valid keys of repository properties.

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 ALLOW_INTERRUPT_RUNNING_QUERIES
           
static String ENSURE_REFERENTIAL_INTEGRITY
           
static String ID_GENERATION_LOCATION
           
static String OPTIMISTIC_LOCKING_TIMEOUT
           
static String OVERRIDE_UUID
          Used to override the automatic UUID generation during first startup of a repository.
static String SERIALIZE_COMMITS
           
static String SUPPORTING_AUDITS
           
static String SUPPORTING_BRANCHES
           
static String SUPPORTING_ECORE
          Deprecated. As of 4.2 instances of Ecore are always supported (on demand).
 

Field Detail

OVERRIDE_UUID

static final String OVERRIDE_UUID
Used to override the automatic UUID generation during first startup of a repository. Passing the empty string causes the UUID of the repository to be set to its name.

Since:
2.0
See Also:
Constant Field Values

SUPPORTING_AUDITS

static final String SUPPORTING_AUDITS
Since:
2.0
See Also:
Constant Field Values

SUPPORTING_BRANCHES

static final String SUPPORTING_BRANCHES
Since:
3.0
See Also:
Constant Field Values

SUPPORTING_ECORE

@Deprecated
static final String SUPPORTING_ECORE
Deprecated. As of 4.2 instances of Ecore are always supported (on demand).
Since:
4.0
See Also:
Constant Field Values

SERIALIZE_COMMITS

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

ENSURE_REFERENTIAL_INTEGRITY

static final String ENSURE_REFERENTIAL_INTEGRITY
Since:
3.0
See Also:
Constant Field Values

ALLOW_INTERRUPT_RUNNING_QUERIES

static final String ALLOW_INTERRUPT_RUNNING_QUERIES
Since:
4.0
See Also:
Constant Field Values

ID_GENERATION_LOCATION

static final String ID_GENERATION_LOCATION
Since:
4.1
See Also:
Constant Field Values

OPTIMISTIC_LOCKING_TIMEOUT

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


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