Sirikata
Namespaces | Defines | Functions
space/src/Options.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


Defines

#define OPT_CONFIG_FILE   "cfg"
#define OPT_SPACE_PLUGINS   "space.plugins"
#define OPT_SPACE_EXTRA_PLUGINS   "space.extra-plugins"
#define SERVER_QUEUE   "server.queue"
#define SERVER_QUEUE_LENGTH   "server.queue.length"
#define SERVER_RECEIVER   "server.receiver"
#define SERVER_ODP_FLOW_SCHEDULER   "server.odp.flowsched"
#define NETWORK_TYPE   "net"
#define CSEG   "cseg"
#define SPACE_OPT_AUTH   "auth"
#define SPACE_OPT_AUTH_OPTIONS   "auth-options"
#define LOC   "loc"
#define LOC_OPTIONS   "loc-options"
#define LOC_UPDATE   "loc-update"
#define LOC_UPDATE_OPTIONS   "loc-update-options"
#define OSEG   "oseg"
#define OSEG_OPTIONS   "oseg-options"
#define OSEG_CACHE_SIZE   "oseg-cache-size"
#define OSEG_CACHE_CLEAN_GROUP_SIZE   "oseg-cache-clean-group-size"
#define OSEG_CACHE_ENTRY_LIFETIME   "oseg-cache-entry-lifetime"
#define CACHE_SELECTOR   "oseg-cache-selector"
#define CACHE_TYPE_COMMUNICATION   "cache_communication"
#define CACHE_TYPE_ORIGINAL_LRU   "cache_originallru"
#define CACHE_COMM_SCALING   "oseg-cache-scaling"
#define FORWARDER_SEND_QUEUE_SIZE   "forwarder.send-queue-size"
#define FORWARDER_RECEIVE_QUEUE_SIZE   "forwarder.receive-queue-size"
#define OSEG_LOOKUP_QUEUE_SIZE   "oseg_lookup_queue_size"
#define OPT_PROX   "prox"
#define OPT_PROX_OPTIONS   "prox-options"
#define OPT_MODULES   "modules"
#define OPT_AGGMGR_HOSTNAME   "aggmgr.host"
#define OPT_AGGMGR_SERVICE   "aggmgr.service"
#define OPT_AGGMGR_CONSUMER_KEY   "aggmgr.consumer-key"
#define OPT_AGGMGR_CONSUMER_SECRET   "aggmgr.consumer-secret"
#define OPT_AGGMGR_ACCESS_KEY   "aggmgr.access-key"
#define OPT_AGGMGR_ACCESS_SECRET   "aggmgr.access-secret"
#define OPT_AGGMGR_USERNAME   "aggmgr.username"
#define OPT_AGGMGR_LOCAL_PATH   "aggmgr.local-path"
#define OPT_AGGMGR_LOCAL_URL_PREFIX   "aggmgr.local-url-prefix"
#define OPT_AGGMGR_GEN_THREADS   "aggmgr.gen-threads"
#define OPT_AGGMGR_UPLOAD_THREADS   "aggmgr.upload-threads"
#define OPT_AGGMGR_SKIP_GENERATE   "aggmgr.skip-generate"
#define OPT_AGGMGR_SKIP_UPLOAD   "aggmgr.skip-upload"

Functions

void Sirikata::InitSpaceOptions ()

Define Documentation

#define CACHE_COMM_SCALING   "oseg-cache-scaling"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define CACHE_SELECTOR   "oseg-cache-selector"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define CACHE_TYPE_COMMUNICATION   "cache_communication"

Referenced by main().

#define CACHE_TYPE_ORIGINAL_LRU   "cache_originallru"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define CSEG   "cseg"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define FORWARDER_RECEIVE_QUEUE_SIZE   "forwarder.receive-queue-size"
#define FORWARDER_SEND_QUEUE_SIZE   "forwarder.send-queue-size"
#define LOC   "loc"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define LOC_OPTIONS   "loc-options"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define LOC_UPDATE   "loc-update"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define LOC_UPDATE_OPTIONS   "loc-update-options"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define NETWORK_TYPE   "net"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_ACCESS_KEY   "aggmgr.access-key"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_ACCESS_SECRET   "aggmgr.access-secret"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_CONSUMER_KEY   "aggmgr.consumer-key"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_CONSUMER_SECRET   "aggmgr.consumer-secret"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_GEN_THREADS   "aggmgr.gen-threads"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_HOSTNAME   "aggmgr.host"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_LOCAL_PATH   "aggmgr.local-path"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_LOCAL_URL_PREFIX   "aggmgr.local-url-prefix"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_SERVICE   "aggmgr.service"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_SKIP_GENERATE   "aggmgr.skip-generate"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_SKIP_UPLOAD   "aggmgr.skip-upload"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_UPLOAD_THREADS   "aggmgr.upload-threads"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_AGGMGR_USERNAME   "aggmgr.username"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_CONFIG_FILE   "cfg"
#define OPT_MODULES   "modules"
#define OPT_PROX   "prox"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_PROX_OPTIONS   "prox-options"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_SPACE_EXTRA_PLUGINS   "space.extra-plugins"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OPT_SPACE_PLUGINS   "space.plugins"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OSEG   "oseg"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OSEG_CACHE_CLEAN_GROUP_SIZE   "oseg-cache-clean-group-size"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OSEG_CACHE_ENTRY_LIFETIME   "oseg-cache-entry-lifetime"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OSEG_CACHE_SIZE   "oseg-cache-size"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define OSEG_LOOKUP_QUEUE_SIZE   "oseg_lookup_queue_size"
#define OSEG_OPTIONS   "oseg-options"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define SERVER_ODP_FLOW_SCHEDULER   "server.odp.flowsched"
#define SERVER_QUEUE   "server.queue"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define SERVER_QUEUE_LENGTH   "server.queue.length"
#define SERVER_RECEIVER   "server.receiver"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define SPACE_OPT_AUTH   "auth"

Referenced by Sirikata::InitSpaceOptions(), and main().

#define SPACE_OPT_AUTH_OPTIONS   "auth-options"

Referenced by Sirikata::InitSpaceOptions(), and main().