com.bigdata.service.jini.util
Class DumpFederation.FormatTabTable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpFederation.FormatTabTable
public DumpFederation.FormatTabTable(PrintWriter w)
DumpFederation.FormatTabTable
public DumpFederation.FormatTabTable(Writer w)
DumpFederation.FormatTabTable
public DumpFederation.FormatTabTable(PrintStream w)
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.