Uses of Class
ai.heavy.thrift.server.TDBObjectType
-
Packages that use TDBObjectType Package Description ai.heavy.thrift.server -
-
Uses of TDBObjectType in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TDBObjectType Modifier and Type Field Description TDBObjectTypeHeavy.has_object_privilege_args. objectTypeTDBObjectTypeTDBObject. objectTypeTDBObjectTypeTDBObject. privilegeObjectTypeTDBObjectTypeHeavy.get_db_object_privs_args. typeMethods in ai.heavy.thrift.server that return TDBObjectType Modifier and Type Method Description static TDBObjectTypeTDBObjectType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TDBObjectTypeHeavy.has_object_privilege_args. getObjectType()TDBObjectTypeTDBObject. getObjectType()TDBObjectTypeTDBObject. getPrivilegeObjectType()TDBObjectTypeHeavy.get_db_object_privs_args. getType()static TDBObjectTypeTDBObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static TDBObjectType[]TDBObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TDBObjectType Modifier and Type Method Description voidHeavy.AsyncClient. get_db_object_privs(String session, String objectName, TDBObjectType type, org.apache.thrift.async.AsyncMethodCallback<List<TDBObject>> resultHandler)voidHeavy.AsyncIface. get_db_object_privs(String session, String objectName, TDBObjectType type, org.apache.thrift.async.AsyncMethodCallback<List<TDBObject>> resultHandler)List<TDBObject>Heavy.Client. get_db_object_privs(String session, String objectName, TDBObjectType type)List<TDBObject>Heavy.Iface. get_db_object_privs(String session, String objectName, TDBObjectType type)voidHeavy.AsyncClient. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)voidHeavy.AsyncIface. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)booleanHeavy.Client. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)booleanHeavy.Iface. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)voidHeavy.Client. send_get_db_object_privs(String session, String objectName, TDBObjectType type)voidHeavy.Client. send_has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)Heavy.has_object_privilege_argsHeavy.has_object_privilege_args. setObjectType(TDBObjectType objectType)TDBObjectTDBObject. setObjectType(TDBObjectType objectType)TDBObjectTDBObject. setPrivilegeObjectType(TDBObjectType privilegeObjectType)Heavy.get_db_object_privs_argsHeavy.get_db_object_privs_args. setType(TDBObjectType type)Constructors in ai.heavy.thrift.server with parameters of type TDBObjectType Constructor Description get_db_object_privs_args(String session, String objectName, TDBObjectType type)get_db_object_privs_call(String session, String objectName, TDBObjectType type, org.apache.thrift.async.AsyncMethodCallback<List<TDBObject>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)has_object_privilege_args(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)has_object_privilege_call(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions, 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)TDBObject(String objectName, TDBObjectType objectType, List<Boolean> privs, String grantee, TDBObjectType privilegeObjectType, int objectId)
-