|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
org.apache.blur.thrift | |
org.apache.blur.user | |
org.apache.blur.utils |
Uses of User in org.apache.blur.thrift |
---|
Methods in org.apache.blur.thrift that return User | |
---|---|
static User |
UserConverter.toUserFromThrift(User user)
|
Methods in org.apache.blur.thrift with parameters of type User | |
---|---|
static User |
UserConverter.toThriftUser(User user)
|
Uses of User in org.apache.blur.user |
---|
Methods in org.apache.blur.user that return User | |
---|---|
static User |
UserContext.getUser()
|
Methods in org.apache.blur.user with parameters of type User | |
---|---|
static void |
UserContext.setUser(User user)
|
Uses of User in org.apache.blur.utils |
---|
Methods in org.apache.blur.utils with parameters of type User | |
---|---|
static String |
BlurUtil.getErrorResponseLogMessage(String requestId,
String connectionString,
String argsStr,
String name,
double ms,
User user)
|
static String |
BlurUtil.getRequestLogMessage(String requestId,
String connectionString,
String argsStr,
String name,
User user)
|
static String |
BlurUtil.getResponseLogMessage(String requestId,
String connectionString,
String argsStr,
String name,
double ms,
User user,
boolean success)
|
static String |
BlurUtil.getSuccessfulResponseLogMessage(String requestId,
String connectionString,
String argsStr,
String name,
double ms,
User user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |