com.sleepycat.je.log
Class StatsFileReader.CheckpointInfoTextFormatter

java.lang.Object
  extended by com.sleepycat.je.log.StatsFileReader.CheckpointInfoTextFormatter
Direct Known Subclasses:
StatsFileReader.CheckpointInfoCSVFormatter
Enclosing class:
StatsFileReader

 class StatsFileReader.CheckpointInfoTextFormatter
extends Object


Constructor Summary
StatsFileReader.CheckpointInfoTextFormatter()
           
StatsFileReader.CheckpointInfoTextFormatter(NumberFormat form)
           
 
Method Summary
(package private)  String format(int value)
           
(package private)  String format(long value)
           
(package private)  String format(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsFileReader.CheckpointInfoTextFormatter

StatsFileReader.CheckpointInfoTextFormatter()

StatsFileReader.CheckpointInfoTextFormatter

StatsFileReader.CheckpointInfoTextFormatter(NumberFormat form)
Method Detail

format

String format(String value)

format

String format(int value)

format

String format(long value)


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