public abstract class LogicalBlockDescriptor extends Object implements ISerializable
ModeParameterList objects.| Modifier and Type | Field and Description |
|---|---|
protected int |
logicalBlockLength
The length in bytes of the logical blocks.
|
protected long |
numberOfLogicalBlocks
The number of equal-length logical blocks into which the storage medium is divided.
|
| Constructor and Description |
|---|
LogicalBlockDescriptor(long numberOfLogicalBlocks,
int logicalBlockLength)
The constructor.
|
protected final long numberOfLogicalBlocks
protected final int logicalBlockLength
public LogicalBlockDescriptor(long numberOfLogicalBlocks,
int logicalBlockLength)
numberOfLogicalBlocks - the number of equal-length logical blocks into which the storage medium is dividedlogicalBlockLength - the length in bytes of the logical blocksCopyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.