ExternalCall, Server.Call@Private
public interface Schedulable
| Modifier and Type | Method | Description |
|---|---|---|
default CallerContext |
getCallerContext() |
This is overridden only in
Server.Call. |
int |
getPriorityLevel() |
|
UserGroupInformation |
getUserGroupInformation() |
UserGroupInformation getUserGroupInformation()
default CallerContext getCallerContext()
Server.Call.
The CallerContext field will be used to carry information
about the user in cases where UGI proves insufficient.
Any other classes that might try to use this method,
will get an UnsupportedOperationException.int getPriorityLevel()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.