Package | Description |
---|---|
com.hazelcast.internal.dynamicconfig.search |
Classes related to Config Search.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IdentifiedDataSerializable> |
ConfigSearch.supplierFor(Class<T> cls)
Factory method for providing
ConfigSupplier instances for the given config class |
Modifier and Type | Method and Description |
---|---|
T |
Searcher.getConfig(String name,
String fallbackName,
ConfigSupplier<T> configSupplier)
Get configuration for data structure with the given name
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.