-- Thrift Log File
authorAditya Agarwal <aditya@apache.org>
Wed, 11 Oct 2006 02:48:43 +0000 (02:48 +0000)
committerAditya Agarwal <aditya@apache.org>
Wed, 11 Oct 2006 02:48:43 +0000 (02:48 +0000)
commite528c7649099d84dea57b47c58bbc5c8e65e45f8
treeac1a583c78fe555a3ecd2084156ac48509845b10
parentbe3f8d8c6d598cc3d4d5fd68aad54f1278ad0421
-- Thrift Log File

Summary:
-- This is the thrifty version of Pillar's batch_writer
-- Cleaned up a lot of the code in batch writer and made it conform to Thrift's strict coding standards
-- Added TBufferedRouterTransport.h/cc to actually route messsages via readEnd() to the file writer. It's
   not quite as easy to route the messages in Thrift as it was in Pillar

Reviewed By: Slee

Test Plan: Tested by making sure that the file was recording data

Notes:
-- The real correctness test will be when I finish writing TLogFileTransport (pillar_logfile.cpp).

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664826 13f79535-47bb-0310-9956-ffa450edef68
lib/cpp/Makefile.am
lib/cpp/src/transport/TBufferedFileWriter.cc [new file with mode: 0644]
lib/cpp/src/transport/TBufferedFileWriter.h [new file with mode: 0644]
lib/cpp/src/transport/TBufferedRouterTransport.cc [new file with mode: 0644]
lib/cpp/src/transport/TBufferedRouterTransport.h [new file with mode: 0644]
lib/cpp/src/transport/TBufferedRouterTransportFactory.h [new file with mode: 0644]