public class MetadataCASUpdate extends Object
| Constructor and Description | 
|---|
MetadataCASUpdate(String tableName,
                 String keyColumn,
                 String valueColumn,
                 String key,
                 byte[] oldValue,
                 byte[] newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getKey()  | 
String | 
getKeyColumn()  | 
byte[] | 
getNewValue()  | 
byte[] | 
getOldValue()  | 
String | 
getTableName()  | 
String | 
getValueColumn()  | 
Copyright © 2011–2018. All rights reserved.