org.apache.hadoop.fs.s3
Class Block

java.lang.Object
  extended by org.apache.hadoop.fs.s3.Block

public class Block
extends Object

Holds metadata about a block of data being stored in a FileSystemStore.


Constructor Summary
Block(long id, long length)
           
 
Method Summary
 long getId()
           
 long getLength()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Block

public Block(long id,
             long length)
Method Detail

getId

public long getId()

getLength

public long getLength()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 The Apache Software Foundation