jubatus_core  0.1.2
Jubatus: Online machine learning framework for distributed environment
Namespaces | Typedefs
mixable_versioned_table.cpp File Reference
#include "mixable_versioned_table.hpp"
#include <algorithm>
#include <string>
#include <vector>
#include <memory>
#include <msgpack.hpp>
#include "../common/exception.hpp"
#include "../common/byte_buffer.hpp"
#include "../framework/packer.hpp"
#include "../framework/stream_writer.hpp"
Include dependency graph for mixable_versioned_table.cpp:

Go to the source code of this file.

Namespaces

 jubatus
 
 jubatus::core
 
 jubatus::core::framework
 

Typedefs

typedef jubatus::core::storage::column_table::version_t version_t
 

Typedef Documentation

Definition at line 29 of file mixable_versioned_table.cpp.

Variable Documentation

vector<msgpack::object> objs
vector<shared_ptr<msgpack::zone> > zones

Definition at line 55 of file mixable_versioned_table.cpp.