Class WritableMemChunkGroup

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String measurement)  
      long count()  
      int delete​(org.apache.iotdb.commons.path.PartialPath originalPath, org.apache.iotdb.commons.path.PartialPath devicePath, long startTimestamp, long endTimestamp)  
      static WritableMemChunkGroup deserialize​(java.io.DataInputStream stream)  
      long getCurrentTVListSize​(java.lang.String measurement)  
      java.util.Map<java.lang.String,​IWritableMemChunk> getMemChunkMap()  
      void release()  
      int serializedSize()
      Calculate size after serialization.
      void serializeToWAL​(IWALByteBufferView buffer)
      Serialize using IWALByteBufferView, which encapsulates some actions to deal with BufferOverflowException occurs in ByteBuffer.
      void write​(long insertTime, java.lang.Object[] objectValue, java.util.List<org.apache.iotdb.tsfile.write.schema.IMeasurementSchema> schemaList)  
      void writeValues​(long[] times, java.lang.Object[] columns, org.apache.iotdb.tsfile.utils.BitMap[] bitMaps, java.util.List<org.apache.iotdb.tsfile.write.schema.IMeasurementSchema> schemaList, int start, int end)  
      • Methods inherited from class java.lang.Object

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

      • WritableMemChunkGroup

        public WritableMemChunkGroup()