zookeeper关于Interface ZooDefs.Ids含义

Posted Ramelon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zookeeper关于Interface ZooDefs.Ids含义相关的知识,希望对你有一定的参考价值。

ANYONE_ID_UNSAFE

static final Id ANYONE_ID_UNSAFE

This Id represents anyone.

AUTH_IDS

static final Id AUTH_IDS

This Id is only usable to set ACLs. It will get substituted with the Id’s the client authenticated with.

OPEN_ACL_UNSAFE

static final ArrayList OPEN_ACL_UNSAFE

This is a completely open ACL .

CREATOR_ALL_ACL

static final ArrayList CREATOR_ALL_ACL

This ACL gives the creators authentication id’s all permissions.

READ_ACL_UNSAFE

static final ArrayList READ_ACL_UNSAFE

This ACL gives the world the ability to read.

以上是关于zookeeper关于Interface ZooDefs.Ids含义的主要内容,如果未能解决你的问题,请参考以下文章

关于Interface忽然想到的

golang 关于 interface 的学习整理

关于JAVA中的Synchronization和interface误用

dubbo的基本用法

dubbo-zookeeper

Zookeeper之Zookeeper底层客户端架构实现原理(转载)