Apache Helix
Package Index
|
Class Index
org.apache.helix
org.apache.helix.agent
org.apache.helix.alerts
org.apache.helix.api
org.apache.helix.api.accessor
org.apache.helix.api.config
org.apache.helix.api.id
org.apache.helix.controller
org.apache.helix.controller.context
org.apache.helix.controller.pipeline
org.apache.helix.controller.rebalancer
org.apache.helix.controller.rebalancer.config
org.apache.helix.controller.rebalancer.util
org.apache.helix.controller.restlet
org.apache.helix.controller.serializer
org.apache.helix.controller.stages
org.apache.helix.controller.strategy
org.apache.helix.examples
org.apache.helix.filestore
org.apache.helix.healthcheck
org.apache.helix.lock
org.apache.helix.lock.zk
org.apache.helix.lockmanager
org.apache.helix.manager.zk
org.apache.helix.manager.zk.serializer
org.apache.helix.messaging
org.apache.helix.messaging.handling
org.apache.helix.model
org.apache.helix.model.builder
org.apache.helix.model.util
org.apache.helix.monitoring
org.apache.helix.monitoring.mbeans
org.apache.helix.participant
org.apache.helix.participant.statemachine
org.apache.helix.recipes.rabbitmq
org.apache.helix.servicediscovery
org.apache.helix.spectator
org.apache.helix.store
org.apache.helix.store.zk
org.apache.helix.taskexecution
org.apache.helix.tools
org.apache.helix.userdefinedrebalancer
org.apache.helix.util
org.apache.helix.webapp
org.apache.helix.webapp.resources
Interfaces
ClusterAlertItemMBean
ClusterAlertMBeanCollection.ClusterAlertSummaryMBean
ClusterStatusMonitorMBean
HelixStageLatencyMonitorMBean
MessageQueueMonitorMBean
ResourceMonitorMBean
StateTransitionStatMonitorMBean
Classes
ClusterAlertItem
ClusterAlertMBeanCollection
ClusterMBeanObserver
ClusterStatusMonitor
HelixStageLatencyMonitor
MessageQueueMonitor
ResourceMonitor
StateTransitionStatMonitor
Enums
StateTransitionStatMonitor.LATENCY_TYPE
Package Index
|
Class Index
Summary:
Nested Classes
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
StateTransitionStatMonitor
extends
Object
implements
StateTransitionStatMonitorMBean
java.lang.Object
↳
org.apache.helix.monitoring.mbeans.StateTransitionStatMonitor
Summary
Nested Classes
enum
StateTransitionStatMonitor.LATENCY_TYPE
Public Constructors
StateTransitionStatMonitor
(
StateTransitionContext
context,
TimeUnit
unit)
Public Methods
void
addDataPoint
(
StateTransitionDataPoint
data)
String
getBeanName
()
StateTransitionContext
getContext
()
double
getMaxTransitionExecuteLatency
()
double
getMaxTransitionLatency
()
double
getMeanTransitionExecuteLatency
()
double
getMeanTransitionLatency
()
double
getMinTransitionExecuteLatency
()
double
getMinTransitionLatency
()
long
getNumDataPoints
()
double
getPercentileTransitionExecuteLatency
(int percentage)
double
getPercentileTransitionLatency
(int percentage)
long
getTotalFailedTransitionGauge
()
long
getTotalStateTransitionGauge
()
long
getTotalSuccessTransitionGauge
()
void
reset
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
org.apache.helix.monitoring.mbeans.StateTransitionStatMonitorMBean
abstract double
getMaxTransitionExecuteLatency
()
abstract double
getMaxTransitionLatency
()
abstract double
getMeanTransitionExecuteLatency
()
abstract double
getMeanTransitionLatency
()
abstract double
getMinTransitionExecuteLatency
()
abstract double
getMinTransitionLatency
()
abstract double
getPercentileTransitionExecuteLatency
(int percentage)
abstract double
getPercentileTransitionLatency
(int percentage)
abstract long
getTotalFailedTransitionGauge
()
abstract long
getTotalStateTransitionGauge
()
abstract long
getTotalSuccessTransitionGauge
()
abstract void
reset
()
Public Constructors
public
StateTransitionStatMonitor
(
StateTransitionContext
context,
TimeUnit
unit)
Public Methods
public void
addDataPoint
(
StateTransitionDataPoint
data)
public
String
getBeanName
()
public
StateTransitionContext
getContext
()
public double
getMaxTransitionExecuteLatency
()
public double
getMaxTransitionLatency
()
public double
getMeanTransitionExecuteLatency
()
public double
getMeanTransitionLatency
()
public double
getMinTransitionExecuteLatency
()
public double
getMinTransitionLatency
()
public long
getNumDataPoints
()
public double
getPercentileTransitionExecuteLatency
(int percentage)
public double
getPercentileTransitionLatency
(int percentage)
public long
getTotalFailedTransitionGauge
()
public long
getTotalStateTransitionGauge
()
public long
getTotalSuccessTransitionGauge
()
public void
reset
()