com.bigdata.service.jini.util
Interface DumpFederation.FormatRecord

All Known Implementing Classes:
DumpFederation.FormatCSVTable, DumpFederation.FormatTabTable
Enclosing class:
DumpFederation

public static interface DumpFederation.FormatRecord

Interface responsible for formatting the output.

Version:
$Id$
Author:
Bryan Thompson

Method Summary
 void writeHeaders()
          Write out column headers for the dump records.
 void writeRecord(DumpFederation.IndexPartitionRecord rec)
          Write out the details for a record corresponding to a single index partition.
 

Method Detail

writeHeaders

void writeHeaders()
Write out column headers for the dump records.


writeRecord

void writeRecord(DumpFederation.IndexPartitionRecord rec)
Write out the details for a record corresponding to a single index partition.

Parameters:
rec - The record.


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