public interface PageValueManager<T>
| Modifier and Type | Field and Description |
|---|---|
static PageValueManager<Byte> |
BYTE |
static PageValueManager<Double> |
DOUBLE |
static PageValueManager<Float> |
FLOAT |
static PageValueManager<Integer> |
INT |
static PageValueManager<Long> |
LONG |
static PageValueManager<Short> |
SHORT |
static PageValueManager<String> |
STRING |
| Modifier and Type | Method and Description |
|---|---|
void |
disposeBytes(byte[] bytes) |
byte[] |
getBytes(Page page) |
byte[] |
getBytes(T value) |
<V extends T> |
getValue(byte[] bytes) |
<V extends T> |
readFromPage(Page page) |
static final PageValueManager<Byte> BYTE
static final PageValueManager<Double> DOUBLE
static final PageValueManager<Float> FLOAT
static final PageValueManager<Integer> INT
static final PageValueManager<Long> LONG
static final PageValueManager<Short> SHORT
static final PageValueManager<String> STRING
Copyright © 2015 Revolution Systems Inc.. All rights reserved.