cgl.narada.service.fragmentation
Class CoalescingMetaData

java.lang.Object
  extended by cgl.narada.service.fragmentation.CoalescingMetaData

public class CoalescingMetaData
extends Object


Constructor Summary
CoalescingMetaData(String filename, String coalescingDir, long contentLength, int numOfFragments, long fragmentationEpoch)
           
 
Method Summary
 String getCoalescingDirectory()
           
 long getContentLength()
           
 String getFileName()
           
 long getFragmentationEpoch()
           
 int getNumberOfFragments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoalescingMetaData

public CoalescingMetaData(String filename,
                          String coalescingDir,
                          long contentLength,
                          int numOfFragments,
                          long fragmentationEpoch)
Method Detail

getCoalescingDirectory

public String getCoalescingDirectory()

getFileName

public String getFileName()

getContentLength

public long getContentLength()

getNumberOfFragments

public int getNumberOfFragments()

getFragmentationEpoch

public long getFragmentationEpoch()


For comments and suggestions please send e-mail to The NaradaBrokering Project