public class AssetTreeJMX extends Object implements AssetTreeJMXMBean
| Constructor and Description |
|---|
AssetTreeJMX() |
AssetTreeJMX(ObjectKeyValueStore view,
ObjectKVSSubscription objectKVSSubscription,
String path,
String entries) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntries() |
int |
getEntrySubscriberCount() |
String |
getKeyStoreValue() |
int |
getKeySubscriberCount() |
String |
getKeyType() |
String |
getPath() |
long |
getSize() |
int |
getTopicSubscriberCount() |
String |
getValueType() |
void |
notifyMe(String key,
String value) |
void |
setSize(long size) |
public AssetTreeJMX()
public AssetTreeJMX(@NotNull
ObjectKeyValueStore view,
@NotNull
ObjectKVSSubscription objectKVSSubscription,
String path,
String entries)
public void setSize(long size)
setSize in interface AssetTreeJMXMBeanpublic String getEntries()
getEntries in interface AssetTreeJMXMBeanpublic long getSize()
getSize in interface AssetTreeJMXMBeanpublic String getKeyType()
getKeyType in interface AssetTreeJMXMBeanpublic String getValueType()
getValueType in interface AssetTreeJMXMBeanpublic int getTopicSubscriberCount()
getTopicSubscriberCount in interface AssetTreeJMXMBeanpublic int getKeySubscriberCount()
getKeySubscriberCount in interface AssetTreeJMXMBeanpublic int getEntrySubscriberCount()
getEntrySubscriberCount in interface AssetTreeJMXMBeanpublic String getKeyStoreValue()
getKeyStoreValue in interface AssetTreeJMXMBeanpublic String getPath()
getPath in interface AssetTreeJMXMBeanpublic void notifyMe(String key, String value)
notifyMe in interface AssetTreeJMXMBeanCopyright © 2015. All rights reserved.