com.sleepycat.je.rep.impl.node
Class ReplicaStatDefinition

java.lang.Object
  extended by com.sleepycat.je.rep.impl.node.ReplicaStatDefinition

public class ReplicaStatDefinition
extends Object

Per-stat Metadata for HA Replica statistics.


Field Summary
static String GROUP_DESC
           
static String GROUP_NAME
           
static StatDefinition N_LAG_CONSISTENCY_WAIT_MS
           
static StatDefinition N_LAG_CONSISTENCY_WAITS
           
static StatDefinition N_VLSN_CONSISTENCY_WAIT_MS
           
static StatDefinition N_VLSN_CONSISTENCY_WAITS
           
 
Constructor Summary
ReplicaStatDefinition()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_NAME

public static final String GROUP_NAME
See Also:
Constant Field Values

GROUP_DESC

public static final String GROUP_DESC
See Also:
Constant Field Values

N_LAG_CONSISTENCY_WAITS

public static StatDefinition N_LAG_CONSISTENCY_WAITS

N_LAG_CONSISTENCY_WAIT_MS

public static StatDefinition N_LAG_CONSISTENCY_WAIT_MS

N_VLSN_CONSISTENCY_WAITS

public static StatDefinition N_VLSN_CONSISTENCY_WAITS

N_VLSN_CONSISTENCY_WAIT_MS

public static StatDefinition N_VLSN_CONSISTENCY_WAIT_MS
Constructor Detail

ReplicaStatDefinition

public ReplicaStatDefinition()


Copyright (c) 2004-2012 Oracle. All rights reserved.