public final class BlockInfo extends Object
| Constructor and Description |
|---|
BlockInfo(StorageDir storageDir,
long blockId,
long blockSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockId()
Get Id of the block
|
long |
getSize()
Get size of the block
|
StorageDir |
getStorageDir()
Get the StorageDir which contains the block
|
public BlockInfo(StorageDir storageDir, long blockId, long blockSize)
public long getBlockId()
public long getSize()
public StorageDir getStorageDir()
Copyright © 2015. All Rights Reserved.