Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public List<Map.Entry<Object, Data>> getJMXData(RequestSender sender, VisualVMMo
@Override
public String getReporterReport()
{
return REPORT_TOPIC_SUBSCRIBERS;
return REPORT_TOPIC_DETAIL;
}

@Override
Expand Down Expand Up @@ -142,7 +142,7 @@ public SortedMap<Object, Data> getAggregatedDataFromHttpQuerying(VisualVMModel m
/**
* Report for topics data.
*/
public static final String REPORT_TOPIC_SUBSCRIBERS = "reports/visualvm/topic-detail.xml";
public static final String REPORT_TOPIC_DETAIL = "reports/visualvm/topic-detail.xml";

/**
* Array index for node id.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
<name>ReconnectWait</name>
</column>

<column id="SubscriberTimeout">
<name>SubscriberTimeout</name>
</column>

<column id="RetainConsumed">
<name>RetainConsumed</name>
</column>
Expand Down
19 changes: 18 additions & 1 deletion help/help.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ For the main Coherence VisualVM Plugin documentation please see https://github.c
* <<HotCacheTableModel, Hot Cache Table>>
* <<HotCachePerCacheTableModel, Hot Cache Per Cache Table>>
* <<TopicTableModel, Topic Table>>
** <<TopicDetailTableModel, Topic Members Table>>
** <<TopicSubscriberTableModel, Topic Subscribers Table>>
** <<TopicSubscriberGroupTableModel, Topic Subscriber Groups Table>>

Expand Down Expand Up @@ -532,7 +533,6 @@ All attributes are from `Coherence:type=CoherenceAdapter,name=hotcache,member=me
!===

[#TopicTableModel]
[#TopicDetailTableModel]
=== Topic Table

All attributes are from `Coherence:type=PagedTopic`.
Expand All @@ -549,6 +549,23 @@ All attributes are from `Coherence:type=PagedTopic`.
| Retain Consumed | RetainConsumed
!===

[#TopicDetailTableModel]
=== Topic Members Table

All attributes are from `Coherence:type=PagedTopic`.

!===
|**Column** | **Source / Comment**
|Node Id | key
|Channels | ChannelCount
|Published | PublishedCount
| MPage Capacity | PageCapacity
| Reconnect Retry | ReconnectRetry
| Reconnect Timeout | ReconnectTimeout
| Reconnect Wait | ReconnectWait
| Retain Consumed | RetainConsumed
!===

[#TopicSubscriberTableModel]
=== Topic Subscribers Table

Expand Down