Uses of Interface
io.trino.hdfs.authentication.GenericExceptionAction
Packages that use GenericExceptionAction
-
Uses of GenericExceptionAction in io.trino.hdfs
Methods in io.trino.hdfs with parameters of type GenericExceptionActionModifier and TypeMethodDescription<R,E extends Exception>
RHdfsEnvironment.doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) -
Uses of GenericExceptionAction in io.trino.hdfs.authentication
Methods in io.trino.hdfs.authentication with parameters of type GenericExceptionActionModifier and TypeMethodDescription<R,E extends Exception>
RDirectHdfsAuthentication.doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) <R,E extends Exception>
RHdfsAuthentication.doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) <R,E extends Exception>
RImpersonatingHdfsAuthentication.doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) <R,E extends Exception>
RNoHdfsAuthentication.doAs(ConnectorIdentity identity, GenericExceptionAction<R, E> action) static <R,E extends Exception>
RUserGroupInformationUtils.executeActionInDoAs(org.apache.hadoop.security.UserGroupInformation userGroupInformation, GenericExceptionAction<R, E> action)