Interface ConfigurationStorer
- All Known Implementing Classes:
ConfigurationStorer.ConfigurationStorerOutputStream
@Deprecated public interface ConfigurationStorer
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
ConfigurationStorer.ConfigurationStorerOutputStream
Deprecated.static interface
ConfigurationStorer.Defaults
Deprecated. -
Method Summary
Modifier and Type Method Description void
storeConfiguration(String configurationData)
Deprecated.static void
storeToFile(File file, String configurationData)
Deprecated.static void
storeToFile(File file, Charset charset, String configurationData)
Deprecated.static void
storeToPath(Path path, String configurationData)
Deprecated.static void
storeToPath(Path path, Charset charset, String configurationData)
Deprecated.static void
storeToUrl(URL url, String configurationData)
Deprecated.static void
storeToUrl(URL url, Charset charset, String configurationData)
Deprecated.static ConfigurationStorer
ToOutputStream(OutputStream outputStream)
Deprecated.static ConfigurationStorer
ToOutputStream(OutputStream outputStream, Charset charset)
Deprecated.
-
Method Details
-
storeConfiguration
Deprecated. -
storeToPath
Deprecated. -
storeToPath
Deprecated. -
storeToFile
Deprecated. -
storeToFile
Deprecated. -
storeToUrl
Deprecated. -
storeToUrl
Deprecated. -
ToOutputStream
Deprecated. -
ToOutputStream
Deprecated.
-