public interface  org.apache.hive.kudu.org.apache.kudu.RpcIntrospection$RpcConnectionPBOrBuilder extends java.lang.Object implements org.apache.hive.kudu.org.apache.kudu.shaded.com.google.protobuf.MessageOrBuilder
{
public abstract boolean hasRemoteIp();
public abstract java.lang.String getRemoteIp();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.com.google.protobuf.ByteString getRemoteIpBytes();
public abstract boolean hasState();
public abstract org.apache.hive.kudu.org.apache.kudu.RpcIntrospection$RpcConnectionPB$StateType getState();
public abstract boolean hasRemoteUserCredentials();
public abstract java.lang.String getRemoteUserCredentials();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.com.google.protobuf.ByteString getRemoteUserCredentialsBytes();
public abstract java.util.List getCallsInFlightList();
public abstract org.apache.hive.kudu.org.apache.kudu.RpcIntrospection$RpcCallInProgressPB getCallsInFlight(int);
public abstract int getCallsInFlightCount();
public abstract java.util.List getCallsInFlightOrBuilderList();
public abstract org.apache.hive.kudu.org.apache.kudu.RpcIntrospection$RpcCallInProgressPBOrBuilder getCallsInFlightOrBuilder(int);
public abstract boolean hasOutboundQueueSize();
public abstract long getOutboundQueueSize();
public abstract boolean hasSocketStats();
public abstract org.apache.hive.kudu.org.apache.kudu.RpcIntrospection$SocketStatsPB getSocketStats();
public abstract org.apache.hive.kudu.org.apache.kudu.RpcIntrospection$SocketStatsPBOrBuilder getSocketStatsOrBuilder();
}