Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

Abstract(Class<T>) - Constructor for class one.microstream.configuration.types.ConfigurationBasedCreator.Abstract
 
add(ConfigurationValueMapper<T>) - Method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider.Builder
Adds a value mapper for a certain type.
add(ConfigurationValueMapper<T>) - Method in class one.microstream.configuration.types.ConfigurationValueMapperProvider.Builder.Default
 
amount() - Method in interface one.microstream.configuration.types.ByteSize
Gets the amount of this ByteSize.
amount() - Method in class one.microstream.configuration.types.ByteSize.Default
 
assemble(Configuration) - Method in interface one.microstream.configuration.types.ConfigurationAssembler
Assembles all entries and child-configurations to an external format.
assemble(VarString, Configuration) - Method in interface one.microstream.configuration.types.ConfigurationAssembler
Assembles all entries and child-configurations to an external format.
assemble(VarString, Configuration) - Method in class one.microstream.configuration.types.ConfigurationAssemblerIni.Default
 
assemble(VarString, Configuration) - Method in class one.microstream.configuration.types.ConfigurationAssemblerXml.Default
 

B

Boolean() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
build() - Method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider.Builder
Builds the resulting ConfigurationValueMapperProvider.
build() - Method in class one.microstream.configuration.types.ConfigurationValueMapperProvider.Builder.Default
 
buildConfiguration() - Method in interface one.microstream.configuration.types.Configuration.Builder
Finishes the building and returns the resulting Configuration.
buildConfiguration() - Method in class one.microstream.configuration.types.Configuration.Builder.Default
 
Builder() - Static method in interface one.microstream.configuration.types.Configuration
Pseudo-constructor method to create a new Configuration.Builder.
Builder() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider
Pseudo-constructor method to create a new empty ConfigurationValueMapperProvider.Builder for a ConfigurationValueMapperProvider.
Byte() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
bytes() - Method in interface one.microstream.configuration.types.ByteSize
 
bytes() - Method in class one.microstream.configuration.types.ByteSize.Default
 
ByteSize - Interface in one.microstream.configuration.types
Compound object which carries an amount paired with a ByteUnit.
ByteSize() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
ByteSize(ByteUnit) - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
ByteSize.Default - Class in one.microstream.configuration.types
 
ByteSizeParser - Interface in one.microstream.configuration.types
Parser for ByteSizes out of textual representation.
ByteSizeParser.Default - Class in one.microstream.configuration.types
 
ByteUnit - Enum in one.microstream.configuration.types
Size units for byte multiples:
ByteUnit.Conversion - Interface in one.microstream.configuration.types
Fluent API helper for ByteUnit.convert(double, ByteUnit) to get readable code like:

C

child(String) - Method in interface one.microstream.configuration.types.Configuration.Builder
Creates a builder for a child configuration.
child(String, Consumer<Configuration.Builder>) - Method in interface one.microstream.configuration.types.Configuration.Builder
Creates a child configuration.
child(String) - Method in class one.microstream.configuration.types.Configuration.Builder.Default
 
child(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned child-configuration of the specified key, or null if the configuration doesn't contain the key.
child(String) - Method in class one.microstream.configuration.types.Configuration.Default
 
children() - Method in interface one.microstream.configuration.types.Configuration
Gets all direct child-configurations.
children() - Method in class one.microstream.configuration.types.Configuration.Default
 
coalescedMap() - Method in interface one.microstream.configuration.types.Configuration
Converts all entries of this configuration and all child-configurations recursively to a Map.
coalescedMap() - Method in class one.microstream.configuration.types.Configuration.Default
 
coalescedTable() - Method in interface one.microstream.configuration.types.Configuration
Converts all entries of this configuration and all child-configurations recursively to a XGettingTable.
coalescedTable() - Method in class one.microstream.configuration.types.Configuration.Default
 
compareTo(ByteSize) - Method in class one.microstream.configuration.types.ByteSize.Default
 
configuration() - Method in exception one.microstream.configuration.exceptions.ConfigurationException
 
Configuration - Interface in one.microstream.configuration.types
General purpose, immutable (builder-created), hierarchical configuration container.
Configuration.Builder - Interface in one.microstream.configuration.types
Builder for Configurations.
Configuration.Builder.Default - Class in one.microstream.configuration.types
 
Configuration.Default - Class in one.microstream.configuration.types
 
ConfigurationAssembler - Interface in one.microstream.configuration.types
Assembler to export a configuration into an external format.
ConfigurationAssemblerIni - Interface in one.microstream.configuration.types
Assembler for configurations to export to INI (properties) format.
ConfigurationAssemblerIni.Default - Class in one.microstream.configuration.types
 
ConfigurationAssemblerXml - Interface in one.microstream.configuration.types
Assembler for configurations to export to XML format.
ConfigurationAssemblerXml.Default - Class in one.microstream.configuration.types
 
ConfigurationBasedCreator<T> - Interface in one.microstream.configuration.types
 
ConfigurationBasedCreator.Abstract<T> - Class in one.microstream.configuration.types
 
ConfigurationException - Exception in one.microstream.configuration.exceptions
 
ConfigurationException(Configuration) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationException
 
ConfigurationException(Configuration, Throwable) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationException
 
ConfigurationException(Configuration, String) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationException
 
ConfigurationException(Configuration, String, Throwable) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationException
 
ConfigurationException(Configuration, String, Throwable, boolean, boolean) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationException
 
ConfigurationExceptionNoConfigurationFound - Exception in one.microstream.configuration.exceptions
 
ConfigurationExceptionNoConfigurationFound(String, Throwable, boolean, boolean) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound
 
ConfigurationExceptionNoConfigurationFound(String, Throwable) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound
 
ConfigurationExceptionNoConfigurationFound(String) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound
 
ConfigurationExceptionNoConfigurationFound(Throwable) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound
 
ConfigurationExceptionNoConfigurationFound() - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionNoConfigurationFound
 
ConfigurationExceptionNoValueMapperFound - Exception in one.microstream.configuration.exceptions
 
ConfigurationExceptionNoValueMapperFound(Configuration, Class<?>) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionNoValueMapperFound
 
ConfigurationExceptionValueMappingFailed - Exception in one.microstream.configuration.exceptions
 
ConfigurationExceptionValueMappingFailed(Configuration, String, String) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionValueMappingFailed
 
ConfigurationExceptionValueMappingFailed(Configuration, Throwable, String, String) - Constructor for exception one.microstream.configuration.exceptions.ConfigurationExceptionValueMappingFailed
 
ConfigurationLoader - Interface in one.microstream.configuration.types
Loader for external configuration resources.
ConfigurationLoader.Defaults - Interface in one.microstream.configuration.types
 
ConfigurationLoader.FileLoader - Class in one.microstream.configuration.types
 
ConfigurationLoader.InputStreamLoader - Class in one.microstream.configuration.types
 
ConfigurationLoader.PathLoader - Class in one.microstream.configuration.types
 
ConfigurationLoader.UrlLoader - Class in one.microstream.configuration.types
 
ConfigurationMapper<S> - Interface in one.microstream.configuration.types
A utility interface to map values from arbitrary sources to a Configuration.Builder().
ConfigurationMapperMap - Interface in one.microstream.configuration.types
Mapper which maps entries from a Map to a Configuration.Builder().
ConfigurationMapperMap.Default - Class in one.microstream.configuration.types
 
ConfigurationMapperTable<V> - Interface in one.microstream.configuration.types
Mapper which maps entries from a XGettingTable to a Configuration.Builder().
ConfigurationMapperTable.Default<V> - Class in one.microstream.configuration.types
 
ConfigurationMapperXml - Interface in one.microstream.configuration.types
Mapper which maps entries from a XML Element to a Configuration.Builder().
ConfigurationMapperXml.Default - Class in one.microstream.configuration.types
 
ConfigurationParser - Interface in one.microstream.configuration.types
A utility interface to parse values from external formats to a Configuration.Builder().
ConfigurationParserIni - Interface in one.microstream.configuration.types
INI format parser for configurations.
ConfigurationParserIni.Default - Class in one.microstream.configuration.types
 
ConfigurationParserXml - Interface in one.microstream.configuration.types
XML format parser for configurations.
ConfigurationParserXml.Default - Class in one.microstream.configuration.types
 
ConfigurationStorer - Interface in one.microstream.configuration.types
Storer which exports configuration data to external targets.
ConfigurationStorer.Defaults - Interface in one.microstream.configuration.types
 
ConfigurationStorer.FileStorer - Class in one.microstream.configuration.types
 
ConfigurationStorer.OutputStreamStorer - Class in one.microstream.configuration.types
 
ConfigurationStorer.PathStorer - Class in one.microstream.configuration.types
 
ConfigurationStorer.UrlStorer - Class in one.microstream.configuration.types
 
ConfigurationValueMapper<T> - Interface in one.microstream.configuration.types
 
ConfigurationValueMapper.Default<T> - Class in one.microstream.configuration.types
 
ConfigurationValueMapperProvider - Interface in one.microstream.configuration.types
Provider for ConfigurationValueMappers which are used in a Configuration.
ConfigurationValueMapperProvider.Builder - Interface in one.microstream.configuration.types
ConfigurationValueMapperProvider.Builder.Default - Class in one.microstream.configuration.types
 
ConfigurationValueMapperProvider.Default - Class in one.microstream.configuration.types
 
ConfigurationValueMappingFunction<T> - Interface in one.microstream.configuration.types
Function which maps String values from Configurations to a certain type.
contains(String) - Method in interface one.microstream.configuration.types.Configuration
Checks if this configuration contains the specified key.
contains(String) - Method in class one.microstream.configuration.types.Configuration.Default
 
convert(double, ByteUnit) - Static method in enum one.microstream.configuration.types.ByteUnit
Starts a conversion, continue with ByteUnit.Conversion.to(ByteUnit), e.g.:
create(Configuration) - Method in interface one.microstream.configuration.types.ConfigurationBasedCreator
 
create(long) - Method in enum one.microstream.configuration.types.DurationUnit
 

D

Default() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider
Pseudo-constructor method to create a new ConfigurationValueMapperProvider.Builder for a ConfigurationValueMapperProvider, with all value mappers which are provided by default for the following types: Boolean Byte Short Integer Long Float Double ByteSize Duration
defaultCharset() - Static method in interface one.microstream.configuration.types.ConfigurationLoader.Defaults
 
defaultCharset() - Static method in interface one.microstream.configuration.types.ConfigurationStorer.Defaults
 
detach() - Method in class one.microstream.configuration.types.Configuration.Default
 
detach() - Method in interface one.microstream.configuration.types.Configuration
Creates a new Configuration instance with all entries and child-configurations of this configuration, but with no parent, which makes it a root configuration.
Double() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
Duration() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
Duration(DurationUnit) - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
DurationParser - Interface in one.microstream.configuration.types
Parser for Durations out of textual representation.
DurationParser.Default - Class in one.microstream.configuration.types
 
DurationUnit - Enum in one.microstream.configuration.types
Enumeration of time durations at a given unit of granularity.

E

equals(Object) - Method in class one.microstream.configuration.types.ByteSize.Default
 

F

Float() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 

G

get(String) - Method in class one.microstream.configuration.types.Configuration.Default
 
get(String, Class<T>) - Method in class one.microstream.configuration.types.Configuration.Default
 
get(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key, or null if the configuration doesn't contain the key.
get(String, Class<T>) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key.
get(Class<T>) - Method in class one.microstream.configuration.types.ConfigurationValueMapperProvider.Default
 
get(Class<T>) - Method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider
Gets the value mapper for the specified type, or null if none was found.
getBoolean(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Boolean, or null if the configuration doesn't contain the key.
getByte(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Byte, or null if the configuration doesn't contain the key.
getDouble(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Double, or null if the configuration doesn't contain the key.
getFloat(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Float, or null if the configuration doesn't contain the key.
getInteger(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Integer, or null if the configuration doesn't contain the key.
getLong(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Long, or null if the configuration doesn't contain the key.
getShort(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Short, or null if the configuration doesn't contain the key.

H

hashCode() - Method in class one.microstream.configuration.types.ByteSize.Default
 

I

Integer() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
isRoot() - Method in interface one.microstream.configuration.types.Configuration
Checks if this configuration is the root, meaning it has no parent.
iterator() - Method in class one.microstream.configuration.types.ConfigurationValueMapperProvider.Default
 

K

key() - Method in exception one.microstream.configuration.exceptions.ConfigurationExceptionValueMappingFailed
 
key() - Method in class one.microstream.configuration.types.Configuration.Default
 
key() - Method in interface one.microstream.configuration.types.Configuration
Gets the key of this child-configuration or null if this is the root configuration.
KEY_SEPARATOR - Static variable in interface one.microstream.configuration.types.Configuration
The separator char ('.') which is used to connect simple keys to full-qualified ones.
keys() - Method in class one.microstream.configuration.types.Configuration.Default
 
keys() - Method in interface one.microstream.configuration.types.Configuration
Gets all keys of this configuration, but not of the child-configurations.

L

load(ConfigurationLoader, ConfigurationParser) - Method in interface one.microstream.configuration.types.Configuration.Builder
Loads values and child-configurations from the specified source into this builder.
Load(ConfigurationLoader, ConfigurationParser) - Static method in interface one.microstream.configuration.types.Configuration
Convenience method to load a configuration from an external source.
loadConfiguration() - Method in class one.microstream.configuration.types.ConfigurationLoader.FileLoader
 
loadConfiguration() - Method in class one.microstream.configuration.types.ConfigurationLoader.InputStreamLoader
 
loadConfiguration() - Method in interface one.microstream.configuration.types.ConfigurationLoader
Loads the configuration from the given resource.
loadConfiguration() - Method in class one.microstream.configuration.types.ConfigurationLoader.PathLoader
 
loadConfiguration() - Method in class one.microstream.configuration.types.ConfigurationLoader.UrlLoader
 
Long() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 

M

map(ConfigurationMapper<S>, S) - Method in interface one.microstream.configuration.types.Configuration.Builder
Maps values and child-configurations from the specified source into this builder.
map() - Method in class one.microstream.configuration.types.Configuration.Default
 
map() - Method in interface one.microstream.configuration.types.Configuration
Converts all entries of this configuration to a Map.
map(Configuration, String, String) - Method in class one.microstream.configuration.types.ConfigurationValueMapper.Default
 
map(Configuration, String, String) - Method in interface one.microstream.configuration.types.ConfigurationValueMappingFunction
Maps the given value of a Configuration to the target type.
mapConfiguration(S) - Method in interface one.microstream.configuration.types.ConfigurationMapper
Creates a Configuration.Builder() and adds all entries contained in the given source.
mapConfiguration(Configuration.Builder, S) - Method in interface one.microstream.configuration.types.ConfigurationMapper
Adds all entries contained in a source to the given Configuration.Builder().
mapConfiguration(Configuration.Builder, Map<String, ?>) - Method in class one.microstream.configuration.types.ConfigurationMapperMap.Default
 
mapConfiguration(Configuration.Builder, XGettingTable<String, V>) - Method in class one.microstream.configuration.types.ConfigurationMapperTable.Default
 
mapConfiguration(Configuration.Builder, Element) - Method in class one.microstream.configuration.types.ConfigurationMapperXml.Default
 

N

New(String) - Static method in interface one.microstream.configuration.types.ByteSize
Pseudo-constructor method which creates a new ByteSize object by calling ByteSizeParser.parse(String).
New(double, ByteUnit) - Static method in interface one.microstream.configuration.types.ByteSize
Pseudo-constructor method which creates a new ByteSize object.
New() - Static method in interface one.microstream.configuration.types.ByteSizeParser
Preudo-constructor method to create a new ByteSizeParser.
New(ByteUnit) - Static method in interface one.microstream.configuration.types.ByteSizeParser
Preudo-constructor method to create a new ByteSizeParser.
New() - Static method in interface one.microstream.configuration.types.ConfigurationAssemblerIni
Pseudo-constructor to create a new INI assembler.
New() - Static method in interface one.microstream.configuration.types.ConfigurationAssemblerXml
Pseudo-constructor to create a new XML assembler.
New(String) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Loads the configuration from the given resource.
New(String, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Loads the configuration from the given resource.
New(Path) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from path.
New(Path, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from path.
New(File) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from file.
New(File, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from file.
New(URL) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from the URL url.
New(URL, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from the URL url.
New(InputStream) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from the InputStream inputStream.
New(InputStream, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationLoader
Tries to load the configuration from the InputStream inputStream.
New() - Static method in interface one.microstream.configuration.types.ConfigurationMapperMap
Pseudo-constructor to create a new mapper.
New(Function<Object, String>) - Static method in interface one.microstream.configuration.types.ConfigurationMapperMap
Pseudo-constructor to create a new mapper.
New() - Static method in interface one.microstream.configuration.types.ConfigurationMapperTable
Pseudo-constructor to create a new mapper.
New(Function<Object, String>) - Static method in interface one.microstream.configuration.types.ConfigurationMapperTable
Pseudo-constructor to create a new mapper.
New() - Static method in interface one.microstream.configuration.types.ConfigurationMapperXml
Pseudo-constructor to create a new mapper.
New() - Static method in interface one.microstream.configuration.types.ConfigurationParserIni
Pseudo-constructor to create a new INI parser.
New(ConfigurationMapperMap) - Static method in interface one.microstream.configuration.types.ConfigurationParserIni
Pseudo-constructor to create a new INI parser.
New() - Static method in interface one.microstream.configuration.types.ConfigurationParserXml
Pseudo-constructor to create a new XML parser.
New(ConfigurationMapperXml) - Static method in interface one.microstream.configuration.types.ConfigurationParserXml
Pseudo-constructor to create a new XML parser.
New(Path) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(Path, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(File) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(File, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(URL) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(URL, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(OutputStream) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(OutputStream, Charset) - Static method in interface one.microstream.configuration.types.ConfigurationStorer
Pseudo-constructor method to create a new ConfigurationStorer.
New(Class<T>, ConfigurationValueMappingFunction<T>) - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
New(XGettingMap<Class<?>, ConfigurationValueMapper<?>>) - Static method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider
Pseudo-constructor method to create a new ConfigurationValueMapperProvider.
New() - Static method in interface one.microstream.configuration.types.DurationParser
Pseudo-constructor method to create a new DurationParser, with DurationUnit.MS as default unit.
New(DurationUnit) - Static method in interface one.microstream.configuration.types.DurationParser
Pseudo-constructor method to create a new DurationParser.

O

ofName(String) - Static method in enum one.microstream.configuration.types.ByteUnit
 
one.microstream.configuration.exceptions - package one.microstream.configuration.exceptions
 
one.microstream.configuration.types - package one.microstream.configuration.types
 
opt(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
opt(String, Class<T>) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
opt(Class<T>) - Method in class one.microstream.configuration.types.ConfigurationValueMapperProvider.Default
 
opt(Class<T>) - Method in interface one.microstream.configuration.types.ConfigurationValueMapperProvider
Returns an optional value mapper for the specified type.
optBoolean(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
optByte(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
optDouble(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
optFloat(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
optInteger(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
optLong(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.
optShort(String) - Method in interface one.microstream.configuration.types.Configuration
Gets the assigned value of the specified key as Optional, which is empty if the configuration doesn't contain the key.

P

parent() - Method in class one.microstream.configuration.types.Configuration.Default
 
parent() - Method in interface one.microstream.configuration.types.Configuration
Gets this configuration's parent, or null if this is the root configuration.
parse(String) - Method in class one.microstream.configuration.types.ByteSizeParser.Default
 
parse(String) - Method in interface one.microstream.configuration.types.ByteSizeParser
Tries to parse a ByteSize out of text.
parse(String) - Method in class one.microstream.configuration.types.DurationParser.Default
 
parse(String) - Method in interface one.microstream.configuration.types.DurationParser
Tries to parse a Duration out of text.
parseConfiguration(String) - Method in interface one.microstream.configuration.types.ConfigurationParser
Creates a Configuration.Builder() and adds all entries contained in the given input.
parseConfiguration(Configuration.Builder, String) - Method in interface one.microstream.configuration.types.ConfigurationParser
Parses all entries contained in the input to the given Configuration.Builder().
parseConfiguration(Configuration.Builder, String) - Method in class one.microstream.configuration.types.ConfigurationParserIni.Default
 
parseConfiguration(Configuration.Builder, String) - Method in class one.microstream.configuration.types.ConfigurationParserXml.Default
 

R

registeredCreators(Class<T>) - Static method in interface one.microstream.configuration.types.ConfigurationBasedCreator
 
resultType() - Method in class one.microstream.configuration.types.ConfigurationBasedCreator.Abstract
 
resultType() - Method in interface one.microstream.configuration.types.ConfigurationBasedCreator
 
root() - Method in interface one.microstream.configuration.types.Configuration
Gets the root configuration, which may be this.

S

set(String, String) - Method in class one.microstream.configuration.types.Configuration.Builder.Default
 
set(String, String) - Method in interface one.microstream.configuration.types.Configuration.Builder
Sets either a simple key-value pair (foo=bar) or an entry in a child-configuration (full.qualified.foo=bar).
setAll(XGettingCollection<KeyValue<String, String>>) - Method in class one.microstream.configuration.types.Configuration.Builder.Default
 
setAll(KeyValue<String, String>...) - Method in class one.microstream.configuration.types.Configuration.Builder.Default
 
setAll(XGettingCollection<KeyValue<String, String>>) - Method in interface one.microstream.configuration.types.Configuration.Builder
Sets many entries at once.
setAll(KeyValue<String, String>...) - Method in interface one.microstream.configuration.types.Configuration.Builder
Sets many entries at once.
Short() - Static method in interface one.microstream.configuration.types.ConfigurationValueMapper
 
store(ConfigurationStorer, ConfigurationAssembler) - Method in interface one.microstream.configuration.types.Configuration
Stores this configuration to an external target.
storeConfiguration(String) - Method in class one.microstream.configuration.types.ConfigurationStorer.FileStorer
 
storeConfiguration(String) - Method in class one.microstream.configuration.types.ConfigurationStorer.OutputStreamStorer
 
storeConfiguration(String) - Method in class one.microstream.configuration.types.ConfigurationStorer.PathStorer
 
storeConfiguration(String) - Method in interface one.microstream.configuration.types.ConfigurationStorer
Stores the configuration data to an external target.
storeConfiguration(String) - Method in class one.microstream.configuration.types.ConfigurationStorer.UrlStorer
 

T

table() - Method in class one.microstream.configuration.types.Configuration.Default
 
table() - Method in interface one.microstream.configuration.types.Configuration
Converts all entries of this configuration to a XGettingTable.
to(ByteUnit) - Method in interface one.microstream.configuration.types.ByteUnit.Conversion
 
toBytes(double) - Method in enum one.microstream.configuration.types.ByteUnit
Returns the number of bytes, which this unit multiplied by value yields.
toString() - Method in class one.microstream.configuration.types.ByteSize.Default
 
toString() - Method in interface one.microstream.configuration.types.ByteSize
Returns the amount followed by the unit, e.g 1.2MB.
traverse(Consumer<Configuration>) - Method in class one.microstream.configuration.types.Configuration.Default
 
traverse(Consumer<Configuration>) - Method in interface one.microstream.configuration.types.Configuration
Traverses this and all child-configurations recursively.
type() - Method in exception one.microstream.configuration.exceptions.ConfigurationExceptionNoValueMapperFound
 
type() - Method in class one.microstream.configuration.types.ConfigurationValueMapper.Default
 
type() - Method in interface one.microstream.configuration.types.ConfigurationValueMapper
 

U

unit() - Method in class one.microstream.configuration.types.ByteSize.Default
 
unit() - Method in interface one.microstream.configuration.types.ByteSize
Gets the unit of this ByteSize.

V

value() - Method in exception one.microstream.configuration.exceptions.ConfigurationExceptionValueMappingFailed
 
valueMapperProvider(ConfigurationValueMapperProvider) - Method in class one.microstream.configuration.types.Configuration.Builder.Default
 
valueMapperProvider(ConfigurationValueMapperProvider) - Method in interface one.microstream.configuration.types.Configuration.Builder
valueMapperProvider() - Method in class one.microstream.configuration.types.Configuration.Default
 
valueMapperProvider() - Method in interface one.microstream.configuration.types.Configuration
Gets the value mapper provider which is assigned to this configuration.
valueOf(String) - Static method in enum one.microstream.configuration.types.ByteUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum one.microstream.configuration.types.DurationUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum one.microstream.configuration.types.ByteUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum one.microstream.configuration.types.DurationUnit
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2022 MicroStream Software. All rights reserved.