Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
AuthorizeableServer (String serverName) | |
List< DBModelAuthorizable > | getHiveAuthorizeableHierarchy () |
String | getName () |
Private Attributes | |
final org.apache.sentry.core.model.db.Server | server_ |
Class used to authorize access at the catalog level. Generally, all Impala services in the cluster will be configured with the same catalog name. What Sentry refers to as a Server maps to our concept of a Catalog, thus the name AuthorizeableServer.
Definition at line 31 of file AuthorizeableServer.java.
|
inline |
Definition at line 34 of file AuthorizeableServer.java.
References com.cloudera.impala.authorization.AuthorizeableServer.server_.
|
inline |
Implements com.cloudera.impala.authorization.Authorizeable.
Definition at line 40 of file AuthorizeableServer.java.
References com.cloudera.impala.authorization.AuthorizeableServer.server_.
|
inline |
Implements com.cloudera.impala.authorization.Authorizeable.
Definition at line 45 of file AuthorizeableServer.java.
|
private |
Definition at line 32 of file AuthorizeableServer.java.
Referenced by com.cloudera.impala.authorization.AuthorizeableServer.AuthorizeableServer(), and com.cloudera.impala.authorization.AuthorizeableServer.getHiveAuthorizeableHierarchy().