@InterfaceAudience.Private public interface Replica
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
Get the block ID
|
long |
getBytesOnDisk()
Get the number of bytes that have written to disk
|
long |
getGenerationStamp()
Get the generation stamp
|
long |
getNumBytes()
Get the number of bytes received
|
HdfsServerConstants.ReplicaState |
getState()
Get the replica state
|
long |
getVisibleLength()
Get the number of bytes that are visible to readers
|
long getBlockId()
long getGenerationStamp()
HdfsServerConstants.ReplicaState getState()
long getNumBytes()
long getBytesOnDisk()
long getVisibleLength()
Copyright © 2013 Apache Software Foundation. All rights reserved.