OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AtomspaceHTabler.cc File Reference
#include <Common/Compat.h>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <vector>
#include <sstream>
#include <Common/Error.h>
#include <Hypertable/Lib/ApacheLogParser.h>
#include <Hypertable/Lib/Client.h>
#include <Hypertable/Lib/KeySpec.h>
#include <opencog/persist/hypertable/AtomspaceHTabler.h>
#include <opencog/atomspace/AttentionValue.h>
#include <opencog/atomspace/AtomSpace.h>
#include <opencog/server/CogServer.h>
#include <opencog/atomspace/ClassServer.h>
#include <opencog/atomspace/SimpleTruthValue.h>
#include <opencog/atomspace/TruthValue.h>
+ Include dependency graph for AtomspaceHTabler.cc:

Go to the source code of this file.

Variables

const int BUFF_SIZE = 1028
 
const int TIMEOUT = 3000
 
const String attribute_schema
 
const String handle_schema
 

Variable Documentation

const String attribute_schema

Definition at line 50 of file AtomspaceHTabler.cc.

const int BUFF_SIZE = 1028

Definition at line 47 of file AtomspaceHTabler.cc.

const String handle_schema
Initial value:
= "\
<Schema>\n\
<AccessGroup name=\"default\">\n\
<ColumnFamily>\n\
<Name>handle</Name>\n\
<deleted>false</deleted>\n\
</ColumnFamily>\n\
</AccessGroup>\n\
</Schema>"

Definition at line 88 of file AtomspaceHTabler.cc.

const int TIMEOUT = 3000

Definition at line 48 of file AtomspaceHTabler.cc.