| java.lang.Object com.sun.portal.search.rdmgr.RDMgr
RDMgr | public class RDMgr (Code) | | Resource Description Manager - Used to
add/delete/update RD's. Runs as a cli.
|
COMMANDVERSION | final public static String COMMANDVERSION(Code) | | |
MAX_RD_BATCH | final static int MAX_RD_BATCH(Code) | | |
do_count | boolean do_count(Code) | | |
do_expire | boolean do_expire(Code) | | |
do_optimize | boolean do_optimize(Code) | | |
do_purge | boolean do_purge(Code) | | |
do_recover | boolean do_recover(Code) | | |
do_reindex | boolean do_reindex(Code) | | |
do_repartition | boolean do_repartition(Code) | | |
do_select | boolean do_select(Code) | | |
federated_search | static boolean federated_search(Code) | | |
loggingStarted | boolean loggingStarted(Code) | | |
doRequest | public int doRequest(RDMgrConfig rdmgrcf, RDSubmitRequest req, SToken st, RDMTransaction t) throws Exception(Code) | | Most of these commands are CLI only. RDSubmit.process_input() is common
to CLI and server. Some of these commands might make sense n the server,
but that is for the future. (hopefully not needed anyway if we switch protocols)
-1 if no rd processing was done, number of rds processed otherwise |
run | public int run(String argv)(Code) | | Run the rdmgr cli, does not throw an exception
status, 0 => success, !=0 => failure |
usage | protected int usage(int status)(Code) | | |
|
|