Uses of Class
tigase.stats.StatisticsList
-
Packages that use StatisticsList Package Description tigase.auth tigase.cluster tigase.cluster.api tigase.cluster.strategy tigase.component.modules tigase.conf tigase.db tigase.db.beans tigase.db.jdbc tigase.eventbus.component tigase.io tigase.net tigase.server The main package with top level API for server side components.tigase.server.bosh tigase.server.ext tigase.server.filters tigase.server.monitor tigase.server.test tigase.server.xmppclient tigase.server.xmppserver tigase.server.xmppserver.proc tigase.server.xmppsession tigase.stats tigase.util.historyCache tigase.vhosts tigase.xmpp tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of StatisticsList in tigase.auth
Methods in tigase.auth with parameters of type StatisticsList Modifier and Type Method Description voidBruteForceLockerBean. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.cluster
Methods in tigase.cluster with parameters of type StatisticsList Modifier and Type Method Description voidClusterConnectionManager. getStatistics(StatisticsList list)voidSessionManagerClustered. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.cluster.api
Methods in tigase.cluster.api with parameters of type StatisticsList Modifier and Type Method Description voidCommandListener. getStatistics(StatisticsList list)Method allows retrieval possible statistics for particular commandvoidCommandListenerAbstract. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.cluster.strategy
Methods in tigase.cluster.strategy with parameters of type StatisticsList Modifier and Type Method Description voidClusteringStrategyIfc. getStatistics(StatisticsList list)Add the strategy statistics to the List.voidDefaultClusteringStrategyAbstract. getStatistics(java.lang.String compName, StatisticsList list)voidDefaultClusteringStrategyAbstract. getStatistics(StatisticsList list)voidSMNonCachingAllNodes. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.component.modules
Methods in tigase.component.modules with parameters of type StatisticsList Modifier and Type Method Description voidStanzaProcessor. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.conf
Methods in tigase.conf with parameters of type StatisticsList Modifier and Type Method Description voidConfiguratorAbstract. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.db
Methods in tigase.db with parameters of type StatisticsList Modifier and Type Method Description voidDataRepositoryPool. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.db.beans
Methods in tigase.db.beans with parameters of type StatisticsList Modifier and Type Method Description voidAuthRepositoryMDPoolBean. getStatistics(java.lang.String compName, StatisticsList list)voidDataSourceBean. getStatistics(java.lang.String compName, StatisticsList list)voidMDPoolBeanWithStatistics. getStatistics(java.lang.String compName, StatisticsList list)voidMDRepositoryBeanWithStatistics. getStatistics(java.lang.String compName, StatisticsList list)voidSDRepositoryBeanWithStatistics. getStatistics(java.lang.String compName, StatisticsList list)voidUserRepositoryMDPoolBean. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.db.jdbc
Methods in tigase.db.jdbc with parameters of type StatisticsList Modifier and Type Method Description voidDataRepositoryImpl. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.eventbus.component
Methods in tigase.eventbus.component with parameters of type StatisticsList Modifier and Type Method Description voidEventBusComponent. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.io
Methods in tigase.io with parameters of type StatisticsList Modifier and Type Method Description voidIOInterface. getStatistics(StatisticsList list, boolean reset)voidSocketIO. getStatistics(StatisticsList list, boolean reset)voidTLSIO. getStatistics(StatisticsList list, boolean reset)voidZLibIO. getStatistics(StatisticsList list, boolean reset) -
Uses of StatisticsList in tigase.net
Methods in tigase.net with parameters of type StatisticsList Modifier and Type Method Description voidIOService. getStatistics(StatisticsList list, boolean reset) -
Uses of StatisticsList in tigase.server
Methods in tigase.server with parameters of type StatisticsList Modifier and Type Method Description voidAbstractMessageReceiver. getStatistics(StatisticsList list)Method returns component statistics.voidBasicComponent. getStatistics(StatisticsList list)voidConnectionManager. getStatistics(StatisticsList list)voidMessageRouter. getStatistics(StatisticsList list)voidPacketFilterIfc. getStatistics(StatisticsList list)A filter may optionally return some processing statistics. -
Uses of StatisticsList in tigase.server.bosh
Methods in tigase.server.bosh with parameters of type StatisticsList Modifier and Type Method Description voidBoshConnectionManager. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.server.ext
Methods in tigase.server.ext with parameters of type StatisticsList Modifier and Type Method Description voidComponentProtocol. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.server.filters
Methods in tigase.server.filters with parameters of type StatisticsList Modifier and Type Method Description voidPacketCounter. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.server.monitor
Methods in tigase.server.monitor with parameters of type StatisticsList Modifier and Type Method Description voidMonitorComponent. getStatistics(StatisticsList list)Deprecated.voidMonitorPluginIfc. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.server.test
Methods in tigase.server.test with parameters of type StatisticsList Modifier and Type Method Description voidTestComponent. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.server.xmppclient
Methods in tigase.server.xmppclient with parameters of type StatisticsList Modifier and Type Method Description voidRegistrationThrottlingProcessor. getStatistics(StatisticsList list)voidStreamErrorCounterIOProcessor.ErrorStatisticsHolder. getStatistics(java.lang.String compName, StatisticsList list)voidStreamErrorCounterIOProcessor. getStatistics(StatisticsList list)voidStreamManagementIOProcessor. getStatistics(StatisticsList list)voidXMPPIOProcessor. getStatistics(StatisticsList list)Returns statistics generated by this processor -
Uses of StatisticsList in tigase.server.xmppserver
Methods in tigase.server.xmppserver with parameters of type StatisticsList Modifier and Type Method Description voidS2SConnectionManager. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.server.xmppserver.proc
Methods in tigase.server.xmppserver.proc with parameters of type StatisticsList Modifier and Type Method Description voidAuthenticatorSelectorManager. getStatistics(java.lang.String compName, StatisticsList list)voidDialback. getStatistics(java.lang.String compName, StatisticsList list)voidS2SAbstractProcessor. getStatistics(java.lang.String compName, StatisticsList list)voidSaslExternal. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.server.xmppsession
Methods in tigase.server.xmppsession with parameters of type StatisticsList Modifier and Type Method Description voidSessionManager. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.stats
Methods in tigase.stats that return StatisticsList Modifier and Type Method Description StatisticsListStatisticsCollector. getAllStats()Methods in tigase.stats with parameters of type StatisticsList Modifier and Type Method Description voidStatisticsCollector. getAllStats(StatisticsList list)voidStatisticsCollector. getComponentStats(java.lang.String name, StatisticsList list)voidCounter. getStatistics(java.lang.String compName, StatisticsList list)voidCounterPerSecond. getStatistics(java.lang.String compName, StatisticsList list)voidStatisticHolder. getStatistics(java.lang.String compName, StatisticsList list)voidStatisticHolderImpl. getStatistics(java.lang.String compName, StatisticsList list)voidStatisticsContainerIfc. getStatistics(StatisticsList list)voidStatisticsInvocationHandler. getStatistics(java.lang.String compName, java.lang.String prefix, StatisticsList list)voidStatisticsInvocationHandler.Statistics. getStatistics(java.lang.String compName, java.lang.String prefix, StatisticsList list)voidStatisticsProviderIfc. getStatistics(java.lang.String compName, StatisticsList list) -
Uses of StatisticsList in tigase.util.historyCache
Methods in tigase.util.historyCache that return StatisticsList Modifier and Type Method Description StatisticsList[]AllHistoryCache. getCurrentHistory()Methods in tigase.util.historyCache with parameters of type StatisticsList Modifier and Type Method Description voidAllHistoryCache. addItem(StatisticsList item) -
Uses of StatisticsList in tigase.vhosts
Methods in tigase.vhosts with parameters of type StatisticsList Modifier and Type Method Description voidVHostManager. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.xmpp
Methods in tigase.xmpp with parameters of type StatisticsList Modifier and Type Method Description voidXMPPImplIfc. getStatistics(StatisticsList list)The method allows to retrieve plugin own statistics if it generates any.voidXMPPProcessor. getStatistics(StatisticsList list) -
Uses of StatisticsList in tigase.xmpp.impl
Methods in tigase.xmpp.impl with parameters of type StatisticsList Modifier and Type Method Description voidErrorCounter.ErrorStatisticsHolder. getStatistics(StatisticsList list)voidErrorCounter. getStatistics(StatisticsList list)voidJabberIqRegister. getStatistics(StatisticsList list)voidPresenceState. getStatistics(StatisticsList list)
-