szetszwo commented on PR #3082:
URL: https://github.com/apache/ozone/pull/3082#issuecomment-1568185010
@symious , sorry, I still cannot understand. I probably have not asked the
right question. These two classes (shown below) look the same. What we need
to add `KeyPrefixContainer` but not reusing `ContainerKeyPrefix `?
```java
public class ContainerKeyPrefix {
private long containerId;
private String keyPrefix;
private long keyVersion = -1;
```
```java
public class KeyPrefixContainer {
private String keyPrefix;
private long keyVersion = -1;
private long containerId = -1;
```
> With the help of "KeyPrefixContainer", ...
How it helps?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]