Method: Fluent::Plugin::Buffer::MemoryChunk#bytesize

Defined in:
lib/fluent/plugin/buffer/memory_chunk.rb

#bytesizeObject



57
58
59
# File 'lib/fluent/plugin/buffer/memory_chunk.rb', line 57

def bytesize
  @chunk_bytes + @adding_bytes
end