| 构造器和说明 |
|---|
WindowImpl(EvictableBatchList list,
int begin,
int size) |
| 限定符和类型 | 方法和说明 |
|---|---|
Binary |
getBinary(int index) |
Binary[] |
getBinaryArray() |
boolean |
getBoolean(int index) |
boolean[] |
getBooleanArray() |
TSDataType |
getDataType() |
double |
getDouble(int index) |
double[] |
getDoubleArray() |
float |
getFloat(int index) |
float[] |
getFloatArray() |
int |
getInt(int index) |
int[] |
getIntArray() |
long |
getLong(int index) |
long[] |
getLongArray() |
long |
getTime(int index) |
long[] |
getTimeArray() |
void |
setBinary(int index,
Binary value) |
void |
setBoolean(int index,
boolean value) |
void |
setDouble(int index,
double value) |
void |
setFloat(int index,
float value) |
void |
setInt(int index,
int value) |
void |
setLong(int index,
long value) |
int |
size() |
public WindowImpl(EvictableBatchList list, int begin, int size)
public TSDataType getDataType()
getDataType 在接口中 Windowpublic boolean getBoolean(int index)
getBoolean 在接口中 Windowpublic long[] getTimeArray()
getTimeArray 在接口中 Windowpublic int[] getIntArray()
getIntArray 在接口中 Windowpublic long[] getLongArray()
getLongArray 在接口中 Windowpublic float[] getFloatArray()
getFloatArray 在接口中 Windowpublic double[] getDoubleArray()
getDoubleArray 在接口中 Windowpublic boolean[] getBooleanArray()
getBooleanArray 在接口中 Windowpublic Binary[] getBinaryArray()
getBinaryArray 在接口中 Windowpublic void setBoolean(int index,
boolean value)
setBoolean 在接口中 WindowCopyright © 2022 The Apache Software Foundation. All rights reserved.