Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ public final class OmKeyInfo extends WithParentObjectId
// name of key client specified
private String keyName;
private long dataSize;
/**
* Block locations of the key, one group per key version. No write path produces more than one group today, so a
* key holds a single version and {@code dataSize} covers all of its blocks. Object versioning (HDDS-15728) keeps
* each object version in its own OmKeyInfo rather than adding groups here.
*/
private List<OmKeyLocationInfoGroup> keyLocationVersions;
private final long creationTime;
private long modificationTime;
Expand Down