B E G L P R T U Z 
All Classes All Packages

B

bind(String, String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Binds the specified path with a URI
bind(String, String, String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Binds the specified path with a host port pair
bind(ZKRecord) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Binds the specified record containing a path and a URI pair

E

equals(Object) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKRecord
 

G

getPath() - Method in class pt.ulisboa.tecnico.sdis.zk.ZKRecord
 
getURI() - Method in class pt.ulisboa.tecnico.sdis.zk.ZKRecord
 

L

listRecords(String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Returns a collection of records representing the child nodes of a zNode.
lookup(String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Returns the record associated with the specified path.

P

pt.ulisboa.tecnico.sdis.zk - package pt.ulisboa.tecnico.sdis.zk
 

R

rebind(String, String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Rebinds the specified path with a URI
rebind(String, String, String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Rebinds the specified path with a host port pair
rebind(ZKRecord) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Rebinds the specified record.

T

toString() - Method in class pt.ulisboa.tecnico.sdis.zk.ZKRecord
 

U

unbind(String, String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Destroys the binding for the specified path with a URI.
unbind(String, String, String) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Destroys the binding for the specified path with a host port pair.
unbind(ZKRecord) - Method in class pt.ulisboa.tecnico.sdis.zk.ZKNaming
Destroys the binding for the specified record.

Z

ZKNaming - Class in pt.ulisboa.tecnico.sdis.zk
This class defines simple methods to bind service names to URI addresses: list, lookup, unbind, bind, rebind.
ZKNaming(String) - Constructor for class pt.ulisboa.tecnico.sdis.zk.ZKNaming
 
ZKNaming(String, String) - Constructor for class pt.ulisboa.tecnico.sdis.zk.ZKNaming
 
ZKNamingException - Exception in pt.ulisboa.tecnico.sdis.zk
Class that represents a ZooKeeper naming exception.
ZKNamingException() - Constructor for exception pt.ulisboa.tecnico.sdis.zk.ZKNamingException
 
ZKNamingException(String) - Constructor for exception pt.ulisboa.tecnico.sdis.zk.ZKNamingException
 
ZKNamingException(String, Throwable) - Constructor for exception pt.ulisboa.tecnico.sdis.zk.ZKNamingException
 
ZKNamingException(Throwable) - Constructor for exception pt.ulisboa.tecnico.sdis.zk.ZKNamingException
 
ZKRecord - Class in pt.ulisboa.tecnico.sdis.zk
Class that represents a ZooKeeper naming record.
ZKRecord(String, String) - Constructor for class pt.ulisboa.tecnico.sdis.zk.ZKRecord
Constructs a ZooKeeper record with the provided path and service URI.
ZKRecord(String, String, String) - Constructor for class pt.ulisboa.tecnico.sdis.zk.ZKRecord
Constructs a ZooKeeper record with the provided path and service host and port.
B E G L P R T U Z 
All Classes All Packages