public class BlobBlockPropertiesImpl extends Object implements BlobBlockProperties
| Constructor and Description |
|---|
BlobBlockPropertiesImpl(String blockName,
long contentLength,
boolean committed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlockName() |
long |
getContentLength() |
int |
hashCode() |
boolean |
isCommitted() |
public BlobBlockPropertiesImpl(String blockName, long contentLength, boolean committed)
public String getBlockName()
getBlockName in interface BlobBlockPropertiespublic boolean isCommitted()
isCommitted in interface BlobBlockPropertiespublic long getContentLength()
getContentLength in interface BlobBlockPropertiesCopyright © 2009–2021 The Apache Software Foundation. All rights reserved.