Class ClusterPanicAnalyticsEvent

    • Constructor Detail

      • ClusterPanicAnalyticsEvent

        public ClusterPanicAnalyticsEvent​(boolean isClustered,
                                          int nodesCount,
                                          int maxNodes,
                                          int maxUsers)
    • Method Detail

      • isClustered

        public boolean isClustered()
      • getNodesCount

        public int getNodesCount()
        Get number of cluster nodes up and running at the time when panic happens
        Returns:
        number of cluster nodes
      • getMaxNodes

        public int getMaxNodes()
        Get maximum number of nodes allowed by current license
        Returns:
        maximum number of nodes by license
      • getMaxUsers

        public int getMaxUsers()
        Get maximum number of users allowed by current license
        Returns:
        maximum number of users allowed by current license or -1 if unlimited