public abstract class DataChange extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataChange.ChangeAction |
Modifier and Type | Method and Description |
---|---|
DataChange.ChangeAction |
getChangeAction()
This method returns the type of this change
|
Long |
getEndSCN() |
Long |
getID()
Return the ID of the element
|
String |
getKey()
This method returns the key of the K/V
|
Long |
getStartSCN() |
Object |
getValue()
Return the value of the K/V
|
String |
getXID() |
static String |
pad(Long l, int length, char c) |
static String |
pad(String s, int length, char c) |
static DataChange.ChangeAction |
translateIntoChangeAction(String s) |
public DataChange.ChangeAction getChangeAction()
public Long getEndSCN()
public Long getID()
public String getKey()
public Long getStartSCN()
public Object getValue()
public String getXID()
public static DataChange.ChangeAction translateIntoChangeAction(String s)
Copyright © 2015 Oracle and/or its afflilates. All Rights Reserved.