public class dumpnodetable
extends arq.cmdline.CmdGeneral
Modifier and Type | Method and Description |
---|---|
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) |
cmdError, cmdError, mainAndExit, mainRun, mainRun, mainRun
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
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 stringForLiteral(Node_Literal literal)
Licenced under the Apache License, Version 2.0