Interface ConfigurationPropertyNames
- All Known Implementing Classes:
ConfigurationPropertyAssembler.Default
,ConfigurationPropertyParser.Default
@Deprecated public interface ConfigurationPropertyNames
Deprecated.
replaced by
EmbeddedStorageConfigurationPropertyNames
, will be removed in a future release- See Also:
one.microstream.storage.configuration
-
Field Summary
Fields Modifier and Type Field Description static String
BACKUP_DIRECTORY
Deprecated.static String
BASE_DIRECTORY
Deprecated.static String
CHANNEL_COUNT
Deprecated.static String
CHANNEL_DIRECTORY_PREFIX
Deprecated.static String
DATA_FILE_CLEANUP_HEAD_FILE
Deprecated.static String
DATA_FILE_DISSOLVE_RATIO
Deprecated.replaced byDATA_FILE_MINIMUM_USE_RATIO
, will be removed in a future releasestatic String
DATA_FILE_MAX_SIZE
Deprecated.replaced byDATA_FILE_MAXIMUM_SIZE
, will be removed in a future releasestatic String
DATA_FILE_MAXIMUM_SIZE
Deprecated.static String
DATA_FILE_MIN_SIZE
Deprecated.replaced byDATA_FILE_MINIMUM_SIZE
, will be removed in a future releasestatic String
DATA_FILE_MINIMUM_SIZE
Deprecated.static String
DATA_FILE_MINIMUM_USE_RATIO
Deprecated.static String
DATA_FILE_PREFIX
Deprecated.static String
DATA_FILE_SUFFIX
Deprecated.static String
DELETION_DIRECTORY
Deprecated.static String
ENTITY_CACHE_THRESHOLD
Deprecated.static String
ENTITY_CACHE_TIMEOUT
Deprecated.replaced byENTITY_CACHE_TIMEOUT_MS
, will be removed in a future releasestatic String
ENTITY_CACHE_TIMEOUT_MS
Deprecated.static String
HOUSEKEEPING_INTERVAL
Deprecated.replaced byHOUSEKEEPING_INTERVAL_MS
, will be removed in a future releasestatic String
HOUSEKEEPING_INTERVAL_MS
Deprecated.static String
HOUSEKEEPING_NANO_TIME_BUDGET
Deprecated.replaced byHOUSEKEEPING_TIME_BUDGET_NS
, will be removed in a future releasestatic String
HOUSEKEEPING_TIME_BUDGET_NS
Deprecated.static String
LOCK_FILE_NAME
Deprecated.static String
RESCUED_FILE_SUFFIX
Deprecated.static String
TRANSACTION_FILE_PREFIX
Deprecated.static String
TRANSACTION_FILE_SUFFIX
Deprecated.static String
TRUNCATION_DIRECTORY
Deprecated.static String
TYPE_DICTIONARY_FILENAME
Deprecated.
-
Field Details
-
BASE_DIRECTORY
Deprecated. -
DELETION_DIRECTORY
Deprecated. -
TRUNCATION_DIRECTORY
Deprecated. -
BACKUP_DIRECTORY
Deprecated. -
CHANNEL_COUNT
Deprecated. -
CHANNEL_DIRECTORY_PREFIX
Deprecated. -
DATA_FILE_PREFIX
Deprecated. -
DATA_FILE_SUFFIX
Deprecated. -
TRANSACTION_FILE_PREFIX
Deprecated. -
TRANSACTION_FILE_SUFFIX
Deprecated. -
TYPE_DICTIONARY_FILENAME
Deprecated. -
RESCUED_FILE_SUFFIX
Deprecated. -
LOCK_FILE_NAME
Deprecated. -
HOUSEKEEPING_INTERVAL
Deprecated.replaced byHOUSEKEEPING_INTERVAL_MS
, will be removed in a future release- See Also:
- Constant Field Values
-
HOUSEKEEPING_INTERVAL_MS
Deprecated. -
HOUSEKEEPING_NANO_TIME_BUDGET
Deprecated.replaced byHOUSEKEEPING_TIME_BUDGET_NS
, will be removed in a future release- See Also:
- Constant Field Values
-
HOUSEKEEPING_TIME_BUDGET_NS
Deprecated. -
ENTITY_CACHE_THRESHOLD
Deprecated. -
ENTITY_CACHE_TIMEOUT
Deprecated.replaced byENTITY_CACHE_TIMEOUT_MS
, will be removed in a future release- See Also:
- Constant Field Values
-
ENTITY_CACHE_TIMEOUT_MS
Deprecated. -
DATA_FILE_MIN_SIZE
Deprecated.replaced byDATA_FILE_MINIMUM_SIZE
, will be removed in a future release- See Also:
- Constant Field Values
-
DATA_FILE_MINIMUM_SIZE
Deprecated. -
DATA_FILE_MAX_SIZE
Deprecated.replaced byDATA_FILE_MAXIMUM_SIZE
, will be removed in a future release- See Also:
- Constant Field Values
-
DATA_FILE_MAXIMUM_SIZE
Deprecated. -
DATA_FILE_DISSOLVE_RATIO
Deprecated.replaced byDATA_FILE_MINIMUM_USE_RATIO
, will be removed in a future release- See Also:
- Constant Field Values
-
DATA_FILE_MINIMUM_USE_RATIO
Deprecated. -
DATA_FILE_CLEANUP_HEAD_FILE
Deprecated.
-