Class ServiceTree
- java.lang.Object
-
- org.apache.vinci.transport.vns.service.ServiceTree
-
public class ServiceTree extends Object
Data structure for storing/indexing/querying the set of service entries.
-
-
Constructor Summary
Constructors Constructor Description ServiceTree()
ServiceTree(Object o)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
find(String s)
Object[]
findprefix(String s)
static void
main(String[] args)
void
setitem(String key, Object value)
-
-
-
Constructor Detail
-
ServiceTree
public ServiceTree()
-
ServiceTree
public ServiceTree(Object o)
-
-