tdb.tools
Class dumpnodetable

java.lang.Object
  extended by arq.cmdline.CommandLineBase
      extended by arq.cmdline.CmdLineArgs
          extended by arq.cmdline.CmdMain
              extended by arq.cmdline.CmdArgModule
                  extended by arq.cmdline.CmdGeneral
                      extended by tdb.tools.dumpnodetable
All Implemented Interfaces:
arq.cmdline.CallbackHelp

public class dumpnodetable
extends arq.cmdline.CmdGeneral


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

main

public static void main(String... argv)

dumpNodes

public static void dumpNodes(OutputStream w,
                             String location)

dumpPrefixes

public static void dumpPrefixes(OutputStream w,
                                String location)

dump

public static void dump(OutputStream w,
                        String location,
                        String indexNode2Id,
                        int node2NodeIdCacheSize,
                        String indexId2Node,
                        int nodeId2NodeCacheSize,
                        int sizeNodeMissCacheSize)

dump

public static void dump(OutputStream w,
                        com.hp.hpl.jena.tdb.nodetable.NodeTable nodeTable)

stringForURI

public static String stringForURI(String uri)

stringForLiteral

public static String stringForLiteral(Node_Literal literal)


Licenced under the Apache License, Version 2.0