@Entity public class ChangeRecord extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ChangeRecord.RecordType |
Modifier and Type | Field and Description |
---|---|
protected String |
nodeID |
protected Long |
originatingUSN |
Constructor and Description |
---|
ChangeRecord() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContents() |
String |
getEntityKey() |
Long |
getId() |
boolean |
getIsAppliedLocally()
returns true if the changes represented by this change record were applied successfully at this node
|
String |
getNodeID() |
Long |
getOriginatingUSN() |
ChangeRecord.RecordType |
getRecordType() |
void |
setContents(byte[] contents) |
void |
setEntityKey(String value) |
void |
setId(Long id) |
void |
setIsAppliedLocally(boolean value) |
void |
setNodeID(String value) |
void |
setOriginatingUSN(Long value) |
void |
setRecordType(ChangeRecord.RecordType e) |
public byte[] getContents()
public void setContents(byte[] contents)
public void setRecordType(ChangeRecord.RecordType e)
public ChangeRecord.RecordType getRecordType()
public Long getId()
public void setId(Long id)
public String getNodeID()
public void setNodeID(String value)
public String getEntityKey()
public void setEntityKey(String value)
public Long getOriginatingUSN()
public void setOriginatingUSN(Long value)
public boolean getIsAppliedLocally()
public void setIsAppliedLocally(boolean value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.