Public Member Functions | |
void | initialize (String[] args, Daemon daemon) |
Parse arguments specific to the Repository. | |
Static Public Member Functions | |
static void | main (String[] args) |
Start a new repository daemon. | |
Static Public Attributes | |
static final String | REPO_STATS = "stats" |
static final String | REPO_CLEAR_STATS = "clearstats" |
static final String | DEBUG_STATS_FILE = "stats.txt" |
Protected Member Functions | |
void | usage () |
Overridden by subclasses. | |
WorkerThread | createWorkerThread () |
overridden by subclasses to make right type of thread. | |
void | dumpStats () |
Package Attributes | |
RepositoryServer | _server |
RepositoryStore | _repo |
String | _repositoryRoot |
Classes | |
class | RepositoryWorkerThread |
void org.ccnx.ccn.impl.repo.RepositoryDaemon.initialize | ( | String[] | args, | |
Daemon | daemon | |||
) |
Parse arguments specific to the Repository.
Current arguments are:
-root <directory> sets the root of the repository (this argument is required).
The following arguments are optional:
Reimplemented from org.ccnx.ccn.impl.support.Daemon.
WorkerThread org.ccnx.ccn.impl.repo.RepositoryDaemon.createWorkerThread | ( | ) | [protected] |
overridden by subclasses to make right type of thread.
Reimplemented from org.ccnx.ccn.impl.support.Daemon.
static void org.ccnx.ccn.impl.repo.RepositoryDaemon.main | ( | String[] | args | ) | [static] |
Start a new repository daemon.
args |
Reimplemented from org.ccnx.ccn.impl.support.Daemon.