Class DatarouterBigTablePaths.ClientPaths

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.gcp.bigtable.paths.DatarouterBigTablePaths.ClientPaths
Enclosing class:
DatarouterBigTablePaths

public static class DatarouterBigTablePaths.ClientPaths
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode bigtable  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    ClientPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

    branch, equals, getValue, hashCode, isLeaf, join, join, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithTrailingSlash, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • bigtable

      public final io.datarouter.pathnode.PathNode bigtable
  • Constructor Details