|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.data.ColumnUpdate
org.apache.accumulo.server.data.ServerColumnUpdate
public class ServerColumnUpdate
| Constructor Summary | |
|---|---|
ServerColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val,
ServerMutation serverMutation)
|
|
| Method Summary | |
|---|---|
long |
getTimestamp()
|
| Methods inherited from class org.apache.accumulo.core.data.ColumnUpdate |
|---|
equals, getColumnFamily, getColumnQualifier, getColumnVisibility, getValue, hashCode, hasTimestamp, isDeleted, setSystemTimestamp, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerColumnUpdate(byte[] cf,
byte[] cq,
byte[] cv,
boolean hasts,
long ts,
boolean deleted,
byte[] val,
ServerMutation serverMutation)
| Method Detail |
|---|
public long getTimestamp()
getTimestamp in class ColumnUpdate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||