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, unregisterMBean
public RemoteRpcRegistryMXBeanImpl(BucketStoreAccess rpcRegistryAccess, akka.util.Timeout timeout)
public Set<String> getGlobalRpc()
getGlobalRpc
in interface RemoteRpcRegistryMXBean
public Set<String> getLocalRegisteredRoutedRpc()
getLocalRegisteredRoutedRpc
in interface RemoteRpcRegistryMXBean
public Map<String,String> findRpcByName(String name)
findRpcByName
in interface RemoteRpcRegistryMXBean
public Map<String,String> findRpcByRoute(String routeId)
findRpcByRoute
in interface RemoteRpcRegistryMXBean
public String getBucketVersions()
getBucketVersions
in interface RemoteRpcRegistryMXBean
Copyright © 2019 OpenDaylight. All rights reserved.