@InterfaceAudience.Public @InterfaceStability.Evolving public class RowMutations extends Object implements Row
| 构造器和说明 |
|---|
RowMutations()
Constructor for Writable.
|
RowMutations(byte[] row)
Create an atomic mutation for the specified row.
|
public RowMutations()
public RowMutations(byte[] row)
row - row keypublic void add(Put p) throws IOException
Put operation to the list of mutationsp - The Put to addIOExceptionpublic void add(Delete d) throws IOException
Delete operation to the list of mutationsd - The Delete to addIOExceptionpublic int compareTo(Row i)
compareTo 在接口中 Comparable<Row>public int getMaxPriority()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.