Class SerializableBinaryTVList

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.iotdb.tsfile.read.common.BatchData

        org.apache.iotdb.tsfile.read.common.BatchData.BatchDataType
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static int calculateCapacity​(float memoryLimitInMB, int byteArrayLength)  
      protected static float calculateSingleBinaryTVPairMemory​(int byteArrayLength)  
      void deserialize​(java.nio.ByteBuffer byteBuffer)  
      void release()  
      void serialize​(org.apache.iotdb.tsfile.utils.PublicBAOS outputStream)  
      • Methods inherited from class org.apache.iotdb.tsfile.read.common.BatchData

        currentTime, currentTsPrimitiveType, currentValue, flip, getBatchDataIterator, getBatchDataIterator, getBatchDataType, getBinary, getBinaryByIndex, getBoolean, getBooleanByIndex, getDataType, getDouble, getDoubleByIndex, getFloat, getFloatByIndex, getInt, getIntByIndex, getLastPairBeforeOrEqualTimestamp, getLong, getLongByIndex, getMaxTimestamp, getMinTimestamp, getReadCurArrayIndex, getReadCurListIndex, getTimeByIndex, getValueInTimestamp, getVector, getVectorByIndex, hasCurrent, init, isEmpty, length, next, putAnObject, putBinary, putBoolean, putDouble, putFloat, putInt, putLong, putVector, resetBatchData, resetBatchData, serializeData, setBinary, setBoolean, setDataType, setDouble, setFloat, setInt, setLong, setTime, setVector
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • calculateCapacity

        protected static int calculateCapacity​(float memoryLimitInMB,
                                               int byteArrayLength)
      • calculateSingleBinaryTVPairMemory

        protected static float calculateSingleBinaryTVPairMemory​(int byteArrayLength)
      • serialize

        public void serialize​(org.apache.iotdb.tsfile.utils.PublicBAOS outputStream)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.nio.ByteBuffer byteBuffer)
      • release

        public void release()