Uses of Class
com.rbnb.sapi.ChannelTree

Packages that use ChannelTree
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of ChannelTree in com.rbnb.sapi
 

Fields in com.rbnb.sapi declared as ChannelTree
static ChannelTree ChannelTree.EMPTY_TREE
           
 

Methods in com.rbnb.sapi that return ChannelTree
static ChannelTree ChannelTree.createFromChannelMap(ChannelMap cmap)
          Creates a new read only view of the provided channel map.
static ChannelTree ChannelTree.createFromChannelMap(ChannelMap cmap, String rootName)
          Creates a new read only view of the provided channel map with a single named root node.
 ChannelTree ChannelTree.merge(ChannelTree toMerge)
          Produces a new tree, which is the result of merging this with the map toMerge.
 

Methods in com.rbnb.sapi with parameters of type ChannelTree
 ChannelTree ChannelTree.merge(ChannelTree toMerge)
          Produces a new tree, which is the result of merging this with the map toMerge.