user3744553
user3744553

Reputation: 1

Coherence Cache Cluster Status using .Net

How do I know the current status of Coherence cache for a .Net client? I do get the MemberLeft events, but nothing seems to be in the API to give a cluster status as such?

Upvotes: 0

Views: 84

Answers (1)

cpurdy
cpurdy

Reputation: 1236

Normally, the information about cluster status etc. would be obtained from the JMX "mbeans".

So, just to be certain, are you trying to access information about the Coherence cluster from a .NET client?

If so, then you probably want to execute an entry processor from the .NET client that will go into the cluster, collect the mbean info, and send it back.

Upvotes: 2

Related Questions