Skip to content

Commit fd15625

Browse files
author
Tim Middleton
authored
update help for topics (#55)
1 parent 6e35124 commit fd15625

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/tablemodel/model/TopicDetailData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public List<Map.Entry<Object, Data>> getJMXData(RequestSender sender, VisualVMMo
7070
@Override
7171
public String getReporterReport()
7272
{
73-
return REPORT_TOPIC_SUBSCRIBERS;
73+
return REPORT_TOPIC_DETAIL;
7474
}
7575

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

147147
/**
148148
* Array index for node id.

coherence-visualvm-plugin/src/main/resources/reports/visualvm/topic-detail.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@
8080
<name>ReconnectWait</name>
8181
</column>
8282

83-
<column id="SubscriberTimeout">
84-
<name>SubscriberTimeout</name>
85-
</column>
86-
8783
<column id="RetainConsumed">
8884
<name>RetainConsumed</name>
8985
</column>

help/help.adoc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ For the main Coherence VisualVM Plugin documentation please see https://github.c
5656
* <<HotCacheTableModel, Hot Cache Table>>
5757
* <<HotCachePerCacheTableModel, Hot Cache Per Cache Table>>
5858
* <<TopicTableModel, Topic Table>>
59+
** <<TopicDetailTableModel, Topic Members Table>>
5960
** <<TopicSubscriberTableModel, Topic Subscribers Table>>
6061
** <<TopicSubscriberGroupTableModel, Topic Subscriber Groups Table>>
6162

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

534535
[#TopicTableModel]
535-
[#TopicDetailTableModel]
536536
=== Topic Table
537537

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

552+
[#TopicDetailTableModel]
553+
=== Topic Members Table
554+
555+
All attributes are from `Coherence:type=PagedTopic`.
556+
557+
!===
558+
|**Column** | **Source / Comment**
559+
|Node Id | key
560+
|Channels | ChannelCount
561+
|Published | PublishedCount
562+
| MPage Capacity | PageCapacity
563+
| Reconnect Retry | ReconnectRetry
564+
| Reconnect Timeout | ReconnectTimeout
565+
| Reconnect Wait | ReconnectWait
566+
| Retain Consumed | RetainConsumed
567+
!===
568+
552569
[#TopicSubscriberTableModel]
553570
=== Topic Subscribers Table
554571

0 commit comments

Comments
 (0)