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