Uses of Class
io.trino.hive.thrift.metastore.Role
-
Uses of Role in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return RoleModifier and TypeMethodDescriptionRole.deepCopy()ThriftHiveMetastore.create_role_args.getRole()Role.setCreateTime(int createTime) Role.setOwnerName(String ownerName) Role.setRoleName(String roleName) Methods in io.trino.hive.thrift.metastore that return types with arguments of type RoleModifier and TypeMethodDescriptionThriftHiveMetastore.AsyncClient.list_roles_call.getResult()ThriftHiveMetastore.AsyncProcessor.list_roles.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) ThriftHiveMetastore.list_roles_result.getSuccess()ThriftHiveMetastore.list_roles_result.getSuccessIterator()ThriftHiveMetastore.Client.listRoles(String principal_name, PrincipalType principal_type) ThriftHiveMetastore.Iface.listRoles(String principal_name, PrincipalType principal_type) ThriftHiveMetastore.Client.recvListRoles()Methods in io.trino.hive.thrift.metastore with parameters of type RoleModifier and TypeMethodDescriptionvoidThriftHiveMetastore.list_roles_result.addToSuccess(Role elem) intvoidThriftHiveMetastore.AsyncClient.createRole(Role role, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidThriftHiveMetastore.AsyncIface.createRole(Role role, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) booleanThriftHiveMetastore.Client.createRole(Role role) booleanThriftHiveMetastore.Iface.createRole(Role role) booleanvoidThriftHiveMetastore.Client.sendCreateRole(Role role) Method parameters in io.trino.hive.thrift.metastore with type arguments of type RoleModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.listRoles(String principal_name, PrincipalType principal_type, org.apache.thrift.async.AsyncMethodCallback<List<Role>> resultHandler) voidThriftHiveMetastore.AsyncIface.listRoles(String principal_name, PrincipalType principal_type, org.apache.thrift.async.AsyncMethodCallback<List<Role>> resultHandler) ThriftHiveMetastore.list_roles_result.setSuccess(List<Role> success) voidThriftHiveMetastore.AsyncProcessor.list_roles.start(I iface, ThriftHiveMetastore.list_roles_args args, org.apache.thrift.async.AsyncMethodCallback<List<Role>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type RoleModifierConstructorDescriptioncreate_role_args(Role role) create_role_call(Role role, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type RoleModifierConstructorDescriptionlist_roles_call(String principal_name, PrincipalType principal_type, org.apache.thrift.async.AsyncMethodCallback<List<Role>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) list_roles_result(List<Role> success, MetaException o1)