public static class PartitionedMobCompactionRequest.CompactionDelPartitionId extends Object implements Comparable<PartitionedMobCompactionRequest.CompactionDelPartitionId>
Modifier and Type | Field and Description |
---|---|
private byte[] |
endKey |
private byte[] |
startKey |
Constructor and Description |
---|
CompactionDelPartitionId() |
CompactionDelPartitionId(byte[] startKey,
byte[] endKey) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PartitionedMobCompactionRequest.CompactionDelPartitionId o) |
boolean |
equals(Object obj) |
byte[] |
getEndKey() |
byte[] |
getStartKey() |
int |
hashCode() |
void |
setEndKey(byte[] endKey) |
void |
setStartKey(byte[] startKey) |
public CompactionDelPartitionId()
public CompactionDelPartitionId(byte[] startKey, byte[] endKey)
public byte[] getStartKey()
public void setStartKey(byte[] startKey)
public byte[] getEndKey()
public void setEndKey(byte[] endKey)
public int compareTo(PartitionedMobCompactionRequest.CompactionDelPartitionId o)
compareTo
in interface Comparable<PartitionedMobCompactionRequest.CompactionDelPartitionId>
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.