T
- type of config to findpublic interface Searcher<T extends IdentifiedDataSerializable>
ConfigSearch
Modifier and Type | Method and Description |
---|---|
T |
getConfig(String name,
String fallbackName,
ConfigSupplier<T> configSupplier)
Get configuration for data structure with the given name
|
T getConfig(@Nonnull String name, String fallbackName, @Nonnull ConfigSupplier<T> configSupplier)
name
- data structure namefallbackName
- name to fallback if config for original name is not foundconfigSupplier
- data config suppliername
or fallback config for fallbackName
. If neither is
found, null
is returned.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.