Interface AdminConsoleProto.SessionPoolInfoMsgOutProtoOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        java.lang.String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasMaxInstances

        boolean hasMaxInstances()
        optional sint32 maxInstances = 2;
      • getMaxInstances

        int getMaxInstances()
        optional sint32 maxInstances = 2;
      • hasPriority

        boolean hasPriority()
        optional sint32 priority = 3;
      • getPriority

        int getPriority()
        optional sint32 priority = 3;
      • getConnectedServersList

        java.util.List<java.lang.String> getConnectedServersList()
        repeated string connectedServers = 4;
      • getConnectedServersCount

        int getConnectedServersCount()
        repeated string connectedServers = 4;
      • getConnectedServers

        java.lang.String getConnectedServers​(int index)
        repeated string connectedServers = 4;
      • getConnectedServersBytes

        com.google.protobuf.ByteString getConnectedServersBytes​(int index)
        repeated string connectedServers = 4;
      • getAppInstancesCount

        int getAppInstancesCount()
        repeated .SessionPoolAppMsgOutProto appInstances = 5;