Uses of Class
com.mapd.thrift.server.TDBObjectType
-
Packages that use TDBObjectType Package Description com.mapd.thrift.server -
-
Uses of TDBObjectType in com.mapd.thrift.server
Fields in com.mapd.thrift.server declared as TDBObjectType Modifier and Type Field Description TDBObjectTypeMapD.has_object_privilege_args. objectTypeTDBObjectTypeTDBObject. objectTypeTDBObjectTypeTDBObject. privilegeObjectTypeTDBObjectTypeMapD.get_db_object_privs_args. typeMethods in com.mapd.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.TDBObjectTypeMapD.has_object_privilege_args. getObjectType()TDBObjectTypeTDBObject. getObjectType()TDBObjectTypeTDBObject. getPrivilegeObjectType()TDBObjectTypeMapD.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 com.mapd.thrift.server with parameters of type TDBObjectType Modifier and Type Method Description voidMapD.AsyncClient. get_db_object_privs(String session, String objectName, TDBObjectType type, org.apache.thrift.async.AsyncMethodCallback<List<TDBObject>> resultHandler)voidMapD.AsyncIface. get_db_object_privs(String session, String objectName, TDBObjectType type, org.apache.thrift.async.AsyncMethodCallback<List<TDBObject>> resultHandler)List<TDBObject>MapD.Client. get_db_object_privs(String session, String objectName, TDBObjectType type)List<TDBObject>MapD.Iface. get_db_object_privs(String session, String objectName, TDBObjectType type)voidMapD.AsyncClient. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)voidMapD.AsyncIface. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler)booleanMapD.Client. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)booleanMapD.Iface. has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)voidMapD.Client. send_get_db_object_privs(String session, String objectName, TDBObjectType type)voidMapD.Client. send_has_object_privilege(String session, String granteeName, String ObjectName, TDBObjectType objectType, TDBObjectPermissions permissions)MapD.has_object_privilege_argsMapD.has_object_privilege_args. setObjectType(TDBObjectType objectType)TDBObjectTDBObject. setObjectType(TDBObjectType objectType)TDBObjectTDBObject. setPrivilegeObjectType(TDBObjectType privilegeObjectType)MapD.get_db_object_privs_argsMapD.get_db_object_privs_args. setType(TDBObjectType type)Constructors in com.mapd.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)
-