public class ResultSetDescriptor extends Object implements Serializable
A push resultset stores it's data in several ranges
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetDescriptor.Range
This class describes a range.
|
| Constructor and Description |
|---|
ResultSetDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLastRange() |
int |
getRangeLength() |
int |
getRanges() |
Iterable<ResultSetDescriptor.Range> |
getRangesContaining(int fromPosition,
int toPosition) |
void |
setRangeLength(int rangeLength) |
void |
setRanges(int ranges) |
public int getLastRange()
public Iterable<ResultSetDescriptor.Range> getRangesContaining(int fromPosition, int toPosition)
fromPosition - 1 based counttoPosition - 1 based countpublic int getRangeLength()
public void setRangeLength(int rangeLength)
public int getRanges()
public void setRanges(int ranges)
Copyright © 2017. All rights reserved.