public static class WALSplitUtil.MutationReplay extends Object implements Comparable<WALSplitUtil.MutationReplay>
Modifier and Type | Field and Description |
---|---|
Mutation |
mutation |
long |
nonce |
long |
nonceGroup |
private org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.MutationType |
type |
Constructor and Description |
---|
MutationReplay(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.MutationType type,
Mutation mutation,
long nonceGroup,
long nonce) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WALSplitUtil.MutationReplay d) |
boolean |
equals(Object obj) |
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.MutationType |
getType() |
int |
hashCode() |
private final org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.MutationType type
public final long nonceGroup
public final long nonce
public MutationReplay(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.MutationType type, Mutation mutation, long nonceGroup, long nonce)
public int compareTo(WALSplitUtil.MutationReplay d)
compareTo
in interface Comparable<WALSplitUtil.MutationReplay>
public org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.MutationType getType()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.