Interface ConfigurationPropertyAssembler
- All Known Implementing Classes:
ConfigurationPropertyAssembler.Default
@Deprecated public interface ConfigurationPropertyAssembler
Deprecated.
will be removed in a future release
- See Also:
one.microstream.storage.configuration
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ConfigurationPropertyAssembler.Default
Deprecated. -
Method Summary
Modifier and Type Method Description Map<String,String>
assemble(Configuration configuration)
Deprecated.static ConfigurationPropertyAssembler
New()
Deprecated.static ConfigurationPropertyAssembler
New(DurationAssembler durationParser, ByteSizeAssembler fileSizeParser)
Deprecated.
-
Method Details
-
assemble
Deprecated. -
New
Deprecated. -
New
static ConfigurationPropertyAssembler New(DurationAssembler durationParser, ByteSizeAssembler fileSizeParser)Deprecated.
-