Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TPathPrivilege
-
-
Uses of TPathPrivilege in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TPathPrivilege Modifier and Type Field Description List<TPathPrivilege>TRoleResp. privilegeListList<TPathPrivilege>TUserResp. privilegeListMethods in org.apache.iotdb.confignode.rpc.thrift that return TPathPrivilege Modifier and Type Method Description TPathPrivilegeTPathPrivilege. deepCopy()TPathPrivilegeTPathPrivilege. setPath(String path)TPathPrivilegeTPathPrivilege. setPriGrantOpt(Set<Integer> priGrantOpt)TPathPrivilegeTPathPrivilege. setPriSet(Set<Integer> priSet)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TPathPrivilege Modifier and Type Method Description List<TPathPrivilege>TRoleResp. getPrivilegeList()List<TPathPrivilege>TUserResp. getPrivilegeList()Iterator<TPathPrivilege>TRoleResp. getPrivilegeListIterator()Iterator<TPathPrivilege>TUserResp. getPrivilegeListIterator()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TPathPrivilege Modifier and Type Method Description voidTRoleResp. addToPrivilegeList(TPathPrivilege elem)voidTUserResp. addToPrivilegeList(TPathPrivilege elem)intTPathPrivilege. compareTo(TPathPrivilege other)booleanTPathPrivilege. equals(TPathPrivilege that)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TPathPrivilege Modifier and Type Method Description TRoleRespTRoleResp. setPrivilegeList(List<TPathPrivilege> privilegeList)TUserRespTUserResp. setPrivilegeList(List<TPathPrivilege> privilegeList)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TPathPrivilege Constructor Description TPathPrivilege(TPathPrivilege other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TPathPrivilege Constructor Description TRoleResp(String roleName, List<TPathPrivilege> privilegeList, Set<Integer> sysPriSet, Set<Integer> sysPriSetGrantOpt)TUserResp(String username, String password, List<TPathPrivilege> privilegeList, Set<Integer> sysPriSet, Set<Integer> sysPriSetGrantOpt, List<String> roleList, boolean isOpenIdUser)
-