public static class TestTableScan.ClientSideCellSetModel extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | TestTableScan.ClientSideCellSetModel.ListenerThis listener is invoked every time a new row model is unmarshalled. | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static boolean | listenerInvoked | 
| private List<org.apache.hadoop.hbase.rest.model.RowModel> | rowThis list is not a real list; instead it will notify a listener whenever JAXB has
 unmarshalled the next row. | 
| private static long | serialVersionUID | 
| Constructor and Description | 
|---|
| ClientSideCellSetModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | setCellSetModelListener(TestTableScan.ClientSideCellSetModel.Listener l)Install a listener for row model on this object. | 
private static final long serialVersionUID
private List<org.apache.hadoop.hbase.rest.model.RowModel> row
static boolean listenerInvoked
public ClientSideCellSetModel()
public void setCellSetModelListener(TestTableScan.ClientSideCellSetModel.Listener l)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.