All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
long |
getClusterTime() |
String |
getCollectionName() |
String |
getDbName() |
Object |
getDocumentKey() |
<T> T |
getEntityFromData(Class<T> cls,
Morphium m) |
Map<String,Object> |
getFullDocument() |
MorphiumId |
getId() |
Map<String,Object> |
getLsid() |
Map<String,String> |
getNs() |
String |
getOperationType() |
List<String> |
getRemovedFields() |
long |
getTxnNumber() |
Map<String,Object> |
getUpdateDescription() |
Map<String,Object> |
getUpdatedFields() |
void |
setClusterTime(long clusterTime) |
void |
setCollectionName(String collectionName) |
void |
setDbName(String dbName) |
void |
setDocumentKey(Object documentKey) |
void |
setFullDocument(Map<String,Object> fullDocument) |
void |
setId(MorphiumId id) |
void |
setLsid(Map<String,Object> lsid) |
void |
setNs(Map<String,String> ns) |
void |
setOperationType(String operationType) |
void |
setTxnNumber(long txnNumber) |
void |
setUpdateDescription(Map<String,Object> updateDescription) |