T
public class AddrCache<T> extends Object
AddrCache()
Map<String,RouterCache<T>>
getCache()
List<Invoker<T>>
getInvokers()
void
setCache(Map<String,RouterCache<T>> cache)
setInvokers(List<Invoker<T>> invokers)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AddrCache()
public List<Invoker<T>> getInvokers()
public void setInvokers(List<Invoker<T>> invokers)
public Map<String,RouterCache<T>> getCache()
public void setCache(Map<String,RouterCache<T>> cache)
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.