public class RemoteRpcRegistryMXBeanImpl extends AbstractMXBean implements RemoteRpcRegistryMXBean
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
BASE_JMX_PREFIX| Constructor and Description |
|---|
RemoteRpcRegistryMXBeanImpl(BucketStoreAccess rpcRegistryAccess,
akka.util.Timeout timeout) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
findRpcByName(String name) |
Map<String,String> |
findRpcByRoute(String routeId) |
String |
getBucketVersions() |
Set<String> |
getGlobalRpc() |
Set<String> |
getLocalRegisteredRoutedRpc() |
getMBeanCategory, getMBeanName, getMBeanType, register, registerMBean, unregister, unregisterMBeanpublic RemoteRpcRegistryMXBeanImpl(BucketStoreAccess rpcRegistryAccess, akka.util.Timeout timeout)
public Set<String> getGlobalRpc()
getGlobalRpc in interface RemoteRpcRegistryMXBeanpublic Set<String> getLocalRegisteredRoutedRpc()
getLocalRegisteredRoutedRpc in interface RemoteRpcRegistryMXBeanpublic Map<String,String> findRpcByName(String name)
findRpcByName in interface RemoteRpcRegistryMXBeanpublic Map<String,String> findRpcByRoute(String routeId)
findRpcByRoute in interface RemoteRpcRegistryMXBeanpublic String getBucketVersions()
getBucketVersions in interface RemoteRpcRegistryMXBeanCopyright © 2019 OpenDaylight. All rights reserved.