Package org.apache.hadoop.hbase.rest
Class TestTableScan.ClientSideCellSetModel
java.lang.Object
org.apache.hadoop.hbase.rest.TestTableScan.ClientSideCellSetModel
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TestTableScan
The Class ClientSideCellSetModel which mimics cell set model, and contains listener to perform
user defined operations on the row model.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
This listener is invoked every time a new row model is unmarshalled. -
Field Summary
Modifier and TypeFieldDescription(package private) static boolean
private List<org.apache.hadoop.hbase.rest.model.RowModel>
This list is not a real list; instead it will notify a listener whenever JAXB has unmarshalled the next row.private static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Install a listener for row model on this object.
-
Field Details
-
serialVersionUID
- See Also:
-
row
This list is not a real list; instead it will notify a listener whenever JAXB has unmarshalled the next row. -
listenerInvoked
-
-
Constructor Details
-
ClientSideCellSetModel
public ClientSideCellSetModel()
-
-
Method Details
-
setCellSetModelListener
Install a listener for row model on this object. If l is null, the listener is removed again.
-