Uses of Class
io.trino.hive.thrift.metastore.PrincipalPrivilegeSet
-
Uses of PrincipalPrivilegeSet in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return PrincipalPrivilegeSetModifier and TypeMethodDescriptionPrincipalPrivilegeSet.deepCopy()Database.getPrivileges()Partition.getPrivileges()PartitionWithoutSD.getPrivileges()Table.getPrivileges()ThriftHiveMetastore.Client.getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names) ThriftHiveMetastore.Iface.getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names) ThriftHiveMetastore.AsyncClient.get_privilege_set_call.getResult()ThriftHiveMetastore.get_privilege_set_result.getSuccess()ThriftHiveMetastore.Client.recvGetPrivilegeSet()PrincipalPrivilegeSet.setGroupPrivileges(Map<String, List<PrivilegeGrantInfo>> groupPrivileges) PrincipalPrivilegeSet.setRolePrivileges(Map<String, List<PrivilegeGrantInfo>> rolePrivileges) PrincipalPrivilegeSet.setUserPrivileges(Map<String, List<PrivilegeGrantInfo>> userPrivileges) Methods in io.trino.hive.thrift.metastore that return types with arguments of type PrincipalPrivilegeSetModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<PrincipalPrivilegeSet>ThriftHiveMetastore.AsyncProcessor.get_privilege_set.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type PrincipalPrivilegeSetModifier and TypeMethodDescriptionintPrincipalPrivilegeSet.compareTo(PrincipalPrivilegeSet other) booleanPrincipalPrivilegeSet.equals(PrincipalPrivilegeSet that) Database.setPrivileges(PrincipalPrivilegeSet privileges) Partition.setPrivileges(PrincipalPrivilegeSet privileges) PartitionWithoutSD.setPrivileges(PrincipalPrivilegeSet privileges) Table.setPrivileges(PrincipalPrivilegeSet privileges) ThriftHiveMetastore.get_privilege_set_result.setSuccess(PrincipalPrivilegeSet success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type PrincipalPrivilegeSetModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<PrincipalPrivilegeSet> resultHandler) voidThriftHiveMetastore.AsyncIface.getPrivilegeSet(HiveObjectRef hiveObject, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<PrincipalPrivilegeSet> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_privilege_set.start(I iface, ThriftHiveMetastore.get_privilege_set_args args, org.apache.thrift.async.AsyncMethodCallback<PrincipalPrivilegeSet> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type PrincipalPrivilegeSetModifierConstructorDescriptionget_privilege_set_result(PrincipalPrivilegeSet success, MetaException o1) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type PrincipalPrivilegeSetModifierConstructorDescriptionget_privilege_set_call(HiveObjectRef hiveObject, String user_name, List<String> group_names, org.apache.thrift.async.AsyncMethodCallback<PrincipalPrivilegeSet> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)