RpcServer.LOG.trace(call.toShortString() + STR0 + ((remoteUser == null) ? STR1 : remoteUser.getName())); | RpcServer.LOG.trace(call.toShortString() + STR0 + (remoteUser.isPresent() ? STR1 : remoteUser.get().getName())); | call.toShortString() + STR0 + ((remoteUser == null) ? STR1 : remoteUser.getName()) | call.toShortString() + STR0 + (remoteUser.isPresent() ? STR1 : remoteUser.get().getName()) | hbase | 98d1637bcd1954f73817d77b6aba7ebb6fc24890 | org.apache.hadoop.hbase.ipc.CallRunner | | | TCIVar | remoteUser |
---|
v0 | call.toShortString() |
---|
| | TCIVar | remoteUser |
---|
v0 | call.toShortString() |
---|
| Uses | True |