Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TRoleResp
-
-
Uses of TRoleResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TRoleResp Modifier and Type Field Description Map<String,TRoleResp>TPermissionInfoResp. roleInfoMethods in org.apache.iotdb.confignode.rpc.thrift that return TRoleResp Modifier and Type Method Description TRoleRespTRoleResp. deepCopy()TRoleRespTRoleResp. setPrivilegeList(List<TPathPrivilege> privilegeList)TRoleRespTRoleResp. setRoleName(String roleName)TRoleRespTRoleResp. setSysPriSet(Set<Integer> sysPriSet)TRoleRespTRoleResp. setSysPriSetGrantOpt(Set<Integer> sysPriSetGrantOpt)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TRoleResp Modifier and Type Method Description Map<String,TRoleResp>TPermissionInfoResp. getRoleInfo()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TRoleResp Modifier and Type Method Description intTRoleResp. compareTo(TRoleResp other)booleanTRoleResp. equals(TRoleResp that)voidTPermissionInfoResp. putToRoleInfo(String key, TRoleResp val)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TRoleResp Modifier and Type Method Description TPermissionInfoRespTPermissionInfoResp. setRoleInfo(Map<String,TRoleResp> roleInfo)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TRoleResp Constructor Description TRoleResp(TRoleResp other)Performs a deep copy on other.
-