|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectarq.cmdline.CommandLineBase
arq.cmdline.CmdLineArgs
arq.cmdline.CmdMain
arq.cmdline.CmdArgModule
arq.cmdline.CmdGeneral
tdb.tools.dumpnodetable
public class dumpnodetable
Method Summary | |
---|---|
static void |
dump(OutputStream w,
com.hp.hpl.jena.tdb.nodetable.NodeTable nodeTable)
|
static void |
dump(OutputStream w,
String location,
String indexNode2Id,
int node2NodeIdCacheSize,
String indexId2Node,
int nodeId2NodeCacheSize,
int sizeNodeMissCacheSize)
|
static void |
dumpNodes(OutputStream w,
String location)
|
static void |
dumpPrefixes(OutputStream w,
String location)
|
static void |
main(String... argv)
|
static String |
stringForLiteral(Node_Literal literal)
|
static String |
stringForURI(String uri)
|
Methods inherited from class arq.cmdline.CmdGeneral |
---|
add, addModule, doHelp, getUsage, usage, usage |
Methods inherited from class arq.cmdline.CmdArgModule |
---|
process |
Methods inherited from class arq.cmdline.CmdMain |
---|
cmdError, cmdError, mainAndExit, mainRun, mainRun, mainRun |
Methods inherited from class arq.cmdline.CmdLineArgs |
---|
add, add, add, addArg, addArg, addPositional, contains, contains, containsMultiple, containsMultiple, getArg, getArg, getNumPositional, getPositional, getPositionalArg, getPositionalOrStdin, getValue, getValue, getValues, getValues, hasArg, hasArg, hasArgs, hasPositional, hasValueOfFalse, hasValueOfTrue, indirect, indirect, matchesIndirect, matchesIndirect, toString |
Methods inherited from class arq.cmdline.CommandLineBase |
---|
setArgs |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static void main(String... argv)
public static void dumpNodes(OutputStream w, String location)
public static void dumpPrefixes(OutputStream w, String location)
public static void dump(OutputStream w, String location, String indexNode2Id, int node2NodeIdCacheSize, String indexId2Node, int nodeId2NodeCacheSize, int sizeNodeMissCacheSize)
public static void dump(OutputStream w, com.hp.hpl.jena.tdb.nodetable.NodeTable nodeTable)
public static String stringForURI(String uri)
public static String stringForLiteral(Node_Literal literal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |