protected class ObjectUnderFileSystem.ObjectStatus extends Object
Constructor and Description |
---|
ObjectStatus(String name) |
ObjectStatus(String name,
String contentHash,
long contentLength,
long lastModifiedTimeMs) |
Modifier and Type | Method and Description |
---|---|
String |
getContentHash() |
long |
getContentLength()
Gets the size of object contents in bytes.
|
long |
getLastModifiedTimeMs()
Gets the last modified epoch time in ms.
|
String |
getName()
Gets the name of the object.
|
public ObjectStatus(String name, String contentHash, long contentLength, long lastModifiedTimeMs)
public ObjectStatus(String name)
public String getContentHash()
public long getContentLength()
public long getLastModifiedTimeMs()
public String getName()
Copyright © 2023. All Rights Reserved.