public final class UpstreamCacheManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Upstream> |
findUpstreamListBySelectorId(java.lang.String selectorId)
Find upstream list by selector id list.
|
static UpstreamCacheManager |
getInstance()
Gets instance.
|
void |
removeByKey(java.lang.String key)
Remove by key.
|
void |
submit(java.lang.String selectorId,
java.util.List<Upstream> upstreamList)
Submit .
|
public static UpstreamCacheManager getInstance()
public java.util.List<Upstream> findUpstreamListBySelectorId(java.lang.String selectorId)
selectorId - the selector idpublic void removeByKey(java.lang.String key)
key - the keypublic void submit(java.lang.String selectorId,
java.util.List<Upstream> upstreamList)
selectorId - the selector idupstreamList - the upstream listCopyright © 2023 The Apache Software Foundation. All rights reserved.