com.sleepycat.je.rep.stream
Class FeederTxnStatDefinition

java.lang.Object
  extended by com.sleepycat.je.rep.stream.FeederTxnStatDefinition

public class FeederTxnStatDefinition
extends Object

Per-stat Metadata for HA Feeder Transaction statistics.


Field Summary
static StatDefinition ACK_WAIT_MS
           
static String GROUP_DESC
           
static String GROUP_NAME
           
static StatDefinition TOTAL_TXN_MS
           
static StatDefinition TXNS_ACKED
           
static StatDefinition TXNS_NOT_ACKED
           
 
Constructor Summary
FeederTxnStatDefinition()
           
 
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

TXNS_ACKED

public static StatDefinition TXNS_ACKED

TXNS_NOT_ACKED

public static StatDefinition TXNS_NOT_ACKED

TOTAL_TXN_MS

public static StatDefinition TOTAL_TXN_MS

ACK_WAIT_MS

public static StatDefinition ACK_WAIT_MS
Constructor Detail

FeederTxnStatDefinition

public FeederTxnStatDefinition()


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