public interface SharedIndexInformer<ApiType> extends SharedInformer<ApiType>
| Modifier and Type | Method and Description |
|---|---|
void |
addIndexers(java.util.Map<java.lang.String,java.util.function.Function<ApiType,java.util.List<java.lang.String>>> indexers)
Add indexers.
|
Indexer<ApiType> |
getIndexer()
getIndexer returns the internal indexer store.
|
addEventHandler, addEventHandlerWithResyncPeriod, hasSynced, lastSyncResourceVersion, run, stopvoid addIndexers(java.util.Map<java.lang.String,java.util.function.Function<ApiType,java.util.List<java.lang.String>>> indexers)
indexers - the indexersCopyright © 2019. All rights reserved.