com.bigdata.service.jini.util
Class DumpFederation.FormatTabTable

java.lang.Object
  extended by com.bigdata.service.jini.util.DumpFederation.FormatTabTable
All Implemented Interfaces:
DumpFederation.FormatRecord
Enclosing class:
DumpFederation

public static class DumpFederation.FormatTabTable
extends Object
implements DumpFederation.FormatRecord

Tab-delimited tabular output.

Version:
$Id$
Author:
Bryan Thompson

Constructor Summary
DumpFederation.FormatTabTable(PrintStream w)
           
DumpFederation.FormatTabTable(PrintWriter w)
           
DumpFederation.FormatTabTable(Writer w)
           
 
Method Summary
 void writeHeaders()
          Write out column headers for the dump records.
 void writeRecord(DumpFederation.IndexPartitionRecord rec)
          format row for table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpFederation.FormatTabTable

public DumpFederation.FormatTabTable(PrintWriter w)

DumpFederation.FormatTabTable

public DumpFederation.FormatTabTable(Writer w)

DumpFederation.FormatTabTable

public DumpFederation.FormatTabTable(PrintStream w)
Method Detail

writeHeaders

public void writeHeaders()
Description copied from interface: DumpFederation.FormatRecord
Write out column headers for the dump records.

Specified by:
writeHeaders in interface DumpFederation.FormatRecord
TODO:
document the columns.

writeRecord

public void writeRecord(DumpFederation.IndexPartitionRecord rec)
format row for table.

Specified by:
writeRecord in interface DumpFederation.FormatRecord
Parameters:
rec - The record.


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.