|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Id | |
|---|---|
| org.apache.zookeeper | |
| org.apache.zookeeper.data | |
| org.apache.zookeeper.server | ZooKeeper server theory of operation |
| org.apache.zookeeper.server.quorum | |
| Uses of Id in org.apache.zookeeper |
|---|
| Fields in org.apache.zookeeper declared as Id | |
|---|---|
static Id |
ZooDefs.Ids.ANYONE_ID_UNSAFE
This Id represents anyone. |
static Id |
ZooDefs.Ids.AUTH_IDS
This Id is only usable to set ACLs. |
| Uses of Id in org.apache.zookeeper.data |
|---|
| Methods in org.apache.zookeeper.data that return Id | |
|---|---|
Id |
ACL.getId()
|
| Methods in org.apache.zookeeper.data with parameters of type Id | |
|---|---|
void |
ACL.setId(Id m_)
|
| Constructors in org.apache.zookeeper.data with parameters of type Id | |
|---|---|
ACL(int perms,
Id id)
|
|
| Uses of Id in org.apache.zookeeper.server |
|---|
| Fields in org.apache.zookeeper.server with type parameters of type Id | |
|---|---|
List<Id> |
Request.authInfo
|
| Methods in org.apache.zookeeper.server that return types with arguments of type Id | |
|---|---|
ArrayList<Id> |
NIOServerCnxn.getAuthInfo()
|
ArrayList<Id> |
ServerCnxn.getAuthInfo()
|
| Constructor parameters in org.apache.zookeeper.server with type arguments of type Id | |
|---|---|
Request(ServerCnxn cnxn,
long sessionId,
int xid,
int type,
ByteBuffer bb,
List<Id> authInfo)
|
|
| Uses of Id in org.apache.zookeeper.server.quorum |
|---|
| Methods in org.apache.zookeeper.server.quorum that return types with arguments of type Id | |
|---|---|
List<Id> |
QuorumPacket.getAuthinfo()
|
| Method parameters in org.apache.zookeeper.server.quorum with type arguments of type Id | |
|---|---|
void |
QuorumPacket.setAuthinfo(List<Id> m_)
|
| Constructor parameters in org.apache.zookeeper.server.quorum with type arguments of type Id | |
|---|---|
LearnerSyncRequest(LearnerHandler fh,
long sessionId,
int xid,
int type,
ByteBuffer bb,
List<Id> authInfo)
|
|
QuorumPacket(int type,
long zxid,
byte[] data,
List<Id> authinfo)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||