public class FirstLastNthValueDataContainer extends Object
Modifier and Type | Field and Description |
---|---|
protected TreeMap<byte[],LinkedList<byte[]>> |
data |
protected boolean |
isAscending |
protected boolean |
isDataValuesFixedLength |
protected boolean |
isOrderValuesFixedLength |
protected int |
offset |
Constructor and Description |
---|
FirstLastNthValueDataContainer() |
Modifier and Type | Method and Description |
---|---|
TreeMap<byte[],LinkedList<byte[]>> |
getData() |
boolean |
getIsAscending() |
byte[] |
getPayload() |
void |
setData(TreeMap<byte[],LinkedList<byte[]>> topValues) |
void |
setFixedWidthDataValues(boolean fixedSize) |
void |
setFixedWidthOrderValues(boolean fixedSize) |
void |
setIsAscending(boolean ascending) |
void |
setOffset(int offset) |
void |
setPayload(byte[] payload) |
protected boolean isAscending
protected int offset
protected TreeMap<byte[],LinkedList<byte[]>> data
protected boolean isOrderValuesFixedLength
protected boolean isDataValuesFixedLength
public void setIsAscending(boolean ascending)
public void setData(TreeMap<byte[],LinkedList<byte[]>> topValues)
public void setFixedWidthOrderValues(boolean fixedSize)
public void setFixedWidthDataValues(boolean fixedSize)
public void setOffset(int offset)
public void setPayload(byte[] payload)
public byte[] getPayload() throws IOException
IOException
public boolean getIsAscending()
public TreeMap<byte[],LinkedList<byte[]>> getData()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.