public class ChangeDataKeyValue
extends java.lang.Object
implements org.ojai.KeyValue<org.ojai.FieldPath,org.ojai.store.cdc.ChangeNode>
| Constructor and Description |
|---|
ChangeDataKeyValue(org.ojai.FieldPath fp,
org.ojai.store.cdc.ChangeNode cn) |
| Modifier and Type | Method and Description |
|---|---|
org.ojai.FieldPath |
getKey() |
org.ojai.store.cdc.ChangeNode |
getValue() |
org.ojai.store.cdc.ChangeNode |
setValue(org.ojai.store.cdc.ChangeNode value) |
public ChangeDataKeyValue(org.ojai.FieldPath fp,
org.ojai.store.cdc.ChangeNode cn)
public org.ojai.FieldPath getKey()
getKey in interface java.util.Map.Entry<org.ojai.FieldPath,org.ojai.store.cdc.ChangeNode>getKey in interface org.ojai.KeyValue<org.ojai.FieldPath,org.ojai.store.cdc.ChangeNode>public org.ojai.store.cdc.ChangeNode setValue(org.ojai.store.cdc.ChangeNode value)
setValue in interface java.util.Map.Entry<org.ojai.FieldPath,org.ojai.store.cdc.ChangeNode>public org.ojai.store.cdc.ChangeNode getValue()
getValue in interface java.util.Map.Entry<org.ojai.FieldPath,org.ojai.store.cdc.ChangeNode>getValue in interface org.ojai.KeyValue<org.ojai.FieldPath,org.ojai.store.cdc.ChangeNode>