org.apache.hadoop.hbase.regionserver.wal
Class HLogSplitter.MutationReplay
java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.HLogSplitter.MutationReplay
- Enclosing class:
- HLogSplitter
public static class HLogSplitter.MutationReplay
- extends Object
A struct used by getMutationsFromWALEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public final org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.MutationType type
mutation
public final Mutation mutation
nonceGroup
public final long nonceGroup
nonce
public final long nonce
HLogSplitter.MutationReplay
public HLogSplitter.MutationReplay(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.MutationType type,
Mutation mutation,
long nonceGroup,
long nonce)
Copyright © 2007-2015 The Apache Software Foundation. All Rights Reserved.