protected static 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, @Nullable Long lastModifiedTimeMs)
public ObjectStatus(String name)
public String getContentHash()
public long getContentLength()
@Nullable public Long getLastModifiedTimeMs()
public String getName()
Copyright © 2023. All Rights Reserved.