@InterfaceAudience.Private public class Action extends Object implements Comparable<Action>
Table.batch(java.util.List<? extends org.apache.hadoop.hbase.client.Row>, java.lang.Object[])
to associate the action with it's region and maintain
the index from the original request.构造器和说明 |
---|
Action(Action action,
int replicaId)
Creates an action for a particular replica from original action.
|
Action(Row action,
int originalIndex) |
Action(Row action,
int originalIndex,
int priority) |
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(Action other) |
boolean |
equals(Object obj) |
Row |
getAction() |
long |
getNonce() |
int |
getOriginalIndex() |
int |
getPriority() |
int |
getReplicaId() |
int |
hashCode() |
boolean |
hasNonce() |
void |
setNonce(long nonce) |
public Action(Row action, int originalIndex)
public Action(Row action, int originalIndex, int priority)
public Action(Action action, int replicaId)
action
- Original action.replicaId
- Replica id for the new action.public void setNonce(long nonce)
public boolean hasNonce()
public Row getAction()
public int getOriginalIndex()
public int getReplicaId()
public int getPriority()
public int compareTo(Action other)
compareTo
在接口中 Comparable<Action>
public long getNonce()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.