public final class UpstreamCacheManager
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2026 The Apache Software Foundation. All rights reserved.