Package 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
.- Author:
- Eike Stepper
- 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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Possible values: NO | YES | WITH_MERGE_SOURCE.static final String
static final String
static final String
static final String
Used to override the automatic UUID generation during first startup of a repository.static final String
static final String
static final String
static final String
Deprecated.As of 4.2 instances of Ecore are always supported (on demand).static final String
static final String
-
Field Details
-
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 itsname
.- Since:
- 2.0
- See Also:
-
SUPPORTING_LOGIN_PEEKS
- Since:
- 4.20
- See Also:
-
SUPPORTING_AUDITS
- Since:
- 2.0
- See Also:
-
SUPPORTING_BRANCHES
- Since:
- 3.0
- See Also:
-
SUPPORTING_UNITS
- Since:
- 4.5
- See Also:
-
CHECK_UNIT_MOVES
- Since:
- 4.5
- See Also:
-
SERIALIZE_COMMITS
- Since:
- 4.2
- See Also:
-
ENSURE_REFERENTIAL_INTEGRITY
- Since:
- 3.0
- See Also:
-
ALLOW_INTERRUPT_RUNNING_QUERIES
- Since:
- 4.0
- See Also:
-
ID_GENERATION_LOCATION
- Since:
- 4.1
- See Also:
-
COMMIT_INFO_STORAGE
Possible values: NO | YES | WITH_MERGE_SOURCE.- Since:
- 4.6
- See Also:
-
OPTIMISTIC_LOCKING_TIMEOUT
- Since:
- 4.2
- See Also:
-
SUPPORTING_ECORE
Deprecated.As of 4.2 instances of Ecore are always supported (on demand).- Since:
- 4.0
- See Also:
-